@font-face {
    font-family: Nokia;
    src: url('nokiafc22-webfont.woff2') format('woff2'),
         url('nokiafc22-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.pulse {
    animation-name: pulse;
    animation-duration: 2s;
    animation-timing-function: ease-in-and-out;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes pulse {
    0% {
      font-size: 18px;
    }
    
    100% {
      font-size: 20px;
    }
}

html {
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
}

body {
    background-color: #efefef;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#journey_video_div {
    width: 100%;
    height: 100vh;
    margin:0 auto;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#journey_video {
    width: 100%;
    margin: 0 auto;  
    min-width: 1200px; 
}

#journey_logo {
    width: 75%;
    max-width: 750px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 120px;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
}
#button_steam_logo {
    position: absolute;
    bottom: min(80px, 3%);
    margin-top: 20px;
    color: white;
    background-color: #1f3857;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 34px;
    padding-bottom: 34px;
    text-decoration: none;
    font-family: Nokia;
    font-size: 20px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
#arrow_image {
    position: absolute;
    bottom: 180px;
    scale: 0.5;
}
#button_steam_logo:hover {
    color: #13263d; 
    background-color: white;
}

#steam_logo_logo {
    padding-right: 16px;
    vertical-align: middle;
}
.image_showcase_div {
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
    pointer-events: none;
    user-select: none;
    overflow: hidden;
}
.image_showcase {
    z-index: 999;
    transition: all .2s ease-in-out;
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 25px;
}

.title_div {
    max-width: 90%;
    margin-bottom: -20px;
}
#gameplay_div {
    margin-top: -40px;
    background-color: #e9d9d9;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    padding-bottom: 24px;
    overflow: hidden;
}

h3.black{
    color: black;
    font-family: Nokia;
    font-size: 32px;
    font-weight: 70;

}
p.black{
    color: black;
    text-align: center;
    font-family: Nokia;
    font-size: 20px;
    margin: 0 auto; 
}
h3.white{
    color: white;
    font-family: Nokia;
    font-size: 32px;
    font-weight: 70;

}
p.white{
    color: white;
    text-align: center;
    font-family: Nokia;
    font-size: 20px;
    margin: 0 auto; 
}
p.white_margin {
    color: white;
    text-align: center;
    font-family: Nokia;
    font-size: 20px;
    margin: 0 auto; 
    margin-bottom: 4px;   
}
.middle {
    width: 90%;
    margin: 0 auto;
}
#navigation_bar {
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff9b4a;
    position: fixed;
    top: 0px;
    width: 100%;
    opacity: 0;
    user-select: none;
    transition: all 0.3s ease-in-out;
}
#steam_logo_nav {
    display: inline-block; 
    padding-left: 10px;
    vertical-align: middle;
}
#navigation_bar a {
    z-index: 999999;
    color: white;
    text-align: center;
    padding: 16px 16px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    font-family: Nokia;
    font-size: 20px;
    display: inline-block;
    opacity: 0;
    pointer-events: none;
    user-select: none;
    transition: all 0.15s ease-in-out;
}

#navigation_bar a:hover {
    color: #c8c8c8;
    opacity: 0;
    transform: scale(1.05);
}

#navigation_bar a.active {
    background-color: #1f3857;
    color: white;
    opacity: 0;
    transition: all 0.15s ease-in-out;   
}

#navigation_bar a.active:hover {
    background-color: #1b2838;
    color: #99a3b0;
    opacity: 0;
    transform: scaleX(1.1);
}

footer {
    margin-top: 40px;
    display:inline-block;
    width: 100%;
    background-color: #b6b6b6;
}

.footer_text {
    padding-top: 20px;
    text-align: right;
    float: right;
    font-family: Nokia;
    padding-right: 18px;
    font-size: 24px;
    color: white;
}

#footer_logo{
    padding-left: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    float: left;
    width: 500px;
    height: auto;
    max-width: 70%;
}

#gameplay_div_2 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    padding-top: 24px;
    overflow: hidden;
}
#gameplay_video {
    max-width: 1600px;
    width: 85%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 25px;
}
#gameplay_video_2 {
    max-width: 1600px;
    width: 85%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 25px;  
}

#gallery_showcase {
    max-width: 1600px;
    width: 85%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;  
    border-radius: 25px;  
}
#features_div {
    width: 100%;
    background-color: #bd927c;
    padding-bottom: 24px;
    text-align: center;
    overflow: hidden;
}
ul {
    max-width: 90%;
    color: white;
    display: table;
    margin: 0 auto;
    list-style-position: inside;
    text-align: center;
    font-family: Nokia;
    font-size: 20px;
}
li {
    font-size: 20px;
}
li:not(:last-child) { 
    margin-bottom: 8px;  
}
.blue {
    color: #573c27;
}
@media screen and (max-width: 1200px) {
    li:not(:last-child) { 
        margin-bottom: 14px;  
    }
    #journey_video_div {
        height: 100vh;
        width: 100%;
    }
    .gradient {
        opacity: 0;
    }
    .gradient_phone {
        opacity: 1;
    }
    #journey_video {
        min-width: 0;
        height: 100vh;
        width: auto;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    #journey_video_div {
        margin:0 auto;
        align-items: center;
        justify-content: center;
        margin-left: 50%;
        transform: translateX(-50%);
        overflow: hidden;
    }
    #journey_logo {
        width: 100%;
        max-width: 850px;
        left: 50%;
        transform: translateX(-50%);
    }
    #button_steam_logo {
        width: 85%;
        max-width: 600px;
        font-size: 16px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .image_showcase {
        z-index: 999;
        transition: all .2s ease-in-out;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 150%;
        margin-left: 50%;
        transform: translateX(-50%);
        border-radius: 0px;
    }
    #gallery_showcase {
        width: 150%;
        margin-left: 50%;
        transform: translateX(-50%);
        border-radius: 0px;
        margin-bottom: 0px;
    }
    #gameplay_div {
        padding-bottom: 0px;
        margin-bottom: -20px;
        margin-top: -44px;
        background-color: #efefef;
    }
    #features_div {
        padding-top: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;

    }
    #gameplay_video {
        width: 150%;
        margin-left: 50%;
        transform: translateX(-50%);
        border-radius: 0px;
    }
    #gameplay_video_2 {
        width: 150%;
        margin-left: 50%;
        transform: translateX(-50%);
        border-radius: 0px;
    }
    #navigation_bar a {
        font-size: 22px;
        padding-top: 38px;
        padding-bottom: 38px;
        padding-left: 22px;
        padding-right: 22px;
    }
    #steam_logo_nav {
        padding-left: 20px;
        vertical-align: middle;
    }
    #steam_logo_logo {
        vertical-align: middle;
    }
    .footer_text {
        font-size: 18px; 
    }
    @keyframes pulse {
        0% {
          font-size: 20px;
        }
        
        100% {
          font-size: 24px;
        }
    }
    h3.black{
        font-size: 30px;
    }
    p.black{
        font-size: 18px;
    }
    h3.white{
        font-size: 30px;
    }
    p.white{
        font-size: 18px;
    }
    p.white_margin{
        font-size: 18px;
        margin-bottom: 18px;
    }
    ul {
        font-size: 18px;
    }
    li {
        font-size: 18px;
    }
}
@media screen and (min-width: 1900px) {
    #journey_logo {
        max-width: 1000px;
        left: 50%;
        transform: translateX(-50%);
    }
    .image_showcase {
        width: 40%;
        height: auto;
        display: inline-block;
        margin-top: 1%;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 1%;
    }
}