@font-face {
    font-family: Airline;
    src: url(./assets/AIRLINE.ttf);
}

body {
    color: white;
}

#map {
    width: 100vw;
    height: 100vh;
    position: fixed;
}


#background {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height:100vh;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media (min-width: 1025px) { 
    #background {
        padding-top: 100px;
    }
}

h1 {
    font-family: Airline;
    font-size: 60pt;
}

#desktop-description { 
    display: none;
}

@media (min-width: 669px) { 
    #background {
        padding-top: 70px;
    }

    #mobile-description {
        display: none;
    }

    #desktop-description {
        display: inline-block;
    }
}

p {
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    font-size: 20pt;
}

#feedback-footer-p {
    font-size: medium;
    text-align: center;

    padding-bottom: 0px;
    margin-top: 15px;
    bottom: 0px;
}

#feedback-footer-p :link {
    color: "#8ab6ff";
}

.home-primary-button {
    width: 100%;
    height: 65px;
    font-family: Airline;
    font-size: x-large;
    margin-bottom: 10px;
}

#start-free-roam-btn {
    background: transparent;
    color: white;
    border-style: solid;
    border-color: white;
}

.swal2-title {
    font-family: Airline;
}

#beta-badge {
    font-size: small;
}

.beta-div {
    position: fixed;
    display: none;
    bottom:-180px;
    transition: 500ms linear;
    transition-delay: 1500ms;
    transition-timing-function: ease-out;
    cursor: pointer;
}

.beta-div p {
    font-size: smaller;
    margin-bottom: 0px;
    padding-left: 20px;
}

@media (min-width: 1166px) {
    .beta-div {
        display: inherit;
    }

    .move-up {
        bottom: -20px;
    }   
}

#settings-paragraph {
    font-size: medium;
    text-align: center;
    padding-top: 5px;
    text-decoration: underline;
    cursor: pointer;
}

#settings-paragraph a:link {
    color: white;
}

#game-settings-text {
    font-size: large;
}

#difficulty-description {
    padding-top: 20px;
    font-size: small;
}