@import url('https://fonts.googleapis.com/css2?family=Dosis&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allerta+Stencil&display=swap');

body {
    margin: 0;
    background-size:     cover;                      /* <------ */
    background-repeat:   repeat-y;
    background-position: center center;
    text-align: center;
    overflow-x:hidden;
}

h1 {
    margin: 0;
    font-family: 'Allerta Stencil', sans-serif; /* alt: 'Dosis', sans-serif;*/
    font-size: 2.6em;
    color: white;
    text-shadow: 2px 2px #1b1b1bab;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
h2{
    font-family: 'Allerta Stencil', sans-serif; /* alt: 'Dosis', sans-serif;*/
    font-size: 2.6em;
    color: white;
    text-shadow: 3px 3px #1b1b1bab;
}

.page-top{
    height: fit-content;
}
.page-middle{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-top:5%;
}
/*.page-bottom {
    height: 33%;
}*/
.row-bottom {
    display: flex;
}
.collection {
    flex: 1 0 48%; /* explanation below */
    margin: 5px;
    text-align: center;
    margin-bottom: 50px;
}

#stege-sanfrancisco-stege{
    font-family: 'Special Elite', cursive;
    color: white;
    font-size: 6vw;
    margin: 0;
}
#stege-subtitle {
    font-family: 'Special Elite', cursive;
    color: white;
    font-size: 4vw;
    margin: 2;
}

#code {
    font-family: monaco,Consolas,Lucida Console,monospace; 
}

.collection-thumbnail{
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center center;
    height:200px;
    width:auto;
    margin: 0 auto;
    margin-bottom: 15px;
    transition: all .5s ease-in-out;
}

#train{
    box-shadow: 5px 5px 20px 9px rgba(0,0,0,0.74);
    width:242px;
}

a {
    text-decoration: none;
}

#donate-btn {
    height:40px;
    width:40px;
    background-image: url("/images/beer.svg");
    background-size: contain;
}

#donate-link {
    position: absolute;
    right: 30px;
    filter: invert();
    opacity: 0.95;
}

footer{
    position: fixed;
    padding: 10px 10px 0px 10px;
    bottom: 0;
    width: 100%;
    height: 50px;
}

#title-container{
    padding-top:75px;
}

#title_top{
    font-size:30vw;
    margin-bottom:0px;
}
#title_bottom{
    font-size:20vw;
}

@media screen and (min-width: 800px) {
    #stege-sanfrancisco-stege{
        font-size: 2.2em;
    }
    #stege-subtitle{
        font-size: 1.4em;
    }
    h1 {
        font-size:7vw;
        text-shadow: 6px 6px #1b1b1bab;
    }
    /*.page-middle {
    }*/
    .collection {
        flex: 1 0; 
        margin: 5px;
        width:300px;
        margin-bottom: 75px;
    }
}