.logo {
    filter: invert(1);
    max-width: 100%;
    width: 400px;
    transition-duration: 0.1s;
}

.inner {
    display: flex;
}

.perspective {
    perspective: 500px;
}

.noborder {
    border: none;
}

.ph-1em {
    padding-left: 1em;
    padding-right: 1em;
}

.centercontent {
    display: flex;
    justify-content: center;
}

.flex-column {
    flex-direction: column;
}

.flex-grow-0 {
    flex-grow: 0;
}

.d-flex {
    display: flex !important;
}

.narrowcard {
    max-width: 50em;
}

.subpageheader {
    min-height: 20em !important;
    background-position: center !important;
}

.sub {
    font-size: 12px;
    line-height: 12px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 16px;
}

.mw-800 {
    max-width: 800px;
}

.w-100 {
    width: 100%;
}

.centered-text-justify {
    max-width: 40em;
    margin: auto;
    text-align: justify;
}

.faq h3 {
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 0;
}

.text-transform-none {
    text-transform: none;
}

.text-strong {
    font-size: 1.25em;
    font-weight: 600;
}

.nav {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-inner {
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    justify-content: space-around;
}

.nav-inner a {
    border-bottom: 1px solid rgb(189, 189, 189);
    padding-bottom: 0px;
}

.nav-stick {
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1.95px 2.6px;
}

.menu-toggle {
    position: absolute;
    left: 20px;
    border: none;
}

.hidden {
    display: none;
}

.mobile-menu a {
    border: 0;
}

@media screen and (max-width: 480px) {
    /* small screens */

    /* justify does not look good on such narrow screens */
    .centered-text-justify {
        text-align: left;
    }
}

@media screen and (max-width: 736px) {
    /* tablets and smaller */
    .hide-non-desktop {
        display: none;
    }
    .nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 10px 0;
    }
    .nav-inner {
        display: none;
        flex-direction: column;
    }
    .nav-inner a {
        padding: 12px 0;
    }
}

@media screen and (max-width: 900px) {
    .nav-stick {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (min-width: 736px) {
    /* larger than tablet */
    .hide-desktop {
        display: none;
    }
}


/* cookie consent fixes for main css */

#glowCookies-banner *, #glowCookies-banner button {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    text-transform: none;
    letter-spacing: normal;
}
#acceptCookies {
    color: white !important;
    order: 2;    
}
#rejectCookies {
    color: #ababab !important;
    order: 1;
}
.glowCookies__banner {
    max-width: 480px !important;
}
