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

.container {
    padding: unset;
}

.branding-img {
    height: 32px;
    width: auto;
}

/* Custom styles */
.custom-fw-extra-bold {
    font-weight: 800;
}

.custom-text-aqua {
    color: aqua;
}

.custom-blue-bg {
    background-color: #19236a;
}

.custom-shorter-font {
    transform: scale(1, 0.5);
    /* Safari and Chrome */
    -webkit-transform: scale(1, 0.95);
    /* Firefox */
    -moz-transform: scale(1, 1);
    /* IE 9+ */
    -ms-transform: scale(1, 1);
    /* Opera */
    -o-transform: scale(1, 1);
}

.custom-list {
    font-size: 18px;
    margin: unset;
}
/* Footer */
#footer {
    padding: 2rem;
    text-align: center;
    background-color: #d9d9d9;
    font-size: 16px;
}

#footer a {
    color: #19236a;
    text-decoration: none;
    padding: 0px 4px;
}

#footer a:hover {
    text-decoration: underline;
    text-decoration-color: #19236a;
    text-underline-offset: 8px;
}

#footer_wrapper {
    margin: unset;
}

/* Responsive styles */
@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}
