html{
    margin-top: 80px;
}

#about .about{
    padding: 0;
    min-height: 0;
    width: 100%;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.section-title{
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

.text-area p{
    line-height: 2.5rem;
}

.text-area ul{
    font-size: 2rem;
    line-height: 2.5rem;
    margin-left: 50px;
    margin-bottom: 30px;
}

.text-area .footnote{
    font-size: 1.4rem;
}

.text-area span{
    font-style: italic;
}

#image-band{
    background-image: url(../images/about/desk.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 100px 0;
    min-height: 80vh;
}



/* Media Query - TABLET - */

@media only screen and (min-width: 768px){

    html{
        margin-top: 100px;
    }


}

/* END of Media Query - TABLET - */



/* Media Query - DESKTOP - */

@media only screen and (min-width: 1200px){

    html{
        margin-top: 0px;
        padding-top: 100px;
        background-image: url(../images/about/desk.jpg);
        background-position: center left;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #header{
        background-color: white;
    }

    #header .brand-logo img{
        height: 80px;
    }

    #header .nav ul li{
        color: black;
    }

    #header .nav ul li a{
        color: black;
    }

    #header .nav ul li:last-child{
        display: block;
    }

    #about{
        height: 900px;
    }

    .about .content-area{
        max-width: 1000px;
        margin: 0 auto;
    }

    .section-title{
        padding-left: 0;
        margin-top: 30px;
        margin-bottom: 50px;
        color: white;
        text-shadow: 0px 6px 8px black
    }

    .section-description{
        padding: 30px;
        background-color: white;
        background-image: url(../images/bg-about-jay.jpg);
        background-repeat: no-repeat;
        background-position: 93% 50%;
        border-radius: 0px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }

    .text-area{
        padding: 30px 0;
        border: none;
        width: 55%;
        margin-left: 30px;
    }

}

/* End of Media Query - DESKTOP - */