body {
  padding: 0;
  max-width: 1620px;
  margin: auto;
  font-family: Calibri-Regular, sans-serif !important;
}

@font-face {
  font-family: Calibri-Regular;
  src: url("../assets/fonts/Calibri_Regular.ttf") format("ttf");
}
@font-face {
  font-family: Calibri-Bold;
  src: url("../assets/fonts/Calibri_Bold.ttf") format("ttf");
}
footer, header {
  width: 100%;
}

img, picture {
  width: 100%;
  height: auto;
  margin: auto;
}

section {
  width: 100%;
}

.center-img {
  width: 100%;
  max-width: 816px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 630px) {
  .center-img {
    width: 100%;
    margin: 20px 0 20px 0;
  }
}
.pig {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 330px;
}

.description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.description a {
  margin: 50px 50px;
  width: 90%;
  font-size: 1.2rem;
  line-height: 2rem;
}

.youtube {
  margin: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

iframe {
  position: absolute;
  max-width: 550px;
  width: 79%;
  height: auto;
  aspect-ratio: 16/9;
  bottom: 28%;
  border: 0;
  margin: 0;
}

.box {
  position: relative;
  max-width: 700px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box a {
  font-family: Calibri-Bold, sans-serif;
  font-weight: 400;
  color: white !important;
  position: absolute;
  text-align: center;
  width: max-content;
  top: 15%;
  font-size: 1.8rem;
  text-decoration: none;
}
.box a:hover {
  text-decoration: underline;
}

.button {
  width: max-content;
  height: auto;
  position: absolute;
  bottom: 11%;
}
.button img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  height: auto;
}
.button img:hover {
  cursor: pointer;
}

.myModal {
  flex: 0 0 auto;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.myModal .modal-pig {
  margin: 0 !important;
  max-width: 300px;
}
.myModal .bar {
  width: 100%;
  height: 1px;
}
.myModal iframe {
  position: unset !important;
  width: 100% !important;
  max-width: 700px;
  height: auto !important;
  margin-bottom: 2vh;
}
.myModal h3 {
  font-size: 2rem !important;
}
.myModal input[type=checkbox] {
  accent-color: #874393;
}
.myModal button {
  background-color: #88bd37;
}
.myModal p {
  max-width: 750px;
  margin: auto;
  margin-bottom: 3rem !important;
  font-size: 1.2rem;
  line-height: 2rem;
}
.myModal label {
  font-size: 1.1rem;
  line-height: 1.8rem;
}
.myModal input {
  font-size: 1rem;
  line-height: 1.6rem;
  padding: 0;
  margin: 0;
}
.myModal input [type=checkbox] {
  font-size: 1.1rem;
  line-height: 1.7rem;
  margin-bottom: 30px;
}
.myModal .checkBoxText {
  text-decoration: none;
  color: black;
  font-size: 1.1rem;
  line-height: 1.8rem;
}
.myModal a {
  font-size: 1.1rem;
  line-height: 1.8rem;
}
.myModal input {
  margin-bottom: 1vh;
}
.myModal form button {
  display: block;
  border: 0;
  margin: 1.5vh auto 0 auto;
  padding: 0;
  max-width: 180px;
  width: 30%;
  height: auto;
  background: none;
}
.myModal form .final-button {
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.myModal form .final-button:hover {
  cursor: pointer;
}

@media (max-width: 630px) {
  .youtube {
    width: 100%;
  }

  .description a {
    width: 97%;
  }

  iframe {
    width: 79%;
  }

  .pig {
    width: 260px;
  }

  .button img {
    width: 40%;
  }
}
@media (max-width: 1416px) {
  .box {
    margin: 30px 0 30px 0;
  }
}
@media (max-width: 1030px) {
  .youtube {
    width: 85%;
  }
}
@media (max-width: 830px) {
  .youtube {
    width: 90%;
  }

  .button img {
    width: 50%;
  }
}
.portfolio-item-caption {
  z-index: 12 !important;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

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