@font-face {
    font-family: "Custom";
    src: url("../fonts/Carton_Six.ttf");
}

html {
    background: white;
    color: black;
    padding: 0;
    margin: 0;
    height: 100%;
    font-family: TrebuchetMS, serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.grecaptcha-badge {
    visibility: hidden;
}

p.info-recaptcha, p.info-recaptcha > * {
    font-size: 12px;
    color: white;
    padding: 0;
}

body {
    padding: 0;
    margin: 0;
    height: 100%;
}

p, a, label {
    font-size: 16px;
    text-align: center;
    padding: 0 24px;
    line-height: 24px;
}

p a {
    padding: 0;
    color: white;
}

p a:hover {
    color: #9FA9FF;
}

div.background {
    width: 100%;
    height: 100%;
    background-image: url("../img/wasgabas_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    z-index: -1;
    filter: blur(2px) brightness(110%);
}

div.page {
    width: calc(98%);
    max-width: calc(1024px - 72px);
    min-height: calc(100% - 30px);
    margin: auto;
    padding: 0;
    text-align: center;
}

section {
    height: calc(100%);
}

.section-dark {
    background: rgba(0, 0, 0, .6);
    color: white;
}

div.header {
    text-align: center;
}

div.header img {
    max-width: 100%;
    max-height: 50vh;
    margin: 10% 0 0;
}

h2 {
    font-family: Custom, serif;
    color: white;
    text-shadow: 2px 2px black, 1px 1px 12px black;
    margin: 36px 12px 12px;
    font-size: 32px;
    text-align: center;
}

p {
    color: white;
    text-shadow: 1px 1px black, 1px 1px 12px black;
}


div.buttons-vertical-layout {
    margin: auto;
    width: 60%;

}

div.buttons-vertical-layout a, button, .menu a, #scroll-to-menu-button {
    border-radius: 32px;
    padding: 9px;
    border: 3px solid white;
    margin: 12px 0;
    background: white;
    text-align: center;
    text-decoration: none;
    color: black;
    font-size: 16px;
}


div.buttons-vertical-layout a {
    display: block;
    width: calc(100% - 18px);
    box-shadow: 0 0 12px black;
    font-size: 24px;
}

.menu a {
    display: inline-block;
    background: white;
    box-shadow: 0 0 6px black;
    font-size: 32px;
    padding: 6px 12px;
    margin: 2px;
}

.menu a:first-of-type {
    border-radius: 12px 0 0 12px;
}


.menu a:last-of-type {
    border-radius: 0 12px 12px 0;
}

button {
    background: white;
    border: 0;
    padding: 12px 36px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
}

#scroll-to-menu-button {
    width: 24px;
    height: 24px;
    position: fixed;
    right: 12px;
    top: 12px;
    margin: 0;
    line-height: 24px;
    text-align: center;
    box-shadow: 0 0 12px black;
}

button:disabled {
    background : #ddd;
    color : #555;
    cursor: default;
}

div.buttons-vertical-layout a:hover, .menu a:hover, button:not(:disabled):hover, #scroll-to-menu-button:hover {
    color: #1F45A0;
    border-color: #1F45A0;
    box-shadow: 0 0 1px black;
    transition: color .3s, border-color .3s, box-shadow .3s;
}

div.buttons-vertical-layout a:active {
    background: #B9C7F0;
}

div.content {
    padding: 36px;
}

.steam-iframe {
    border: none;
    width: 100%;
    max-width: 646px;
    height: 200px;
    display: block;
    margin: 36px auto;

}

div.footer {
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 6px 12px;
    bottom: 0;
}


div.split-2 {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch; /* align items in Cross Axis */
    align-content: stretch; /* Extra space in Cross Axis */
    height: 100%;
}

div.split-column {
    flex: 1;
    min-width: 100%;
    padding: 36px 0;
}


.maxW-700 {
    display: initial;
}

.minW-700 {
    display: none;
}


form {
    text-align: center;
    margin: 12px;
}

input[type="email"], textarea {
    display: block;
    width: 90%;
    padding: 12px;
    border: 0;
    border-radius: 6px;
    margin: 12px auto;
}

textarea {
    resize: vertical;
}


.form-result{
    width:80%;
    margin: auto;
    border-radius: 12px;
    background:  #ccc;
    border: 3px solid white;
    color: black;
    display: none;
    text-shadow: none;    
}


.form-result.success {
    background:  #33990F;
    border: 3px solid;
    color: white; 
}


.form-result.fail {
    background:  #990F21;
    border: 3px solid;
    color: white;
}

.menu {
    display: block;
    padding: 12px;
    font-size: 0;
}


@media all and (min-width: 640px) {

    div.page {
        width: calc(100% - 72px);
        max-width: calc(1024px - 72px);
        min-height: calc(100% - 54px);
        margin: auto;
        padding: 12px 36px;
    }

    div.header {
        flex-direction: row;
        height: initial;
    }

    div.header img.logo {
        display: inline-block;;
        width: 20%;
        vertical-align: middle;
    }

    div.header img.logo:first-of-type {
        display: inline-block;
    }

    div.header h1 {
        font-size: 4vw;
    }

    div.widget {
        display: block;
    }

    p, a, label {
        font-size: 20px;
        line-height: 32px;
    }


    div.box {
        background: rgba(0, 0, 0, .3);
        margin: 36px 12px;
        padding: 12px;
        border: 1px solid rgba(0, 0, 0, .5);
        border-radius: 6px;
    }

    div.gallery .big-picture .nav {
        font-size: 5vw;
    }


    div.contact form > i {
        padding: 0 24px;
    }

    div.split-column {
        min-width: 640px;
    }
}

@media all and (min-width: 640px) {
    .maxW-700 {
        display: none !important;
    }

    .minW-700 {
        display: block !important;
    }
}