body{
    background-color: black;
}

h1{
    color: red;
}

/* ---------------  Landing Page Styles  -----------------------  */

.landing-page h2{
    color: white;
    text-align: center;
    font-family: 'Audiowide', cursive;
    font-size: 6.5vh;
    margin-top: 25%;
}

.landing-link{
    text-decoration: none;
}

/* --------------------- Home Page Styles ------------------- */

.index-logo{
    font-family: 'Audiowide', cursive;
    font-size: 3.5vh;
    color: white;
    display: inline-block;
    margin-left: 1%;
    margin-top: 1%;;
}

.hamburger{
    float: right;
    margin-top: 1.8%;
    margin-right: 1%;
    width: 1.5%;
    height: 1.5%;
    cursor: pointer;
}

#menu{
    font-family: 'Audiowide', cursive;
    font-size: 2.5vh;
    list-style-type: none;
    margin-top: 0;
    position: absolute;
    float: right;
    right: 0;
    margin-right: 2%;
    display: none;
}

.index-menu li{
    color: white;
    text-shadow: 0 0;
    padding: 2%;
    text-align: right;
    cursor: pointer;
    transition: color 0.5s, text-shadow 0.5s;
}

.index-menu li a:link{
    text-decoration: none;
    color: white;
}

.index-menu li a:visited{
    text-decoration: none;
    color: inherit;
}


.index-menu li a:active{
    text-decoration: none;
    color: black;
    text-shadow: 1px 1px white;
}


.index-menu li:hover{
    color: black;
    text-shadow: 1px 1px white;
    text-decoration: none;
}

.index-h1{
    font-family: 'Audiowide', cursive;
    font-size: 5vh;
    margin-top: 15%;
    color: white;
    width: 75%;
    text-align: center;
    margin-left: 13%;
}

.index-form{
    text-align: center;
    background-color: none;
    outline: white;
    margin-top: -8px;
}

.index-box{
    width: 20%;
    padding: 0.5%;
    border-radius: 5px;
    background-color: black;
    border: 0.2px solid white;
    color: white;
}

.index-submit-button{
    background-color: white;
    margin-top: 1%;
    border-radius: 5px;
    color: black;
    font-family: 'Audiowide', cursive;
    font-size: 3.5vh;
    width: 10%;
    box-shadow: none;
}

/* --------------------- Salary Page Styles ------------------- */

.salary-back-navigation{
    top: 10px;
    margin-right: 1%;
    width: 1.5%;
    height: 1.5%;
    display: absolute;
}

.salary-forward-navigation{
    top: 10px;
    float: right;
    margin-right: 1%;
    width: 1.5%;
    height: 1.5%;
    display: absolute;
}

/* --------------------- About Page Styles ------------------- */

.about-text{
    font-family: 'Audiowide', cursive;
    font-size: 3.5vh;
    margin-top: 1%;
    color: white;
    width: 75%;
    text-align: center;
    margin-left: 13%;
    position: absolute;
}

/* --------------------- Contribute Page Styles ------------------- */


