.special-font {
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
}

.set-weight {
  font-weight: 200;
}

a {
  text-decoration: none;
}

footer p {
  font-size: 12px;
  margin: 0;
}

footer {
  padding: 25px 0;
  text-align: center;
  color: hsla(0,0%,100%,.3);
  background-color: hsl(0,0%,13.5%);
}

section {
  padding: 100px 0;
}

@media (max-width: 767.98px) {
  #navbarResponsive {
    display: none;
    width: 100%;
    background: transparent;
    margin-top: 12px;
    padding: 12px 0;
    border-radius: 12px;
  }
}

@media (max-width: 767.98px) {
  #navbarResponsive.menu-open {
    display: block;
  }
}

@media (max-width: 767.98px) {
  #navbarResponsive .navbar-nav {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  #navbarResponsive .nav-item, #navbarResponsive .navbar-brand {
    width: 100%;
  }
}

#menuToggleBtn:hover {
  background: transparent;
}

