body {
  background-color: #ffffff;
  background-image: radial-gradient(#999 1px, transparent 1px);
  background-size: 20px 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.logo {
  width: 52px;
  height: 52px;
}

.logo-img {
  width: 52px;
  height: 52px;
}

@media (min-width: 768px) {
  .logo-img {
    width: 80px;
    height: 80px;
  }
}

.main-heading:after {
  content: "";
  position: absolute;
  display: block;
  right: -30px;
  top: 80px;
  background-image: url('../images/large-logo.svg');
  height: 222px;
  width: 222px;
  opacity: 0.2;
  transform: scale(0.5) rotate(25deg);
  z-index: -100;
}

@media (min-width: 576px) {
  .main-heading:after {
    right: 100px;
    top: 120px;
    height: 222px;
    width: 222px;
    transform: scale(1) rotate(25deg);
  }

  .main-h1 {
    font-size: 38px;
  }

  .top-bar h1 {
    font-size: 18px;
  }

  .home-tabs button {
    font-size: 18px;
  }

  .home-tabs {
    display: flex;
    justify-content: center !important;
  }
}

.top-bar {
  width: 100%;
}

@media (min-width: 768px) {
      .main-heading:after {
      right: 100px;
      top: 180px;
      height: 222px;
      width: 222px;
      transform: scale(1.5) rotate(25deg);
  }
  .top-bar {
    padding-top: 1rem;
    padding-bottom: 1rem;

  }
  .main-h1 {
    font-size: 40px;
  }

  .top-bar h1 {
    font-size: 24px;
  }

  .home-tabs button {
    font-size: 20px;
  }

  .home-tabs {
    display: flex;
    justify-content: center !important;
  }
}

@media (min-width: 992px) {
    .main-heading:after {
      right: 180px;
      top: 180px;
      height: 222px;
      width: 222px;
      transform: scale(2) rotate(25deg);
  }

  .main-h1 {
    font-size: 54px;
  }

  .top-bar h1 {
    font-size: 24px;
  }

  .home-tabs button {
    font-size: 24px;
    border-color: transparent;
  }

  .home-tabs {
    display: flex;
    justify-content: center;
  }
}

.home-tabs {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  justify-content: start;
}

.home-tabs::-webkit-scrollbar {
  display: none;
}

.home-tabs button {
  font-size: 14px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 2px;
}

.home-tab {
  background-color: transparent;
}

.active {
  font-weight: 900;
}
