@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap');
h1{
  font-family: 'Rubik Mono One', sans-serif;
      font-size: 75px;
      color: 	white;
      display:inline-block;   
      animation: example 2s ease-in-out infinite;
      padding-left: 50px;
      margin-top: -2000px;
}
@keyframes example {
  from{color:white}
  to {color: black}
}


.logo{   
   margin-left: -150px;
  margin-top: 40px;
  width: 220px;
}
#header{
  height: 30vh;
  background-image: url(images/img.jpeg);
  max-height: 30vh;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;

}
#sideNav{
    width: 250px;
    height: 100vh;
    position: fixed;
    right: -250px;
    top: 0;
    background-color: #12172b;
    background-position: center;
    background-size: cover;
    z-index: 2;
    transition: .5s;
}
nav ul li{
    list-style: none;
    margin: 90px 20px;
}
a{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-decoration: none;
    color:white;
    font-size: 27px;
    
}
li :hover{
    background-color: black ;
    transition-duration: 0.7s;
}

#menuBtn{
    margin-top: 20px;
    width: 95px;
    position: fixed;
    right: 30px;
    top: 12px;
    z-index: 2;
    cursor: pointer;
}

.footer {
    padding: -20px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-image: linear-gradient(to left ,black,dimgray );
  }  

  .footer a {
    float: left;
    padding-top: 5px;
  
}
  
  .footer a:hover {
    background-color: #ddd;
    color: black;
  }
  #logo-footer{
      padding-left: 55px;
    width: 60px;
    height: 45px;
    float: right;
  }
#copy-right{
    float: right;
    margin-top: 20px;
    margin-right: 15px;
    color: white;
}
::-webkit-scrollbar {
    width: 20px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #12172b;
    ; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #12172b; 
  }

  * {
    padding: 0;
    margin: 0;
  }
body{
  font-family: "Poppins", sans-serif;
}
.design-1{
  background-color: #e8ffff;
  padding-top: 15px;
  margin-top: 30px;
 
}
h3{
  text-align: center;
  font-size: 48px;
  color: #12172b;
  font-family: Impact, Charcoal, sans-serif	
  ;
}

p{
  margin-left: 9px;
  margin-right: 9px;
  text-align: center;
  font-size: 30px;
  font-family: "Comic Sans MS", cursive, sans-serif;
}
.input{
  
  background-color: #b2ebf2;
}
.white{
  height: 10vh;
  background-color: white;
}
iframe{  margin: auto;
  width: 78%;
  border: 8px solid #ff5722;
  padding: 10px;
  margin-bottom: 15px;
  margin-left: 10%;
  height: 50vh;
}
button{
  background-color: #dd2c00;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  border-radius: 16px;;
  display: inline;
  font-size: 28px;
  align-items: center;
  margin-left: 95px;
  margin-bottom: 15px;
}
button:hover{
  cursor: pointer;
  background-color: black;
}
#text-1{
  display: none;
}
#text-2{
  display: none;
}
#text-3{
  display: none;
}
#text-4{
  display: none;
}
.tools{
  background-color: #e8ffff;
}
h4{
  text-align: center;
  font-size: 48px;
  color: #12172b;
  font-family: Impact, Charcoal, sans-serif	;
}
h5{
  font-size: 30px;
  color: #12172b;
  font-family: Impact, Charcoal, sans-serif	
}
.Rake{
  background-color: #b2ebf2;
}

.Sample-scales{
  background-color: #e8ffff;
}
.title{
  text-align: left;
  font-size: 58px;
  color: #12172b;
  font-family: Impact, Charcoal, sans-serif;
  margin-left: 15px;

}
.tools-span{
  text-align: left;
  font-size: 28px;
  color: #12172b;
  font-family: Impact, Charcoal, sans-serif	
}
.Handle{
  background-color: #b2ebf2;
}
.RAD{
  background-color: #b2ebf2;
}
.tongs-img{
  float: right;
  width: 20vw;
  height: 54vh;
  margin-left: 5px;
  margin-right: 20px;
  margin-top: 70px;
  border: 8px solid #ff5722;
}
.rake-img{
  float: right;
  width: 20vw;
  height: 54vh;
  margin-left: 5px;
  margin-right: 20px;
  margin-top: 20px;
  border: 8px solid #ff5722;
}
.sample-scales-img{
  float: right;
  width: 20vw;
  height: 54vh;
  margin-left: 5px;
  margin-right: 20px;
  margin-top: 20px;
  border: 8px solid #ff5722;

}
.handle-img{
  float: right;
  width: 20vw;
  height: 54vh;
  margin-left: 5px;
  margin-right: 20px;
  margin-top: 20px;
  border: 8px solid #ff5722;

}
.sketchfab-embed-wrapper{
  width: 45vw;
  margin-left: 25%;
  padding-top: 15px;
}
.abstract-title{
  text-align: center;
  font-size: 78px;
  color: #12172b;
  font-family:  Curlz MT, Harrington;
  margin-left: 15px;

}
.abstract{
  background-color: #e8ffff;
}
.sketchfab-embed-wrapper2{
  background-color: #b2ebf2;
  padding-top: 25px;
}
.iframe-2{
height: 60vh ;
}
.grabber{
  background-color: #e8ffff;
}
.scoop{
  background-color: #b2ebf2;
}
.grabber-img{
  float: right;
  width: 20vw;
  height: 34vh;
  margin-left: 5px;
  margin-right: 20px;
  margin-top: 20px;
  border: 8px solid #ff5722;

}
.scoop-img{
  float: right;
  width: 20vw;
  height: 54vh;
  margin-left: 5px;
  margin-right: 20px;
  margin-top: 20px;
  border: 8px solid #ff5722;

}