@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700');

body {
	color:rgba(60,60,60,1.00);
	font-family: 'Roboto', sans-serif;
}

.slideshow {
	width:100%;
	margin-top:-20px;
}

.slideshow .slide {
	width: 100%;
	height:80vh;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;
}

.navbar-static-top {
  margin-bottom: 20px;
}

.navbar-default .navbar-nav>li>a:hover {
	background-color:none !important;
}

#stats .col-md-3 {
	background-color:rgba(0,0,0,0) !important;
}