@import url("https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
strong {
  font-weight: 600; }

.full-width-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 5vw; }

.full-width-image {
  min-width: 100%;
  object-fit: cover;
  margin-top: -0.8rem;
  z-index: 0; }

.green {
  color: #4f9f56; }

.rotated {
  transform: rotate(180deg); }

.hero-chulapa-image {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 45vh;
  height: auto;
  z-index: 100; }

@media (max-width: 768px) {
  .hero-chulapa-image {
    min-height: 18vh; } }
.comic-neue-regular {
  font-family: "Comic Neue", cursive;
  font-weight: 400;
  font-style: normal; }

.comic-neue-bold {
  font-family: "Comic Neue", cursive;
  font-weight: 700;
  font-style: normal; }

iframe {
  border: 0; }

.navbar-brand {
  text-decoration: none; }

.navbar {
  z-index: 1000; }

.nav-item:last-child {
  border: 1px solid var(--secondary);
  padding-inline-start: 0.4em;
  padding-inline-end: 0.4em; }

@media (max-width: 767px) {
  #projects-container h5 {
    margin-top: 2rem; }
  #projects-container img {
    max-width: 100%; } }
:target {
  scroll-margin-top: 80px;
  /* height of the navbar */ }

.plot-container {
  display: flex;
  justify-content: center; }

h2 {
  font-size: 1.6rem; }

h3 {
  font-size: 1.45rem; }

h4 {
  font-size: 1.3rem; }

h5 {
  font-size: 1.15rem; }
