@charset "UTF-8";
body {
    background-color: #FFFFFF;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-style: normal;
    font-weight: 500;
    color: #282727;
    font-size: large;
}
.navlist {
    list-style-type: none;
    background-color: #A6A6A6;
    overflow-x: hidden;
    color: #DBDBDB;
    font-family: antic;
    font-style: normal;
    font-weight: 400;
    padding-top: 12px;
    padding-bottom: 12px;
}
.navlistitem {
    font-family: antic;
    font-style: normal;
    font-weight: 400;
    background-color: #DBDBDB;
    color: #5C5C5C;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    left: 180px;
    float: left;
}
h1 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #1F1F1F;
    font-size: 1.4em;
}
footer {
    font-family: antic;
    font-style: normal;
    font-weight: 400;
    font-size: small;
    background-color: #E2E2E2;
    text-align: center;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    color: #0B0B0B;
    clear: both;
    position: relative;
    bottom: 8px;
    width: 95%;
    left: 2.5%;
    right: 2.5%;
    top: 8px;
    margin-bottom: 12px;
    margin-top: 8px;
}
section {
    width: 40%;
    background-color: #F8F8F8;
    margin-left: 1%;
    margin-right: 8%;
    padding-left: 2%;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    border-radius: 10px;
    float: right;
    margin-top: 17px;
}
aside {
    float: left;
    width: 20%;
    margin-left: 161px;
    margin-top: 181px;
}
body nav a {
    color: #232222;
    text-decoration: none;
}
.navbar-nav.mr-auto .nav-item .nav-link:hover {
    color: #FF0000;
    border-top-width: thin;
    border-bottom-width: thin;
}
body table {
    margin-left: 40px;
    margin-top: 20px;
}
.container-fluid {
    text-align: left;
}
.current {
	color: #000000 !important;
}
