body {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

/*===============Main Body================*/

.mainBody {
    margin-top: 5%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

#aboutVal {
    display: flex;
    flex-direction: column;
    margin-top: 5%;
}

#aboutValHeader {
    display: flex;
    background-image: url(../images/mountain_skyline.jpeg);
    height: 160px;
    background-size: cover;
    background-position: 0% 30%;
}

#aboutValHeader h1 {
    text-transform: uppercase;
    margin-left:30%;
    margin-top: 50px;
    font-size: 36px;
    color: white;
}

#aboutValHeader h3 {
    text-transform: uppercase;
    font-size: 24px;
    padding-top: 36px;
    margin-left: 8px;
    color: rgb(0, 0, 0);
}

#aboutValBody {
    display: flex;
    margin-left: 20%;
    margin-right: 20%;
}

#headshot {
    border: rgba(128, 128, 128, 0.3) solid 1px;
    padding-top: 5%;
    padding-bottom: 5%;
    padding: 2%;
    text-align: center;
    margin-right: 2%;
}

#headshot #socialMediaBox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

#headshot .fa-facebook {
    width: 20px;
    background-color: rgba(128, 128, 128, 0);
    color: gray;
    margin:2px
}

#headshot .fa-instagram {
    width: 20px;
    background-color: rgba(128, 128, 128, 0);
    color: gray;
    margin:2px
}

#headshotHeader {
    border-bottom: solid 1px rgba(128, 128, 128, 0.3);
}

#headshotBody {
    padding-top: 5%;
    padding-bottom: 5%;
    padding: 2%;
}

#headshotBody h3 {
    text-decoration: underline;
    text-decoration-color: #bb2a30ff;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    padding: 0%;
    margin:0

}

li {
    margin-bottom: 2%;
}

/* ==Tablets (landscape)== */
@media (min-width: 800px) and (max-width: 1366px) and (orientation : landscape) {  
    /*===============Main Body================*/
    
    .mainBody {
        margin-top: 8%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    
    #aboutVal {
        display: flex;
        flex-direction: column;
        margin-top: 5%;
    }
    
    #aboutValHeader {
        display: flex;
        background-image: url(../images/mountain_skyline.jpeg);
        height: 160px;
        background-size: cover;
        background-position: 0% 30%;
    }
    
    #aboutValHeader h1 {
        text-transform: uppercase;
        margin-left:30%;
        margin-top: 50px;
        font-size: 36px;
        color: white;
    }
    
    #aboutValHeader h3 {
        text-transform: uppercase;
        font-size: 24px;
        padding-top: 36px;
        margin-left: 8px;
        color: rgb(0, 0, 0);
    }
    
    #aboutValBody {
        display: flex;
        margin-left: 20%;
        margin-right: 20%;
    }
    
    #headshot {
        border: rgba(128, 128, 128, 0.3) solid 1px;
        padding-top: 5%;
        padding-bottom: 5%;
        padding: 2%;
        text-align: center;
        margin-right: 2%;
    }
    
    #headshot #socialMediaBox {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }
    
    #headshot .fa-facebook {
        width: 20px;
        background-color: rgba(128, 128, 128, 0);
        color: gray;
        margin:2px
    }
    
    #headshot .fa-instagram {
        width: 20px;
        background-color: rgba(128, 128, 128, 0);
        color: gray;
        margin:2px
    }
    
    #headshotHeader {
        border-bottom: solid 1px rgba(128, 128, 128, 0.3);
    }
    
    #headshotBody {
        padding-top: 5%;
        padding-bottom: 5%;
        padding: 2%;
    }
    
    #headshotBody h3 {
        text-decoration: underline;
        text-decoration-color: #bb2a30ff;
        text-decoration-thickness: 2px;
        text-underline-offset: 3px;
        padding: 0%;
        margin:0
    
    }
    
    li {
        margin-bottom: 2%;
    }
}

/* ==Tablets (Portrait)== */
@media (min-width: 800px) and (max-width: 1024px) and (orientation : portrait) {

    html, body {
        overflow-x: hidden;
    }

    .mainBody {
        width: 100%;
        margin-top: 25%;
        padding: 0;
    }

    #aboutValBody {
        display: flex;
        margin-left: 20%;
        margin-right: 20%;
        justify-content: center;
    }

    #headshot {
        border: rgba(128, 128, 128, 0.3) solid 1px;
        padding-top: 2%;
        padding-bottom: 2%;
        padding: 2%;
        text-align: center;
        margin-left: 25%;
        width:50%;
        align-items: center;
    }

    #headshot #socialMediaBox {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        height:10%;
    }

    #aboutValBody {
        display: flex;
        flex-direction: column;
        margin-inline: 3%;
    }

    #aboutValHeader {
        display: flex;
        width: 100%;
        background-image: url(../images/mountain_skyline.jpeg);
        height: 160px;
        background-size: 200%;
        background-position: 50% 8%;

    }

    #aboutValHeader h1 {
        text-transform: uppercase;
        margin-left:5%;
        margin-top: 50px;
        font-size: 36px;
        color: white;
    }

}

@media (max-width: 800px) {

    html, body {
        overflow-x: hidden;
    }

    .mainBody {
        width: 100%;
        margin-top: 25%;
        padding: 0;
    }

    #aboutValBody {
        display: flex;
        flex-direction: column;
        margin-inline: 3%;
    }

    #aboutValHeader {
        display: flex;
        width: 100%;
        background-image: url(../images/mountain_skyline.jpeg);
        height: 160px;
        background-size: 200%;
        background-position: 50% 8%;

    }

    #aboutValHeader h1 {
        text-transform: uppercase;
        margin-left:5%;
        margin-top: 50px;
        font-size: 36px;
        color: white;
    }

}