html, body {
    height: 100%;
    overflow: hidden;
}

body {
    margin: 0;
    padding: 55px 0 50px;
}

@media screen and (min-width: 768px) {
    body {
        padding: 55px 0 50px;
    }
}

header {
    background: url(assets/logo.png) no-repeat 10px 2px;
    height: 55px;
    border-bottom: solid 5px gold !important;
}

main {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

aside {
    height: 100% !important;
    position: relative;
    background-color: #bbb;
    border: 0;
    padding: 0 !important;
}

footer {
    padding: 16px;
    height: 50px;
    color: #CCC !important;
}

#main-menu {
    background: #111111;
}

.banner {
    background: #FFEC68;
    border-top: solid 1px #9f933e;
    border-bottom: solid 1px #9f933e;
    text-align: center;
    padding: 10px;
    position: relative;
}

.banner button {
    position: absolute;
    right: 7px;
    top: 7px;
}