*{
    font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    padding: 0;
    margin: 0;
    /* background-color: #A39D96; */
}

body{
    background-color: #A39D96;
    cursor: crosshair;
    overflow-x: hidden;
}


nav{
    display: flex;
    background:none;
    align-items: center;
    justify-content: space-between;
    font-size: 2vw;
    background-color: #A39D96;
    width: 100vw;
    position: relative; 
    z-index: 1; 
}

#Title{
    font-size: 10vw;
    padding: 0 2vw;
    margin: 0;
    color: black;
}

ol, ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
  nav > ul{
    display:flex;
    flex-direction: row; 
    justify-content: space-between;
  }

  nav li{
    padding: 1em;
    transform: translateX(-1em);
    background:none;
  }

  nav ul ul{
    transform: scale(1,0);
    transform-origin: top center;
    position: absolute;
    top:100%;
    transition: 0.3s;
}
    
nav li:hover ul{
    transform: scale(1,1);
    transition: 0.3s;
}

a{
    text-decoration: none;
}


#PWtitle{
    /* position: absolute; */
    text-align: end;
    cursor: pointer;
}

#PWoverlay{
    position: absolute;
    background-color:rgba(1,255,255,0.5);
    width: 15vw;
    height: 3vh;
    top:50%;
    left: 45%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}

#AWtitle{
    text-align: end;
    cursor: pointer;
}

#AWoverlay{
    position: absolute;
    background-color:rgba(255,29,170, 0.5);
    width: 26vw;
    height: 3vh;
    top:50%;
    left: 48%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}


.PW{
    background-color:rgba(1,255,255,0.5);
    color:rgb(55, 70, 70);
    width: 15vw;
    text-align: end;
    padding: 0  0 1em 0;
    cursor: pointer;
}

.PW:hover{
    color: white;
    cursor: pointer;
}

.AW{
    background-color:rgba(255,29,170, 0.5);
    color:rgb(85, 60, 75);
    width: 26vw;
    text-align: end;
    padding: 0  0 1em 0;
    cursor: pointer;
}

.AW:hover{
    color: white;
    cursor: pointer;
    }


.IW{
    background-color:rgba(235,249,3, 0.5);
    color:rgb(89, 90, 63);
    width: 17vw;
    text-align: end;
    padding: 0  0 1em 0;
    cursor: pointer;
}

.IW:hover{
    color: white;
    cursor: pointer;
    }


    #IWtitle{
        text-align: end; 
        cursor: pointer;
        color: black;
    }
       

#IWoverlay{
    position: absolute;
    background-color:rgba(235,249,3, 0.5);
    width: 17vw;
    height: 3vh;
    top:50%;
    left: 45%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}


.background{
    position: absolute;
    top: 65vh;
    left: 70vw;
    transform: translate(-50%,-50%);
}

.backgroundtext{
    font-size: 5vw;
    text-align: end; 
}


.BlinkingEye{
    position: absolute;
    background-color: rgba(0,255,0,0.5);
    transform: translate(-50%,-50%);
    left: 15vw;
    top: 35vh;
    width: 20vw;
}

.BlinkingEye:hover + .hide{
    display: block;
}


.hide{
    display: none;
    position: absolute;
    top: 45vh;
    left: 20vw;
    background-color: rgba(0,255,0,0.5);
}


#text1{
    background-color: rgba(0,255,0,0.5);
    position: absolute;
    left: -2vw;
    top: 5vh;
}


#text2{
    background-color: rgba(0,255,0,0.5);
    position: absolute;
    top: 10vh;
    left: -5vw;
}

#text3{
    background-color: rgba(0,255,0,0.5);
    position: absolute;
    top: 15vh;
    left: 5vw;
}

.ArduninoUNO{
    position: absolute;
    width: 30vw;
    left: 20vw;
    top: 50vh;
}

.hide2{
    display: none;
}

.ArduninoUNO:hover + .hide2{
    display: block;
}


#surprise1{
    position: absolute;
    font-size: 5vw;
    top: 70vh;
    left: 10vw;
    color: #FF1614;
}

#surprise2{
    position: absolute;
    font-size: 15vw;
    top: 20vh;
    left: 30vw;
    color: #FF1614;
}


#surprise3{
    position: absolute;
    font-size: 3vw;
    top: 10vh;
    left: 5vw;
    color: #FF1614;
}

#surprise4{
    position: absolute;
    font-size: 8vw;
    top: 70vh;
    left: 60vw;
    color: #FF1614;
}


#surprise5{
    position: absolute;
    font-size: 7vw;
    top: 3vh;
    left: 40vw;
    color: #FF1614;
}

#surprise6{
    position: absolute;
    font-size: 9vw;
    top: 45vh;
    left: 2vw;
    color: #FF1614;
}






.blink {
    animation: blinker .5s linear infinite;
    font-style: normal;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}


.returnHome{    
    position: absolute;
    top: 117vh;
    left: 2vw;
 
}

#Home{
    color: black;
    font-size: 2vw;
}

#Home:hover{
    color: black;
    font-size: 2vw;
    color: rgb(0,255,0);
}
