
@font-face {
    font-family: Inversionz;
    src: url('../fonts/Inversionz.otf');
}
@font-face{
  font-family: dot;
  src:url('../fonts/Inversionz Unboxed.otf');
}


body{
  padding: 0;
  margin: 0;
  width: 100vw;
  /* height: 50vh; */
  overflow-x: hidden;
background: #ffeded;
}


.content1{

}

.logosvg{
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #000;
  text-align: center;
  font-family: Inversionz;
  font-size: 15em;
 font-weight: 700;
 z-index: 0;
}
.logosvg img{
  width: 20%;
}
.acm{
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #000;
  text-align: center;
  font-family: Inversionz;
  font-size: 10em;
  font-weight: 700;
  z-index: 0;
}
.tech{
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #000;
  text-align: center;
  font-family: Inversionz !important;
  font-size: 7.5em;
  z-index: 0;
}
.tech img {
  width: 130px;
  margin-bottom: 6%;
  margin-right: 5%;
  margin-left: 5%;
}
.tech p{
  font-size: 30px !important;
  line-height: 15px;
  text-transform: uppercase;
}
.tech p img{
  padding-top: 10px;
}
.dot{
  font-family: dot;
  margin-right: -1.5%;
  margin-left: -1.5%;
}

.t4{
  font-size: 0.7em;
  margin-left: -2%;
}
@media only screen and (max-width : 450px) {
  .logosvg{
    font-size: 7em;
  }
  .logosvg img{
  width: 60%;
  }
  .acm{
    font-size: 7em;
  }
  .tech{
    font-size: 5em;
  }
  .t4{
  font-size: 1em;

}

}

@media screen and (max-width: 500px) {
  .tech{
    margin-top: 50%;
  }
.logosvg h1{
  margin-top: 0 !important;
}

}

@media screen and (min-width: 1000px)
.content1 {
    height: 20vh;
}

footer{

}
