



/**  Basic Page CSS **/
p {
    color:white;
}
body{

  font-family: "Roboto Slab", sans-serif;

  font-weight: 300;

  font-size: 2em;

  position: relative;

  background-color: black;

}



h1, h2, h3, h4, h5, h6 {

  font-family: "Open Sans", sans-serif;

  font-weight: 100;

  margin: 0;

}



/**  Header Navigation **/



header .navbar {

  padding: 30px 0;

  transition: all .5s ease-out;

}



header .navbar-default {

  background-color: transparent;

  border: none;

}



header .navbar-default .navbar-nav a {

  color: black;

  padding: 5px 8px;

  font-weight: 700;

}



header .navbar-default .navbar-nav a:hover {

  color: black;

  background-color: white;

}



header .navbar-default .navbar-nav .active a {

  font-weight: 700;

  color: rgba(249, 246, 246, 0.58);

  background: transparent;

  border-bottom: 4px solid #EEC856;

  text-shadow: none;

}



header .navbar-default .navbar-nav .active a:hover {

  color: white;

  background: white;

  text-shadow: none;

}



/**  Navbar Brand **/



header .navbar-brand {

  

  background-repeat: no-repeat;

  background-position: 15px 0;

  height: auto;

}



header .navbar-brand h1 {

  color: white;

  margin: 0;

  font-size: 1.8em;

  font-weight: 400;

  padding-left: 105px;

}



header .navbar-brand span.subhead {

  display: block;

  font-family: "Roboto Slab", serif;

  font-size: .6em;

  font-weight: 100;

}



/**  Navbar Toggle **/

header .navbar-toggle {

  background-color: #279182;

}



header .navbar-default .navbar-toggle .icon-bar {

  background-color: white;

}



@media only screen

and (max-width: 768px) {

  header .navbar-collapse.in {

    background-color: rgba(255,255,255, 1);

  }

}



/**  nav inbody **/



header .inbody {

 background: none repeat scroll 0% 0% rgba(71, 65, 60, 0);

    background-color: rgba(104, 73, 49, 0.9);

    background-image: none;

    background-repeat: repeat;

    background-attachment: scroll;

    background-position: 0% 0%;

    background-clip: border-box;

    background-origin: padding-box;

    background-size: auto auto;

  

}



header .navbar.inbody {

  padding-top: 0;

  padding-bottom: 0;

}



header .navbar.inbody .navbar-nav {

  padding-top: 10px;

}



header .inbody .navbar-brand {

  background-size: 43px;

  background-position: top left;

  margin-top: 5px;

  padding-bottom: 0;

  margin-left: 10px;

}



header .inbody .navbar-brand h1 {

  font-size: 1.1em;

  padding-left: 38px;

}



header .inbody .navbar-brand span.subhead {

  display: none;

}



/**  Carousel Fade **/



.carousel.fade {

  opacity: 1;

}



.carousel.fade .item {

  transition: opacity ease-out .7s;

  left: 0;

  opacity: 0;

  top: 0;

  position: absolute;

  width: 100%;

  display: block;

}



.carousel.fade .item:first-child {

  top: auto;

  opacity: 0;

  position: relative;

}



.carousel.fade .item.active {

  opacity: 1;

}



.carousel-control {

  opacity: 0;

}



.carousel-control.right,

.carousel-control.left {

  background-image: none;

}



#featured .item {

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;

  width: 100%;

  height: 100%;

}





/**  Page **/

.page {

  padding: 50px 0;

}



.page h2 {

  text-align: center;

  margin-bottom: 30px;

}



/**  Page -- Mission **/

#give {

  background-color: #E4D29D;

  background-image: linear-gradient(to bottom, #EEF08A, #819A2D);

  border-top: 20px solid rgba(238, 200, 86, .5);

}

#whyDog {

 background: -webkit-linear-gradient(to bottom, #EFEFBB 10%, #D4D3DD 90%); /* Chrome 10+, Saf5.1+ */

  background:    -moz-linear-gradient(to bottom, #EFEFBB 10%, #D4D3DD 90%); /* FF3.6+ */

  background:     -ms-linear-gradient(to bottom, #EFEFBB 10%, #D4D3DD 90%); /* IE10 */

  background:      -o-linear-gradient(to bottom, #EFEFBB 10%, #D4D3DD 90%); /* Opera 11.10+ */

  background:         linear-gradient(to bottom, #EFEFBB 10%, #D4D3DD 90%); /* W3C */

        

}



#aboutLuke {

 

  background: -webkit-linear-gradient(90deg, #870000 10%, #190A05 90%); /* Chrome 10+, Saf5.1+ */

  background:    -moz-linear-gradient(90deg, #870000 10%, #190A05 90%); /* FF3.6+ */

  background:     -ms-linear-gradient(90deg, #870000 10%, #190A05 90%); /* IE10 */

  background:      -o-linear-gradient(90deg, #870000 10%, #190A05 90%); /* Opera 11.10+ */

  background:         linear-gradient(90deg, #870000 10%, #190A05 90%); /* W3C */

        

        

}



#aboutLuke p{

 color:white;

        

}

#aboutLuke h2{

 color:white;

        

}

/**  Page -- Services **/



.service {

  margin: 20px 0;

  text-align: center;

}

/**

#services img.icon {

  display: block;

  width: 80px;

  margin: 0 auto;

  margin-bottom: 5px;

}



#services h3 {

  margin-bottom: 10px;

}

**/

@media only screen 

and (min-width: 450px)

and (max-width: 768px) {

  .service p {

    padding: 0 20%;

  }

}



/**  Page -- Staff **/



#trainers {

  background-color: #E4D29D;

  background-image: linear-gradient(to bottom, #E4D29D, #CDAE50);

}



.doctor {

  margin: 10px 0;

}



.doctor h3 {

  font-weight: 600;

  font-size: 1.2em;

  color: #6F4E36;

  padding-bottom: 5px;

}



.doctor p {

  font-size: .8em;

}

/**

img {

  width: 100%;

}

**/

/**  Page -- Testimonials **/



#whyDog {

  padding: 0;

}



#whyDog h2 {

  display: none;

}



#whyDog blockquote {

  margin: 0;

  padding: 0;

  border-left: none;

  min-height: 500px;

  position: relative;

}



#whyDog blockquote .quote {

  background-color: rgba(255,255,255,.6);

  padding: 20px 5%;

  position: absolute;

  bottom: 0;

  width: 75%;

  font-weight: 400;

  border-radius: 0 50px 0 0;

}



#whyDog blockquote .quote:hover {

  background-color: rgba(239,240,196,.9);

}



#whyDog .quote {

  font-size: 1.2em;

  line-height: 110%;

  font-weight: 400;

}







#whyDog .quote:hover .more {

  font-family: "Open Sans", sans-serif;

  font-weight: 100;

  display: block;

  opacity: 1;

  font-size: .8em;

  line-height: 120%;

}



#whyDog .quote:hover .customer {

  display: block;

  font-size: .7em;

  text-align: right;

}



#whyDog .quote .intro::after {

  content: '...';

}



#whyDog .quote:hover .intro::after {

  content: '';

}



/**  Footer **/



footer {

  background: #586D74;

  color: white;

  font-size: .8em;

  padding: 20px 0 40px 0;

}



footer a {

  color: #E0E6AE;

}



footer a:hover {

  color: #EEC856 !important;

}



footer .phone {

  font-size: 1.4em;

  font-weight: 700;

  color: #E0E6AE;

}



footer .navbar {

  margin-bottom: 0;

  min-height: 0;

}



footer .navbar-default {

  background-color: transparent;

  border: none;

  margin-right: 40px;

}



footer .navbar-nav>li a {

  padding-top: 0;

  padding-bottom: 0;

  text-decoration: underline;

  color: #EEC856 !important;

}



.fill { 
    min-height: 100%;
    height: 100%;
}

iframe {
	padding-top:0;
	padding-left:0;
    
}