#aid {
    position: absolute;
    width: 900px;
    height: 1000px;
}

#background {

    position: fixed;
    margin: none;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    object-fit: cover;
    background-color: #0C4037;
    z-index: -100;

}

#background-glow {
    position: absolute;
    width: 900px;
    height: 1000px;
    left: 510px;
    right: 510px;
    background-color: #0C4037;
    z-index: 2
}

#bodytype {
    position: absolute;
    width: 900px;
    height: 1000px;
}

body {
    max-height: 95vh;
    max-width: 95vw;
    overflow: hidden;
    background-color: #116154;
    background-image: linear-gradient(-10deg,
            #051c18 0%,
            #0c4239 58%,
            #116154 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.buttonBox {
    position: fixed;
    float: right;
    top: 18%;
    margin-right: 85%;
    z-index: 100;

}

menu-text {

    padding-top: 25%;
    font-size: 15px;
    text-align: left;
    color: #99c458;
    text-shadow: 0px 4px 5px rgb(24, 25, 88);
    font-family: "Trebuchet MS";
    font-weight: "bold";
}

a:link,
a:visited {
    display: inline-block;
    padding-top: none;
    margin-bottom: 10px;
    margin-right: none;
    color: #99c458;
    background-color: #116154;
    box-shadow: 0px 1px 2px 1px #afe065;
    border-radius: 10px;
    padding: 5px 5px;
    font-size: smaller;
    transition: 0.1s linear;
    text-decoration: none;
}



a:hover {
    background-color: rgb(248, 252, 255);
    box-shadow: 0px 2px 4px 1px #afe065;
}


#button-vertical-left {
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: none;
    z-index: 23
}

#container {
    position: absolute;
    margin: none;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    object-fit: fill;
    background-color: #0C4037;
    z-index: -101;
}


#eyes {
    position: absolute;
    width: 900px;
    height: 1000px;
}


#hairback {
    position: absolute;
    width: 900px;
    height: 1000px;
}


#hairfringe {
    position: absolute;
    width: 900px;
    height: 1000px;
}

#hairfront {
    position: absolute;
    width: 900px;
    height: 1000px;
}

#headtype {
    position: absolute;
    width: 900px;
    height: 1000px;
}

#horizontal-menu-box {
    width: 60%;
    height: auto;
    background: transparent;
    position: fixed;
    bottom: 10%;
    left: 20%;
    display: flex;
    align-items: center;
}

#hscroll {
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: greenyellow;
}




#markings {
    position: absolute;
    width: 900px;
    height: 1000px;
}

#mouth {
    position: absolute;
    width: 900px;
    height: 1000px;
}

#nose {
    position: absolute;
    width: 900px;
    height: 1000px;
}

#pants {
    position: absolute;
    width: 900px;
    height: 1000px;
}


#shirt {
    position: absolute;
    width: 900px;
    height: 1000px;
}

#shoes {
    position: absolute;
    width: 900px;
    height: 1000px;
}

#spotlight {
    position: absolute;
    width: 100%;
    height: auto;
    background-image: url(../Img/Spotlight.png) z-index:0;
}

ul {
    list-style-type: none;
}

#vertical-menu1 {
    position: relative;
    top: 15px;
    left: 10%;
    width: 15vw;
    height: 100vh;
    display: list-item;
    list-style-type: none;
    padding: none;
    background-color: transparent;
}

#videoBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;

    @media (min-aspect-ratio: 16/9) {
        #videoBg>video {
            width: 300%;
            top: -100%
        }
    }

    @media (max-aspect-ratio: 16/9) {
        #videoBg>video {
            width: 300%;
            top: -100%
        }
    }

    @supports (object-fit: contain) {
        #videoBg>video {
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
            object-fit: contain;
        }
    }

    z-index:-100;

}

#videoBgMobile {
    position: fixed;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    z-index: -100;

}







div.scrollmenu {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width: 60%;
    height: auto;
    background: transparent;
    position: fixed;
    bottom: 10%;
    left: 20%;
    display: flex;
    align-items: center;
}

div.scrollmenu button {
    display: inline-block;
    color: transparent;
    text-align: center;
    padding: 14px;
    overflow-x: scroll text-decoration: none;
}

div.scrollmenu button:hover {
    background-color: #0C4047;
}



}


html {}



.AbledBodyAverageFemme0 {
    position: absolute;
    width: 900px;
    height: 1000px;
}

.aid {
    position: absolute;
    width: 900px;
    height: 1000px;
}


.background {
    object-fit: cover;
    position: fixed;
    margin: none;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: #0C4037;

    z-index: -100;

}

.button-vertical-left {
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: none;
    float: left;
    z-index: 23;
}

.container {
    object-fit: fill;
    position: absolute;
    margin: none;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: #0C4037;

    z-index: -101;
}


.eyes {
    position: absolute;
    width: 900px;
    height: 1000px;
}

.eyesangled {
    position: absolute;
    width: 900px;
    height: 1000px;
}

.eyeslidded {
    position: absolute;
    width: 900px;
    height: 1000px;
}

.eyesround {
    position: absolute;
    width: 900px;
    height: 1000px;
}

.hairbackstraightlongSquare {
    position: absolute;
    width: 900px;
    height: 1000px;
    background-image: url(../img/BothHairbackstraightlongSquareFemme0.png)
}


.hairbackstraightponytailSquare {
    position: absolute;
    width: 900px;
    height: 1000px;
    background-image: url(../img/BothHairbackstraightponytailSquareFemme0.png)
}


.hairfringe1 {
    position: absolute;
    width: 900px;
    height: 1000px;
}


.hairfrontpixieSquare {
    position: absolute;
    width: 900px;
    height: 1000px;
    background-image: url(../img/BothHairfrontpixieSquareFemme0.png)
}

.header {
    background-size: cover;
    background-color: #0C4037;
}

.headtypesquare {
    position: absolute;
    width: 900px;
    height: 1000px;
    background-image: url(../img/BHSN0.png)
}


.horizontal-menu-box {
    width: 60%;
    height: auto;
    background: transparent;
    position: fixed;
    bottom: 10%;
    left: 20%;
    display: flex;
    align-items: center;
}

/*adding a space and then all tags included in this div in the html lets me style the tags in that div without applying the style outside of it.*/
.horizontal-menu-box button {
    background-image: url(../img/ButtonBlank1.svg) 100%;
    background-color: transparent;
    padding: 15px 40px;

}

.horizontal-menu-box img {
    width: 50px;
    margin-left: 20px;
    cursor: pointer;
}

.hscroll {
    position: absolute;
    /* it's hidden at the bottom, now. */
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap
}

.markings {
    position: absolute;
    width: 900px;
    height: 1000px;
}

.menu-icon-vertical-left {

    width: 15%;
    position: absolute;
    top: 20%;
    left: 0%;
    cursor: pointer;

}

.mouthfrown {
    position: absolute;
    width: 900px;
    height: 1000px;
}

.mouthplain {
    position: absolute;
    width: 900px;
    height: 1000px;
}

.mouthsmile {
    position: absolute;
    width: 900px;
    height: 1000px;
}

.nosenarrowed {
    position: absolute;
    width: 900px;
    height: 1000px;
}

.nosepointed {
    position: absolute;
    width: 900px;
    height: 1000px;
}

.noserounded {
    position: absolute;
    width: 900px;
    height: 1000px;
}


.pants {
    position: absolute;
    width: 900px;
    height: 1000px;
}

.shirt {
    position: absolute;
    width: 900px;
    height: 1000px;
}

.shoes {
    position: absolute;
    width: 900px;
    height: 1000px;
}

.spotlight {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../Img/Spotlight.png)
}


.vertical-menu1 {
    position: relative;
    left: 50px;
    width: 15vw;
    height: 100vh;
    display: list-item;
    padding: none;
    background-color: transparent;
}

.vertical-menu a {
    background-color: none;
    /*put button code in here?*/
    display: block;
    padding:
}

.videoBg {
    background: #0C4037;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;

    @media (min-aspect-ratio: 16/9) {
        #videoBg>video {
            width: 300%;
            top: -100%
        }
    }

    @media (max-aspect-ratio: 16/9) {
        #videoBg>video {
            width: 300%;
            top: -100%
        }
    }

    @supports (object-fit: contain) {
        #videoBg>video {
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
            object-fit: contain;
        }
    }

    z-index:-100;
    video: url("./Img/Backgroundvid.mp4")
}

.videoBgMobile {
    position: fixed;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    z-index: -100;
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}






@media (max-width: 480px) {
    #videoBg {
        display: none;
    }

    .videoBg {
        display: none;
    }

    body {
        background-image: url("..Security-Scan/Img/Backgroundvid.mp4") no-repeat;
        background-size: cover;
        object-fit: fill;
    }
}

@media (min-width: 481px) {
    #videoBgMobile {
        display: none;
    }

    .videoBgMobile {
        display: none;

    }

    body {
        background-image: url("..Security-Scan/Img/Backgroundvid.mp4") no-repeat;
        background-size: 100%;


    }