body {
    height: 800px;
    /* width: 100%; */
    margin: 0 auto;
    padding: 0;
    font-family: sans-serif;
    color: #000;
    box-sizing: border-box;
}
.banner {
    height: 110px;
    width: 100%;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: lightgray;
    border: 1px solid black;
}
.new-bar {
    height: auto;
    padding: 1.2em;
    text-align: left;
    background: rgb(238, 236, 231);
}
h1 {
    text-align: center;
    font-size: 2.2em;
    font-style: italic;
}
h2 {
    text-align: center;
    font-size: 1.8em;
}
#regent, #wotm-label {
    margin: 1em 6em;
    border-top: black dotted 1px;
}
#rtn_home {
    width: 100px;
    height: 40px;
    /* padding-right: 60px; */
    float: right;
    background: #818181;
    color: #fff;
}
#rtn_main {
    clear: both;
    /* padding-top: 40px; */
    width: 24%;
    height: 100px;
    float: right;
}
#rtn_home {
    width: 100px;
    height: 40px;
    /* padding-right: 60px; */
    float: right;
    background: #818181;
    color: #fff;
}
#rtn_main {
    clear: both;
    /* padding-top: 40px; */
    width: 24%;
    height: 100px;
    float: right;
}
.footer {
    clear: both;
    width: 100%;
    height: 80px;
    text-align: center;
    background: #666666;
    border-top: 20px solid #666666;
    color: cornsilk;
    bottom: 0;
}
.footer p {
    color: #fff;
}
@media only screen and (min-width: 800px){
    body {
        max-width: 1100px;
    }
    .banner {
     font-size: 2em;
    }
}