@import url('https://fonts.googleapis.com/css?family=Playfair+Display:900i');

body,
html {
    padding: 0;
    margin: 0;
    font-family: "Helvetica";
}

body {
    background-color: #e9e9e9;
}

.button {
    padding: 15px 30px;
    color: #0071bc;
    background-color: #d9e021;
    border-width: 0;
    border-radius: 3px;
    font-size: 14pt;
    text-transform: uppercase;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.03);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.03);
}

.button:hover {
    color: #2cabff;
    background-color: #d3da1d;
}

h2 {
    margin: 0;
    padding: 0;
    color: #93278f;
    font-size: 42pt;
    font-weight: 100;
}

.subhead {
    margin: auto;
    margin-bottom: 75px;
    padding-top: 15px;
    max-width: 900px;
    color: #0071bc;
    text-align: center;
    font-size: 16pt;
    line-height: 32pt;
}

hr {
    border: none;
    background-color: #29abe2;
    color: #29abe2;
    height: 4px;
    width: 200px;
}

header {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 10;
}

nav {
    margin: 0 auto;
    width: 700px;
    height: auto;
    border-radius: 0 0 40px 40px;
    background-color: #FFF;
    opacity: 0.93;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
    z-index: 100;
}

#menu,
#mobile-menu {
    margin: 0;
    padding: 15px;
    text-align: center;
    list-style-type: none;
}

#mobile-menu {
    display: none;
}

#menu li {
    display: inline-block;
}

li a {
    margin: 2px 10px 0 10px;
    padding: 5px;
    display: block;
    border-bottom: 3px solid #FFF;
    color: #0071bc;
    font-size: 10.5pt;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

li a:hover {
    border-bottom: 3px solid #d9e021;
}



/* Hero */

#home {
    height: 600px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -23px;
    background-image: url("../images/bg/hero-bg.svg");
    background-position: center bottom;
    background-size: cover;
}

.hero-img {
    width: 50%;
    -o-object-fit: contain;
       object-fit: contain;
    overflow: hidden;
    text-align: center;
}

.hero-img img {
    margin-top: 50px;
    width: 590px;
}

.hero-content {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hero-wrap {
    margin-top: 70px;
}

.hero-wrap h1 {
    width: 100%;
    margin: 0;
    color: #d9e021;
    font-family: 'Playfair Display', serif !important;
    font-style: italic;
    font-weight: 900;
    font-size: 80pt;
}

.hero-wrap div {
    color: #FFF;
    font-size: 18pt;
    font-weight: 100;
}

.hero-wrap ul {
    padding: 0;
    width: 50%;
}

.hero-wrap img {
    padding-right: 10px;
    width: 20%;
    position: relative;
    top: 5px;
}

.hero-wrap li {
    padding: 10px;
    list-style: none;
    color: #FFF;
    font-size: 12pt;
    font-weight: 800;
    text-transform: uppercase;
}

.hero-wrap .button {
    display: inline-block;
    float: right;
    margin-top: -63px;
}




/* CTA-1 */

#cta1 {
    padding: 150px 15px;
    background-color: #e6e6e6;
    text-align: center;
}

#cta-cards {
    margin: 75px 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.card {
    margin: 10px;
    padding-top: 30px;
    min-height: 350px;
    width: 20%;
    min-width: 400px;
    border-radius: 5px;
    color: #444;
    background-color: #FFF;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}

.card img {
    width: 100px;
}

.card p {
    margin: auto;
    width: 80%;
    font-size: 12pt;
    line-height: 20pt;
}



/* About */

#about {
    width: 100%;
    min-height: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-image: url("../images/bg/about-bg.svg");
    background-position: center top;
    background-size: cover;
}

#about-img {
    width: 50%;
    height: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
}

#about img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 100%;
    min-width: 100%;
}

.about-content {
    width: 50%;
    min-width: 350px;
    margin: auto;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #FFF;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.about-content h2,
.about-content p {
    margin: auto;
    max-width: 550px;
    color: #FFF;
}

.about-content p {
    line-height: 24pt;
}

.about-content strong {
    color: #d9e021;
}




/* CTA-2 */

#cta2 {
    padding: 150px 15px;
    background-color: #e6e6e6;
    text-align: center;
}

#cta2 .button {
    margin-top: 150px;
}

#cta-slides {
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.slide {
    min-height: 300px;
    width: 33.3%;
    min-width: 275px;
    color: #FFF;
    background-color: #FFF;
    text-align: center;
}

.slide img {
    height: 15%;
    max-height: 150px;
    display: block;
    padding: 15px;
    position: absolute;
}

.slide h3 {
    padding-top: 50px;
}

.slide p {
    margin: auto;
    width: 70%;
    max-width: 300px;
    font-size: 12pt;
    line-height: 24pt;
}

#sld-1 {
    background-color: #0071bc;
}

#sld-2 {
    background-color: #2e3192;
}

#sld-3 {
    background-color: #662d91;
}

#sld-4 {
    background-color: #f7931e;
}

#sld-5 {
    background-color: #f15a24;
}

#sld-5 a {
    color: #fff;
}

#sld-6 {
    background-color: #c1272d;
}



/* Lessons */

#lessons,
#recitals {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

#recitals {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
}

#lessons img,
#recitals img {
    width: 50%;
    -o-object-fit: cover;
       object-fit: cover;
}

.LesRec-content {
    width: 50%;
    min-width: 350px;
    max-width: 600px;
    height: 100%;
    margin: auto;
    padding: 100px 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #0071bc;
    line-height: 32pt;
}



/* Contact */

#contact {
    padding: 150px 15px;
    background-image: url("../images/bg/contact-bg.svg");
    background-position: center top;
    background-size: cover;
    text-align: center;
}

#contact h2 {
    color: #d9e021;
}

#contact .subhead,
.contact-info {
    color: #FFF;
}

.contact-info {
    width: 35%;
    margin: 40px auto;
    padding: 0 40px;
    border-radius: 5px;
    border: 2px solid #d9e021;
    color: #0071bc;
    background-color: #d9e021;
    font-size: 16pt;
    line-height: 32pt;
}



/* Footer */

footer {
    padding: 15px;
    margin: 0;
    height: 30px;
    color: #0071bc;
    background-color: #d9e021;
    font-size: 12pt;
    font-weight: 300;
}

.copyright {
    padding-left: 30px;
    text-align: left;
    float: left;
}

.byline {
    padding-right: 30px;
    text-align: right;
    float: right;
}