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


body {
  font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	overflow-x: hidden;
}

nav.navbar {
	background: none;
	border: none;
	border-radius: 0;
	margin: 0 0 50px;
	height: 70px;
	line-height: 25px;
	z-index: 10;
	background-color: transparent;
	transition: .3s ease-in-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.navbar.scrolled {
	background-color: white;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
}

.navbar .container {
	width: 90%;
	max-width: none;
}

.navbar-inverse .navbar-toggle {
	border-color: #3d7fce;
	background-color: transparent;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: transparent;
}

.icon-bar {
	background-color: #3d7fce !important;
}

.navbar-brand {
	padding-right: 5px;
}

.navbar-brand img {
	width: 40px;
	display: block;
	margin-top: 0;
}

#page-title {
	float: left;
}

h1 {
	color: #3d7fce;
	margin-bottom: 0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 30px; 
}

#navbar ul {
	margin-right: -10px;
}
#navbar li {
	padding: 25px 10px;
}
#navbar a {
	color: #555;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

#navbar a:hover {
	color: #3d7fce;
}

#banner-image {
	width: 100%;
	height: 500px;
  display: block;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#banner-image::after {
  content: "";
  background: url('../images/banner-cropped.jpg');
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
	z-index: -1; 
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;  
}

h2 {
	text-align: center;
}

#banner-image h2 {
	color: #1e416d;
	font-size: 50px;
	max-width: 50%;
	font-family: 'Ubuntu', sans-serif;
}

#banner-image a {
	margin-top: 20px;
	padding:12px 25px;
	font-size: 15px;
	font-family: 'Ubuntu', sans-serif;
	border: none;
	background-color: #3d7fce;
}

#banner-image a:hover {
	background-color: #103055;
}

.container {
	width: 70%;
	max-width: 900px;
}

.panel-block {
	padding: 150px 0;
}

#what h2, #how h2 {
	margin-top: 0;
	margin-bottom: 50px;
}

#what .col-sm-4 {
	text-align: center;
}

#what img {
	width: 70px;
}

#what .lead {
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 15px;
}

.outer {
	background-color: #f0f0f0;
}

#how img {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 100%;
	margin-bottom: 10px;
}

#how p {
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}

footer {
	margin: 0 0 -10px;
	background: #103055;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	padding: 110px 0 0;
	overflow: hidden;
}

footer .container {
	margin-bottom: 50px;
	padding-bottom: 40px;
}

#contact h2 {
	margin-top: 0;
	padding-bottom: 30px;
}

footer .container a {
	color: #7eafe7;
}

footer .copyright {
	background: #10243a;
	height: 50px;
	line-height: 30px;
	font-size: 15px;
	padding-top: 10px;
}

footer .copyright a:hover {
	color: #7eafe7;
}

.copyright br {
	display: none;
}

@media only screen and (max-width: 1112px) {
	#banner-image h2 {
		max-width: 70%;
	}
}

@media only screen and (max-width: 899px) {
	nav.navbar {
		height: 50px;
	}
	.navbar-brand img {
		width: 25px;
	}

	h1 {
		font-size: 20px;
		margin-top: 15px;
	}

	.navbar-collapse {
		border: none;
		z-index: 10;
		background-color: white;
		box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
	}

	#navbar li {
		padding: 15px;
	}
}

@media only screen and (max-width: 805px) {
	#banner-image {
		height: 300px;
	}

	#banner-image h2 {
		max-width: 95%;
		font-size: 40px;
		padding-top: 40px;
	}

	.panel-block {
		padding: 70px 0;
	}
}

@media only screen and (max-width: 768px) {
	#what h2, #how h2 {
		margin-bottom: 0;
	}

	#what img, #how img {
		margin-top: 40px;
	}

	#what .lead {
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 500px) {
	#banner-image a {
		margin-top: 0;
	}
	
	.copyright {
		height: 80px !important;
	}
	
	.copyright span {
		display: none;
	}

	.copyright br {
		display: block;
	}
}