body::-webkit-scrollbar {
    display: none;
}

html {
    scroll-behavior: smooth;
}

body {
    width: auto;
    height: 3000px;
    background-image: url(../imgs/background.png);
    background-repeat: repeat-y;
    background-size: cover;
    font-family: cholla-unicase, sans-serif;
    font-weight: 400;
}


.title {
    display: block;
    margin: 30px auto auto auto;
}
.frontpage {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 200px;
}
.navigation {
    margin-top: 90px;
    color: #F2EDE4;
}
ul, ol, p{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    
    font-weight: 400;
    font-size: 36px; 
}
ul {
    list-style: none; /* url(../imgs/computer.png) */
    font-family: cholla-unicase, sans-serif;
}
p{
font-family: 'Source Code Pro', monospace;
    font-size: 23px;
}
ol {
    font-family: 'Source Code Pro', monospace;
    font-size: 23px;
}
.gif01 {
    margin-top: 100px;
    margin-right: 200px;
    width: 500px;
    height: auto;
}

ol {
    width: 750px;
    margin-right: 50px;  
}


.chart {
    display: block;
    margin: 100px auto 50px auto;
}
h1, h2 {
    font-family: cholla-unicase, sans-serif;
    font-weight: 400;
    font-size: 56px;
    text-align: center;
    margin-top: 30px;
}
h1 {
    color: #333333;
}
.buying {
    width: 1400px; 
    margin-left: 170px;
    display: flex;
    justify-content: space-around;
}
.list2{
    margin-left: 500px;
}
.tooltip-wrap {
  position: relative;
}
.tooltip-wrap .tooltip-content {
  display: none;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  background-color: #008F95;
  color: #F2EDE4;
}
.tooltip-wrap:hover .tooltip-content {
  display: block;
}
.tooltip-content {
    width: 555px;
    height: 40px;
    margin-left: 230px;
    margin-bottom: 0px;
}

.tooltip-wrap2 {
  position: relative;
}
.tooltip-wrap2 .tooltip-content2 {
  display: none;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  background-color: #008F95;
  color: #F2EDE4;
}
.tooltip-wrap2:hover .tooltip-content2 {
  display: block;
}
.tooltip-content2 {
    width: 350px;
    height: 35px;
    margin-left: 800px;
    margin-bottom: 0px;
}


p {
    margin-top: 0px;
    margin-right: 50px;
    margin-bottom: 690px;
    width: 550px;
    text-align: left;
    color: #333333;
}
.p2 {
    margin-top: 0px;
    width: 340px;
    text-align: left;
    color: #333333;
}
.micro {
    height: 75px;
}
.micro2 {
    height: 110px;
}


h2 {
    color: #F2EDE4;
    margin-top: 100px;
    margin-bottom: 90px;
    z-index: 3;
}

.stepstep {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #333333;
    align-self: flex-start;
}


.table{
    width: 750px;
    margin-top: 300px;
    opacity: 0;
    transition: 1s;
}
#s1tit {
    margin-top: 100px;
}
.cpu {
    width: 170px;
    margin-left: -1055px;
    margin-top: 110px;
    opacity: 0;
    transition: 1s opacity, 1s transform;
}
#cpustep {
    margin-bottom: 310px;
}
.mb {
    width: 600px;
    margin-top: -150px;
    margin-left: -150px;
    opacity: 0;
    transition: 1s opacity, 1s transform;
    z-index: -1;  
}
.rams {
    width: 190px;
    margin-top: -110px;
    margin-left: 360px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: 1s opacity, 1s transform;
    z-index: -1;
}
#ramstep {
    margin-bottom: 0px;
}
.cool {
    width: 350px;
    margin-top: -140px;
    margin-left: 40px;
    z-index: 1;
    opacity: 0;
    transition: 1s opacity, 1s transform;
}
#coolstep {
    margin-bottom: 250px;
}
.inside {
    max-width: 700px;
    margin-left: -150px;
    margin-top: -160px;
    z-index: 1;
    opacity: 0;
    transition: 1s opacity, 1s transform;
}
.airflow {
    max-width: 800px;
    margin-left: -1200px;
    margin-top: -120px;
    z-index: 1;
    opacity: 0;
    transition: 1s opacity, 1s transform;
}
#mbstep {
    margin-bottom: 200px;
}
.mbt {
    max-width: 400px;
    margin-left: -140px;
    margin-top: -295px;
    z-index: 2;
    opacity: 0;
    transition: 1s opacity, 1s transform;
}
.connect {
    max-width: 400px;
    margin-left: -1200px;
    margin-top: 210px;
    z-index: 2;
    opacity: 0;
    transition: 1s opacity, 1s transform; 
}
.ssd {
    width: 130px;
    height: 180px;
    margin-top: -70px;
    margin-left: 330px;
    z-index: 1;
    opacity: 0;
    transition: 1s opacity, 1s transform;
}
.hdd {
    width: 375px;
    height: 400px;
    margin-left: 200px;
    margin-top: 350px;
    z-index: 1;
    opacity: 0;
    transition: 1s opacity, 1s transform;
}
#ssdstep {
    margin-bottom: 400px;
}
.psu {
    width: 390px;
    margin-left: -120px;
    margin-top: 270px;
    z-index: 1;
    opacity: 0;
    transition: 1s opacity, 1s transform;
}
.graphics {
    width: 400px;
    margin-left: -150px;
    margin-top: 300px;
    z-index: 3;
    opacity: 0;
    transition: 1s opacity, 1s transform;
}
#gpustep {
    margin-bottom: 500px;
}


.ram2 {
    margin-bottom: 250px;
}

iframe {
    margin-bottom: 20px;
    margin-left: 50px;
    margin-top: -30px;
    z-index: 100;
}
.congrats {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 50px;
    width: 100%;
}
h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 0px;
    color: #333333;
}

.s7 {
    width: 300px;
}

.credits {
    font-size: 25px;
    text-align: center;
    
}

.credits a:link {
    color: #333333;
    text-decoration-line: none;
}

.credits a:visited {
    color: #333333;
    text-decoration-line: none;
}

.credits a:hover {
    color: #008F95;
    text-decoration-line: none;
}

.credits a:active {
    text-decoration-line: none;
}

a:link {
    color: #F2EDE4;
    text-decoration-line: none;
}

a:visited {
    color: #F2EDE4;
    text-decoration-line: none;
}

a:hover {
    color: lightcoral;
    text-decoration-line: none;
}

a:active {
   
    text-decoration-line: none;
}
.list1:hover .list2:hover{
    color: #008F95;
}

#myBtn {
  font-family: cholla-unicase, sans-serif;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px; 
  z-index: 99;
  border: none; 
  outline: none; 
  background-color: #008F95;
  color: #F2EDE4; 
  cursor: pointer; 
  padding: 10px; 
  border-radius: 10px; 
  font-size: 30px;
}

#myBtn:hover {
  background-color: #6EC61D;
}

/*this is the animation that is added*/
.show {
    transform: translateX(200px);
    opacity: 1;
}

