@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: montserrat, sans-serif;
}

p {
	font-size: 18px;
	text-align: center;
}

.bolder {
	font-style: italic;
}

.material-icons {
	vertical-align: middle;
	margin-right: 5px;
}

a {
	text-decoration: none;	
	color:#0E4C87;
}

h1 {
	text-align: center;
	font-weight: 400;
	font-size: 40px;
	margin-top: 0px;
	margin-bottom: 15px;
	color:#0E4C87;
}

h2 {
	text-align: center;
	font-weight: 400;
	font-size: 30px;
	margin: 5px 0px;
}

h3 {
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	margin: 0px;
}

.content {
 	display: flex;
 	flex-direction: column;
	width: 800px;
	margin: 20px auto 20px auto;
}

.sections {
	margin: 5px auto;	
}

.address {
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
}

.banner {
	background-image: url("images/evica_logo.png");
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;	
	background-size: 800px 320px;
	height: 350px;
}

.bannerContent {
	width: 800px;
	height: 320px;
	margin: 0 auto;
	text-align: center;
}

.footer {
  background-color: #0E4C87;
  margin: 0;
  height: 75px;
}


@media screen and (max-width: 1200px) {
	.banner {	
		width: 800px;
		height: 350px;
	}
	.bannerContent {
		height: 320px;
	}
} 

@media screen and (max-width: 768px) {
	h1 {
		text-align: center;
		font-weight: 400;
		font-size: 30px;
	}

	h2 {
		text-align: center;
		font-weight: 400;
		font-size: 25px;
	}	

	.content {
		width: 500px;
		margin: 15px auto 10px auto;
	}

	.banner {	
		background-size: 500px 200px;		
		width: 500px;
		height: 200px;
	}

	.bannerContent {		
		width: 500px;
		height: 200px;
	}

} 


@media screen and (max-width: 480px) {
	p {
		font-size: 16px;
	}

	h1 {
		text-align: center;
		font-weight: 400;
		font-size: 25px;
	}

	h2 {
		text-align: center;
		font-weight: 400;
		font-size: 20px;
	}	
	
	h3 {
		text-align: center;
		font-weight: 400;
		font-size: 15px;
	}

	.content {
		width: 400px;
		margin: 10px auto 5px auto;
	}


	.banner {	
		background-size: 400px 160px;
		width: 480px;
		height: 160px;
	}

	.bannerContent {
		width: 400px;
		height: 160px;
	}
	

}