body{
    background-color: black;
    margin: 0px;
}

#mainDiv{
    min-width: 400px;
    min-height: 400px;
    width: auto;
    height: auto;
    overflow: hidden;
}

@font-face {
    font-family: Russo_One;
    src: url(Fonts/RussoOne-Regular.ttf);
}

::-webkit-scrollbar{
    background-color: white;
    width: 0.75vw;
}

::-webkit-scrollbar-thumb{
    background-color: #8d58b8;
    border-radius: 25vmax;
}

/*HEADER*/

#HeaderDiv{

    top: 0vh;
    margin: 0px;
    background-color: #703b9b;
    height: 15vh;
    width: 100%;
    position: fixed;

    z-index: 5;

    display: flex;
    justify-content: center;
}

#logo{
    position: sticky;
    width: auto;
    height: auto;
    
    filter: invert(99%) sepia(0%) saturate(15%) hue-rotate(19deg) brightness(104%) contrast(100%);

    pointer-events: none;
}

.logoText{
    font-family: Russo_One, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: white;
    font-size: 7vmin;
    position: sticky;

    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*NAV*/

nav{margin: 0px;}

#NavDiv{
    margin: 0px;
    top: 15vh;
    width: 100%;
    height: 5vh;

    z-index: 5;

    border-top: 0.25vmin solid white;

    position: fixed;

    display: flex;
    justify-content: center;
}

.navLink{
    position: sticky;
    height: auto;
    width: 20%;
}

.navBox{
 
    position: absolute;
    line-height: 100%;
    height: 100%;
    width: 100%;
    background-color: #703b9b;

    vertical-align: middle;
    text-align: center;

    border: none;
    color: white;
    font-family: Russo_One,'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.15vmin;

    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navBox:hover{
    background-color: #8d58b8;
}

/*HOME*/

#homeDiv1{
    margin-top: 5%;
    background-color: #703b9b;
    height: 35%;
    width: 100%;
    position: absolute;
}

#teamPic{
    display: block;
    margin-top: 20vh;
    width: auto;
    height: 50vmin; 
    margin-left: auto;
    margin-right: auto;

    border-bottom: 0.5vmin solid #703b9b;
}

#firstLogo{
    width: 35%;
    height: auto;
    float: left;
    padding: 2%;
}

#robotLink{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1vmin solid black;
    background-color: #703b9b;
    color: white;
    font-size: 4vmin;
    font-family: Russo_One, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width: 50%;
    height: auto;
    text-decoration: none;
}

/*GAME PLAN*/

.planSubTitle{
    color: white;
    font-family: Russo_One, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 2vmin;
    text-align: center;
    margin: 3%;
}

.planScoreText{
    color: white;
    font-family: Russo_One, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 2vmin;
    text-align: left;
    margin: 5%;
}

#planParagraphDiv{
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 70vmin;
    height: 15vmin;
}

#planDiv{
    background-color: black;
    width: 100%;
    height: auto;
    max-height: 25%;
    margin-top: 20vh;
    border-bottom: 0.25vmin solid #703b9b;
}

#gamefield{
    margin-top: 2%;
    right: 46%;
    width: 50vmin;
    height: 50vmin;
    position: absolute;
    background-image: url(Images/IntoTheDeepGameField.png);
    background-size: contain;
}

#resultBox{
    display: none;
}

.planBox{
    display: block;
    margin-top: 2%;
    left: 54%;
    background-color: #703b9b;
    width: 40vmin;

    height: 50vmin;
    position: absolute;
}

#planChildDiv{
    height: auto;
    width: 50%;
    float: left;
}

#calculateButton{
    width: auto;
    color: #703b9b;
    font-family: Russo_One, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: black;
    font-size: 2vmin;
    top: 92%;
    bottom: auto;
    right: 10%;
    left: 5%;
    height: auto;
    border: none;
    margin-right: 3%;
    margin-left: 10%;
    position:absolute;
}

#calculateButton:hover{
    color: white;
}

#calculateButton:active{
    background-color: #8d58b8;
}

.parkSelect{
    height: auto;
    width: 85%;
    text-align: center;
    border: none;
    font-family: Russo_One, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.5vmin;
    color: black;
    background-color: white;
    line-height: 100%;
    border: 0.75vmin solid black;
}

.sampleLabel{
    display: block;
    position: sticky;
    padding-left: 1%;
    margin-bottom: 3%;
    border: none;
    text-align: center;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.5vmin;
}

.sampleDiv{
    height: auto;
    width: auto;
}

.sampleNum{
    border-radius: 0%;
    border: none;
    width: 30%;
    height: auto;
    font-size: 1.5vmin;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.sampleNum::-webkit-inner-spin-button, .sampleNum::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: none;
}

.addNum{
    background-color: black;
    color: white;
    font-size: 2vmin;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border: none;
    border-radius: 0;
    width: 25%;
    height: auto;
    line-height: 100%;
}

.customRadio{
    display: block;
    position: relative;
    padding-left: 13%;
    line-height: 150%;
    margin-bottom: 1%;
    border: none;
    cursor: pointer;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.5vmin;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.customRadioMark{
    position: absolute;
    left: 4%;
    height: 2vmin;
    width: 2vmin;
    background-color: #eee;
}

.customRadio input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.customRadio:hover input ~ .customRadioMark{
    background-color: #ccc;
}

.customRadio input:checked ~ .customRadioMark{
    background-color: black;
}

.customRadioMark::after{
    content: "";
    position: absolute;
    display: none;
}

.customRadio input:checked ~ .customRadioMark:after {
    display: block;
}

.customRadio .customRadioMark:after{
    top: 0.5vmin;
    left: 0.485vmin;
    width: 1.01vmin;
    height: 1vmin;
    border: none;
    background: white;
}

/*SCOOP*/

#scoopDisplay{
    width: 100%;
    height: auto;
}

/*OUTREACH*/

.outreachImage{
    display: inline-flex;
    width: 45%;
    margin-top: auto;
    height: auto;
    padding: 1%;
}

/*GENERAL*/

.titles{
    color: white;
    font-family: Russo_One, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 4vmin;
    text-align: center;
}

.subTitles{
    color: white;
    font-family: Russo_One, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 2.5vmin;
    text-align: center;
}

.subTitles2{
    color: black;
    font-family: Russo_One, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 3vw;
    text-align: center;
}

.p1{
    padding-left: 4vmin;
    padding-right: 4vmin;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.5vmin;
    text-align: left;
}

.centerDiv{
    display: block;
    margin-top: 21vh;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 2vmin;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 70vmin;
    height: 15vmin;
    color: white;
}

.centerDivAuto{
    display: block;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 2vmin;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 70vmin;
    height: auto;
    color: white;
}

