@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-family: "Roboto Slab", sans-serif;
  font-weight: 300;
  
  position: relative;
}

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

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

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

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

/**  Navbar Brand **/
header h1{
opacity: 0;
}

div.background_img{
padding-top:65px;
background:#333333
}

header .navbar-brand {
  /*background: url(../img/Logos/DBLogo2.png);*/
  background: url(../img/Logos/2020_DB_LogoStacked.png);
  background-repeat: no-repeat;
  padding: 40px;
  margin-top: -30px;
  background-size: 140px 
}

header .navbar-brand h1 {
  color: white;
  margin: 0;
  font-size: 40px;
  font-weight: 400;
  padding-left: 105px;
}

header .navbar-brand span.subhead {
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
  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(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: 80px;
  background-position: top left;
  margin-top: 5px;
  padding-bottom: 5px;
  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 **/

header .container-fluid{
padding-left: 0px;
padding-right: 0px;
}
/**  Page **/
.page {
  padding: 50px 0;
}

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

/**  Page -- elite **/
#content container white {
	background-color: #E4D29D;
	
}

#elite {
  background-color: #F8F8FF;
 background-image: linear-gradient(to bottom, #EEF08A, #F8F8FF);
  border-top: 20px solid rgba(238, 200, 86, .5);  
  margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
    align-items: center;
}



#events {
  background-color:#FFFF99;
 
    
  margin: 0 auto;
    overflow: hidden;
   
    align-items: center;
}
#admin {
  background-color: #E4D29D;
  background-image: linear-gradient(to bottom, #EEF08A, #819A2D);
  border-top: 20px solid rgba(238, 200, 86, .5);  
  margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
    align-items: center;
}

/**  Page -- lasveags **/
#lasvegas {
  background-color: #E4D29D;
  background-image: linear-gradient(to bottom, #EEF08A, #819A2D);
  border-top: 20px solid rgba(238, 200, 86, .5);
}
#lasvegas.page h3{
 padding-top: 15px;

}
#lasvegas.page h4{
  padding: 15px 0;
  color:red;
  font-size: .7em;
  text-align: center;
}

div.img{
padding:15px 0;
}

/**  Page -- Services **/

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

#eventss img.icon {
  display: block;
  width: 80px;
  margin: 0 auto;
  margin-bottom: 5px;
}

#eventss h3 {
  margin-bottom: 10px;
}

@media only screen 
and (min-width: 450px)
and (max-width: 768px) {
  .events p {
    padding: 0 20%;
  }
}

/**  Page -- Staff **/

#staff {
  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;
}

.doctor img {
  width: 100%;
}

/**  Page -- Testimonials **/

#testimonials {
  padding: 0;
}

#testimonials h2 {
  display: none;
}

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

#testimonials 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;
}

#testimonials blockquote .quote:hover {
  background-color: rgba(239,240,196,.9);
}

#testimonials #janeh {
  background: url(../images/testimonial-janeh.jpg) no-repeat center center;
  background-size: cover;
}

#testimonials #johnb {
  background: url(../images/testimonial-johnb.jpg) no-repeat center center;
  background-size: cover;
}

#testimonials #mcphersons {
  background: url(../images/testimonial-mcphersons.jpg) no-repeat center center;
  background-size: cover;
}

#testimonials #lorraines {
  background: url(../images/testimonial-lorraines.jpg) no-repeat center center;
  background-size: cover;
}

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


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


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

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

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

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



/**  Footer **/

footer {
	background: #586D74;
	color: white;
	font-size: 0.8em;
	padding: 20px 0 40px 20px;
}

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;
}
.centered{
    margin: 0 auto;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}
#elite .img .img-responsive {
	margin-left: auto;
    margin-right: auto;
}
#elite .content container h1 {
	padding-bottom: 20px;
}
#homework .img{
 width: 200px;

}#elite .content container #homework .row .service col-md-6 col-sm-12 col-xs-12 .img-responsive center-block {
	height: 250px;
}


