
.navbar-brand a {
    font-family: "THICCCBOI", sans-serif;
    color: white;
    font-size: 25px;
    font-weight: bold;
}

.navbar-light .navbar-brand a {
    color: rgb(52, 63, 82);
}

.banner--stick .navbar-brand a {
    color: rgb(52, 63, 82);
}

.footer-branding {
    font-family: "THICCCBOI", sans-serif;
    color: white;
    font-size: 25px;
    font-weight: bold;
}

.dropdown-item .lighter {
    font-weight: 500;
}

.nav-link.highlight {
    color: #54a8c7 !important;
}

.ex-vat-label {
    font-size: 13px;
    margin-bottom: 5px;
}

.homepage-heading-image {
    box-shadow: 0rem 0.25rem 1.75rem rgba(30, 34, 40, 0.4) !important;
}

.btn-signup {
    background-color: #3bb324;
}

.navbar-dark .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
    vertical-align: baseline;
}

.price-block-homepage-1 {
    padding-right: 0px;
}

.price-block-homepage-2 {
    padding-left: 0px;
}

[data-container="documentation"] section {
    scroll-margin-top: 50px;
}

[data-container="documentation"] section h3 {
    font-size: 1rem;
    margin-top: 40px;
}

.alert-blue a {
    color: #2c549d;
    text-decoration: underline;
}

.cookie-description {
    padding: 20px;
    background-color: whitesmoke;
    border-radius: 3px;
}

.js-cookie-consent {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #F6E8D4;
    color: #B16F1C;
    z-index: 999999;
    font-size: 15px;
}

.js-cookie-consent > div > div {
    width: 680px;
    margin: 0 auto;
}

.js-cookie-consent .flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.js-cookie-consent .flex > div {
    width: auto !important;
    display: inline-block;
}

.js-cookie-consent .text-black {
    margin-top: 24px;
    color: #B27121 !important;
}

.js-cookie-consent button {
    background-color: #F6D1A1;
    border: none;
    color: #B16F1C;
    cursor: pointer;
    margin-left: 30px;
}
