@font-face {
    font-family: 'Axiforma';
    src: url('/static/fonts/axiforma/Axiforma-Regular.eot');
    src: local('Axiforma Regular'), local('Axiforma-Regular'),
        url('/static/fonts/axiforma/Axiforma-Regular.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/axiforma/Axiforma-Regular.woff2') format('woff2'),
        url('/static/fonts/axiforma/Axiforma-Regular.woff') format('woff'),
        url('/static/fonts/axiforma/Axiforma-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --myOrange: #b89d57;
}

body {
    height:100%;
    min-height: 100vh;
    font-family:'Montserrat';
    position: relative;
    background-color: #ececec;
}

.navbar {
    background-color: transparent;
    min-height:100px;
    font-family: "Axiforma";
}

.navbar-nav > li {
    margin-left:0.5em;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--myOrange);
    font-weight: bold;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: var(--myOrange);
    text-decoration: underline;
}

/**/

#mainWrapper {
    width: 21%;
    min-width: 400px;
    margin:auto;
}

#thwBigLogo {
    width: 55%;
}

#handballBG {
    height: 100vh;
    position: fixed;
    width: 100vw;
    object-fit: contain;
    object-position: left center;
}

@media only screen and (max-width: 1200px) {
    #handballBG {
        opacity: 50%;
    }
}

#veobarcodeBigLogo {
    width: 100%;
    margin-bottom: 3rem;
}

.info_wrapper {
    margin-bottom: 2rem;
    font-size: 1.125rem;
}

#tagline {
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
}

#description {
    line-height: 2rem;
}

#bgRow {
    position: absolute;
    width:100%;
    height:100%;
    margin:0;
    overflow: hidden;
}

#veobarcodeHeader {
    color: var(--myOrange);
}

#veobarcodeHeader span {
    font-weight: lighter;
}

#enterButton {
    color: var(--myOrange);
    border-color: var(--myOrange);
    outline: none;
    padding: 0.4rem 2rem;
}

#enterButton:hover {
    color: white;
    background-color: var(--myOrange);
    border-color: var(--myOrange);
    outline: none;
}

