#heading{
    font-size: 2 rem;
    font-weight: 300;
    letter-spacing: 1rem;

    text-shadow: 0px 0px 7px black; 
}

#credit{
    font-size: 1 rem;
    font-weight: 300;
    letter-spacing: 3px;

}

.links{
    text-decoration: none;
}

#background-plate{
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    height: 50vh;
    z-index: -1;
    opacity: 0.9;
}

body{
    background-color: black;
    width: auto;
    color: white;
    text-align: center;
    font-family: "Bitcount Grid Single";
}

.textBoxes{
    border-width: 1px;
    border: 0;
    background-color: #284C60;
    border-radius: 16px;
    height: 30px;
    color: white;
    text-align: center;
    font-size: large;
    font-family: "Bitcount Grid Single";
    
}

/*Persian red: #B,B4430 , raisin black: #2,31F20 */

/*old purple: 4,b2c74, old cyan: 2,94C60 */

#mainForm{
    background-image: linear-gradient(to bottom, black, #231F20);
    width: 80%;
    margin: 0 auto;

    text-align: center;

    font-size: large;
    line-height: 5vh;
    
}

input[type="text"]{
    display: block;
    margin: 0 auto;
    margin-top: 3vh;
    margin-bottom: 4vh;
}
fieldset{
    border: 0;
    
}

#totalVsLeft{
    width: 30vw;
    height: 4vh;

    border-radius: 8px;
    border: 0;
    background-color:#284C60;
    color: #ffffff;

    text-align: right;
    font-weight: bold;
    font-family: "Bitcount Grid Single";
}

#topDiv{
    background-image: linear-gradient(to top,#8b1818, #000000);
    /*background-color: #8b1818;*/
    padding-top: 4vh;
    padding-bottom: 4vh;
}

#formDiv{
    padding-top: 4vh;
    opacity: 0.9;
    width: auto;
}

#formTable{
    width: auto;
}

#table1left{
    text-align: right;
}

#table1center{
    text-align: center;
}

#table1right{
    text-align: left;
}

#table1bottom{
    text-align: center;
}

#displayDiv{
    opacity: 0.9;
    padding-top: 40px;
    width: 80%;
    height: 38vh;
    margin:0 auto;
    
    background-image: linear-gradient(to top, black, #8b1818);

    text-align: center;

    font-size: 1 rem;
    line-height: 3vh;
}

#bottomDiv{
    margin-top: 3vh;
    padding-top: 3vh;

    background-color: black;
    width: 80vw;
    margin: 0 auto;
    color: white;

    border: 3px solid white;
    border-radius: 5%;
    border-style: dotted;

    text-align: center;


    font-size: 0.2 rem;
    font-weight: lighter;
    line-height: 90vh;
    letter-spacing: 10px;


}


.results{
    color: #d1bf35;
    text-shadow: 0px 0px 30px black;
}
#calculateButton{
    background-color: #d1bf35;
    border: 0;
    width: 30vw;
    height: 4vh;
    border-radius: 20px;
    margin: 0 auto;

    text-align: center;
    color: #ffffff;
    font-family: "Bitcount Grid Single";
    letter-spacing: 2px;
    font-weight: 450;
    text-shadow: 0px 0px 7px black;
}

#calculateButton:hover{

    background-color: white;
    color: #8b1818;

    font-weight: 300;

}

.special{
    color: #d1bf35;

    font-weight: 400;
    text-shadow: 0px 0px 7px black;
}