@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

html, body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.red-text {
  color: #ca013d;
}
.blue-text {
	color: #33468b;
}
.parallax-window {
  min-height: 600px;
  background: transparent;
}
.parallax-caption {
	padding-top: 15%;
	padding-bottom: 15%;
	text-align: center;
}
.parallax-caption h2 {
	font-size: 56px;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	font-weight: 600;
}
.parallax-caption span {
	color: #ca013d;
}
.parallax-caption .btn {
	font-size: 2em;
}

a {
	color: #33468b;
}

.btn-blue {
	color: #fff;
  background-color: #33468b;
  border-color: #33468b;
}

.btn-blue.active.focus, .btn-blue.active:focus, .btn-blue.active:hover, .btn-blue:active.focus, .btn-blue:active:focus, .btn-blue:active:hover, .open>.dropdown-toggle.btn-blue.focus, .open>.dropdown-toggle.btn-blue:focus, .open>.dropdown-toggle.btn-blue:hover {
    color: #fff;
    background-color: #33468b;
    border-color: #33468b;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px;
}
.btn-blue.active, .btn-blue:active, .open>.dropdown-toggle.btn-blue {
    background-image: none;
}
.btn-blue.active, .btn-blue:active, .open>.dropdown-toggle.btn-blue {
    color: #fff;
    background-color: #4159AF;
    border-color: #4159AF;
}
.btn-blue:hover {
    color: #fff;
    background-color: #4159AF;
    border-color: #4159AF;
}
.btn-blue.focus, .btn-blue:focus {
    color: #fff;
    background-color: #4159AF;
    border-color: #4159AF;
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}


.navbar {
	height: 70px;
}
.navbar-default {
	background-color: #fff;
}
.navbar-default .navbar-nav>li>a {
  padding-top: 24px;
  font-size: 17px;
}
.navbar-brand {
	padding-top: 3px;
}
.navbar-brand img {
	max-width: 180px;
}
.dropdown-menu>li>a {
  font-size: 16px;
}
.navbar-collapse { 
	background: #fff;
} 

#carousel {
	margin-top: 70px;
	margin-bottom: 0px;
}
.carousel .item {
  width: 100%;
  max-height: 600px;
}
.carousel .item img {
  width: 100%;
}
.carousel-caption img {
	max-width: 600px;
}
.carousel-caption h1 {
	color: #0051a0;
	font-weight: 600;
	margin-bottom: 60px;
	font-size: 40px;
}
.carousel-caption .charlie {
	position: fixed;
	bottom: -1px;
}

#callToAction1 {
	background-color: #222;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: -10px;
}
#callToAction1 h2 {
	margin-top: 0px;
}

#topics {
	padding-top: 30px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#topics h2 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 40px;
}
#topics h3 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}
#topics .thumbnail {
	background-color: rgba(51, 70, 139, .9);
	height: 48em;
	overflow-y: auto;
	border: 0px;
}
#topics .caption {
	color: #fff;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
}
#topics .caption a {
	color: #fff;
}
#topics .icon {
	text-align: center;
	color: #fff;
	padding-top: 20px;
	font-size: 1.5em;
}

#testimonials {
	padding-top: 30px;
	padding-bottom: 60px;
	background-color: #222;
	color: #fff;
}
#testimonials .feed {
	height: 425px;
	overflow-y: auto;
}
#testimonials h2 {
	font-size: 40px;
}
#testimonials p {
	font-size: 12px;
}

#header {
	padding-top: 30px;
	padding-bottom: 15px;
}
#header .thumbnail {
	margin-bottom: 0px;
}
#callToAction2 {
	margin-top: 70px;
	background-color: #222;
	color: #fff;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}
#callToAction2 h1 {
	margin-top: 0px;
}
#content {
	padding-top: 60px;
	padding-bottom: 60px;
}
#content h3 {
	margin-top: 0px;
}

#about {
	padding-bottom: 60px;
}

#contact {
	margin-bottom: 30px;
}
#contact h3 {
	margin-top: 0px;
}
#contact img {
	max-height: 100px;
	margin-top: 40px;
	margin-bottom: 15px;
}
#contact address {
	font-size: 1.75em;
	text-align: center;
}
.embed-container {
  position: relative;
  padding-bottom: 25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.maps iframe {
  pointer-events: none;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#thank-you {
	padding-top: 60px;
	padding-bottom: 160px;
}

#footer {
	background-color: #33468b;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 15px;
}
#footer .btn {
	margin-top: -5px;
}
