header {
    height: 50px;
    background-color: lightslategray;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

html, body {
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16pt;
    color: green;
}

button {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid red;
    border-radius: 10px;
    background-color: rgb(255, 60, 60);
    color: black;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    font-family: Georgia, 'Times New Roman', Times, serif;
    width: 110px;
}
  
button:hover {
    background-color: green;
    color: white;
    border-color: lightgreen;
}

.header-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-right: 20px;
    width: 45%;
}

h1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 45pt;
    color: greenyellow;
    background-color: white;
    height: 75px;
    width: 100%;
    text-align: center;
}

.savior-title-h1 {
    color: green;
}

.main-article-bg {
    background-color: black;
    width: 100%;
    height: auto;
    color: greenyellow;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-article-text {
    margin-left: 20px;
    margin-right: 20px;
}

footer {
    height: 100px;
    background-color: lightslategray;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
}

.footer-contact {
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.video-row {
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.video-element {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
}

h2 {
    font-size: 23pt;
    color: green;
}

.changelog {
    margin: 70px;
}

.centered-object {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.gallery-section {
    background-color: lightslategray;
    width: 90%;
    padding: 5%;
}

.gallery-column {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.gallery-row {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.section-button {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid red;
    border-radius: 10px;
    background-color: rgb(255, 60, 60);
    color: black;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    font-family: Georgia, 'Times New Roman', Times, serif;
    width: 600px;
}
  
.section-button:hover {
    background-color: green;
    color: white;
    border-color: lightgreen;
}

.release-page {
    background-color: beige;
    border: 5px solid brown;
    margin: 2%;
    width: 96%;
    height: 90%;
    text-align: center;
}

.release-heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 45pt;
    color: greenyellow;
    height: 75px;
    width: 100%;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.tech-article {
    color: rgb(88, 189, 88);
}

.dev-tag {
    color: red;
}

.reviewer-tag {
    color: gold;
}

.article-author {
    color: blue;
}

.article-margins {
    margin-left: 2%;
    margin-right: 2%;
}

.enemy-section {
    background-color: whitesmoke;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
}

.enemy-row {
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.enemy-element {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
}

.release-button {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid red;
    border-radius: 10px;
    background-color: rgb(255, 60, 60);
    color: black;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    font-family: Georgia, 'Times New Roman', Times, serif;
    width: 400px;
}
  
.release-button:hover {
    background-color: green;
    color: white;
    border-color: lightgreen;
}

.button-section {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 15px;
}

.button-element {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 400px;
}

.announcement-banner {
    width: 100%;
    text-align: center;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: black;
}

.countdown-backdrop {
    width: 100%;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: black;
    color: white;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 40pt;
}

.screen-cover {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.cover-image {
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    height: 200px;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
}

@media (max-width: 445px) {
    .header-buttons {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .logo {
        width: 0px;
        height: 0px;
    }

    .cover {
        width: 100%;
        height: auto;
    }

    header {
        padding-bottom: 5px;
        height: 70px;
        min-height: 0;
        max-height: 90px;
    }

    .header-buttons {
        margin-right: 0%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        height: 150px;
        text-align: center;
    }

    h1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-size: 13pt;
        color: greenyellow;
        background-color: white;
        height: 75px;
        width: 100%;
        text-align: center;
    }
    
    .savior-title-h1 {
        color: green;
    }

    .section-button {
        display: inline-block;
        padding: 10px 20px;
        border: 2px solid red;
        border-radius: 10px;
        background-color: rgb(255, 60, 60);
        color: black;
        transition: background-color 0.3s, color 0.3s, border-color 0.3s;
        font-family: Georgia, 'Times New Roman', Times, serif;
        width: 100%;
    }

    .release-heading {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-size: 28pt;
        color: greenyellow;
        height: 75px;
        width: 100%;
        text-align: center;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }

    .button-section {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding: 15px;
    }

    .video-row {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
    
    .video-element {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding: 10px;
    }

    .enemy-row {
        margin-left: 20px;
        margin-right: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
    
    .enemy-element {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding: 10px;
    }

    footer {
        height: 60px;
        min-height: 0;
        max-height: 80px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .release-page {
        background-color: beige;
        border: 5px solid brown;
        width: 90%;
        height: 90%;
        text-align: center;
    }

    .centered-object img {
        width: 90%;
        height: auto;
    }

    .release-button {
        display: inline-block;
        padding: 10px 20px;
        border: 2px solid red;
        border-radius: 10px;
        background-color: rgb(255, 60, 60);
        color: black;
        transition: background-color 0.3s, color 0.3s, border-color 0.3s;
        font-family: Georgia, 'Times New Roman', Times, serif;
        width: 300px;
    }

    p {
        width: 300px;
        font-size: 14pt;
    }

    iframe {
        width: 90%;
        height: auto;
    }

    img {
        width: 60%;
        height: auto;
    }

    .cover-image {
        width: 100vw;
        max-width: 100vw;
        min-width: 100vw;
        height: 120px;
        object-fit: cover;
        display: block;
        margin: 0;
        padding: 0;
    }

    .button-section {
        flex-direction: column;
        align-items: stretch;
        height: auto !important;
    }
    
    .button-element {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        margin-bottom: 20px;
    }

    .button-element a {
        width: 100%;
    }
    
    .button-element button {
        width: 100%;
        margin-bottom: 8px;
        font-size: 14pt;
    }
    
    .button-element p {
        width: 100%;
        text-align: left;
        font-size: 13pt;
        margin: 0 0 8px 0;
        padding: 0 4px;
    }
}

@media (max-width: 700px) {
    header {
        height: 70px;
        min-height: 0;
        max-height: 90px;
        padding-bottom: 5px;
    }
    footer {
        height: 100px;
        min-height: 0;
        max-height: 80px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .logo {
        display: none !important;
    }
    .header-buttons {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        margin-right: 0 !important;
        gap: 4px;
    }
    header {
        padding-left: 5px;
        padding-right: 5px;
    }

    .header-buttons button {
        min-width: 0;
        width: 18vw;
        max-width: 90px;
        font-size: 8pt;
        padding: 6px 4px;
    }

    .gallery-column {
        flex-direction: column;
    }
}
