body{
  margin:auto;
  background-color:#2F2F3D;
}
.loader {
  margin:auto;
  width: 80px;
  height: 40px;
  color: #000;
  border: 2px solid currentColor;
  border-right-color: transparent;
  padding: 3px;
  background: 
    repeating-linear-gradient(90deg,currentColor 0 10px,#0000 0 15px) 
    0/0% no-repeat content-box content-box;
  position: relative;
  box-sizing: border-box;
  animation: l5 2s infinite steps(6);
}
.loader::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 100%;
  width: 10px;
  background:
    linear-gradient(
        #0000   calc(50% - 7px),currentColor 0 calc(50% - 5px),
        #0000 0 calc(50% + 5px),currentColor 0 calc(50% + 7px),#0000 0) left /100% 100%,
    linear-gradient(currentColor calc(50% - 5px),#0000        0 calc(50% + 5px),currentColor 0) left /2px 100%,
    linear-gradient(#0000        calc(50% - 5px),currentColor 0 calc(50% + 5px),#0000        0) right/2px 100%;
  background-repeat:no-repeat;
}
@keyframes l5 {
    100% {background-size:120%}
} 

#loadingScreen {
    background-image:url("loading.gif");
  width: 100%;
  height: 100vh;
  margin:auto;
  /*
  position: absolute;
  z-index: 5;
  display: grid;
  align-items: center;
  justify-content: center;
  */
}
#loadcont{
  align-items: center;
  justify-content: center;
  width:60%;
  margin:auto;
  padding:150px;
}
.first{
  height:90%px;
  width:80%px;
  margin:auto;
  text-align:center;
}
#anyways{
  color:#ffffff;
  width:80%;
}
#part{
  font-weight:normal;
  font-family:"Bitcount";
  font-size:30px;
  text-align:center;
}
    /*images*/
    .container {
      position: relative;
      width: 50%;
    }
    .imagi {
      opacity: 1;
      display: block;
       width: 100%;
      height: auto;
      transition: .5s ease;
      backface-visibility: hidden;
    }
    .middle {
      transition: .5s ease;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      text-align: center;
    }
    .container:hover .image {
      opacity: 0.3;
    }
    .container:hover .middle {
      opacity: 1;
    }
    .text {
      background-color:#97ABD7;
      color: white;
      font-size: 30px;
      padding: 16px 32px;
      font-family:"Jersey 10";
    }
#banner{
  margin:auto;
}
table{
  width:80%;
}
h1{
  font-weight:normal;
  font-family:"Bitcount";
  font-size:50px;
}
h3{
    font-weight:normal;
  font-family:"Jacquard 12";
  font-size:45px;
}
p{
  font-size:25px; 
  font-family:"Teko";
  text-align:center;
}
/* margin:auto;
  width: 100%;
  align-items: center;
  justify-content: center;*/