/*INTRO*/
.intro {
    width: 100%;
    overflow: hidden;
    margin-top: 64px;
    background-color: white;
}

.dustin-stool-div {
    float: left;
    width: 50%;
}

.dustin-stool {
    margin-left: 25%;
    width: 95%;
    height: auto;
}

.logo-div {
    float: left;
    width: 50%;
}

.better13-logo {
    width: 60%;
    height: auto;
    margin-top: 30%;
    margin-bottom: 2%;
}

.intro-text {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    color: #2D2D2D;
}

.intro-text-small {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 350;
    width: 80%;
    line-height: 1.5;
    color: #2D2D2D;
}

.intro-text-small-resp {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #2D2D2D;
    font-weight: 350;
    width: 100%;
    line-height: 1.5;
    display: none;
}

.intro::after {
    content: "";
    clear: both;
    display: table;
}

/*CONSTITUENCY*/
.constituency {
    background-color: #F3F0EF;
    width: 100%;
    height: fit-content;
    display: table;
}

.con-box {
    display: table-row;
    padding-top: 4%;
    padding-bottom: 4%;
    padding-left: 3%;
    padding-right: 3%;
    background-color: #F3F0EF;
    text-align: center;
    float: left;
    width: 27.33%;
}

.con-header {
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #2D2D2D;
}

.con-text {
    padding-left: 10%;
    padding-right: 10%;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 350;
    line-height: 1.5;
    color: #2D2D2D;
}

.con-link {
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    color: #277FC4;
    font-size: 14px;
    font-weight: 300;
}

.con-link:hover {
    text-decoration: underline;
    text-decoration-color: #277FC4;
}

/*Video*/
.video {
    height: fit-content;
    overflow: hidden;   
    margin: 50px 0 0 0;
}

.video-frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*BIO*/
.bio {
    width: 100%;
    overflow: hidden;
    display: table;
    padding: 3% 0%;
}

.bio-text {
    display: table-row;
    float: left;
    padding: 5%;
    width: 40%;
}

.bio-header {
    margin-top: 36px;
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #2D2D2D;
}

.bio-desc {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 350;
    line-height: 2;
    color: #2D2D2D;
}

.bio-link {
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    color: #277FC4;
    font-size: 14px;
    font-weight: 300;
}

.bio-link:hover {
    text-decoration: underline;
    text-decoration-color: #277FC4;
}

.bio-image {
    display: table-row;
    float: left;
    padding: 5%;
    width: 40%;
}

.bio-image-resp {
    display: none;
}

.olearys-home {
    margin-top: 6%;
    width: 100%;
    height: auto;
}

.bio::after {
    content: "";
    clear: both;
    display: table;
}

/*QUOTE*/
.quote {
    overflow: hidden;
    width: 80%;
    background-color: #277FC4;
    text-align: center;
    padding: 10%;
}

.quote-text {
    color: white;
    font-family: "DM Sans", sans-serif;
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 250;
    line-height: 1.5;
}

/*MTB*/
.mtb {
    padding: 3% 0%;
    width: 100%;
    height: fit-content;
    display: table;
}

.mtb-header {
    margin-top: 4%;
    margin-bottom: 0;
    margin-left: 3%;
    letter-spacing: 2px;
    text-align: left;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #2D2D2D;
}

.mtb-box {
    display: table-row;
    padding-top: 1.75%;
    padding-bottom: 4%;
    padding-left: 3%;
    padding-right: 3%;
    text-align: center;
    float: left;
    width: 27.33%;
}

.mtb-image {
    width: 100%;
    height: auto;
}

.mtb-text {
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 350;
    color: #2D2D2D;
}


/*~~~~~~~~~~~~~~MOBILE~~~~~~~~~~~~~~~~~*/

/*logo bp*/
@media screen and (max-width: 1100px) { 
    .better13-logo {
        height: auto;
        width: 75%;
    }
}


/*Tablet*/
@media screen and (max-width: 870px) {
    /*INTRO*/
    .dustin-stool {
        margin-left: 5%;
        width: 150%;
        height: auto;
    }

    .logo-div {
        width: 40%;
        padding: 10px;
    }
}

/*Modern Phone*/
@media screen and (max-width: 800px) {
    /*INTRO*/
    .dustin-stool {
        margin-left: 0%;
        width: 140%;
        height: auto;
    }

    .better13-logo {
        margin-top: 50%;
    }

    .intro-text-small {
        display: none;
    }

    .intro-text-small-resp {
        text-align: center;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 95%;
        display: block;
        margin-bottom: 5%;
    }

    /*CONSTITUENCY*/
    .constituency {
        background-color: #F3F0EF;
        padding-bottom: 5%;
        width: 100%;
        height: fit-content;
    }

    .con-box {
        display: block;
        float: none;
        padding: 5% 0%;
        background-color: #F3F0EF;
        text-align: center;
        width: 100%;
    }

    .con-header
    {
        line-height: 0;
    }

    .con-text {
        width: 65%;
        margin: auto;
    }

    /*BIO*/
    .bio-text {
        display: block;
        float: none;
        padding: 5%;
        width: 90%;
        margin-bottom: 2%;
    }

    .bio-header {
        line-height: 0;
    }

    .olearys-home {
        margin-top: 1%;
        width: 100%;
        height: auto;
    }

    .bio-image {
        display: none;
    }

    .bio-image-resp {
        display: block;
        float: none;
        padding: none;
        width: 100%;
    }

    /*QUOTE*/
    .quote {
        padding-top: 20%;
        padding-bottom: 20%;
    }
    
    .quote-text {
        color: white;
        font-family: "DM Sans", sans-serif;
        font-size: 24px;
        font-weight: 225;
        line-height: 1.5;
    }

    /*MTB*/
    .mtb {
        padding-bottom: 50px;
        width: 100%;
        height: fit-content;
    }

    .mtb-header {
        margin-top: 5%;
        margin-bottom: 0;
    }

    .mtb-box {
        display: block;
        float: none;
        padding: 5%;
        text-align: center;
        width: 90%;
    }
}

/*intro text fonts*/
@media screen and (max-width: 560px) {
    .intro-text {
        font-size: 20px;
    }

    .con-text {
        width: 80%;
    }
}

@media screen and (max-width: 470px){
    .intro-text {
        font-size: 16px;
    }
}

/*Small Phone*/
@media screen and (max-width: 400px) {
    /*INTRO*/
    .logo-div {
        width: 40%;
        margin-left: 10px;
    }

    .intro-text-small {
        display: none;
    }

    .intro-text-small-resp {
        text-align: center;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 98%;
        display: block;
        margin-bottom: 5%;
    }
}