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

/* Colors

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

*/

* {
	color: #000;
	font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';

	
}

body {
	background-color: #33D1C5;
	
}

h1 {
	font-size: 28px;
	
}

h2 {
	margin-left: 10%;
	font-size: 24px;
	color: #000;
	padding: 20px 0;
	
}

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

p {
	line-height: 2;
	font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
	font-size: 18px;
	margin-left: 10%;
	
}

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

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

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

nav {
	margin-right: auto;
	margin-left: auto;
	padding: 6px 0;
	text-align: center;
	font-size: 16px;
	
}

nav ul {
	display: block;
}

nav li {
	display: inline-block; 
}

nav p {
	text-align: center;
}

nav a {
	margin-left: 35px;
	margin-right: 35px;
	text-decoration: underline;

}

nav a:link {
	color: black;
}

nav a:hover {
	color: white;  
}

nav a:visited {

}

nav a:hover {
	background-color: #000;
	color: #AAA;
	padding: 12px;
	transition: linear 0.37s;
	border-radius: 12px;
	
}

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

a.button {
	color: #FFF;
	background-color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	align: center;
	transform: translateX(50%);
	clear: both;
	margin: 100px auto;
	padding: 10px 20px;
	cursor: pointer;
	box-shadow: 2px 2px 2px 2px gray;
	border-radius: 4px;
	
}

.image-body {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 50px;
	
}

.center {
	clear: both;
	text-align: center;
	margin: 40px auto;
}

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

.image-center {
	width: 37%;
	clear: both; 
	text-align: center;
	
}

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

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

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

.clear {
	clear: both;
	
}