html {
    height: 200vh;
}

body {
    background-image: linear-gradient(to top left, #111111, #888888, #111111);
    background-position: fixed;
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
}

.navButton:visited, .navButton:active, .navButton:link {
    text-decoration: none;
    color: #ffffff;
    font-family: monospace;
}

.navButton:hover {
    text-decoration: underline;
    font-style: italic;
    color: #333333;
    background-image: linear-gradient(to bottom, #ea921e, #f7d3a3, #ea921e);
}

.heroNav:visited, .heroNav:active, .heroNav:link {
    text-decoration: none;
    color: #ffffff;
    font-family: monospace;
}

.heroNav:hover {
    text-decoration: underline;
    font-style: italic;
    color: #333333;
    background-image: linear-gradient(to bottom, #ea921e, #f7d3a3, #ea921e);
}

.navButton {
    width: 14%;
    text-align: center;
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
    line-height: 300%;
    background-image: linear-gradient(to bottom, #333333, #666666, #333333);
    font-family: monospace;
    font-size: large;
    border: .25px solid #ea921e;
}

#topLeft {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border: .25px solid #ea921e;
}

#topRight {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: .25px solid #ea921e;
}


nav {
    width: 99%;
    font-size: 0;
    margin-left: .5%;
    margin-right: .5%;
    padding-top: 1%;
}

#wrapper {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    background-color: #efefef;
    margin-top: 50px;
    padding-bottom: 50px;
    border-radius: 25px;
    border: 5px inset #ea921e;
    box-shadow: 5px 5px 15px #000000;
}

#heroGenerator {
    margin-top: 15%;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    display: block;
    background-image: linear-gradient(to top left, #888888, #aaaaaa, #888888);
    padding: 20px;
    border-radius: 25px;
    border: 5px inset #ea921e;
    box-shadow: 5px 5px 15px inset #333333;
}

.surveyHelp {
    font-size: x-large;
    color: #222222;
    text-shadow: 0.5px 0.5px 0.5px #ea921e;
    text-align: justify;
    font-weight: bolder;
}

#about {
    font-size: x-large;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 50px;
}

ul {
    width: 10%;
    margin-left: 45%;
    margin-right: 45%;
}

.heroName {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    font-family: monospace;
    font-size: x-large;
    text-align: justify;
}

#wallText {
    margin-top: 100px;
}

#characterDesc {
    font-family: monospace;
    font-size: x-large;
    color: #ffffff;
    width: 75%;
    margin-left: 7.5%;
    margin-right: 7.5%;
    text-align: justify;
    margin-top: 100px;
    border: 5px inset #ea921e;
    background-image: linear-gradient(to top left, #666666, #999999, #666666);
    box-shadow: 5px 5px 25px inset #000000;
    padding: 5%;
    border-radius: 25px;
}


.drop {
    display: inline-block;
    position: relative;
    width: 10%;
    margin-left: 11%;
    margin-right: 11%;
    margin-top: 5%;
}

#dropButton1, #dropButton2, #dropButton3 {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.heroNav {
    display: inline-block;
    border: .25px solid #ffffff;
    width: 100%;
    background-image: linear-gradient(to bottom, #333333, #666666, #333333);
}

#damageList, #tankList, #supportList {
    display: none;
    position: absolute;
    color: #000000;
    background-color: #333333;
    z-index: 1;
    width: 100%;
    font-size: x-large;
    text-align: center;
    box-shadow: 5px 5px 15px #333333;
}

.drop:hover #tankList {
    display: block;
}

.drop:hover #damageList {
    display: block;
}
.drop:hover #supportList {
    display: block;
}

#webSafety {
    display: none;
}

.soloNav:active, .soloNav:link, .soloNav:visited {
    text-decoration: none;
    color: #ea921e;
    font-size: large;
    font-weight: bold;
}

.soloNav:hover {
    font-style: italic;
    color: #333333;
}


.firstWords {
    font-size: x-large;
    font-weight: bold;
    color: #ea921e;
    margin: 0;
    display: block;
    font-family: monospace;
    text-align: left;
}

.safetyTip {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    display: block;
    border-bottom: 1px dotted #333333;
    margin-bottom: 25px;
    padding-bottom: 5px;
    font-family: monospace;
    text-align: left;
    font-size: large;
}

.safety {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
    font-size: x-large;
    font-family: monospace;
    text-align: left;
    background-color: #999999;
    padding: 20px;
    border-radius: 25px;
    border: 3px inset #ea921e;
    box-shadow: 3px 3px 13px inset #111111;
    color: #ffffff;
}

#freaky li{
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #333333;
    font-family: monospace;
    font-size: large;
}

#freaky {
    margin-bottom: 50px;
}

#more {
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
    line-height: 200%;
    text-align: center;
    font-family: monospace;
    background-color: #333333;
    color: #ffffff;
    border: 2px outset #ea921e;
    border-radius: 15px;
}

#bigRed, #biggerRed {
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
    line-height: 400%;
    text-align: center;
    border-radius: 15px;
    font-family: monospace;
    background-color: #ea921e;
    color: #ffffff;
    border: 2px outset #333333;
    font-size: xx-large;
}