/*Paloma Rojas-Linares*/

header {
    width: 100%;
    border-bottom: 0.5px double black;
    background-color: papayawhip;
    margin-top: -0.5em;
    align-items: center;
    text-align: center
 }
     
header img {
    padding-bottom: 10px;
    
    
}

 nav {
    background-color: floralwhite;
    float: left;
    width: 20%;
    clear: left;
    min-height: 1850px;
    border-right: 1px solid black;
 }

nav h3 {
    color: black;
    margin-bottom: -0.5em;
    margin-left: 0.5em;
}
 
.menu {
    width: 20%;
    min-height: 1890px
}

.menu li {
 list-style-type: none;
 margin-right: 0em;  
 margin-left: 0em;
 background-color: dodgerblue; 
}

.menu a { 
    color: mediumaquamarine; 
    display: block;
    padding: 10px;
    text-decoration: none;
}

.menu a:hover {
    background-color:aquamarine;
}

 section {
    float: left;
    width: 75.8%;
    padding-left: 1em;
    background-color: antiquewhite;
    min-height: 1850px;
    min-width: 1185px;
 }
 
 footer {
    clear: both;
    border-top: 2px double black;
    text-align: center;
    background-color: bisque;
    min-height: 100px
 }

