
#template-page-wrapper {
    padding-top: 64px;
}

.container {
    max-width: 80%;
}

header {
    background: #14365B;
    border-bottom: solid 5px #3A5C81;
}

    header .logo {
        height: 150px;
    }

footer {
    background: #051c2c;
    color: #9eadc1;
}

    footer a:not(.btn) {
        color: #fff;
        text-decoration:none;
    }

        footer a:not(.btn):hover {
            color: #fff;
        }
