/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800|Roboto+Slab:400,100,300,700);*/

/**  Basic Page CSS **/
body{
  
  font-weight: 300;
  font-size: 2em;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  margin: 0;
}

@media(min-width:767px) {
    .navbar{
        padding: 30px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

header .navbar-inverse {
  background-color: rgba(0,0,0, .8);
}

.page {
  padding-top: 70px;
  padding-bottom: 20px;
}

.page h2 {
  text-align: center;
  margin-bottom: 30px;
}



.service {
  margin: 20px 0;
  text-align: center;

}

#services{
  background-color: #ddd;
}

#contact{
  background-color: #ddd;
}

footer {
  background: #333;
  color: white;
  font-size: .8em;
  padding: 10px 0 0px 0;
  min-height: 50px;
}

footer a {
  color: #E0E6AE;
}


#references {
  padding: 0;

}

#references h2 {
  display: none;
}

#references blockquote {
  margin: 0;
  padding: 0;
  border-left: none;
  min-height: 500px;
  position: relative;
  
}

#references 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;
  transition: all .5s ease-out;
}

#references blockquote .quote:hover {
  background-color: rgba(255,255,255,.9);
}

#references #ref1 {
  background: url(../images/paris1.jpg) no-repeat center center;
  background-size: cover;
}

#references #ref2 {
  background: url(../images/paris2.jpg) no-repeat center center;
  background-size: cover;
}

#references #ref3 {
  background: url(../images/paris3.jpg) no-repeat center center;
  background-size: cover;
}

#references #ref4 {
  background: url(../images/paris4.jpg) no-repeat center center;
  background-size: cover;
}

#references #ref5 {
  background: url(../images/paris5.jpg) no-repeat center center;
  background-size: cover;
}

#references #ref6 {
  background: url(../images/paris6.jpg) no-repeat center center;
  background-size: cover;
}

#references #ref7 {
  background: url(../images/paris1.jpg) no-repeat center center;
  background-size: cover;
}

#references #ref8 {
  background: url(../images/paris2.jpg) no-repeat center center;
  background-size: cover;
}

#references .quote {
  font-size: 1.2em;
  line-height: 110%;
  font-weight: 400;
}


#references .quote .more, #testimonials .customer {
  opacity: 0;
  font-size: 0;
  line-height: 0;
  padding-top: 10px;
}


#references .quote:hover .more {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  display: block;
  opacity: 1;
  font-size: .8em;
  line-height: 120%;
}

#references .quote:hover .customer {
  display: block;
  font-size: .7em;
  text-align: right;
}

#references .quote .intro::after {
  content: '...';
}

#references .quote:hover .intro::after {
  content: '';
}

/**  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: white;
  padding: 5px 8px;
}

header .navbar-default .navbar-nav a:hover {
  color: #00FF00;
}

header .navbar-default .navbar-nav .active a {
  font-weight: 700;
  color: #FF0000;
  background: transparent;
  border-bottom: 4px solid #FF0000;
  text-shadow: none;
}

header .navbar-default .navbar-nav>.active>a:focus
{
  background: transparent;
}

header .navbar-default .navbar-nav .active a:hover {
  color: #E15D5F;
  background: transparent;
  text-shadow: none;
}*/

/**  Navbar Brand **/

/*header .navbar-brand {
  background: url(../images/wisdompetlogo.svg);
  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: #0000FF;
}

header .navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

@media only screen
and (max-width: 768px) {
  header .navbar-collapse.in {
    background-color: rgba(0,0,0, .5);
  }
}*/

/**  nav inbody **/

/*header .inbody {
  background: rgba(104,73,49,.9);
}

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

.photo{
  padding-top: 10%;
  padding-bottom: 10%;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.img-responsive{
 
  margin-right: auto;
  margin-left: auto;
}

.fiftypercent{

max-height: 100vh;
  padding-top: 20vh;
  padding-bottom: 20vh;
  max-width: 90vw;
 
}

