
html {
    background-color:white; 
}


body {
    font-family: Baskerville Old Face, serif;
    color: navy; 
    background-color:white;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 22px;
    
    }


h2 {text-align: center;}

h4
{text-align: center; }

/*Beginning of nav bar*/
.topnav {
    background-color: white;
    overflow: hidden;
    border: 2px solid navy;
}

.topnav a{
    float: left;
    display: block;
    color: navy;
    text-align:center;
    padding: 12px 80px;
    text-decoration: none;
    font-size: 12px;
}

.topnav a:hover {
    background-color: white;
    color: goldenrod;
}

/*End of nav bar*/

h1 {
    text-align: center;
    font-size: 30;
    color: goldenrod;
} 
      
#myheadshot {
    float: right;
    width: 360px; 
    height: 480px;
    margin-left: 20px;
    margin-bottom: 8px;
} 

div.relative {
  position: relative;
  left: 30px;
    border: 10pxactive
}

p1{ 
font-family: Baskerville Old Face, serif;
position: relative;
text-align: left; 
font size: 18px; 
}

#instagramlogo {
    float: center; 
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: 100px;
    width: 100px; 
    background-color: navy;
} 

#contactme { 
    float:center;
    image-orientation: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: 100px;
    width: 100px;
    background-color: navy;
}

.contact {
    background-color: navy;
    float: center;
    max-width: 1000px;
    margin: 0 auto;    
}

.instagram {
    float: left;
    width: 500px;
    background-color: navy;
}

.email {
    float: left;
    width: 500px;
    background-color: navy;
}





