.hero {
    height: 400px;
    text-align: center;
    z-index: -1;
}
.hero::before {
    height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../Images/Website\ Cover\ Art.png);
    transform: translateZ(-0.4px) scale(1.4);
    margin-top: -95px;
    z-index: -2;
}
.hero h1 {
    padding-top: 32px;
    font-size: 350%;
}
.hero p {
    font-style: italic;
    margin-top: 8px;
    font-size: 115%;
}

.aboutgame {
    padding: 12px;
    box-shadow: 0px 0px 7px rgb(0, 0, 0);
}
.aboutgame h2 {
    font-size: 210%;
    font-weight: bold;
    margin: 60px 0px 0px 30px;
}
.aboutgame div {
    margin-bottom: 80px;
    padding: 0 8px;
}
.aboutgame p {
    margin-top: 12px;
    width: 55%;
}
.aboutgame div img {
    margin-right: 32px;
}

.divider {
    display: block;
    margin: 40px auto 80px;
    width: 90%;
    max-width: 1100px;
}
.mobiledivider {
    margin: 40px auto 80px;
    width: 90%;
    max-width: 1100px;
    display: none;
}
.smalldivider {
    margin: 100px 0px;
    align-self: center;
}
.smalldivider img {
    display: block;
    margin: 0 auto;
}

.framedpic {
    width: 30%;
    min-width: 300px;
    max-width: 450px;
}

.tagline {
    height: 400px;
    justify-content: center;
    align-items: center;
    z-index: -1;
}
.tagline::before {
    height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../Images/Cassonia\ Gameplay\ Screenshot.png);
    transform: translateZ(-0.4px) scale(1.4);
    margin-top: -95px;
    z-index: -2;
}
.tagline p {
    font-size: 150%;
    font-style: italic;
    word-spacing: 10%;
    text-shadow: 0px 0px 10px rgb(0,0,0);
    margin-bottom: 100px;
}

.features {
    padding-top: 100px;
    box-shadow: 0px 0px 7px rgb(0, 0, 0);
    padding-bottom: 90px;
}
.features h2 {
    font-size: 350%;
    margin-top: 0px;
    text-align: center;
}
.features ul {
    flex-direction: column;
    list-style-type: none;
    padding: 0;
}
.onefeature {
    display: flex;
    justify-content: center;
    gap: 10%;
}
.onefeature p {
    margin-top: 40px;
    width: 40%;
    max-width: 30ch;
    margin-right: -30px;
}

.description {
    color: rgb(178,178,178);
    font-size: 120%;
    word-spacing: 20%;
    line-height: 30px;
}

/* #region Email Form */
.email {
    height: 600px;
    text-align: center;
    flex-direction: column;
    color: black;
    z-index: -1;
}
.email::before {
    height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../Images/Community\ Image.jpeg);
    background-color: rgba(227, 254, 254, 0.34);
    transform: translateZ(-0.4px) scale(1.4);
    margin-top: -40px;
    z-index: -2;
}
.email p {
    font-size: 120%;
    word-spacing: 10%;
}
.email .titlefont {
    font-size: 230%;
    margin-top: 70px;
}
.email form {
    margin-top: 40px;
    margin-bottom: 20px;
    gap: 50px;
    display: flex;
    justify-content: center;
}
.submit {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 5px;
    padding: 4px 15px;
    width: 20%;
    max-width: 150px;
    font-size: 120%;
    min-width: 100px;
    height: 100%;
    border: 2px solid black;
    cursor: pointer;
    transition: color 0.5s;
    transition: background-color 0.5s;
}
.submit:hover {
    background-color: rgb(53, 53, 53);
    color: white;
    transition: color 0.5s;
    transition: background-color 0.5s;
}
.submit:active {
    background-color: black;
    border-color: black;
}
.emailinput input{
    border-radius: 5px;
    border: 2px solid black;
    margin: 0;
    padding: 0 0 0 18px;
    width: 100%;
    height: 100%;
    font-size: 100%;
    font-family: Georgia, 'Times New Roman', Helvetica, serif;
    box-sizing: border-box;
}
.show {
    display: block;
  }
.emailinput {
    display: inline-block;
    margin: 0;
    width: 220px;
}
.emailinput input:focus {
    outline: none;
}
.emailinput input::placeholder {
    color: rgb(92, 92, 92);
}
.socialmedia {
    margin-top: 30px;
}
/* #endregion Email Form */

@media screen and (min-width: 1160px) {
    .hero {
        height: 600px;
    }
    .hero::before {
        height: 670px;
    }
    .features ul li p {
        font-size: 150%
    }
    .aboutgame p {
        max-width: 55ch;
        font-size: 140%;
    }
    .tagline {
        height: 500px;
    }
    .tagline::before {
        height: 750px;
    }
}

@media screen and (min-width: 1600px) {
    .hero {
        height: 870px;
    }
    .hero::before {
        height: 960px;
    }
    .hero h1 {
        font-size: 400%;
        padding-top: 90px;
    }
    .hero p {
        font-size: 150%;
    }
    .aboutgame h2 {
        margin-left: 50px;
    }
    .aboutgame div {
        padding: 0 25px;
    }
    .aboutgame div img {
        margin-right: 10%;
    }
    .aboutgame p {
        max-width: 55ch;
    }
    .tagline {
        height: 750px;
    }
    .tagline::before {
        height: 1000px;
    }
    .tagline p {
        font-size: 200%;
    }
    .features ul li p {
        font-size: 150%;
    }
}

@media screen and (max-width: 780px) {
    .tagline {
        background-size: 780px
    }
    .aboutgame h2 {
        margin-left: 0;
        text-align: center;
    }
    .aboutgame div {
        flex-direction: column;
        align-items: center;
    }
    .aboutgame p {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    .aboutgame div img {
        margin: 0;
    }
    .divider {
        display: none;
    }
    .mobiledivider {
        display: block;
    }
    .onefeature p {
        margin-right: 0;
    }
}

@media screen and (max-width: 560px) {
    .aboutgame p {
        font-size: 100%;
    }
    .onefeature {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }
    .onefeature p {
        width: 80%;
        max-width: 35ch;
        margin: 0;
    }
    .onefeature img {
        margin-top: 40px;
    }
    .features h2 {
        font-size: 250%;
    }
    .hero::before {
        margin-top: -55px;
    }
    .email .titlefont {
        font-size: 150%;
        margin-top: 70px;
    }
    .email p {
        font-size: 100%;
        padding: 0px 10px;
    }
    .email form {
        flex-direction: column;
        align-items: center;
    }
    .emailinput {
        height: 30px;
    }
    .submit {
        background-color: rgb(32, 32, 32);
        color: white;
        transition: none;
    }
    .submit:hover {
        transition: none;
    }
}

@media screen and (max-width: 350px) {
    .tagline {
        text-align: center;
        font-size: 85%;
    }
    .features h2 {
        font-size: 200%;
    }
    .email .titlefont {
        font-size: 130%;
    }
    .email p {
        font-size: 90%;
    }
}
@media screen and (min-height: 950px) {
    .hero {
        height: 950px;
    }
    .hero::before {
        height: 1200px;
    }
    .hero h1 {
        padding-top: 90px;
        font-size: 400%;
    }
    .hero p {
        font-size: 150%;
    }
    .tagline {
        height: 750px;
    }
    .tagline::before {
        height: 1000px;
    }
    .tagline p {
        font-size: 200%;
    }
    .email::before {
        margin-top: 0px;
        transform: translateZ(-0.3px) scale(1.4);
    }
}