/*!
 * Start Bootstrap - One Page Wonder HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    /* margin-top: 50px; */ /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

#book, #teaching, #welcome, #about, #lesson, #testimonials, #contact {
    scroll-margin-top: 8rem;
}

.navbar {
    position: sticky;
    margin-bottom: 0 !important;
}

h2 {
    margin-top: 0.83em !important;
}

.header-image {
    display: block;
    width: 100%;
    text-align: center;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    -webkit-box-shadow: 0px 12px 25px -10px rgba(157,157,157,1);
    -moz-box-shadow: 0px 12px 25px -10px rgba(157,157,157,1);
    box-shadow: 0px 12px 25px -10px rgba(157,157,157,1);
}

.headline {
    padding: 120px 0;
}

.color-block {
    width: 100%;
    background: #00017f;
    -webkit-box-shadow: 0px 12px 25px -10px rgba(157,157,157,1);
    -moz-box-shadow: 0px 12px 25px -10px rgba(157,157,157,1);
    box-shadow: 0px 12px 25px -10px rgba(157,157,157,1);
}

.headline h1 {
    font-size: 130px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.headline h2 {
    font-size: 77px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.featurette-divider {
    margin: 55px 0;
}

.featurette {
    /* overflow: hidden; */
}

#welcome {
    /* padding-top: 70px; */
    padding-bottom: 60px;
}

#about {
    /* padding-top: 60px; */
    padding-bottom: 60px;
}

#about h2 {
    color: #fff;
    border-bottom: 1px solid #fff; padding-bottom: 25px;
}

#about p {
    color: #9d9d9d;
}

#about img {
    width: 30%;
    float: left;
    border: 7px solid #fff;
    margin-right: 30px;
    margin-bottom: 0px;
    margin-top: 7px;
}

#teaching {
    /* padding-top: 60px; */
    padding-bottom: 60px;
}

#teaching h2 {
    color: #fff;
    border-bottom: 1px solid #fff; padding-bottom: 25px;

}

#teaching p {
    color: #9d9d9d;
}

#teaching img {
}

#piano, #BookImage {
    width: 30%;
    float: right;
    border: 0px solid #fff;
    margin-left: 30px;
    margin-bottom: 0px;
    margin-top: 7px;
}
#BookImage {
    margin-bottom: 1em;
}

#lesson {
    /* padding-top: 70px; */
    padding-bottom: 60px;
}

.featurette-image.pull-left {
    margin-right: 40px;
}

.featurette-image.pull-right {
    margin-left: 40px;
}

.featurette-heading {
    font-size: 50px;
    color: #00017f;
    border-bottom: 1px solid #00017f; padding-bottom: 25px;
}

.featurette-heading span {
    font-size: 50px;
    color: #999999;
}

#testimonials {
    min-height: 240px;
}

.carousel-control {
    min-height: 235px;
}


.footer-left {
    /* padding-top: 58px; */
    padding-bottom: 15px;
}

.footer-right {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 50px;
}

.footer h2 {
    font-family: "Helvetica Neue", HelveticaNeue, Arimo, Helvetica, Arial, sans-serif;
    font-size: 40px;
    /* color: #fff; */
}

.footer p {
    font-family: "Helvetica"!important;
    font-size: 18px;
    color: #9d9d9d;
}

#links {
    padding-top: 80px;
    padding-bottom: 40px;
}

#links strong {
    color: #000;
 }

.contact h2 {
    font-family: "helvetica";
    color: #00017f;
    margin-top: 0 !important;
}

.mb-4 {
    margin-bottom: 1em;
}

.text-white {
    color: white;
}
.underline {
    text-decoration: underline;
}

#book {
    /* padding-top: 70px; */
    padding-bottom: 60px;
}
#book h2 {
    color: #fff;
    border-bottom: 1px solid #fff; padding-bottom: 25px;
}
#book p {
    color: #9d9d9d;
}

@media(max-width:1200px) {
    .headline h1 {
        font-size: 140px;
    }

    .headline h2 {
        font-size: 63px;
    }

    .featurette-divider {
        margin: 50px 0;
    }

    .featurette-image.pull-left {
        margin-right: 20px;
    }

    .featurette-image.pull-right {
        margin-left: 20px;
    }

    .featurette-heading {
        font-size: 45px;
    }

    .featurette-heading span {
        font-size: 45px;
    }

}

@media(max-width:991px) {
    .headline h1 {
        font-size: 105px;
    }

    .headline h2 {
        font-size: 50px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-image {
        max-width: 50%;
    }

    .featurette-image.pull-left {
        margin-right: 10px;
    }

    .featurette-image.pull-right {
        margin-left: 10px;
    }

    .featurette-heading {
        font-size: 35px;
    }

    .featurette-heading span {
        font-size: 35px;
    }
}

@media(max-width:768px) {

    .container {
        margin: 0 15px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-heading {
        font-size: 30px;
    }

    .featurette-heading span {
        font-size: 30px;
    }

    #testimonials {
        min-height: 350px;
        padding-top: 20px;
    }

    .carousel-control {
        min-height: 350px;
    }

    #contact h2 {
        font-size: 30px;
    }

    #contact p {
        padding-top: 5px;
    }


}

@media(max-width:668px) {
    .headline h1 {
        font-size: 70px;
    }

    .headline h2 {
        font-size: 32px;
    }

    .featurette-divider {
        margin: 30px 0;
    }
}

@media(max-width:640px) {
    .headline {
        padding: 40px 0 40px 0;
    }

    .headline h1 {
        font-size: 60px;
    }

    .headline h2 {
        font-size: 30px;
    }

    .footer-right {
        width: 100%;
    }

    .footer-left {
        width: 100%;
    }

    #BookImage {
        width: 100%;
        height: 200px;
        object-fit: contain;
        float: none;
    }

    #book .text-muted {
        display: block;
    }
}

@media(max-width:375px) {
    .featurette-divider {
        margin: 10px 0;
    }

    .featurette-image {
        max-width: 100%;
    }

    .featurette-image.pull-left {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .featurette-image.pull-right {
        margin-bottom: 10px;
        margin-left: 0;
    }

    .footer {
        position: relative;
    }

    .footer-left {
        width: 100%!important;
        padding-top: 30px;
    }

    .footer-right {
        width: 100%!important;
    }

    #contact h2 {
    font-size: 20px;
    padding-top: 30px;
    }

    .footer p {
        font-size: 15px;
    }

    .footer-right {
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
    #about img {
        width: 37%;
    }

    #about img {
    width: 30%;
    float: left;
    border: 4px solid #fff;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-top: 5px;
}

    #teaching img {
    width: 30%;
    float: right;
    border: 4px solid #fff;
    margin-left: 15px;
    margin-bottom: 0px;
    margin-top: 7px;
}


}

.caption {
    margin-left: 40px;
}
.float-left,
.float-right {
  width: 30%;
  margin-top: 7px;
  border: 7px solid #fff;
}
.float-right {
  float: right;
  margin-left: 1em;
}
.float-left {
  float: left;
  margin-right: 1em;
}