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

body {
  padding-top: 50px;
  color: #5a5a5a;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar{
    background: none repeat scroll 0px 0px rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #FFF;
    box-shadow: 0px 2px 2px rgba(153, 153, 153, 0.5), 0px 0px 10px rgba(238, 238, 238, 0.5) inset;
}

/* 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;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar-brand{
  padding: 10px;
}

.container > .navbar-header {
  margin-left: -35px;
}

.headline {
  text-shadow: 1px 1px 2px black;
}

#home-headline {
  padding-bottom: 40px;
}

.icon-bar {
  background-color: gray;
}


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

/* Carousel base class */
.carousel {
  height: 400px;
}
/* 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 {
  height: 400px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 400px;
}


/* CONTENT
-------------------------------------------------- */
.section {
    padding-top: 30px;
    padding-bottom: 30px;
 }

.about-body {
    background-color: #F3F3F3;
    padding-bottom: 80px;
}

.option-pics {
    border: 2px solid #38434F;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 10px;
}

/*
*
* Selection Section
*
*/

 .selection-col {
    padding-right: 30px;
 }

 .selection-body {
    text-align: center;
    overflow: hidden;
}

.selection-text {
    text-align: justify;
}
/*
*
* Contact Form Section
*
*/
.hrule {
    border: 1px solid #ECEAEA;
}

 .form-section {
    padding-bottom: 50px;
 }

#errors{
    display:none;
}

#msg_submitting{
    display:none;
    font-size: 16px;
}

#msg_submitted{
    display:none;
    font-size: 16px;
}

/*
*
* Footer Section
*
*/
footer {
    background: none repeat scroll 0% 0% #38434F;
    padding: 10px 0px 20px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
}

footer .separator {
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.15);
    height: 1px;
    margin: 20px 0px;
}

footer .copyright {
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;}

footer h1 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}


.circle-marker {
    background-color: #1199C3;
    padding-top: 5px;
    color:#38434F;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    background-color: #FFF;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 0 5px 10px 0;
}


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

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .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;
  }*/

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

}

/*
.image-responsive-small {
  display: block;
}

.image-responsive-big {
  display: none;
}

@media (min-width: 568px) {
  .image-responsive-small {
    display: none;
  }
  .image-responsive-big {
    display: block;
  }
}
*/

