*{
	margin:0;
	padding:0;
	font: Arial;
}

a{
	text-decoration: none;
	color: #093A72/*#CC3F48*/;
}

body{
    background-color: #093A72;
    color: #093A72;
    font-size: 16px;
}

article, header {
    background-color: #0ABCC8;
    border: 5px solid #9B99A4;
    border-radius: 5px;
    box-shadow: 10px 10px 5px #EAEAF4;
}

header img{
	height: 150px;
	text-align: center;
	width: 30%;
}

header{
	margin-left: 5%;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align:  center;
	width: 90%;
	height: 220px;
}

section{
	margin: 10%;
	text-align: center;
	width: 80%;
}

article{	
	display: inline-block;
	height: 200px;
	margin-bottom: 18px;
	margin-left: 18px;
	margin-right: 41px;
	text-align: center;
	width: 200px;
}

/*article:hover{
    background-color: #EAEAF4;
    height: 220px;
    opacity: 0.5;
    width: 220px;
    transition: opacity .8s ease-in-out;
    -ms-transition: opacity .8s ease-in-out;
    -moz-transition: opacity .8s ease-in-out;
    -o-transition: opacity .8s ease-in-out;
    -webkit-transtion: opacity .8s ease-in-out;
}*/

article img{
	height: 170px;
	width: 195px;
}

footer{
	margin-bottom: 0;
	bottom: 0;
	background-color: #0ABCC8;
	height: 60px;
	text-align: center;
	width: 100%;
	position: fixed;
}

footer img{
	float: right;
	margin-right: 50px;
	margin-top: 5px;
	height: 50px;
	width: 50px;
}