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

@media only screen and (max-width: 600px) {
	
}


h1{
    font-family:'Roboto', sans-serif;
  text-align: center;
}

.nav-link{
	font-family:'Roboto', sans-serif;
}


#content{
	margin:auto;
	text-align:center;
	padding-top:20px;
	max-width:1140px;
}

#update{
	margin:auto;
	text-align:left;
	padding-top:20px;
	max-width:1140px;
}



#buttons{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.big-button{
	padding:20px;
	width:250px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:10px;
	display:blcok;
	text-align:center;
	background-color:#242427;
	color:#fff;
	font-family:'Roboto', sans-serif;
	border: 2px solid #242427;
	transition-duration: 0.4s;
}


.big-button:hover{
	color: #242427;
	background-color:#fff;
	text-decoration:none;
}

.clear{
	clear:both;
}

#map{
	padding-top:20px;
}

#map iframe{
	display:block;
	width:100%;
}

#footer{
	background-color:#333333;
	padding-top:20px;
}

#footer-content{
	max-width:1140px;
	margin:auto;
	padding-bottom:25px;
	text-align:center;
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
}