/*

font-family: 'Bungee', cursive;     FOR HEADERS AND QUOTES
font-family: 'Josefin Sans', sans-serif;    FOR MAIN TEXT

*/

html {
    scroll-behavior: smooth;
}

body {
    background-image: url("Web/bg.jpg");
    color: white;
    font-family: 'Josefin Sans', sans-serif;
    display: flex;
    flex-direction: row;
}

#left-margin {
    width: 15%;
    height: 100vh;
}

#right-margin {
    width: 15%;
}

#middle-section {
    width: 70%;
}

#navvy {
    background-image: url("Web/manu-bar.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
}

#nav-content {
    text-align: center;
    line-height: 40px;
    width: 100%;
    height: 40px;
    font-size: 25px;
}

ul {
    display: flex;
    align-items: stretch;
    /* Default */
    justify-content: space-between;
    width: 100%;
    margin: 0;
    margin-left: 9%;
    margin-right: 9%;
    padding: 0;
}

li {
    display: block;
    flex: 0 1 auto;
    /* Default */
    list-style-type: none;
}

#top-banner {
    background-image: url("Web/top-img.png");
    background-size: cover;
    background-position: center;
    height: 45vh;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
}

#game-logo {
    height: 75%;
}

#limitbreak {
    width: 10%;
    height: auto;
    position: absolute;
    bottom: -8;
    left: 0;
}

#shadowed-area {
    position: absolute;
    bottom: 10;
    right: 5;
    width: 100%;
    height: 5.5vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

#release-date {
    font-size: 4vh;
    margin-right: 3%;
    margin-top: 0.8vh;
}

#steam-wishlist {
    background-image: url("Web/steam-btn.png");
    background-size: cover;
    width: 15%;
    height: 6vh;
    margin-bottom: 20px;
    text-align: center;
}

#steam-text {
    color: white;
    margin-top: 5px;
    font-size: 1.7vh;
}

#main-pt1 {
    display: flex;
    flex-direction: row;
}

#left-side {
    width: 50%;
}

#switch-badge {
    height: 100%;
}

#one-l {
    background-image: url("Web/cave-1-png.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}


/* 
.iframe-container {
    width: 100%;
    height: 100%;
}

.iframe-container iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

#steam-link {
    position: relative;
    float: right;
    height: 100%;
}

#three-l {
    background-image: url("Web/mountains-1-png.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    color: #ffcdb9;
}

#four-l img {
    width: 100%;
    height: 40vh;
    transition: transform 0.25s ease;
}

#four-l img:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

#five-l {
    background-image: url("Web/tech-1-png.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    color: #ffcdb9;
}

#right-side {
    width: 50%;
}

.chapter {
    height: 40vh;
}

.chapter-mobile {
    height: 0px;
}


/* 
.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
  }
  .iframe-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
  } */

.iframe-container {
    position: relative;
    width: 100%;
}

.iframe-container iframe {
    position: absolute;
    width: 100% !important;
    height: 40vh;
}

#two-r {
    background-image: url("Web/forest-2-png.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #d5ec9b;
    display: flex;
}

#two-r-mobile {
    display: none;
}

.quote {
    margin: 5%;
    font-family: 'Bungee', cursive;
    font-size: 1.5vw;
    line-height: 1;
    letter-spacing: 2;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    text-align: center;
    align-self: center;
}

.quote .text-style-1 {
    font-size: 2.5vw;
}

#three-r img {
    width: 100%;
    height: 40vh;
    transition: transform 0.25s ease;
}

#three-r-mobile img {
    display: none;
    height: 0px;
}

#three-r img:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

#four-r {
    background-image: url("Web/space-2-png.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff7d4;
    display: flex;
}

#four-r-mobile {
    display: none;
}

#five-r img {
    width: 100%;
    height: 40vh;
    transition: transform 0.25s ease;
}

#five-r-mobile img {
    display: none;
}

#five-r img:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.big-chapter {
    width: inherit;
    height: 65vh;
    margin-top: 0px;
    padding: 5%;
}

#about {
    background-image: url("Web/purple-edit.jpg");
    background-size: cover;
}

.left-header {
    width: 50%;
    font-size: 25px;
}

.left-text {
    width: 50%;
    font-size: 1.2vw;
}

#story {
    background-image: url("Web/yellow.png");
    color: black;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.paragraph {
    width: 50%;
    font-size: 1.18vw;
}

.starting-words {
    font-size: 1.6vw;
    text-transform: uppercase;
}

#blue {
    background-image: url("Web/dark-blue.jpg");
    background-size: cover;
    height: 70vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#contact {
    background-image: url("Web/red.jpg");
    background-size: cover;
    height: 70vh;
}

#enemy {
    width: 70%;
    height: 20vh;
    margin-top: -2vh;
    margin-left: 2%;
    background-image: url("Web/nmy-bubble.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 15%;
    padding-right: 10%;
    padding-top: 5%;
    font-size: 2.5vh;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#weapon {
    width: 80%;
    height: 17vh;
    margin-top: 60vh;
    margin-left: 2%;
    background-image: url("Web/wpn-bubble.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 20%;
    padding-right: 5%;
    padding-top: 5%;
    font-size: 2.6vh;
    line-height: 125%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#level {
    width: 90%;
    height: 15vh;
    margin-top: 40vh;
    margin-left: 8%;
    background-image: url("Web/lvl-bubble.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 10%;
    padding-right: 18%;
    padding-top: 5%;
    line-height: 120%;
    font-size: 2.6vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#co-op {
    width: 75%;
    height: 14vh;
    margin-top: 55vh;
    margin-left: 20%;
    background-image: url("Web/4-pl-bubble.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10%;
    font-size: 2.6vh;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#shield {
    width: 80%;
    height: 15vh;
    margin-top: 60vh;
    margin-left: 2%;
    background-image: url("Web/shield-bubble.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 15%;
    padding-top: 10%;
    font-size: 2.6vh;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-content: center;
}

#discord {
    margin-top: 10vh;
    margin-left: 20%;
}

#mail {
    margin-top: 10vh;
    margin-left: 20%;
}

#footer-left {
    display: flex;
}

#footer-right {
    display: flex;
    flex-direction: column;
}


/*Body mobile changes*/

@media only screen and (max-width: 828px) {
    body {
        display: flex;
    }
    #main-pt1 {
        display: flex;
    }
    #one-l {
        display: none;
    }
    #main-pt2 {
        display: none;
    }
    #middle-section {
        width: 100%;
    }
    #left-margin {
        display: none;
    }
    #left-side {
        width: 100%;
    }
    #right-side {
        display: none;
    }
    #right-margin {
        display: none;
    }
    #game-logo {
        height: 100%;
    }
    #top-banner {
        background-image: url("Web/bg.jpg");
        background-size: cover;
        background-position: center;
        height: 30vh;
    }
    #limitbreak {
        display: none;
    }
    #shadowed-area {
        display: none;
    }
    #release-date {
        display: none;
    }
    #switch-badge {
        display: none;
    }
    #steam-wishlist {
        display: none;
    }
    #steam-text {
        display: none;
    }
    #nav-content {
        text-align: center;
        line-height: 20px;
        width: 100%;
        height: 20px;
        font-size: 15px;
    }
    /*Other mobile changes*/
    .quote {
        padding-left: 10%;
        padding-right: 10%;
        margin: 5%;
        font-family: 'Bungee', cursive;
        font-size: 6vw;
        line-height: 1;
        letter-spacing: 2;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
        text-align: center;
        align-self: center;
    }
    .quote .text-style-1 {
        font-size: 6vw;
    }
    #four-l img {
        width: auto;
        height: 100%;
    }
    #two-r-mobile {
        background-image: url("Web/forest-2-png.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        color: #d5ec9b;
        display: flex;
    }
    #three-r-mobile img {
        display: flex;
        width: auto;
        height: 100%;
    }
    #four-r-mobile {
        background-image: url("Web/space-2-png.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff7d4;
        display: flex;
    }
    #five-r-mobile img {
        display: flex;
        width: auto;
        height: 100%;
    }
    .navbar {
        display: none;
    }
    .chapter-mobile {
        height: 40vh;
    }
}