nav {
  background-color: #FFD2D8;
}
nav ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-left: 0;
  font-size: 12px;
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-top: 30px;
  font-family: "Concert One", sans-serif;
}
@media (min-width: 992px) {
  nav ul {
    font-size: 16px;
  }
}
nav a {
  font-size: 12px;
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #000000;
}
@media (min-width: 992px) {
  nav a {
    font-size: 16px;
  }
}

nav a:hover {
  opacity: 0.5;
}

.nav-active {
  color: #000000;
  background-color: #ffef74;
  border-radius: 10px;
  padding: 10px;
}
@media (min-width: 992px) {
  .nav-active {
    font-size: 16px;
  }
}

body {
  background-color: #FFF7F8;
}

.banner {
  background-color: #FF8E9E;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.banner h4 {
  font-family: "ivypresto-display", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 30px;
}

section .comic_images {
  margin-bottom: 200px;
  margin-top: 20px;
}
section img {
  display: block;
  margin: auto;
  width: 60%;
  display: grid;
  gap: 20px;
}
section h1 {
  padding-top: 20px;
  padding-left: 10px;
}
section p {
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  margin-bottom: 45px;
  margin-top: 50px;
}
@media (min-width: 992px) {
  section p {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  section p {
    font-size: 20px;
  }
}
section h2 {
  font-family: "ivypresto-display", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 32px;
  margin-top: 10px;
}
section button {
  outline: none;
  border: none;
  padding: 1em;
  background-color: #ffef74;
  color: #000000;
  border-radius: 10px;
  font-size: 12px;
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 25px;
}
@media (min-width: 1400px) {
  section button {
    font-size: 16px;
  }
}
section button:hover {
  opacity: 0.7;
}

.comic_group {
  padding: 50px;
  margin-bottom: 20px;
}

.work_images {
  text-align: center;
}
.work_images h2 {
  font-family: "ivypresto-display", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}
.work_images p {
  margin-top: 8px;
}
@media (min-width: 992px) {
  .work_images p {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .work_images p {
    font-size: 20px;
  }
}

.work_images img:hover {
  opacity: 0.7;
  transform: scale(1.05);
  cursor: pointer;
}

.comic_images {
  margin-bottom: 200px;
  margin-top: 20px;
  display: grid;
  gap: 30px;
}

section.technical_images h2 {
  padding-top: 20px;
  padding-left: 10px;
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin-top: 10px;
}

.drawing_group {
  padding: 50px;
  margin-bottom: 20px;
}

.zine_group {
  padding: 50px;
  margin-bottom: 20px;
}

.harmonize_group {
  padding: 50px;
  margin-bottom: 20px;
}
.harmonize_group p {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .harmonize_group p {
    font-size: 16px;
  }
}

.roll_group {
  padding: 50px;
  margin-bottom: 20px;
}

.site_group {
  padding: 50px;
  margin-bottom: 20px;
}
.site_group button {
  text-decoration: none;
}

footer {
  float: none;
  padding-bottom: 80px;
  padding-top: 95px;
  background-color: #FFD2D8;
  text-align: center;
}
footer h5 {
  font-size: 10px;
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 992px) {
  footer h5 {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  footer h5 {
    font-size: 16px;
  }
}

footer img:hover {
  opacity: 0.7;
  cursor: pointer;
}

p {
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 9px;
}

h1 {
  font-family: "ivypresto-display", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 32px;
}

.zine_images {
  margin-bottom: 200px;
  margin-top: 20px;
  display: grid;
  gap: 30px;
}

.about li {
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .about li {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .about li {
    font-size: 20px;
  }
}
.about ul {
  margin-bottom: 30px;
}
.about h3 {
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}
@media (min-width: 992px) {
  .about h3 {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .about h3 {
    font-size: 30px;
  }
}
.about h4 {
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
@media (min-width: 992px) {
  .about h4 {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .about h4 {
    font-size: 24px;
  }
}
.about .portrait {
  padding-top: 25px;
}
.about p {
  padding-top: 25px;
  padding-right: 100px;
}
@media (min-width: 992px) {
  .about p {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .about p {
    font-size: 20px;
  }
}

.form_container {
  display: flex;
  width: 100%;
  margin-bottom: 60px;
}

form {
  font-size: 15px;
  font-family: "ivypresto-display", serif;
  padding-top: 20px;
  border-radius: 10px;
  text-align: center;
  border: none;
  border-radius: 4px;
  margin-top: 20px;
  margin-left: 5px;
  padding-bottom: 20px;
}
@media (min-width: 1400px) {
  form {
    font-size: 18px;
  }
}

textarea {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  border: none;
  border-radius: 2px;
  background-color: #FFD2D8;
  resize: none;
  margin-top: 10px;
}

.input_type {
  margin-bottom: 20px;
  border: none;
  border-radius: 2px;
  background-color: #FFD2D8;
  font-family: "ivypresto-display", serif;
}

.resume_button {
  background-color: #ffef74;
  padding: 20px;
  border-radius: 4px;
  text-decoration: none;
  color: #000000;
  margin-top: 25px;
  font-size: 12px;
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 1400px) {
  .resume_button {
    font-size: 16px;
  }
}

.resume_button:hover {
  opacity: 0.5;
}

.contact_label {
  margin-top: 40px;
}

.button {
  background-color: #ffef74;
  padding: 20px;
  border-radius: 4px;
  text-decoration: none;
  color: #000000;
  margin-top: 25px;
  font-size: 12px;
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 1400px) {
  .button {
    font-size: 16px;
  }
}

.button:hover {
  opacity: 0.5;
}

.button_site {
  background-color: #ffef74;
  border-radius: 4px;
  text-decoration: none;
  padding: 20px 8px;
  color: #000000;
  margin-top: 25px;
  font-size: 12px;
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
@media (min-width: 1400px) {
  .button_site {
    font-size: 16px;
  }
}

.final_line {
  margin-bottom: 25px;
}

.experience {
  padding-top: 30px;
}

.email_button {
  background-color: #ffef74;
  border-radius: 4px;
  text-decoration: none;
  color: #000000;
  margin-top: 25px;
  font-size: 12px;
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
@media (min-width: 1400px) {
  .email_button {
    font-size: 16px;
  }
}/*# sourceMappingURL=custom.css.map */