body {
    font-family: 'Rubik', sans-serif;
    overflow-x: hidden;
    overflow-y: scroll;
    max-width: 100%;
}

.navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 300;
}

.btn-primary {
    color: #FFF;
    font-weight: 300 !important;
    background: #0281FE;
    border-color: #0281FE;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
}

.btn-primary:hover {
    color: #FFF;
    font-weight: 300 !important;
    background: #0281FE;
    border-color: #0281FE;
    font-family: 'Karla', sans-serif;
}

.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

*:focus {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.navigation-dark {
    background-color: #48494A;
}

.error {
    color: red;
    font-size: 12px;
}

.text-orange {
    color: #D42200;
}

.navigation-dark .nav-link {
    color: #fff !important;
}

.navbar-brand--white {
    display: none;
}

.navigation-dark .navbar-brand--white {
    display: block !important;
}

.navigation-dark .navbar-brand--dark {
    display: none !important;
}

@media (max-width: 768px) {
    .bg-carousel {
        height: 50vh;
    }
}

@media (max-width: 425px) {
    .bg-carousel {
        height: 35vh;
    }
}