body{
    font-size: 110%;
}

nav{
    width: 20%;
    padding-left: 2%;
    padding-right: 2%;
    float: left;
    background-color: white;
    margin-bottom: 15px;
    position: sticky;
    top: 20px;
}

section{
    margin-left: 27%;
    padding: 10px;
}

footer{
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    background-color: white;
}

#active li{
    color: darkred;
    font-weight: bold;
}

.end{
    clear: both;
}

.nobr{
    hyphens: none;
}

nav ul{
    list-style: none;
    padding-left: 0;
    padding-top: 3px;
    padding-bottom: 3px;
}

nav li{
    padding: 5px;
    border-top: 2px gray dotted;
    border-bottom: 2px gray dotted;
    margin-top: -2px;
    margin-bottom: -2px;
    color: indianred;
}

nav li:hover{
    background-color: lightgoldenrodyellow;
}

nav a{
    color: inherit;
    text-decoration: inherit;
}

nav figure{
    margin: 5px;
    border: 1px solid lightgray;
    padding: 5px;
}

nav figure img{
    padding-left: 5px;
    /*max-width: 130px;*/
    width: 90%;
    
}

nav figcaption {
    color: gray;
    padding-left: 15px;
}