@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');

@media screen and (max-width: 299px) {
  .glyphicon {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 300px) and (max-width: 799px) {
  .glyphicon {
    font-size: 2rem;
  }
}

@media screen and (min-width: 800px) {
  .glyphicon {
    font-size: 4rem;
  }
}

body,
h1 {
  /* font-family: "Roboto", sans-serif; */
  font-family: 'Roboto Slab', serif;
  text-align: center;
}

body{
  position:relative ;
  margin-bottom:100px;
}

footer {
    overflow:hidden;
    bottom: 0;
    left: 0;
    height:100px;
    position: fixed;
    right: 0;
    opacity: 1;
    /* background-color: rgba(0,0,0,0.6); */

}

#footer-social {
  text-align: right;
}

footer>a>i {
  padding: 2vw;
}

#something {
    text-align: center;
  }
  
.bgimg {
  background-image: url('./pattern3.jpg');
  min-height: 105vh;
  background-position: center;
  /* background-size: cover; */
}

.custom {
  color: #000000;
  text-shadow: 2px 2px 4px #fff;
}

#logo {
  height: 10vh !important;
  filter: drop-shadow(5px 5px 5px #fff);
}

.main {
  font-size: 10vw !important;
}

@media (max-width: 425px) {
  #something {
    text-align: center;
  }

  #fixer {
    margin-top: 15%;
    font-size: 8vw;
    font-weight: 700;
  }

  #tripler {
    font-size: 5vw !important;
  }

}
