/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,800&subset=latin-ext);*/
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,800|Baloo:300,400&subset=latin-ext);*/
body {
  font-family: "Open Sans", sans-serif;
  font-size: medium;
  background-color: #d9e75c;
  background-image: url(../img/bg-left.jpg), url(../img/bg-right.jpg);
  background-position: left 170px, right 170px;
  background-size: auto;
  background-repeat: no-repeat;
}

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
.brand-text,
nav .nav-justified>li>a,
header .nav-justified>li>a,
.breadcrumb>li,
.thumbnail-element>a,
.footer {
  font-family: Baloo, cursive;
  font-weight: 400;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0;
  color: #32355d;
}

.well.top-plain h1 {
  margin: 20px 0 !important;
  text-align: center;
}

@media (min-width: 470px) {
  .well.top-plain h1 {
    font-size: 66px;
  }
}

.btn {
  font-size: medium;
}

nav.navbar {
  padding: 6px 0;
}

img.brand {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.brand-text {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 5px;
  color: #D4C;
  font-size: 13px;
}

nav .nav-justified {
  /* background-color: #eee;*/
  /* border: 1px solid #ccc;*/
  border: 0;
}

nav .nav-justified>li>a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  color: #fff;
  font-size: 150%;
  text-align: center;
  white-space: nowrap;
  background-color: #e5e5e5;
  /* Old browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#B0CB1F), to(#B0CB1F));
  background-image: -webkit-linear-gradient(top, #B0CB1F 0%, #B0CB1F 100%);
  background-image: -o-linear-gradient(top, #B0CB1F 0%, #B0CB1F 100%);
  background-image: linear-gradient(to bottom, #B0CB1F 0%, #B0CB1F 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95C00E', endColorstr='#3C8E05', GradientType=0);
  /* IE6-9 */
  background-repeat: repeat-x;
  /* Repeat the gradient */
  /*border-bottom: 1px solid #d5d5d5;*/
  border: 0;
}

nav .nav-justified>li>a:hover,
nav .nav-justified>li>a:focus,
nav .nav-justified>.active>a {
  background-color: #009F4E;
  /*background-color: #EF7F1A;*/
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15);
}

nav .nav-justified>li:first-child>a {
  border-radius: 10px 10px 0 0;
}

nav .nav-justified>li:last-child>a {
  border-bottom: 0;
  border-radius: 0 0 10px 10px;
}

@media (min-width: 768px) {
  nav .nav-justified {
    /*max-height: 52px;*/
  }

  nav .nav-justified>li>a {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }

  nav .nav-justified>li:first-child>a {
    border-left: 0;
    border-radius: 10px 0 0 10px;
  }

  nav .nav-justified>li:last-child>a {
    border-right: 0;
    border-radius: 0 10px 10px 0;
  }
}

@media (max-width: 991px) {
  .well .nav-justified>li {
    display: block;
    width: auto;
  }
}



/* CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*height: 250px;*/
  margin-bottom: 30px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  bottom: 0px;
}

.carousel-control {
  border-radius: 10px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  /*height: 250px;*/
  background-color: transparent;
}

.carousel-inner>.item>img {
  /*position: absolute;*/
  top: 0;
  left: 0;
  min-width: 100%;
  /*height: 250px;*/
  border-radius: 10px;
}


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

/* 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;
}


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

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

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


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

@media (min-width: 768px) {

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 0px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}