*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body{
    width: 100%;
    background-color: black;
    background-size: auto 858px;
    background-repeat: no-repeat;
    background-position: center top;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    color: white;
}

nav{
    background-color: rgb(0, 0, 0, 0.8);
    box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
    color: white;
    white-space: nowrap;
    overflow: hidden;
}

nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

nav li{
    height: 80px;
}

nav a{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
    font-size: 150%;
}

nav a:hover{
    background-color: #535353;
}

input{
    font-size: 100%;
}

button{
    font-size: 100%;
    background-color: white;
    color: black;
}

select{
    font-size: 100%;
    background-color: white;
    color: black;
}

.vendbutton{
    font-size: 100%;
    width: 20em;
}

.Options{
    text-align: left;
}

.sidebar{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 180px;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.sidebar li{
    width: 100%;
}

.sidebar a{
    width: 100%;
}

PVC-BaseHeader{
    font-family: "Lato", sans-serif;
    letter-spacing: 5px;
    font-weight: 800;
    font-size: 150%;
    font-style: bold;
    padding: 20px;
    display: inline-block;
    color: white;
    text-align: left;
}

PVC-CentralHeader{
    display: flex;
    font-family: "Lato", sans-serif;
    letter-spacing: 5px;
    font-weight: 200;
    font-size: 60px;
    padding-top: 40px;
    padding-left: 20%;
    display: inline-block;
    color: rgb(255, 255, 255);
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    justify-content: flex-end;
}

.navSpacer{
    width: 100vw;
    margin-top: 550px;
    height: 100px;
    background-color: rgb(0, 0, 0);
    background-image: none;
    text-align: center;
}



.indexBody{
    background-color: rgb(0, 0, 0);
    background-image: none;
}

img{
    max-width: 100%;
    height: auto;
}

.wideImage{
    max-width: 70%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.indexBody{
    flex-direction: row;
    display: flex;
    text-align: right;
    align-items: flex-end;
    text-align: center;
    color: white;
    justify-content: center;
}

.container{
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.container2{
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: top;
    justify-content: space-around;
}

.rightText{
    max-width: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    text-align: center;
    color: white;
}

.centerText{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    text-align: center;
    color: white;    
}

.centerTextMain{
    width: 50vw;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15vw;
    padding-right: 15vw;
    justify-content: center;
    text-align: left;
    color: white;    
}

.centerTextMain2{
    display: flex;
    list-style-type: none;  
    padding: 0;
    margin: 0;
    text-align: center;
    gap: 40px;
    margin-right: 10px;
    color: white;
}

.leftTextMain{
    text-align: left;
    color: white;
}

.indexImage{
    width: 50vw;
}

.logoList{
    height: 90px;
    width: auto;
    display: block;
    object-fit: cover;
}

.resetStyles{
    all: unset;
}

.containerEnd{
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background-color: rgb(19, 19, 19);
}

.headingEnd{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 20px;
    justify-content: center;
    text-align: left;
    color: white;
    font-size: 40px;
}

.heading1{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    text-align: left;
    color: white;
    font-size: 40px;
}

.heading2{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    text-align: left;
    color: white;
    font-size: 20px;
}

centered-Container{
    display: flex;
    flex-direction: row;
    width: 70vw;
    margin-left: 15vw;
    align-items: center;
    justify-content: space-around;
}

.interactables{
    display: flex;
}

.instructions1{
    display: flex;
    color: white;
    flex-direction: column;
}

.instructions2{
    display: none;
    color: white;
    flex-direction: column;
}

.instructions3{
    display: none;
    color: white;
    flex-direction: column;
}

.instructions4{
    display: none;
    color: white;
    flex-direction: column;
}

.instructions5{
    display: none;
    color: white;
    flex-direction: column;
}

.notesinput{
    display: none;
    color: white;
    flex-direction: column;
}

.DetailedNotes{
    font-size: 100%;
}

.restockContainer1{
    width: 70vw;
    margin-left: 15vw;
}

.restockContainer2{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width: 70vw;
    margin-left: 15vw;
}

.throbberContainer {
    position: relative;
    width: 100vw;
    height: 440px;
    justify-content: center;
    align-items: center;
    display: none;
}

.throbberButton1 {
    position: absolute;
    top: 20%;
    left: calc(50vw - 100px);
    height: 200px;
    width: 200px;
    background: none;
    border: 20px solid;
    border-image-source: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
    animation: spin 2s linear infinite;
}

.throbberButton2 {
    position: absolute;
    top: 20%;
    left: calc(50vw - 100px);
    height: 200px;
    width: 200px;
    background: none;
    border: 20px solid;
    border-image-source: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
    animation: spin 6s linear infinite;
}

.throbberText {
    text-align: center;
    font-size: 100%;
    font-weight: 2;
    color: white;
    justify-content: space-around;
    animation: counterSpin 2s linear infinite;
}

.vendbutton {
    width: 8em;
    height: 3em;
    margin: 10px;
}

.machinebutton {
    width: 5em;
    height: 6em;
    margin: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes counterSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
}

@media (max-width: 1000px){
    body {
        font-size: 2em;
    }
}