@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700';

body{
	font-family:'Roboto Condensed';
	font-weight: 400;
	font-size: 15px;
	line-height: normal;
	color: #171332;
	background-color: #EEEEEE;
}

h1{
	text-align: center;
	color: #EEEEEE;
	font-weight: 700;
}

nav{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    
}


.container{
	width: 1100px;
	margin: 30px auto;
}

header{
	background-color: #13829B;
	font-size: 60px;
	margin-bottom: 65px;
	border-radius: 10px;
}

footer{
	background-color: #13829B;
	font-size: 13px;
	margin-top: 50px;
	padding: 10px 30px;
	color: white;
	border-radius: 10px;
}


a{
	 text-decoration:none; 
	 color: #F36B6B;
	 font-weight: 700;
	 font-size: 20px;
}



h2{
	font-size: 25px;
	margin-top: 20px;
	margin-bottom: 7px;
	color: #812D58;
	font-weight: 700;
}

li{
	margin-left: 10px;
	width: 250px;
	float: left;
	text-align: center;
	margin-bottom: 70px;
}

img{
	margin-top: 10px;
}

p{
	margin-left: 10px;
}

section{
	clear: both;
}

h3{
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 7px;
	color: #812D58;s
	font-weight: 700;
}

