:root {
    color-scheme: light only;
}

.hidden {
    display: none;
}

.active {
    display:block;
    transition:all 500ms;
}


.header-icon {
    width: 44px;
}

.navbar-brand {
    margin: 0px auto;
    padding: 0px;
}

.hide {
    height: 0%;
    display:none;
    transition:all 500ms;
}

.page-container {
    position:relative;
    /*-webkit-transform:scale(0.5);*/
    /*-moz-transform:scale(0.5);*/
    /*-ms-transform:scale(0.5);*/
    /*transform:scale(0.5) translateY(-50%) translateX(-50%);*/
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.page-img {
    position:absolute;
    left:0px;
    top:0px;
    z-index:0;
}

.bubble {
    position:absolute;
    left:0px;
    top:0px;
    z-index:1;
}

.page-text {
    position:absolute;
    z-index: 3;
    text-align:center;
}

.page-blocks {
    position:absolute;
    z-index: 2;
}

.short-input {
    width:70px !important;
}

.float-right {
    float: right !important;
    position:relative;
}

.h-flip {
    transform: scaleX(-1);
}

.v-flip {
    transform: scaleY(-1);
}

.h-flip.v-flip {
    transform: scale(-1);
}

.homepage-banner {
    background-image: url('/images/banner1.png');
    background-repeat: no-repeat;
    background-position: center;
    min-height: 300px;
    align-content: center;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.banner-text h1 {
    margin-top: 0px;
}

.banner-text p {
    margin-bottom: 0px;
}

.banner-text {
    display: inline-flex;
    background-color: #fff;
    padding: 20px;
    border: 2px solid #000;
    box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    margin: 20px auto;
}

.cookie-banner {
    position: fixed;
    bottom: 0px;
    width: 100vw;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    border-top: 2px solid #000;
}

.cookie-banner.hide {
    display: none;
}

.cookie-banner.show {
    display: block;
}

footer {
    padding: 30px;
}

.spinner-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
}
