body,
html {
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
    font-family: 'Quicksand', 'helvetica', sans-serif;
}

@font-face {
    font-family: "Quicksand";
    src: url("fonts/Quicksand-VariableFont_wght.ttf") format("truetype");
}

.main_wrapper {
    width: 100%;
    text-align: center;
}
.main_wrapper img {
    width: auto;
    max-width: 100%;
    max-height: 85vh;
}

.header {
    background-color: #000;
    width: 100%;
    margin: 0 0 25px;
    position: relative;
}

.header-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70px;
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 8px 18px 6px;
}

.mylogo {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    font-weight: bolder;
    font-size: 1.5em;
    color: #fff;
    text-align: left;
}


.nav-toggle {
    display: none;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 8px 10px;
    cursor: pointer;
}

.nav-toggle:hover {
    color: #cb3139;
    border-color: #cb3139;
}

.mylogo a {
    color: #fff;
    text-decoration: none;
    clear: both;
}

.mylogo a:hover {
    color: #cb3139;

}

.toplinks {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: center;
    font-size: 1.35em;
}

.toplinks a {
    color: #fff;
    text-decoration: none;
    clear: both;
    padding: 0;
    text-transform: uppercase;
}

.toplinks a:hover {
    color: #cb3139;
    text-decoration: underline;
}

@media only screen and (max-width: 1500px) {
    .header-inner {
        padding-top: 3px;
    }
}

@media only screen and (max-width: 750px) {
    .mylogo {
        position: static;
        transform: none;
        font-size: 1em;
        padding-left: 10px;
        padding-top: 10px;
    }

    .header-inner {
        grid-template-columns: 1fr auto;
        display: grid;
        row-gap: 4px;
        width: 100%;
        padding: 6px 10px 6px;
        min-height: 58px;
    }

    .nav-toggle {
        display: block;
    }

    .toplinks {
        display: none;
        grid-column: 1 / -1;
        width: 100%;
        padding: 0 0 8px;
        font-size: 0.98em;
        text-align: left;
    }

    .header.nav-open .toplinks {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .toplinks a {
        display: block;
        border-top: 1px solid #222;
        padding: 10px 0;
    }
}

.caption_location {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0px;
    display: block;
    background-color: #cb3139;
}

/* BIO PAGE STYLE */
/* BIO PAGE STYLE */
/* BIO PAGE STYLE */
/* BIO PAGE STYLE */

.bio-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    padding: 10px;
    padding-top: 50px;
    font-family: "Quicksand";
    text-align: justify;
}

@media only screen and (max-width:2000px) {
    [class="bio-wrapper"] {
        width: 70%;
    }
}

@media only screen and (max-width:1200px) {
    [class="bio-wrapper"] {
        width: 90%;
    }
}

.bio-text-box {
    padding-top: 10px;
    padding-bottom: 20px;
}

.bio-text-box a {
    color:royalblue;
    text-decoration: none;;
    font-weight:1000;
}

.bio-text-box a:hover {
    color:royalblue;
    text-decoration: underline;
    font-weight:1000;
}
.bio-text-box h1 {
    text-align: center;
}

.bio-img-box {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

.bio-img-box img {
    width: 35%;
    border-radius: 50%;
}

.bio-center-box {
    text-align: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.email_wrapper {
    min-width:500px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:600px) {
    [class="email_wrapper"] {
        min-width: 100%;
        max-width: 100%;
    }
}

.redcolor {
    color:#cb3139;
    font-weight: 1000;
}
