/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	font-family: 'Oswald', sans-serif;
	color: #555;
}
.btn-primary {
  background-color: #ffff01;
  color: #06caf4;
  border: none;
  text-transform: uppercase;
  font-size: 21px;
  border-radius: 0px;
}
.btn-primary:hover {
  background-color: #06caf4;
  color: #ffff01;
}
.btn-secondary {
  background-color: #06caf4;
  color: #ffff01;
  border: none;
  text-transform: uppercase;
  font-size: 32px;
  border-radius: 0px;
}
.btn-secondary:hover {
  background-color: #ffff01;
  color: #06caf4;
}
.mobile-992 {
    display: none;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar {
	border: none;
  text-transform: uppercase;
}
.navbar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #06caf4;
  height: 160px;
  border-bottom: 6px solid #ffff01;
  z-index: -1;
}  
.navbar-toggle .icon-bar {
	background-color: #ffff01;
}
.navbar-nav {
	margin-top: 10px;
}
.navbar-nav > li > a, .nav-text {
  font-size: 16px;
}
.navbar-nav > li > a:hover {
  background-color: #ffff01;
  color: #06caf4;
}
.navbar a {
	color: #ffff01;
}
.navbar-brand {
	line-height: 130px;
	height: 160px;
}
.navbar-text {
  color: #fff;
  font-size: 21px;
  line-height: 103px;
  margin-left: 80px;
}
.navbar-collapse  {
	background-color: #666;
}
.nav-text {
  display: block;
  padding: 10px 15px;
}
.nav-text, .nav-text:hover {
  color: #fff;
}	
.bg-grey {
	background-color: #808185;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bg-black {
	background-color: #2d2929;
	height: 40px;
	padding-top: 7px;
}
.padleft {
	padding-left: 30px;
}
.tiny-logo {
	display: inline;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-top: 133px;
  margin-bottom: 30px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  padding-bottom: 53.9%;
  background-color: #666;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}
.carousel-caption {
  bottom: 10%;
  text-align: left;
}
.carousel-caption p {
  font-size: 20px;
  line-height: 1em;
}
.carousel-caption p span {
  font-size: 16px;
  display: block;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-right: 15px;
  padding-left: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
.marketing .col-md-5 img {
  overflow: hidden;
  max-height: 350px;
  max-width: 350px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 30px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
	margin-top: 0;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
  .navbar-collapse  {
		background-color: transparent;
	}
  
  .carousel {
  	margin-bottom: 60px;
	}
 
  .marketing {
    padding-right: 0;
    padding-left: 0;
  }
  .featurette-divider {
  	margin: 60px 0; /* Space out the Bootstrap <hr> more */
	}
  .featurette-heading {
    font-size: 50px;
  }
  .featurette.row {
    margin-left: 0;
    margin-right: 0;
  }
  .carousel-caption p {
  	font-size: 48px;
	}
	.carousel-caption p span {
  	font-size: 28px;
	}
}

@media (min-width: 992px) {
	.featurette-heading {
    margin-top: 80px;
  }
  .mobile-992 {
    display: block;
  }
}