
@font-face {
  font-family: "Coffee";
  src: url("fonts/Coffee\ Extra.ttf") format("truetype"),
  url("fonts/Coffee\ Extra.otf") format("opentype");
  }

.middle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.middle-wrapper{
  background-color: #463a3e;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.bar {
  width: 10px;
  height: 70px;
  background: #fff;
  display: inline-block;
  transform-origin: bottom center;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  /*   box-shadow:5px 10px 20px inset rgba(255,23,25.2); */
  animation: loader 1.2s linear infinite;
}
.bar1 {
  animation-delay: 0.1s;
}
.bar2 {
  animation-delay: 0.2s;
}
.bar3 {
  animation-delay: 0.3s;
}
.bar4 {
  animation-delay: 0.4s;
}
.bar5 {
  animation-delay: 0.5s;
}
.bar6 {
  animation-delay: 0.6s;
}
.bar7 {
  animation-delay: 0.7s;
}
.bar8 {
  animation-delay: 0.8s;
}

@keyframes loader {
  0% {
    transform: scaleY(0.1);
  }
  50% {
    transform: scaleY(1);
    background: yellowgreen;
  }
  100% {
    transform: scaleY(0.1);
    background: transparent;
  }
}




.div-top {
    padding-top: 25px;
    color: white;
    padding-left: 20px;
  }

  .div-below{
    height: 1500px;
    background: linear-gradient(to bottom, #1e2020 0%, #f0dfe7 100%);
  }

  .div-row{
      justify-content: center;
      background:linear-gradient(to bottom,#1e2020,#272727);
      height: 75vh;
      max-width: 100%;
  }


  .textBanner{
    position:absolute;
    color: white;
    background-color: transparent;
    margin: 0%;
    margin-left: 5px;
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    height: 5vh;
  }

  .image{
    width: 100%;
    height: 30vh;
    object-fit: cover;
    margin-bottom: -5px;
  }

  .image-mod{
    width: 100%;
    height: 30vh;
    object-fit: cover;
    margin: 0%;
  }


  .div-button{
      border: 2px black;
      border-style:solid ;
      background: white;
      color: black;
      margin: 0 auto ;
      margin-top: 30px;
      padding: 5px;
      width: 40%;
      display: block;
      position: relative;
      font-weight: bold;
  }

  .iconRow{
    color: black;
    margin: 0 auto ;
    margin-bottom: 100px;
    padding: 5px;
    width:50vw;
    display: block;
    position: relative;
    font-weight: bold;
}

.iconRow3{
  color: black;
  margin: 0 auto ;
  margin-bottom: 130px;
  padding: 5px;
  max-width:50vw;
  display: block;
  position: relative;
  font-weight: bold;
}

.iconRow2{
  color: black;
  margin: 0 auto ;
  margin-bottom: 130px;
  padding: 5px;
  max-width:50vw;
  display: block;
  position: relative;
  font-weight: bold;
}

  .div-button:hover{
    background: linear-gradient(to right,#ec3c7f,#fac1e0);
  }

  .row{
    display: flex;
    justify-content: space-evenly;
    max-width: 100%;
  }

  .bottomIcon{
    display: inline-block;
    margin: 40px;
    margin-bottom: 0px;
    background-color: grey;
    border: 0cm;
  }

  .bottomIcon:hover{
    display: inline-block;
    margin: 40px;
    margin-bottom: 0px;
    background-color: burlywood;
    border: 0cm;
  }

  .scrollmenu {
    background-color: #333;
    overflow: auto;
    white-space: nowrap;
    display: flex;
    text-align: center;
  }

  .scrollBox{
    margin: 0 auto;
    width: 200px;
    height: 300px;
    background-color: yellow;
  }

  .appTitle{
    position: relative;top: 60px;
    color: white;
    text-align: center;
    font-family: "coffee";
  }

  body{margin: 0%}

  .iconToClick{
    height: auto;width: 75px;position: absolute;
  }
  
  .iconToClick:hover{
    width: 100px;
    size-adjust: 1px;
  }

  .iconAndText{
    position: absolute;width: 75px;
  }

  .topMiddleWide{
    position: absolute; left: 46%;width: 75px;
  }

  .topMiddleUnwide{
    
  }

  .bottomMiddleWide{
    position: absolute; left: 46%;width: 75px;
  }

  .bottomMiddleUnwide{
    
  }