* {
  padding: 0;
  margin: 0;
}

.navbar {
  padding: 1em 0em !important;
  margin-bottom: 1rem !important;
}

.navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
}

.navbar-brand img {
  width: 160px;
  height: 70px;
}

.navbar-toggler {
  border: none !important;
}

.nav-link {
  letter-spacing: 0.1rem;
  font-family: lucida Handwriting;
}

.container {
  text-align: center;
  margin-top: 5rem;
}

.container h4 {
  margin-top: 2rem;
  font-family: lucida Handwriting;
  font-size: 1rem;
  text-align: justify;
}

.container h6 {
  font-family: lucida Handwriting;
  margin-top: 3rem;
}

.container i {
  margin: 0 0.5rem;
  cursor: pointer;
}

.banner-border {
  max-height: 88vh;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

/* #banner-left {
  max-height: 44vh;
  min-width: 100%;
  transition: transform 1.5s ease-in-out;
} */

#banner-right {
  max-height: 88vh;
  min-width: 100%;
  transition: transform 1.5s ease-in-out;
}

/* #banner-left:hover {
  transform: scale(1.3);
  transition: transform 2s ease-in-out;
} */

#banner-right:hover {
  transform: scale(1.3);
  transition: transform 2s ease-in-out;
}

.carousel-caption {
  top: 45%;
  font-family: lucida Handwriting;
  font-size: 4rem;
}

.caption {
  top: 35%;
  font-family: lucida Handwriting;
  font-size: 2rem;
}

.content-box {
  margin-top: 2rem;
  border-bottom: none;
  margin-bottom: 5rem;
}

.content-box p {
  margin-top: 3rem;
  font-family: lucida Handwriting;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  text-align: justify;
}

.blockquote-footer {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem !important;
}

.wrapper {
  width: 90%;
}

.wrapper-row {
  width: 95%;
}

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

.box {
  height: 60vh;
}

.boxes {
  height: 60vh;
  /* width: 45%; */
  margin-top: 5rem;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}

.box-normal {
  height: 100%;
  width: 100%;
}

.box-normals {
  height: 100%;
  width: 100%;
  transition: transform 1s ease-in-out;
}

.box-normals:hover {
  transform: scale(1.2);
  transition: transform 1.5s ease-in-out;
}

.border-box {
  border-style: solid;
  width: 40vw;
  border-width: 0.001rem;
  border-color: grey;
  margin-left: 30vw;
}

.question-box {
  margin-top: 1rem;
  margin-bottom: 3rem;
  font-family: lucida Handwriting;
}

.question-box h2 {
  margin-top: 3rem;
}

.question-box h4 {
  margin-top: 2rem;
}

.question-box h4 a {
  color: #000;
}

.image {
  margin-bottom: 5rem;
}

.image img {
  width: 100%;
}

.introduction {
  font-family: lucida Handwriting;
  text-align: left;
}

.footer {
  margin-top: 2rem;
}

.footer a {
  padding-bottom: 1.5rem;
  margin-left: 1rem;
  color: black;
  letter-spacing: 0.03rem;
}

@media (max-width: 700px) {
  .collapse,
  .navbar-collapse {
    margin-top: 2rem;
    background: whitesmoke;
    color: white;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .nav-link {
    margin-left: 2rem;
  }

  .instragram {
    margin-left: 2rem !important;
  }

  .image-box {
    margin-bottom: 0;
  }

  .introduction {
    margin-top: 1rem;
    margin-bottom: 4rem;
  }

  .introduction h2 {
    margin-top: 0;
  }

  .introduction h5 {
    margin-top: 0;
  }

  .wrapper {
    width: 100%;
  }

  .box {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .carousel-caption {
    top: 45%;
    font-size: 2rem;
  }

  .wrapper-row {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .carousel-caption {
    top: 45%;
    font-size: 2rem;
  }
}

@media (max-width: 350px) {
  .carousel-caption {
    top: 50%;
  }
}
