﻿body {
}

.hero {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
}

.hero .background {
    display: flex;
    justify-content: center;
    position: relative;
}

.hero .background {
    height: 320px;
}

.hero .background img {
    width: 100%;
    max-height: 792px;
    min-height: 320px;
    object-fit: cover;
}


@media (min-width: 768px) {
    .hero .background {
        height: 42vw;
    }
}



.hero-text {
    margin: auto;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
    height: 320px;
}

@media (min-width: 576px) {
    .hero-text {
        
    }
}

@media (min-width: 768px) {
    .hero-text {
        height: 36vw;
        padding-top: 5vw;
    }
}

/* Classes Page*/
.adult-ballet,
.wu-style,
.feldenkrais {
    background-color: #EFEFEF;
}

section {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #414042;
    font: normal normal normal 20px/29px Roboto;
}

section h2 {
    font: normal normal normal 44px/54px Montserrat;
    letter-spacing: 0px;
    color: #48C2C7;
}

section h3 {
    font: normal normal bold 25px/29px Roboto;
}

.decorate-marker {
    border-bottom: 4px solid #CF68A8;
    width: 93px;
    height: 0px;
    margin-bottom: 20px;
}