body{
    background-color: #bad80a;
    color: white;
 
}
.container{
    padding: 30pt;
}
header{
    display: flex;
    flex-direction: column;
    margin-top: 5vh;
}

h1{
    font-family: 'Gothic A1', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 18vw;
    font-size: 18vw;
    text-transform: uppercase;
    text-align: left;
}

h2{
    font-size: 60pt;
    font-family: 'Gothic A1', sans-serif;
    font-weight: bold;
    margin: 0;
}
hr{
    border: #acbc11 3px solid;
    width: 100%;
}

nav{
    padding: 0;
    margin: 0;
    font-size: 1.5em;
}

nav ul{
    list-style: none;
    padding: 0;

}
nav li{
    margin-bottom: 10px;
}
nav a{
    text-decoration: none;
    color: inherit;
    padding: 5px;
    border-radius: 5px;
}

nav a:hover{
    background-color: white;
    color: #bad80a;
    
    transition:ease 0.1s;
    
    
}

a:visited{
    color: Red;
}
.content{
    font-size: 16pt;
    font-family: 'Gothic A1', sans-serif;
    font-weight: lighter;
    display: flex;
    justify-content: center;
    text-align: left;
    flex-direction: row;
    margin: 0;
    background-color: #acbc11;
    padding: 10pt;
}

.left{
width: 30%;
}


.right{
    width:70%;
    margin: 0;
    display: flex;
    flex-direction: row;
}

.right .image{
    display: flex;
    margin: 0 20pt;
    width:30%;
    height: 100%;
    background-image: url(/images/bio-img.jpg);
    background-size:cover; 
    background-repeat: no-repeat;
background-position: center;
}

.right p{
    width: 70%;
    padding: 0;
    margin: 0;
}

footer{
    height: 200px;
    width: 100%;
    background-image: url(https://www.clarkpodiatry.com/wp-content/uploads/2018/01/FHM-5-Numb-toes-during-exercise.jpg);
    background-repeat: repeat-x;
    background-position: center;
}

footer h1{
    text-align: center;
    font-family: "Comic Sans MS",sans-serif;
    font-size: 6vw;
    color: purple;
    height: 100%;
    line-height: normal;
    padding-top: 3vh;
}

@media only screen and (max-width: 1200px){
    .content{flex-direction: column;
    };
    nav{
        width: 100%;
        font-size: 1.3em;

    }
    .left{
        flex-direction: column;
        width: 100%;
    }
    .right{
        flex-direction: column;
        width: 100%;
    }
    .right p{
        width: 100%;
    }
    .right .image{
        width: 100%;
        height: 300px;
        margin: 0;
        background-position: top;
    }
    .content{
        font-size: 1.3em;
    }
        ;
}
@media only screen and (max-width: 800px){
    .content{flex-direction: column;
    };
    nav{
        width: 100%;
        font-size: 2.2em;

    }
    .left{
        flex-direction: column;
        width: 100%;
    }
    .right{
        flex-direction: column;
        width: 100%;
    }
    .right p{
        width: 100%;
    }
    .right .image{
        width: 100%;
        height: 300px;
        margin: 0;
        background-position: top;
    }
    .content{
        font-size: 1.8em
    }
}
@media only screen and (max-width:400px){
    .content{flex-direction: column;
    };
    nav{
        width: 100%;
        font-size: 2.5em;

    }
    .left{
        flex-direction: column;
        width: 100%;
    }
    .right{
        flex-direction: column;
        width: 100%;
    }
    .right p{
        width: 100%;
    }
    .right .image{
        width: 100%;
        height: 300px;
        margin: 0;
        background-position: top;
    }
    .content{
        font-size: 2.1em
    }
}