* {
    font-family: "Roboto Slab", Times, serif;
}

a {
    color: red;
}

a:hover {
    color: gray;
}

.defaultFont {
    color: white;
}

.darkTxt {
    color: black;
    background-color: white;
}

iframe {
    background-color: white;
    width: 640px; 
    height: 360px;
}

h2 {
    color: lightgray;
    font-size: 3rem !important;
}

.lessonsPic {
    float: left;
    width: 350px;  
    margin: 3%;
}

.sessionWork>p {
    margin-top: 8%;
}

.dance>p {
    margin-top: 2%;
    margin-bottom: 2%;
}

h5 {
    text-transform: capitalize;
    text-align: center;
}
.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -200;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/poster.png) no-repeat;
    background-size: cover;
}

#biography,
#videos {
    background-color: black;
}

h4 {
    margin-top: 3%;
    text-transform: capitalize;
}

#lessons { 
    background-color: white;
}

p {
    font-family: "Roboto Slab", Times, serif;
    font-size: 1.5rem;
}

.pLeft {
    text-align: left;
    padding: 0 1rem;
}

.pRight {
    text-align: right;
    padding: 0 1rem;
}

.logo {
    position: relative;
    max-width: 400px;
    margin: 13% auto 5% auto;
}

.bioPic {
    width: 100%;
    opacity: 1;
    padding: 0 auto;
}
h3 {
    font-size: 1.4rem;
    color: white;
    text-align: center;
    margin-top: 8%;
    margin-bottom: 8%;
}

.menu-itm {
    font-size: 1.2rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.menu-itm:hover {
    background-color: gray;
}

.menu-itm:focus,
.menu-itm:active {
    background-color: grey;
}

#contactform {
    background-color: darkslategray;
}

#sessions {
    background-color: black;
}

#message {
    height: 132px;
}

.btn,
.btn-xl {
    background-color: gray;
    height: 30px;
    line-height: 0;
    border: none;
}

.btn:hover,
.btn-xl:hover,
ul.social-buttons>li>a:hover {
    background-color: darkred;
}


#lessonsMenu:focus {
        background-color: white !important;
    color: black;
    }
    


@media (max-width: 767px) {
  .header-container {
    background: url("../img/poster.png") center center / cover no-repeat;
      width: 100%;
      max-width: 767px;
  }

  .background-video {
    display: none;
  }

    .menu-itm {
        text-align: center;
        letter-spacing: 3px;
    }
    
.logo {
    max-width: 300px;
    margin: auto;
    padding-top: 5%;
}
    
    h3 {
        font-size: 1rem;
        padding-bottom: 4%;
        margin: 0;
    }

    .pLeft,
    .pRight {
    text-align: left;
    padding: 5% 2%;
}
.bioPic {
    width: 50%;
}
    
iframe {
    background-color: white;
    width:100%; 
    height:auto;
}
    
}


