@charset "utf-8";
/* CSS Document */

/* Colors

#CE1127 - Red
#FFF - White
#0065A3 - Blue
#FBDE02 - Yellow

*/

* {
	color: #FFF;
	
}

body {
	background-color: #0065A3;
	
}

h1 {
	font-size: 28px;
	
}

h2 {
	margin-left: 250px;
	font-size: 24px;
	color: #FBDE02;
	padding: 20px 0;
	
}

h3 {
	display: inline;
	font-size: 20px;
	
}

p {
	line-height: 2;
	
}

section {
	float: left;
	width: 15%;
	
}

aside {
	float: right;
	width: 80%;
	
}

footer {
	clear: both;
	text-align: center;
	
}

nav {
	width: 100%; 
	text-align: center;
	padding-bottom: 60px;
	overflow: hidden;
	display: inline;
	top: 140px;
	position: fixed; 
	
}

nav ul {
	list-style-type: none;
	display: block;
	
}

nav li {
	display: block;
	font-size: 18px;
	padding: 12px 0;
	text-align: left;
	color: #FBDE02;

}

nav a:link {
	text-decoration: underline;
	color: #FBDE02;
	
}

nav a:hover {
	background-color: #CE1127;
	color: #FFF;
	padding: 12px;
	transform: scale(1.2);
	transition: linear 0.3s;
	border-radius: 12px;
	
}

nav a:active {
	text-decoration: underline;
	color: #FFF;
	
}

.image-box {
	width: 20%;
	margin: 20px;
	display: inline-block;
	
}

.image-line {
	margin: 50px auto 100px auto;
	
}

.feature {
	font-size: 22px;
	text-align: center;
	font-weight: 900;
	
}