
.jack-trevaskis {
    color: rgb(0, 179, 255);
    font-family: monospace;
    font-size: 70px;
    text-align: center;
    background-color: whitesmoke;
    position:  relative;
    top: -50px;
    left: 0px;
    height: 135px;
    padding-top: 20px;
    width: 100%;
    border-radius: 0%;
    

}


.logo {
    height: 110px;
    width: 110px;
    position: relative;
    top: -230px;
    left: 70px;
    border-radius: 100%;
    border-color:rgb(0, 179, 255);
    border-style: solid
}



.clickBox {

  height: 110px;
  width: 110px;
  position: relative;
  left: 1340px;
  bottom: 450px;
  border-radius: 100%;

  
}



.skiChange {

  

  border-color:  rgb(0, 179, 255);
  border-style: solid;
  border-radius: 100%;
  position: relative;
  left: 1340px;
  bottom: 340px;
  width: 100px;
  height: 100px;

}

.skiChangeHover {

  

  border-color:  silver;
  border-style: solid;
  border-radius: 100%;
  position: relative;
  left: 1340px;
  bottom: 340px;
  width: 100px;
  height: 100px;

}

.guitarChange {

  

  border-color:  rgb(0, 179, 255);
  border-style: solid;
  border-radius: 100%;
  position: relative;
  left: 1340px;
  bottom: 340px;
  width: 100px;
  height: 100px;

}

.guitarChangeHover {

  

  border-color: silver;
  border-style: solid;
  border-radius: 100%;
  position: relative;
  left: 1340px;
  bottom: 340px;
  width: 100px;
  height: 100px;
  

}


.IMGOff {
  height: 0px;
  width: 0px;

}










.backgroundIMG1 {
    background-image: url(../IMG/powder-ski.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}   

.backgroundIMG2 {
    background-image: url(../IMG/JoeyGojira.jpg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}   
    
img {
    display: block;
    max-width: 100%
}


  









.dropUp {
    font-size: 0px
  }


  .dropDown {
    position: absolute;
    color: rgb(0, 179, 255);
    font-size: 15px;
    font-family: monospace;
    background-color: whitesmoke;
    text-align: center;
    width: 250px;
    height: 500px;
    bottom: 35px;
    left: 35px;
    padding-top: 0px;
    padding-bottom: 10px;


  }



  .blogs {
    position: relative;
    bottom: 490px;
    left: 420px;
    color: rgb(0, 179, 255);
    font-size: 25px;
    font-family: monospace;
    width: 75px;
    
    }


            .blogsHover {
              position: relative;
              bottom: 490px;
              left: 415px;
              color: whitesmoke;
              background-color: rgb(0, 179, 255);
              text-align: center;
              border-radius: 30%;
              font-size: 25px;
              font-family: monospace;
              width: 90px;
              height: 30px;
            }




  .personal {
    position: relative;
    bottom: 542px;
    left: 715px;
    color: rgb(0, 179, 255);
    font-size: 25px;
    font-family: monospace;
    width: 75px

}

.personalHover {
  position: relative;
  bottom: 542px;
  left: 715px;
  color: whitesmoke;
  background-color: rgb(0, 179, 255);
  font-size: 25px;
  font-family: monospace;
  width: 120px;
  text-align: center;
  border-radius: 30%
  

}

  .DA {
    position: relative;
    bottom: 595px;
    left: 1030px;
    color: rgb(0, 179, 255);
    font-size: 25px;
    font-family: monospace;
    width: 140px;

  }


  .DAHover {  
    position: relative;
    bottom: 595px;
    left: 1030px;
    color: whitesmoke;
    background-color: rgb(0, 179, 255);
    font-size: 25px;
    font-family: monospace;
    width: 115px;
    text-align: center;
    border-radius: 30%;

  }










.invisibleText {
    color: whitesmoke;
    font-size: x-small;
}









@media screen and (max-width: 450px) {

  .jack-trevaskis {

    top: -80px;
    left: -170px;
    height: 250px;
    width: 1300px;
    font-size: 100px;
    padding-top: 100px;
  

    }

  .logo {

    height: 150px;
    width: 150px;
    top: 1480px;
    left: 80px;
    border-width: 10px;
  }

  .skiChange {

    left: 750px;
    top: 1300px;
    width: 150px;
    height: 150px;
    border-width: 10px;

  }

  .guitarChange {

    left: 750px;
    top: 1300px;
    width: 150px;
    height: 150px;
    border-width: 10px;
  }

  .clickBox {

    left: 0px;
    top: 0px;
    width: 150px;
    height: 150px;
    color: red
  }

  .dropDown {
    

    font-size:35px;
    width: 600px;
    height: 1100px;
    top: 400px;
    left: 120px;
    padding-top: 0px;
    padding-bottom: 10px;


  }




  .blogs {
    
    bottom: 610px;
    left: 110px;
    font-size: 40px;
    width: 75px;
    


  }




  .personal {
   
    bottom: 610px;
    left: 330px;
    font-size: 40px;
    width: 75px;

}

  .DA {
    
    bottom: 610px;
    left: 600px;
    font-size: 40px;
    width: 180px;

  }

}



