@import url(http://fonts.googleapis.com/css?family=Bitter:400,700);

.wrapper {
	position: relative;
}
.row {
	margin: 50px 0;
}
.navbar-default {
	background: transparent;
	transition: all 1s;
	border: none;
	position: absolute;
	top: 0;
	z-index: 1000;
	width: 100%;
}
.nav.navbar-nav {
	margin-top: 10px;
}
.nav.navbar-nav > li > a {
	color: white;
	font-family: 'Bitter', serif;
}
.nav.navbar-nav > li > a:hover {
	color: #0f466d;
}
.logo {
	width: 100%;
	max-width: 300px;
}
h1 {
	margin-bottom: 20px;
	font-family: 'Bitter', serif;
}
h2 {
	font-family: 'Bitter', serif;
}
.main_carousel.carousel-inner:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 148, 255, 0.74);
	z-index: 1;
	position: absolute;
}

.carousel-inner img {
	width: 100%;
}

.fixed.navbar-default {
	background: black;
	transition: all 1s;
}
.navbar {
	margin-bottom: 0;
}
.border {
	border: 2px solid #cacaca;
	height: 100px;
	width: 100px;
	display: block;
	margin: 20px auto;
}
.features {
	margin-top: 20px;
	font-size: 26px;
}
i {
	margin-top: 25px;
	color: #31a3f4;
}
@media (max-width: 768px) {
	.navbar-default {
		position: static;
		background: black;
	}
}
@media (max-width: 300px) {
	h1 {
		font-size: 25px;
	}
}
.fixed {
	width: 100%;
	position: fixed;
	z-index: 1000;
}
.centered {
	margin: 0 auto;
}
.background {
	background: #31a3f4;
}
.background h1, .background p, .background small {
	color: white;
}
:target {
    display: block;    
    position: relative;     
    margin-top: -85px;
    padding-top: 85px;
}