* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 100vw;
  overflow-x: hidden;
}

h1 {
  font-family: "Fjalla One", sans-serif;
  font-size: 6rem;
}
@media (max-width: 500px) {
  h1 {
    font-size: 4rem;
    margin-top: 0rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  h1 {
    font-size: 4rem;
    margin-top: 0rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  h1 {
    font-size: 5rem;
  }
}

h2 {
  font-family: "Fjalla One", sans-serif;
  font-size: 5rem;
  padding-top: 1rem;
}
@media (max-width: 500px) {
  h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  h2 {
    font-size: 3.5rem;
  }
}

h3 {
  font-family: "Fjalla One", sans-serif;
  font-size: 3rem;
}
@media (max-width: 500px) {
  h3 {
    font-size: 2.5;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  h3 {
    font-size: 2.5;
  }
}

h4 {
  font-family: "Fjalla One", sans-serif;
  font-size: 2rem;
}
@media (max-width: 500px) {
  h4 {
    font-size: 1.75rem;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  h4 {
    font-size: 1.75rem;
  }
}

h5 {
  font-family: "Fjalla One", sans-serif;
  font-size: 1rem;
}

p {
  font-family: "Josefin Sans", "Avenir Next", Avenir, "Century Gothic", sans-serif;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 500px) {
  p {
    font-size: 1.25rem;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  p {
    font-size: 1.25rem;
  }
}

nav #nav-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  background-color: #fff;
  height: 5rem;
  width: 100%;
  margin-top: 2rem;
}
@media (max-width: 500px) {
  nav #nav-container {
    flex-direction: column;
    justify-content: space-around;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  nav #nav-container {
    flex-direction: column;
    justify-content: space-around;
  }
}
nav #nav-container #navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
}
@media (max-width: 500px) {
  nav #nav-container #navbar {
    width: 100%;
    height: 5rem;
    justify-self: flex-start;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  nav #nav-container #navbar {
    width: 100%;
    height: 5rem;
    justify-self: flex-start;
  }
}
nav #nav-container #navbar img {
  height: 4rem;
  margin-left: 1rem;
}
nav #nav-container #navbar #hamburger {
  display: none;
  font-size: 3rem;
  color: #520000;
  margin-right: 2rem;
}
@media (max-width: 500px) {
  nav #nav-container #navbar #hamburger {
    display: block;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  nav #nav-container #navbar #hamburger {
    display: block;
  }
}
nav #nav-container #nav-items {
  display: flex;
  justify-content: space-around;
  width: 50%;
}
nav #nav-container #nav-items a {
  text-decoration: none;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #520000;
}
@media (max-width: 500px) {
  nav #nav-container #nav-items {
    display: none;
    width: 100%;
    height: 55%;
    background-color: #fff;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  nav #nav-container #nav-items {
    display: none;
    width: 100%;
    height: 55%;
    background-color: #fff;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
  }
}

.nav-background {
  background-image: url(../images/Brand-Pattern-deep-red.png);
}

.open-mobile-nav {
  height: 50vh;
}

footer {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .main-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
}
footer .main-section .name-with-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-self: flex-start;
}
footer .main-section .name-with-icon img {
  width: 7rem;
  margin-right: -1rem;
}
footer .main-section .name-with-icon .namestack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .main-section .name-with-icon .namestack h5 {
  font-family: "Fjalla One", sans-serif;
  font-size: 2rem;
  color: #520000;
}
footer .main-section .name-with-icon .namestack p {
  font-family: "Josefin Sans", "Avenir Next", Avenir, "Century Gothic", sans-serif;
  font-size: 1.5rem;
  color: #B8183C;
}
@media (max-width: 500px) {
  footer .main-section {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  footer .main-section {
    flex-direction: column;
    align-items: center;
  }
}
footer .main-section a {
  font-family: "Josefin Sans", "Avenir Next", Avenir, "Century Gothic", sans-serif;
  font-size: 1.5rem;
  color: #B8183C;
  text-decoration: none;
}
@media (max-width: 500px) {
  footer .main-section a {
    margin: 1rem;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  footer .main-section a {
    margin: 1rem;
  }
}
footer .copyright {
  font-family: "Josefin Sans", "Avenir Next", Avenir, "Century Gothic", sans-serif;
  font-size: 1rem;
  color: #520000;
  text-align: center;
  margin-top: -2rem;
  margin-bottom: 1rem;
}
@media (max-width: 500px) {
  footer .copyright {
    margin-top: 0;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  footer .copyright {
    margin-top: 0;
  }
}

.about {
  background-image: url(../images/Brand-Pattern-pink.png);
  background-repeat: repeat;
  padding-left: 5rem;
  padding-top: 10rem;
}
@media (max-width: 500px) {
  .about {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    padding-top: 10rem;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .about {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    padding-top: 10rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about {
    padding-right: 5rem;
    padding-top: 10rem;
  }
}
@media (max-width: 500px) {
  .about h1 {
    text-align: center;
    align-self: center;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .about h1 {
    text-align: center;
    align-self: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about h1 {
    text-align: center;
    align-self: center;
  }
}
.about .grid-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 500px) {
  .about .grid-box {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .about .grid-box {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about .grid-box {
    grid-template-columns: 1fr;
  }
}
.about .grid-box p {
  margin-top: 2rem;
}
.about .grid-box img {
  width: 125%;
  object-fit: contain;
}
@media (max-width: 500px) {
  .about .grid-box img {
    width: 100%;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .about .grid-box img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about .grid-box img {
    width: 100%;
  }
}

/*# sourceMappingURL=about.css.map */
