body  {
    margin: 0px;
    padding: 0px;
    color: black;
    font-size: 28px;
    font-family: 'EB Garamond', serif;

    }
    
    
aside, section, article, footer, header {
    display: block;
    }
    
#wrapper      {
    width: 1200px;
    margin: 100px auto;
    padding: 20px;
    border: 20px solid #00009c;
    }


.statement {
    float: left;
    width: 800px;
    height: 450px;

}
    
  
.pastprojects {
    float: left;
    width: 1000px;
    height: 400px;
    border: 12px solid #00009c;
}

.resume {
    float: left;
    width: 800px;
    height: 410px;
    border: 12px solid #402C1A;
}

.gallery {
    float: right;
    width: 800px;
    height: 100px;
    border: 12px solid #00009c;
}

iframe {

}

article    {
    float: left;
    width: 800px;
    height: 350px;
    border: 20px 
    solid #00009c;
    }



aside  {
    float: right;
    width: 315px;
    padding: 15px;
    color: #666;
    border-left: 1px solid #333;
    }
    
footer   {
    clear: both;
    font-size: 24px;
    color: #333;
    }

aside h3  {
    font-family: Georgia, serif;
    color: #36453d;
    float: right;
    }

aside h5 {
    width: 300px;
    padding: 1px;
    font-size: 32px
}
	
	
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #00009c;
}

li {
    float: left;
    

}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 12px 20px;
    text-decoration: none;
    }

      
        
      nav li a:link {
        background: #425b84;
        color: white;
        text-decoration: none;
      }
      
      nav li a:hover, nav li a:focus {
        background: #00009c;
      }

      nav a:link {
        color: #402C1A;
      }

      
    .linkcolor {
        color: #A60303;

      