* {
  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;
  }
}

.button {
  font-family: "Fjalla One", sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  align-content: center;
  background-color: #520000;
  height: 5rem;
  border-radius: 100px;
  width: 80%;
}
@media (max-width: 500px) {
  .button {
    font-size: 2rem;
    height: 4rem;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .button {
    font-size: 2rem;
    height: 4rem;
  }
}

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;
  }
}

body {
  background-image: url(../images/Brand-Pattern-deep-red.png);
  border-color: #520000;
  background-repeat: repeat;
  height: 100%;
}

p {
  width: 100%;
}

.section-header {
  padding-bottom: 5rem;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 500px) {
  .section-header {
    align-items: center;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .section-header {
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-header {
    align-items: center;
  }
}
.section-header h1 {
  color: #FFB0B0;
  margin-left: 5rem;
  width: 100%;
}
@media (max-width: 500px) {
  .section-header h1 {
    margin: 0;
    text-align: center;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .section-header h1 {
    margin: 0;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-header h1 {
    margin: 0;
    text-align: center;
  }
}

.top {
  padding-top: 10rem;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  padding: 5rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .grid-container {
    grid-template-columns: 1fr;
    padding: 3rem;
    margin-top: -3rem;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .grid-container {
    grid-template-columns: 1fr;
    padding: 3rem;
    margin-top: -3rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .grid-container {
    grid-template-columns: 1fr;
    padding: 3rem;
    margin-top: -3rem;
  }
}
.grid-container img {
  grid-area: pic;
  background-color: #000;
  aspect-ratio: 15/10;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}
.grid-container .foundation {
  object-fit: contain;
}
.grid-container .textbox {
  grid-area: txt;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.grid-container .textbox h3 {
  font-size: 4rem;
  color: #FFB0B0;
  text-align: center;
}
@media (max-width: 500px) {
  .grid-container .textbox h3 {
    margin-top: 2rem;
    font-size: 3rem;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .grid-container .textbox h3 {
    margin-top: 2rem;
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .grid-container .textbox h3 {
    margin-top: 2rem;
  }
}
.grid-container .textbox h4 {
  margin-bottom: 2rem;
  text-align: center;
}
.grid-container .textbox p {
  font-size: 1.5rem;
  width: 85%;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 500px) {
  .grid-container .textbox p {
    font-size: 1.25rem;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .grid-container .textbox p {
    font-size: 1.25rem;
  }
}
.grid-container .textbox .button {
  background-color: #FFB0B0;
  color: #520000;
  font-size: 2rem;
  width: 65%;
  height: 3.5rem;
}
@media (max-width: 500px) {
  .grid-container .textbox .button {
    font-size: 1.5rem;
    width: 85%;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .grid-container .textbox .button {
    font-size: 1.5rem;
    width: 85%;
  }
}

.left {
  grid-template-areas: "pic txt";
}
@media (max-width: 500px) {
  .left {
    grid-template-areas: "pic" "txt";
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .left {
    grid-template-areas: "pic" "txt";
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .left {
    grid-template-areas: "pic" "txt";
  }
}

.right {
  grid-template-areas: "txt pic";
}
@media (max-width: 500px) {
  .right {
    grid-template-areas: "pic" "txt";
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .right {
    grid-template-areas: "pic" "txt";
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .right {
    grid-template-areas: "pic" "txt";
  }
}

.mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 500px) {
  .mini-grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .mini-grid {
    grid-template-columns: 1fr;
  }
}

.portfolio-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 3rem;
  aspect-ratio: 1;
  background-size: cover;
  align-self: center;
  justify-self: center;
  width: 85%;
  border-radius: 25px;
}
.portfolio-card .button {
  background-color: #FFB0B0;
  color: #520000;
  font-size: 2rem;
}
@media (max-width: 500px) {
  .portfolio-card .button {
    font-size: 1.25rem;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .portfolio-card .button {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .portfolio-card .button {
    font-size: 1.5rem;
  }
}

#monster-ballad {
  background-image: url(../images/infographic.png);
}

#mag-ad {
  background-image: url(../images/magad.png);
  background-position: center;
}

#books {
  background-image: url(../images/book-jackets.png);
}

#travel {
  background-image: url(../images/brochure.png);
}

#billboard {
  background-image: url(../images/billboard.PNG);
}

#mag {
  background-image: url(../images/magazine.png);
}

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