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

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}
 
a {
	color: #62A1B8;
}

a:hover {
	color: #62A1B8;
}

#wrapper {
    box-shadow: 0 0 8em #cccccc;
    padding: 0;
}





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

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  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 {
    margin-bottom: 0;
}

/* NAVBAR ICONS */

.nav_icon a:before {
    background-repeat: no-repeat;
    background-position: 0 top;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    width: 21px;
}
 

a.nav_dog:before { background-image: url('../img/icon_small_dog.png'); }

a.nav_cat:before { background-image: url('../img/icon_small_cat.png'); }

a.nav_camel:before { background-image: url('../img/icon_small_camel.png'); }

a.nav_horse:before { background-image: url('../img/icon_small_horse.png'); }

a.nav_mous:before { background-image: url('../img/icon_small_mous.png'); }




.navbar-nav>li.dropdown>.active a.dog:before,
.navbar-nav>li.dropdown>li a.dog:before { background-image: url('../img/icon_small_dog.png'); }

.navbar-nav>.active>a.cat:before,
.navbar-nav>li>a.cat:before { background-image: url('../img/icon_small_cat.png'); }

.navbar-nav>.active>a.camel:before,
.navbar-nav>li>a.camel:before { background-image: url('../img/icon_small_camel.png'); }

.navbar-nav>.active>a.horse:before,
.navbar-nav>li>a.horse:before { background-image: url('../img/icon_small_horse.png'); }

.navbar-nav>.active>a.mous:before,
.navbar-nav>li>a.mous:before { background-image: url('../img/icon_small_mous.png'); }


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

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


/*  @ JW
------------------------------------------------- */
.carousel-control.right {
	right: 15px;
}

.carousel-control {
	left: 15px;
}

/* ------------------ banner ---------------- */
#banner {
  height: 90px;
  margin-top: 10px;
}

#banner #logo_typo{
  float: left;
}

#banner #logo_slogan{
  float: left;
  display: block;
}

#banner #logo_bar {
  float: right;
  margin-top: 35px;
  margin-right: 28px;
  display: block;
}

#logo_link {
    display: block;
    float: left;
    height: 100%;
    left: 20px;
    top: 30px;
    width: 524px;
}

#banner #logo {
    display: block;
    float: left;
    font-size: 1.9em;
    font-weight: bold;
    height: 90px;
    margin-left: 3.5%;
    text-align: center;
    vertical-align: middle;
    width: 230px;
}

#banner #logo #domain{
   line-height: 90px;
}  

.citation {
  font-size: 0.7em;
  clear: both;
}


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



.btn-primary {
    background-color: #62A1B8;
    border-color: #2e6da4;
    color: #fff;
}


/* 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: 60px 0; /* Space out the Bootstrap <hr> more */
}

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


/*  row
------------------------- */
.row {
    margin-left: 0;
    margin-right: 0;
}




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




@media (max-width: 630px) {

	#banner #logo {
		display: none;
   }
}


@media (max-width: 768px) {
	#banner #logo_slogan {
		display: none;
	}
	
}


@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;
  }


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

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

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