body {
    background-image: url("images/magma-bg.webp");
    background-size:contain;
    background-repeat: repeat;
    margin: auto;
    -ms-overflow-style: none; /* Hide scrollbar in IE and Edge */
    scrollbar-width: none; /* Hide scrollbar in Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
}
.head {
    background-color: rgba(161, 0, 0, 0.25);
    width: 100%;
    margin: auto;
    height: 6em;
    border-bottom: 5px #c76904;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-style: ridge;
}
.logo {
    float: left;
    height: 80%;
    width: 30%;
    padding: .5em;
}
.navitem {
    color: black;
    text-shadow: -1px -1px 0 white,
                1px -1px 0 white,
                -1px 1px 0 white,
                1px 1px 0 white;
    text-align: center;
    padding-bottom: 1em;
    height: 80px;
    width: 15%;
    float: left;
    font-family: 'Times New Roman', Times, serif;
}
.navitem h1, .navitemactive h1 {
    font-size: 2.5vw;
}
.navitemactive {
    background-color: rgba(161, 0, 0, 0.75);
    color: black;
    border-left: 5px solid #c76904;
    border-right: 5px solid #c76904;
    border-top: 0;
    border-bottom: 0;
    border-style: ridge;
    text-shadow: -1px -1px 0 white,
                1px -1px 0 white,
                -1px 1px 0 white,
                1px 1px 0 white;
    text-align: center;
    padding-bottom: 1em;
    height: 80px;
    width: 15%;
    float: left;
    font-family: 'Times New Roman', Times, serif;
}
.navitemactive a {
    color: red;
    text-decoration: none;
}
.navitem a {
    color: red;
    text-decoration: none;
}
.hamburger {
    visibility: hidden;
    width: 5%;
    height: 80px;
    padding-top: .5em;
    padding-right: .5em;
    padding-bottom: .5em;
    padding-left: 0;
    float: right;
}
.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 80px;
}
.dropbtn {
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    width: 350px;
    overflow: hidden;
    border: 1px solid #ddd;
    z-index: 1;
    right: 0;
}
.dropdown-content a {
    color: black;
    font-size: 40px;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown a:hover {
    background-color: #ddd;
}
.show {display: block;}
.filler {
    background-color: rgb(0, 0, 0, 0);
    height: 6em;
    width: 100%;
    float: right;
}
.footer {
    background-color: black;
    color: white;
    width: 100%;
    position: fixed;
    float: right;
    bottom: 0;
    text-align: right;
}
.preorder-banner {
    background-image: url("images/big-boss.jpg");
    background-size: cover;
    background-position-y: -38em;
    position: fixed;
    bottom: 0;
    float: right;
    width: 100%;
    height: 6em;
    font-family: 'Times New Roman', 'Times New Roman', Times, serif;
    border-top: 5px #c76904;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-style: ridge;
}
.preorder-banner .mailingbutton {
    margin-left: 1em;
    margin-right: 1em;
    margin-top: .5em;
    float: left;
    height: 4em;
    cursor: pointer;
}
.preorder-banner p {
    margin-top: .5em;
    margin-left: 1em;
    margin-bottom: 1em;
    text-shadow: -1px -1px 0 white,
                1px -1px 0 white,
                -1px 1px 0 white,
                1px 1px 0 white;
    padding: 5px;
    font-size: x-large;
    float: left;
}
.preorder-banner .preorderbutton {
    float: right;
    margin-right: 1em;
    margin-top: .5em;
    height: 4em;
}
.story {
    background-image: url("images/dark-knight-gradient.png");
    background-size: cover;
    margin: 1em .25em 1em 1em;
    border: 5px solid #c76904;
    border-radius: 5px;
    border-style: ridge;
    float: left;
    width: 47%;
    height: 20em;
    color: #363636;
    font-family: 'Times New Roman', 'Times New Roman', Times, serif;
}
.story p {
    font-size: 40px;
    font-weight: bold;
    float: left;
    width: 35%;
    margin-top: 2em;
    margin-left: 1em;
    text-shadow: -1px -1px 0 black,
                1px -1px 0 black,
                -1px 1px 0 black,
                1px 1px 0 black;
}
.world {
    background-image: url("images/underground.jpg");
    background-size: cover;
    margin: 1em 1em 1em .25em;
    border: 5px solid #c76904;
    border-radius: 5px;
    border-style: ridge;
    float: right;
    width: 47%;
    height: 20em;
    color: #30af7a;
}
.world p {
    font-size: 40px;
    font-weight: bold;
    float: right;
    width: 35%;
    text-align: right;
    margin-top: 2em;
    margin-right: 2em;
    text-shadow: -1px -1px 0 black,
                1px -1px 0 black,
                -1px 1px 0 black,
                1px 1px 0 black;
}
.creatures {
    background-image: url("images/troll-gradient.jpg");
    background-size: cover;
    margin: 1em .25em 1em 1em;
    border: 5px solid #c76904;
    border-radius: 5px;
    border-style: ridge;
    float: left;
    width: 47%;
    height: 20em;
    color: rgb(159, 6, 6);
}
.creatures p {
    font-size: 40px;
    font-weight: bold;
    float: right;
    width: 35%;
    text-align: right;
    margin-top: 2em;
    margin-right: 2em;
    text-shadow: -1px -1px 0 black,
                1px -1px 0 black,
                -1px 1px 0 black,
                1px 1px 0 black;
}
.allies {
    background-image: url("images/dragon-friend-reversed.jpg");
    background-size: cover;
    margin: 1em 1em 1em .25em;
    border: 5px solid #c76904;
    border-radius: 5px;
    border-style: ridge;
    float: right;
    width: 47%;
    height: 20em;
    color: rgb(38, 77, 139);
}
.allies p {
    font-size: 40px;
    font-weight: bold;
    float: left;
    width: 35%;
    margin-top: 2em;
    margin-left: 1em;
    text-shadow: -1px -1px 0 black,
                1px -1px 0 black,
                -1px 1px 0 black,
                1px 1px 0 black;
}
.about .aboutbody {
    background-image: url("images/cavern.jpg");
    background-size: cover;
    width: 100%;
    height: 50vw;
    text-align: right;
}
.about .aboutbody h1 {
    color: #55c61d;
    text-shadow: -1px -1px 0 black,
                1px -1px 0 black,
                -1px 1px 0 black,
                1px 1px 0 black;
    padding-top: 1em;
    margin-top: 0;
    margin-right: 2%;
    font-size: 60px;
    font-family: 'Times New Roman', 'Times New Roman', Times, serif;
    text-decoration-line: underline;
}
.about .aboutbody p {
    color: white;
    text-shadow: -1px -1px 0 black,
                1px -1px 0 black,
                -1px 1px 0 black,
                1px 1px 0 black;
    font-size: 35px;
    padding-top: 1em;
    margin-right: 2%;
}
.about .storybody {
    background-image: url("images/dark-knight.png");
    background-size: cover;
    width: 100%;
    height: 50vw;
    text-align: left;
}
.about .storybody h1 {
    color: #55c61d;
    text-shadow: -1px -1px 0 black,
                1px -1px 0 black,
                -1px 1px 0 black,
                1px 1px 0 black;
    padding-top: 1em;
    margin-top: 0;
    margin-left: 2%;
    font-size: 60px;
    font-family: 'Times New Roman', 'Times New Roman', Times, serif;
    text-decoration-line: underline;
}
.about .storybody p {
    color: white;
    text-shadow: -1px -1px 0 black,
                1px -1px 0 black,
                -1px 1px 0 black,
                1px 1px 0 black;
    font-size: 35px;
    padding-top: 2em;
    margin-left: 2%;
}
.about .worldbody {
    background-image: url("images/underground.jpg");
    background-size: cover;
    width: 100%;
    height: 50vw;
    text-align: right;
}
.about .worldbody h1 {
    color: #55c61d;
    text-shadow: -1px -1px 0 black,
                1px -1px 0 black,
                -1px 1px 0 black,
                1px 1px 0 black;
    padding-top: 1em;
    margin-top: 0;
    margin-right: 2%;
    font-size: 60px;
    font-family: 'Times New Roman', 'Times New Roman', Times, serif;
    text-decoration-line: underline;
}
.about .worldbody p {
    color: white;
    text-shadow: -1px -1px 0 black,
                1px -1px 0 black,
                -1px 1px 0 black,
                1px 1px 0 black;
    font-size: 35px;
    padding-top: 2em;
    margin-right: 2%;
}
.about .creaturesbody {
    background-image: url("images/troll-reversed.jpg");
    background-size: cover;
    width: 100%;
    height: 50vw;
    text-align: left;
}
.about .creaturesbody h1 {
    color: #55c61d;
    text-shadow: -1px -1px 0 black,
                1px -1px 0 black,
                -1px 1px 0 black,
                1px 1px 0 black;
    padding-top: 1em;
    margin-top: 0;
    margin-left: 2%;
    font-size: 60px;
    font-family: 'Times New Roman', 'Times New Roman', Times, serif;
    text-decoration-line: underline;
}
.about .creaturesbody p {
    color: white;
    text-shadow: -1px -1px 0 black,
                1px -1px 0 black,
                -1px 1px 0 black,
                1px 1px 0 black;
    font-size: 35px;
    padding-top: 2em;
    margin-left: 2%;
}
.about .alliesbody {
    background-image: url("images/dragon-friend.jpg");
    background-size: cover;
    background-position-y: -12em;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vw;
    text-align: right;
}
.about .alliesbody h1 {
    color: #55c61d;
    text-shadow: -1px -1px 0 black,
                1px -1px 0 black,
                -1px 1px 0 black,
                1px 1px 0 black;
    padding-top: 1em;
    margin-right: 2%;
    margin-top: 0;
    font-size: 60px;
    font-family: 'Times New Roman', 'Times New Roman', Times, serif;
    text-decoration-line: underline;
}
.about .alliesbody p {
    color: white;
    text-shadow: -1px -1px 0 black,
                1px -1px 0 black,
                -1px 1px 0 black,
                1px 1px 0 black;
    font-size: 35px;
    padding-top: 2em;
    margin-right: 2%;
}
.preorderform {
    background-image: url("images/islands.jpg");
    background-size: cover;
    background-position-y: -12em;
    background-repeat: no-repeat;
    height: 49vw;
    margin: auto;
    text-align: center;
}
.preorderform h1 {
    text-align: center;
    width: 40%;
    background-color: #b3b3b3;
    padding-top: .5em;
    margin-bottom: 0;
    margin: auto;
    font-size: 2.5em;
}
.preorderform h3 {
    color: white;
    text-shadow: -1px -1px 0 black,
                1px -1px 0 black,
                -1px 1px 0 black,
                1px 1px 0 black;
    font-family: 'Times New Roman', Times, serif;
    font-size: x-large;
}
.preorderform .form {
    background-color: white;
    margin-top: 0;
    margin: auto;
    width: 40%;
    font-size: large;
}
.preorderform .form th {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
}
.preorderform .form td {
    text-align: center;
    height: 4em;
}
.preorderform .form td input {
    height: 50px;
    font-size: 20px;
}
.preorderform .form td #country, .preorderform .form td #stprov {
    height: 50px;
    width: 85%;
    font-size: 20px;
}
.preorderform .form td #month {
    height: 50px;
    width: 30%;
    font-size: 20px;
    float: left;
    margin-left: 7%;
    margin-right: 10%;
}
.preorderform .form td #year {
    height: 50px;
    width: 40%;
    font-size: 20px;
    float: left;
    margin-left: 6%;
}
.preorderform .form .cancel {
    background-color: red;
    color: white;
    border: 15px solid white;
    height: 1.5em;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    border-radius: 30px;
    text-decoration: none;
    cursor: pointer;
}
.preorderform .form .confirm {
    background-color: rgb(15, 227, 15);
    color: white;
    border: 15px solid white;
    height: 1.5em;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    border-radius: 30px;
    text-decoration: none;
    cursor: pointer;
}
.updatesbody {
    background-image: url("images/frost-giant.jpg");
    background-size: cover;
    width: 100%;
    height: 50vw;
    text-align: center;
}
.updatesbody h1 {
    color: red;
    text-shadow: -1px -1px 0 black,
                1px -1px 0 black,
                -1px 1px 0 black,
                1px 1px 0 black;
    padding-top: 3%;
    margin-top: 0;
    font-size: 60px;
    font-family: 'Times New Roman', 'Times New Roman', Times, serif;
    text-decoration-line: underline;
}
.updatesbody p {
    color: black;
    text-shadow: -1px -1px 0 white,
                1px -1px 0 white,
                -1px 1px 0 white,
                1px 1px 0 white;
    font-size: 35px;
}
.updatesbody .mail {
    cursor: pointer;
    text-decoration: underline;
    color: white;
    text-shadow: -1px -1px 0 black,
                1px -1px 0 black,
                -1px 1px 0 black,
                1px 1px 0 black;
    font-size: 40px;
    padding-top: 2%;
}

/* Media Screen Size Settings */

@media screen and (max-width: 800px) {
    .logo {
        width: 100%;
        padding-right: 0;
    }
    .story, .world, .creatures, .allies {
        width: 100%;
    }
    .preorder-banner {
        height: 6em;
        background-size: contain;
    }
    .preorder-banner .preorderbutton {
        width: 8%;
        margin: 0;
    }
    .preorder-banner .mailingbutton {
        width: 8%;
        margin: 0;
    }
    .preorder-banner p {
        visibility: hidden;
    }
    .story p, .world p, .creatures p, .allies p {
        margin-top: 3em;
        width: 50%;
    }
    .creatures {
        background-image: url("images/troll-gradient-reversed.jpg");
        background-size: cover;
    }
    .creatures p {
        float: left;
        text-align: left;
        margin-left: 2em;
    }
    .allies p {
        float: right;
        text-align: right;
        margin-right: 2em;
    }
    .storybody {
        height: 165vw;
        background-position-x: -52em;
    }
    .storybody p {
        padding-left: 1em;
        padding-right: 1em;
    }
    .worldbody {
        height: 165vw;
        background-position-x: -34em;
    }
    .worldbody p {
        padding-left: 1em;
        padding-right: 1em;
    }
    .creaturesbody {
        height: 165vw;
        background-position-x: -42em;
    }
    .creaturesbody p {
        padding-left: 1em;
        padding-right: 1em;
    }
    .alliesbody {
        height: 165vw;
        background-position-x: -30em;
        background-position-y: top;
    }
    .alliesbody p {
        padding-left: 1em;
        padding-right: 1em;
    }
    .updatesbody {
        height: 165vw;
        background-position-x: -30em;
    }
    .aboutbody {
        height: 165vw;
        background-position-x: -35em;
    }
    .aboutbody p {
        font-size: 25px;
        padding-left: 1em;
        padding-right: 1em;
    }
    .storybody h1, .worldbody h1, .creaturesbody h1, .alliesbody h1, .updatesbody h1, .aboutbody h1 {
        padding-top: 1em;
    }
}
@media screen and (max-width: 1100px) {
    .navitem, .navitemactive {
        visibility: hidden;
        width: 0;
    }
    .hamburger {
        visibility: visible;
    }
    .logo {
        width: 75%;
    }
    .preorder-banner .preorderbutton {
        height: 70%;
    }
    .preorder-banner {
        background-position-y: -35%;
    }
    .preorder-banner p {
        margin-right: 20%;
    }
    .story p, .world p, .creatures p, .allies p {
        font-size: 30px;
    }
}
@media screen and (max-width: 1250px) {
    .preorderform {
        height: 200vw;
        width: 100%;
    }
    .preorderform #form {
        width: 80%;
        margin: auto;
    }
    .preorderform h1 {
        width: 80%;
    }
    .preorderform .form {
        width: 100%;
        font-size: medium;
    }
    .preorderform .form th {
        font-size: 20px;
    }
    .preorderform .form td input {
        width: 80%;
        font-size: 17px;
    }
    .preorderform .form td #country, .preorderform .form td #stprov {
        width: 80%;
        font-size: 17px;
    }
}