/* CSS Document */
body {
  padding-top: 78px;

}
.wrapper {
  width: 90%;
  margin: 0 auto;
}
/* navbar */
.nav {
  text-transform:uppercase;
}
.divider-vertical {
height: 30px;
margin: 9px;
border-left: 3px solid #F8931D;
}
.demo {
  background-image: url("/images/desktop.jpg");
  background-repeat:no-repeat;
  background-position: bottom center;
  background-size: cover;
  color: white;
  height: 898px;
}
.bookMe {
  background-image: url("../images/Buttercup-back.jpg");
  background-repeat:no-repeat;
  background-position: center center;
  background-size: cover;
  color: #111;
  font-weight: bold;
  padding-bottom: 50px;
  padding-top: 10px;
}
.contact-form {
  background-color:#ccc;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0.90;
  filter: alpha(opacity=75);
}
.Meet {
  background-image: url("../images/mic.jpg");
  background-repeat:no-repeat;
  background-position: top center;
  background-size: cover;
  color: #fff;
  font-size: 1.25em;
  padding-bottom: 50px;
}
.meet-image {
  padding: 20px;
  padding-right: 0px;
}
.form-control {

  margin-bottom: 30px;
}
.contactHeader {
  color: white;
  background-color:#F7931D;
  height: 50px;
}
footer{
  color: black;
  background-color:#F8931D;
  padding: 20px;
}

li.topNav {
    /*font-size: 1em;*/
}
.logo-image{
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}
.demo-wrapper {
  background-color: #f8931D;
  padding: 20px;
  opacity: 0.9;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 0 auto;
}
.tab-label {
  margin-left: 30px;
  font-size: 12pt;"
}
.player-wrapper {
  max-width: 300px;
  min-width: 200px;
  margin-top: 20px;"
}

.booth-well {
  background-color: #f8931D;
  padding: 20px;
  opacity: 0.9;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .logo-image {
    width: 380px;
  }


  @media (max-width: 767px) {
      .navbar-collapse .nav > .divider-vertical {
          display: none;
       }
  }
