/* MOBILE SECTION */


/* ABOUT SECTION a*/

.aboutimage img{
    width: auto;
    height: 350px;;
    margin-bottom: 50px;
    margin-bottom: 50px;
    margin-left: 20px;
    text-align: center;
    margin-right: 20px;
    border: 1px solid white;
}


/* FOOTER SECTION a*/

.footer {
    margin-top: 1000px;

}



/* MAIN CONTENT SECTION */

.aboutsection {
    margin-top: 200px;
    height: 650px;
    width: auto;
    text-align: center;
}

.aboutsection h1 {
    margin-bottom: 100px;
}

.aboutsection h2 {
    text-align: left;
    margin-left: 30px;
}

.aboutsection h3 {
    text-align: left;
    margin-left: 30px;
    margin-right: 30px;
}

.aboutsection a h4 {
    width: 250px;
    color: black;
    text-align: center;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}

.aboutsection h4:hover {
    background-color: black;
    color: white;

}




/*-----------------------------------------------------------------------------------------*/
/* DESKTOP SECTION */
/* 48em = 768px NAVIGATION ON DESKTOP */

@media (min-width: 70em) {


    .aboutsection h2 {
        text-align: left;
        margin-left: 150px;
        margin-right: 150px;
    }

    .aboutsection h3 {
        text-align: left;
        margin-left: 150px;
        margin-right: 150px;
    }

    .aboutsection a h4 {
        width: 250px;
        text-align: center;
        margin-left: 20px;
        margin-right: 20px;
    }

    .aboutsection h4:hover {
        background-color: black;
        color: white;
    }


    
    .aboutimage img{
    width: auto;
    height: 420px;
        margin-right: 140px;
  float: right;
    border: 1px solid black;
}
    
.footer {
    margin-top: 300px;

}
