img {
    max-width: 100%;
}

.hide {
    display: none!important;
}

body {
    min-height: 80vh;
}

p, div {
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

h1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

li {
    margin-bottom: 5px;
}

.site_header {
    background: url(../images/Backgrounds/10UndergroundLair.png);
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: lighten;
    height: 80px;
    width: 100%;
    top: 0px;
    box-shadow: -10px 5px 8px rgba(0, 0, 0, 0.24);
}

.header_image {
    max-height: 70px;
    padding: 10px;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
}

.site_header h1 {
    padding-left: 30px;
    display: inline-block;
    color: black;
}

nav {
    display: inline;
}

.header_link_container {
    height: 100%;
    width: max-content;
    position: relative;
    float: right;
    padding-right: 30px;
}

.header_link {
    display: inline-block;
    width: max-content;
    height: 70px;
    padding: 5px;
    font-size: 28px;
    border-radius: 10px;
}

.header_link a {
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    color: white;
    text-decoration: none;
}

.header_link img {
    height: 50px;
}

.site_footer {
    width: 90%;
    height: min-content;
    background-color: black;
    color: white;
    border-radius: 20px;
    padding: 20px;
    margin: auto;
    margin-bottom: 180px;
}

.site_footer a {
    color: aliceblue;
}

body {
    margin-top: 10px;
}

.build {
    width: 240px;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    box-shadow: -3px 5px 10px rgba(0, 0, 0, 0.24);
    display: inline-block;
    text-align: left;
    background-color: aliceblue;
}

.build:hover, .app_card:hover {
    transform: scale(1.05) translate(10px, -5px);
}

.build img {
    display: inline;
    height: 80px;
    vertical-align: middle;
}

.build h3 {
    display: inline;
    vertical-align: middle;
}

.build_icons img {
    width: 40px;
    height: auto;
}

.app_card {
    background-size: cover;
    width: 300px;
    height: 200px;
    border-radius: 20px;
    box-shadow: -10px 5px 8px rgba(0, 0, 0, 0.24);
    font-size: 24px;
    cursor: pointer;
    display: inline-block;
    margin: 20px;
}

.app_card p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
}

.app_card_container {
    width: fit-content;
    margin: auto;
    text-align: center;
}

.app_builder {
    background: url('../images/Backgrounds/Inventory.png');
    background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: multiply;
}

.app_builds {
    background: url('../images/Backgrounds/10UndergroundLair.png');
    background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: multiply;
}

.app_hero_builds {
    background: url('../images/Backgrounds/background-main.png');
    background-position-y: center;
    background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: multiply;
}

.app_blog {
    background: url('../images/Items/Shared/Book\ of\ Everlasting\ Flame.png');
    background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: multiply;
    background-size: cover;
}

.build_cards {
    width: 70%;
    margin: auto;
    text-align: center;
}

.build_stats {
    width: 100%;
}

.build_views, .build_likes, .build_dislikes, .build_plays {
    width: 40%;
    display: inline-block;
}

.build_views {
    color: black;
}

.build_likes {
    color: rgb(110, 184, 0);
}

.build_dislikes {
    color: darkred;
}

.build_plays {
    color: blue;
}

.build h4 {
    margin: 0px;
    height: 50px;
    overflow: clip;
    text-overflow: ellipsis;
}

.build_info {
    height: 120px;
    width: 95%;
}

.build_info span {
    display: inline-block;
}

.build_mode, .build_author, .build_tags {
    margin: 5px;
    padding: 3px;
    border-radius: 5px;
    min-width: 30px;
    max-width: 100px;
    white-space: nowrap;
    overflow: clip;
    text-overflow: ellipsis;
}

.build_author {
    color: white;
    background-color: #853b7f;
}

.build_mode {
    background-color: black;
    color: aliceblue;
}

.build_tags {
    background-color: aquamarine;
    color: black;
}

.build_stats_unicode_icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}

a:hover {
    filter: opacity(0.8);
}

.mobile_header {
    display: none;
}

.terms {
    width: 90%;
    margin: auto;
}

button {
    font-size: larger;
    padding: 5px;
}

@media only screen and (max-width: 1000px) {
    .birb {
        display: none;
    }
    .site_header img {
        max-height: 40px;
    }

    .app_card {
        background-size: 150% !important;
        width: 100%;
        height: 150px;
        background-position: left !important;
        font-weight: 1000;
        -webkit-text-stroke: 1px black;
        margin-left: auto;
        margin-right: auto;
    }

    .app_card p {
        font-size: 8vw;
        top: 50%;
        transform: translateY(-50%);
        transform: unset;
        margin-top: 0px;
        height: 150px;
    }

    .app_card_container {
        margin-left: 40px;
        margin-right: 40px;
    }

    .build_cards {
        width: 95%;
        text-align: center;
    }

    .build {
        width: unset;
        text-align: left;
        font-size: 3vw;
        vertical-align: middle;
    }

    .build_icons img {
        width: 50px;
    }

    .build_header img {
        margin-right: 5px;
    }

    .build_info {
        height: fit-content;
        padding-bottom: 30px;
    }

    .build_stats_unicode_icon {
        margin-right: 30px;
    }

    .build_mode, .build_author, .build_tags {
        max-width: 180px;
    }

    .site_footen span, .site_footer a, .site_footer div {
        font-size: 3vw;
    }

    .site_header {
        margin-left: 0px;
        height: unset;
    }
    
    .site_header h1 {
        white-space: nowrap;
        padding-left: unset;
        margin: 0px;
        margin-left: 2vw;
    }

    .site_header img {
        vertical-align: top;
    }

    h1 {
        font-size: 7vw;
    }

    h2 {
        font-size: 5vw;
    }

    h3 {
        font-size: 4.5vw;
    }

    p, li, div, span, a, select, button {
        font-size: 4vw;
    }

    .desktop_header {
        display: none;
    }

    .mobile_header {
        display: block;
        float: right;
    }

    .mobile_menu_modal {
        position: absolute;
        right: 0px;
        top: 90px;
        width: max-content;
        background-color: white;
        padding: 40px;
        border-radius: 5px 5px 5px 50px;
        box-shadow: -6px 6px 20px 2px;
        z-index: 100;
    }

    .mobile_menu_modal img {
        height: 80px;
        padding-right: 30px;
    }   

    .mobile_menu_link_container {
        background-color: white;
        padding: 5px;
    }

    .mobile_menu_modal span {
        font-size: 7vw;
    }
}