.test-border {
    border: 1px solid red;
}

body {
    padding-bottom: 0px;
    /* padding-top: 5em; */
    color: #16295C;
}

.body-home-bg {
    background-color: white;
}

.body-classes-bg {
    background-color: rgb(232, 236, 247);
}

.body-about-bg {
    background-color: rgb(232, 236, 247);
}

@font-face {
    font-family: 'Patua One';
    src: url('../fonts/PatuaOne-Regular.ttf');
}


@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url('../fonts/OpenSans-Regular.ttf');
}

#top-home {
    width: 100%;
    background: url(../img/bg-home.jpg);
    background-size: cover;
    background-position: center top -30px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 800px;
}

#top-classes {
    width: 100%;
    background: url(../img/bg-classes.jpg);
    background-size: cover;
    background-position: center top -30px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 800px;
}

#top-about {
    width: 100%;
    background: url(../img/bg-about.jpg);
    background-size: cover;
    background-position: center top -30px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 800px;
}

.navbar {
    margin-bottom: 10em;
}

.bg-navbar {
    background: rgba(22, 41, 92, 0.8);
}

#navlogo {
    max-height: 52px;
    width: auto;
    padding-top: 6px;
    padding-right: 5px;
}



.brand-text {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 200;
    display: inline-block;
    vertical-align: top;
}

.brand-text-top {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 400;
    color: white;
}

.brand-text-bottom {
    display: block;
    font-size: 47%;
    line-height: 1;
    color: lightgrey;
}

#navmenu>ul>li>a {
    font-family: 'Open Sans Condensed',
        sans-serif;
    font-weight: 800;
    color: rgb(177, 186, 207);
    text-align: right;
}

#navmenu>ul>li>a:hover {
    background: rgb(53, 78, 146);
    border-radius: 3px;
    /* -webkit-border-radius: 3px; */
    /* -moz-border-radius: 3px; */
    color: #fff;
}

.navbar-toggler {
    background: rgb(53, 78, 146);
}

.current a {
    /* color: rgb(157, 167, 192) !important;      */
    color: #fff !important;
}

.current div>a {
    color: #000 !important;
}

.current a:hover {
    /* color: #16295C !important; */
    color: white !important;
    /* text-decoration: underline; */
}

.home-intro {
    padding-top: 11em;
}

.about-intro,
.classes-intro {
    padding-top: 15em;
}

.home-intro p,
.classes-intro p,
.about-intro p {
    font-size: 1.7em;
    color: white;
    text-shadow: 1px 1px 2px black,
        0 0 25px black,
        0 0 5px black;
    padding-bottom: 4em;
}

.intro-heading {
    font-family: 'Open Sans Condensed',
        sans-serif;
    font-weight: 400;
    color: #16295C;
    text-align: left;
    font-size: 1.8em;
}

.section-heading {
    color: #16295C;
    text-align: center;
    padding-bottom: 0;
}

.section-subheading {
    color: #16295C;
    text-align: left;
    padding-bottom: 0;
    margin: 0;
}

.section-divider {
    border-top: 1px solid #16295C;
}

.section-divider-heavy {
    border-top: 2px solid #16295C;
}

.section-blue {
    background-color: rgb(232, 236, 247);
}

.class-schedule-link,
.section-white {
    background-color: white;
}

.daily-column {
    background-clip: content-box;
}

.daily-column-style {
    padding: 10px 10px 10px 10px;
    background-color: white;
    border: 1px solid #16295C;
    height: 100%;
}

.download-document a {
    color: #16295C;
    text-decoration: none;
}

.section-dark {
    background-color: #16295C;
}

.class-bar {
    overflow: hidden;
    padding: 15px 10px 15px 10px;
    text-align: center;
}

.section-offdark {
    background-color: #495D91;
}

.promotion {
    /* height: 20em; */
    overflow: hidden;
}

.promotion p {
    font-size: 0.7em;
    font-style: italic;
}

.more-button {
    border: 1px solid white;
}

.more-info-link {
    opacity: 0.7;
}

.closed-guard-btn {
    border: 1px solid black;

    margin-top: 10px;
    margin-right: 10px;
    width: 9em;
    height: auto;
}

.more-info-link:hover {
    opacity: 1;
}

.more-info h3 {
    font-size: 1.3em;
    color: rgb(179, 198, 228);
    text-align: center;
}

.more-info-bar {
    overflow: hidden;
    /* padding: 15px 10px 15px 10px; */
    text-align: center;
}

.class-schedule-link {
    opacity: 0.7;
}

.class-schedule-link:hover {
    opacity: 1;
}

.class-button {
    border: 1px solid white;
    vertical-align: middle;
}

.on-offer {
    border: 1px solid #16295C;
    background-color: rgb(232, 236, 247);
}

.on-offer h2 {
    padding-bottom: 0.7em;
}

.on-offer a {
    color: #16295C;
    text-decoration: none;
}

.location-box,
.address-box {
    border: 1px solid #16295C;
    background-color: white;
}

.location-box h2 {
    padding-bottom: 0.7em;
}

.white-box {
    border: 1px solid #16295C;
    background-color: white;
}

.white-box h2 {
    padding-bottom: 0.7em;
}

.blue-box {
    border: 1px solid #16295C;
    background-color: rgb(232, 236, 247);
}

.blue-box h2 {
    padding-bottom: 0.7em;
}

.social-icon {
    font-size: 2em;
}

.contact-section {
    border: 1px #16295C solid;
    background-color: rgb(232, 236, 247);
}

.class-heading {
    font-size: 1.5em;
}

.foto-caption {
    font-style: italic;
    font-size: 0.7em;
}

.portrait {
    width: 150px;
    height: auto;
    margin-bottom: 15px;
    border: 1px solid #16295C;
}

.zenith-portraits {
    width: 200px;
    height: auto;
    margin-bottom: 3px;
    border: 1px solid #16295C;
}

.profile {
    text-align: center;
    padding-bottom: 4em;
}

.profile p {
    text-align: left;
}

.profile hr {
    background-color: #16295C;
    width: 50%;
    border: none;
    height: 1px;
}

.profile h4 {
    font-size: 1.2em;
}

.prof-coach {
    font-size: 0.7em;
    font-style: italic;
}

.flag {
    width: 30px;
    height: auto;
    margin-top: -3px;
}

.about-headings {
    text-align: center;
}

.about-images {
    text-align: center;
}

/* OLD  */
#pdf-icon {
    color: red;
    font-size: 1.2em;
    vertical-align: text-bottom;
}

#pdf-icon em {
    color: rgb(59, 58, 58);
    font-size: 0.7em;
}

.form-help-box h3 {
    text-align: center;
    color: #16295C;
}

.form-help-box i {
    font-size: 1.5em;
    vertical-align: -15%;
}

.form-help-box a {
    text-decoration: none;
    color: #16295C;
    font-size: 0.8em;
}

.location-box i {
    font-size: 1.5em;
    vertical-align: -15%;
}

.contact-bg {
    background-color: #DEB406;
    /* border-top: 2px solid #3A3A3C; */
    color: white;
}

.contact-bg p {
    font-size: 1.5em;
    color: #3A3A3C;
}

.contact-bg a {
    text-decoration: none;
    color: #3A3A3C;
    /* font-size: 0.6em; */
}

.contact-bg form {
    text-align: left;
    color: #3A3A3C;
    /* padding-top: 20px; */
}

fieldset.replyMethod {
    border: solid 1px #3A3A3C !important;
    padding: 10px 10px 20px 30px;
    border-bottom: none;
    margin-bottom: 20px;
}

legend.replyMethod {
    width: auto !important;
    border: none;
    font-size: 14px;
    padding: 0 5px 0 5px;
}

.form-help-box {
    margin-top: 0.8em;
    font-size: 0.8em;
    text-align: left;
    color: #3A3A3C;
    border: 1px solid #16295C;
    background-color: rgb(232, 236, 247);
    padding: 1.5em 1em 1em 1em;
    /* border-radius: 25px; */
}

/*in your css hide the field so real users cant fill it in*/
form #email {
    display: none;
}

.contactImg {
    width: 240px;
    height: auto;
    padding-left: 10px;
    padding-bottom: 10px;
}

.modal-header h3 {
    width: 90%
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 240px) {
    .home-intro p {
        margin-top: -4em;
        font-size: 1.1em;
        padding: 0em 1em 0 1em;
    }

    #top-home {
        background: url(../img/bg-home-small.jpg);
        width: 100%;
        background-size: cover;
        background-position: center top -30px;
        background-attachment: fixed;
        background-repeat: no-repeat;
        height: 550px;
    }

    .classes-intro p {
        margin-top: -5em;
        font-size: 1.1em;
        padding: 0em 1em 0 1em;
    }

    #top-classes {
        background: url(../img/bg-classes-small.jpg);
        background-repeat: no-repeat;
        min-height: 450px;
        width: 100%;
        background-size: cover;
        background-position: center top -30px;
        background-attachment: fixed;
    }

    #top-about {
        background: url(../img/bg-about-small.jpg);
        background-repeat: no-repeat;
        height: 473px;
    }

    .about-intro p {
        margin-top: -5em;
        font-size: 1.1em;
        padding: 0em 1em 0 1em;
    }

    .location-box h3,
    .form-help-box h3 {
        font-size: 2.5em;
    }

    .address-box h3 {
        font-size: 2.5em;
    }
}

@media (min-width: 320px) {
    #top-home {
        background: url(../img/bg-home-medium.jpg);
        width: 100%;
        background-size: cover;
        background-position: center top -30px;
        background-attachment: fixed;
        background-repeat: no-repeat;
        height: 550px;
    }



}

@media (min-width: 430px) {
    #top-about {
        background: url(../img/bg-about-medium.jpg);
        background-repeat: no-repeat;
        min-height: 550px;
    }

    .about-intro p {
        margin-top: -5em;
        font-size: 1.1em;
        padding: 0em 1em 0 1em;
    }
}

@media (min-width: 500px) {
    .classes-intro p {
        margin-top: -5em;
        font-size: 1.1em;
        padding: 0em 1em 0 1em;
    }

    #top-classes {
        background: url(../img/bg-classes-medium.jpg);
        background-repeat: no-repeat;
        height: 550px;
        width: 100%;
        background-size: cover;
        background-position: center top -30px;
        background-attachment: fixed;
    }

    .home-intro p {
        margin-top: -2em;
        font-size: 1.3em;
        padding: 0em 1em 0 1em;
    }

    .about-intro p {
        margin-top: -2em;
        font-size: 1.3em;
        padding: 0em 1em 0 1em;
    }

}

@media (min-width: 575px) {
    .classes-intro p {
        margin-top: -3em;
        font-size: 1.5em;
        padding: 0em 1em 0 1em;
    }

    #top-classes {
        background: url(../img/bg-classes.jpg);
        background-repeat: no-repeat;
        height: 550px;
        width: 100%;
        background-size: cover;
        background-position: center top -30px;
        background-attachment: fixed;
    }

    .home-intro p {
        margin-top: -3em;
        font-size: 1.5em;
        padding: 0em 1em 0 1em;
    }

    .about-intro p {
        margin-top: -3em;
        font-size: 1.5em;
        padding: 0em 1em 0 1em;
    }
}

@media (min-width: 625px) {
    #top-home {
        background: url(../img/bg-home.jpg);
        width: 100%;
        background-size: cover;
        background-position: center top -0px;
        background-attachment: fixed;
        background-repeat: no-repeat;
        height: 550px;
    }

    #top-about {
        background: url(../img/bg-about.jpg);
        min-height: 650px;
    }
}

@media (min-width: 768px) {
    #top-home {
        background: url(../img/bg-home.jpg);
        width: 100%;
        background-size: cover;
        background-position: center top -30px;
        background-attachment: fixed;
        background-repeat: no-repeat;
        height: 800px;
    }

    .home-intro p {
        margin-top: -2em;
        font-size: 1.7em;
        padding: 0em 1em 0 1em;
    }

    .classes-intro p {
        margin-top: -3em;
        font-size: 1.7em;
        padding: 0em 2em 0 2em;
    }

    .about-intro p {
        margin-top: -2em;
        font-size: 1.7em;
        padding: 0em 1em 0 1em;
    }
}

@media (min-width: 992px) {
    .classes-intro p {
        margin-top: -1em;
        font-size: 1.8em;
        padding: 0em 2em 0 2em;
    }

    .classes-intro p {
        margin-top: -1em;
        font-size: 1.8em;
        padding: 0em 2em 0 2em;
    }

    .about-intro p {
        margin-top: -1em;
        font-size: 1.8em;
        padding: 0em 1em 0 1em;
    }

    .address-box h3 {
        font-size: 1.5em;
    }

    .location-box h3 {
        font-size: 1.5em;
    }

    .form-help-box h3 {
        font-size: 2em;
    }

    .about-headings {
        text-align: left;
    }

    .address-box h3 {
        font-size: 1.5em;
    }
}

@media (min-width: 1200px) {
    .address-box h3 {
        font-size: 1.8em;
    }

    #top-home {
        background: url(../img/bg-home.jpg);
        width: 100%;
        background-size: cover;
        background-position: center top -0px;
        background-attachment: fixed;
        background-repeat: no-repeat;
        height: 1000px;
    }
}