.headerwrap {
    width: 950px;
    margin: auto; 
}
.headeroutside {
    background-color: rgb(92,115,132);
    height: 170px;
}
.headerlogo {
    position: relative;
    top: 20px;
    float: left;
}
.navwrap {
    width: 1000px;
}
.mainwrapper {
    width: 1000px;
    margin: auto;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding: 20px;
    background-color: rgb(246,248,245);
}
header h1 {
    font-size: 60pt;
    font-family: 'Frank Ruhl Libre', serif;
    margin: 0;
    position: relative;
    top: 63px;
    left: 25px;
    text-shadow: 3px 3px 5px rgb(50,50,50);
}
header a {
    text-decoration: none;
    color: white;
}
#navbackground {
    background-color: rgb(250,195,65);
    height: 50px;
    position: relative;
    border-top: 3px solid rgb(8,55,100);
    border-bottom: 2px solid rgb(8,55,100);
}
nav {
    position: relative;
    margin: auto;
    font-size: 10pt;
    font-family: 'Montserrat', sans-serif;
}
nav ul {
    padding-left: 0px;
}
nav ul li {
    list-style-type: none;
    width: 190px;
    background-color: rgb(250,195,65);
    height: 50px;
    position: relative;
    float: left;
    top: -13px;
}
nav ul li a {
    display: inline-block;
    width: 180px;
    height: 35px;
    text-align: center;
    padding: 5px;
    text-decoration: none;
    color: rgb(246,248,245);
    padding-top: 16px;
    text-shadow: 0.5px 0.5px 1px rgb(50,50,50);
}
nav ul li a:hover {
    background-color: rgb(115,112,93);
    height: 29px;
    transition: 0.4s;
}
.group {
    width: 200px;
    height: 50px;
    float: left;
}
.group .drop {
    display: none;
}
.group:hover .drop {
    display: block;
    z-index: 1;
}
.drop:hover .group:hover {
    background-color: rgb(115,112,93);
    z-index: 1;
}
nav ul li:nth-of-type(2) {
    margin-top: 2px;
}
body {
    margin: 0px 0px 15px 0px;
    padding: 0;
    background-color: rgb(115,112,93);
    position: relative;
}
main, article, aside, p {
    font-family: 'Frank Ruhl Libre', serif;
}
h2 {
    font-family: 'Frank Ruhl Libre', serif;
    text-align: center;
    font-size: 20pt;
}
h3 {
    font-size: 16pt;
    text-align: center;
}
h4 {
    line-height: 0;
    font-size: 11pt;
    font-weight: 400;
    text-align: center;
}
footer {
    text-align: right;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 10pt;
    line-height: 0.8;
}
table {
    width: 450px;
    margin: auto;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 11.5pt;
}
td:nth-child(1) {
    height: 30px;
    text-align: right;
    padding-right: 20px;
}
td {
    vertical-align: top;
}
input {
    width: 70%;
}


