body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mainlogo-layout {
    text-align: center;
}

.mainlogo {
    text-align: left;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.site-title {
    margin-left: 50px;
}

#header {
    background-color: #081B21;
    color: rgba(240, 234, 235, 0.91);
    display: inline-block;
    width: 100%;
    border-bottom-style: groove;
}

#top-section {
    background-color: rgba(240, 234, 235, 0.91);
    text-align: center;
    padding-top: 60px;
    /*padding-bottom: 30px;*/
    display: block;
    height: 350px;
}

#bottom-section {
    /*background-color: rgba(220, 220, 234, 0.99);*/
    height: 300px;
    margin: 0;
    display: inline-block;
    width: 100%;
}

#footer {
    height: 100px;
    clear: left;
    background-color: red;
}

a {
    text-decoration: none;
}

a:visited {
    color: rgba(240, 234, 235, 0.91);
}