html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-image: url('/images/main-bg.jpeg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.container {
    max-width: 1350px !important;
}

.text-primary {
    color: #004967 !important;
}

.text-light {
    color: #999 !important;
}

div#content {
    max-width: 1350px;
    height: auto;
    max-height: 150%;
    overflow: auto;
    background-color: transparent !important;
}

.row.top-navbar {
    background-color: #00658e;
    padding: 0px 0px 0px 0px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

    .row.top-navbar p {
        margin: 0px;
        padding: 10px 0px;
    }

.footer-container {
    background: #46aad4;
}
