@media screen and (max-width: 1024px) {
  .display-4 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .display-4 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 320px) {
  .display-4 {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 320px) {
  .navbar-brand {
    font-size: 1rem;
  }
}

.navbar-toggler {
  border-color: white;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.header-space {
  margin-top: 72px;
}

@media screen and (max-width: 768px) {
  .header-space {
    margin-top: 56px;
  }
}

html, body {
  font-family: 'Secular One', sans-serif;
}

.CorporeteName:before {
  content: "MANGAZENKAN.com, inc.";
}

.bg-grey-80 {
  background-color: rgba(255, 255, 255, 0.8);
}

.text-brack-1 {
  color: #010101;
}

.text-brack-2 {
  color: #020202;
}

.bg-brack-2 {
  background-color: #020202;
}

.bg-brack-1 {
  background-color: #010101;
}

.bg-grey {
  background-color: #eaeaea;
}
/*# sourceMappingURL=main.css.map */