html{
	font-family: 'Montserrat', sans-serif;
	color: white;
}
body{
	background-image: url(../images/section.png);
	background-attachment: fixed;
}
nav{
	text-align: center;
}
nav > a{
	text-decoration: none;
	color: white;
	padding: 20px;
	margin: 10px;
	font-size: 20px;
	
	
}
nav > a:hover, .active{
	color: #169735;
	border-bottom: thin solid #009DCD;
}
h1{
	text-align: center;
	font-size: 50px;
}
body > div{
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
block{
	display: block;
	width: 600px;
	height: 330px;
	background-color: #A3A3A3;
	border-radius: 25px;
}
block > img{
	width: 260px;
	float: left;
	vertical-align: middle;
}
block > h3{
	text-align: center;
	font-style: italic;
	font-size: 35px;
}
block > h4{
	text-align: center;
}
body > div > center > a{
	text-decoration: none;
	color: white;
}
footer{
	position: fixed;
	bottom: 0px;
	height: 100px;
	width: 100%;
	background-color: #2B2B2B;
}