@font-face {
    font-family: 'NeueHaasGrotesk';
    src: url(NeueHaasGrotesk.otf);
}

a{
    text-decoration:none;
    color: #363795;
    font-family: 'NeueHaasGrotesk';
    font-weight: bold;
}


nav{
    display: flex;
    margin: auto;
    margin-bottom: 5vw;


}
.logo{
    display: inline;
    width: 30%;
}
#flex-container{
    display: inline-flex;

}
#work{
    display: inline-flex;
    margin-top: 1vw;
    margin-right: 1vw;

}

#insta{
    width: 40%;
    
}
#email{

    margin-left:-3vw;
    width: 40%;
    margin-top: .25vw;

   
}
#maincontent{
  display:inline-flex;

}
#bio{
    margin-left: 5vw;
    font-size: larger;
    margin-right: 5vw;

}
#description{
    font-size: x-large;
 
}
#biopic{
    width: 75%;
  }

p{
    text-decoration:none;
    color: #363795;
    font-family: 'NeueHaasGrotesk';
    
}
ul{
    list-style-type: none;
}
#creds{
text-decoration:none;

    color: #363795;
    font-family: 'NeueHaasGrotesk';
    font-size: smaller;
}
@media only screen and (max-width: 1080px){
    .logo{
        margin-top: 5vw;
        margin-bottom: 2vw;
        width: 70%;
    }
}

@media only screen and (max-width: 1080px){
    #p2{ 
        font-size: 3vw;
        margin-top: 5vw;
        margin-bottom: 5vw;
}
}

footer{
    margin: 3vw;
    text-align: center;
    font-size: 1vw;
    display: flex;
    margin-top: 10avw;
   
}
#copyright{
    margin-top: 4vw;
    margin-left: 10vw;

}
#logofooter{
 width: 10%;
    margin-right: 20vw;
}
#contactfooter{
    justify-content: flex-end;
    margin-left: 20vw;
    margin-right: -10vw;
    margin-top: 3vw;
}
#instafooter{
    width: 10%;
}
#emailfooter{

    width: 10%;
 
   
}
@media only screen and (max-width: 1080px){
    footer{
        font-size: 2.25vw;
        margin-bottom: 3vw;
    }
}