body {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.navbar, .navbar.navbar-default {
    background-color: rgb(36, 41, 116)!important;
    color: white;
    font-weight: bold;
}

.navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-brand > img {
    height: 100%;
}

#content {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    background-color: white;
    min-height: calc(100vh - 90px);
}

li:hover {
    text-decoration: none;
}

@media(min-width: 767px) {
    .navbar-nav {
        float: right;
    }
}

[class*="col-"]{
    padding: 0vw;
}

.footer-title {
    font-size: 200%;
}

.footer-section {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(36, 41, 116)!important;
    color: white;
    min-height: 10vh;
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-right: 2vw;
    text-align: center;
}

@media(max-width: 767px) {
    .footer-section {
        flex-direction: column;
    }

    .footer-section .logo img{
        margin: 20px;
    }
}

.footer-section .logo img{
    height: 100px;
}

.footer-section a {
    color: white;
}

.footer-section a:hover {
    color : #FFA000;
    text-decoration: none;
}

.company > .article {
    padding-top: 60px;
    min-height: calc(100vh - 90px);
}

.hp-field {
    position: absolute;
    left: -9999px;
    opacity: 0;
}


