.hero-section {
  height: 100vh;
  background-color: #a79ebd;
  background-image: linear-gradient(#576592 17%, rgba(87, 101, 146, .69) 60%, rgba(0, 0, 0, 0));
  position: relative;
  overflow: visible;
}

.nav-div {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 5000;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Isabella-In-Field_-FullWidth.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 50px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: #fff;
  letter-spacing: 10px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link:hover {
  color: rgba(255, 255, 255, .6);
}

.nav-link:focus {
  color: #c6c4da;
}

.nav-link.w--current {
  color: #efd4e5;
}

.nav-link.monly {
  display: none;
}

.body {
  letter-spacing: 3px;
  font-family: Vollkorn, serif;
}

.brand {
  width: 35%;
  justify-content: center;
  align-items: center;
  margin-left: 45px;
  margin-right: 45px;
  display: flex;
}

.isabella-title {
  z-index: 12;
  width: 40%;
  max-width: none;
  min-height: auto;
  object-fit: contain;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 11%;
  left: auto;
  right: 7%;
}

.image-2 {
  width: 450px;
  height: 550px;
  max-height: none;
  max-width: 800px;
  min-height: auto;
  object-fit: cover;
  position: static;
  top: 50%;
  bottom: auto;
  left: 5%;
  right: auto;
  overflow: visible;
}

.oval-image {
  z-index: 3;
  width: 35%;
  height: 700px;
  max-height: none;
  min-height: auto;
  object-fit: contain;
  position: absolute;
  top: 19%;
  bottom: 0%;
  left: 13%;
  right: auto;
}

.image-4 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.image-5 {
  width: 200px;
}

.image-6 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #fff;
  margin-bottom: 25px;
  margin-right: 25px;
  padding: 5px;
}

.info-section {
  background-color: #a79ebd;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #efd4e5);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 100px 50px 5%;
  display: flex;
}

.info-div {
  width: 50%;
  margin-left: 50px;
  padding: 0;
}

.decorative-text {
  color: #333;
  margin-bottom: 20px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  line-height: 1.8em;
}

.music-section {
  background-color: #c6c4da;
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  padding: 75px 25px;
  display: flex;
  position: relative;
}

.stars-holder {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-bottom: 25px;
  position: static;
  top: -20%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.image-7 {
  opacity: .82;
  mix-blend-mode: overlay;
}

.section-header {
  color: #576592;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-family: Vollkorn, serif;
  font-size: 25px;
  font-weight: 400;
}

.section-header.white {
  color: #fff;
}

.stars2 {
  z-index: 20;
  width: 200px;
  height: 200px;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 22%;
  bottom: auto;
  left: 12%;
  right: auto;
}

.image-9 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.left-side {
  width: 15%;
}

.right-side {
  width: 75%;
  flex-wrap: nowrap;
  justify-content: space-around;
  padding: 0;
  display: flex;
}

.music-link-box {
  width: 300px;
  height: 360px;
  object-fit: cover;
  position: relative;
  overflow: hidden;
  margin: 0 10px;
}

.music-link-box._2 {
  width: 300px;
  height: 300px;
  max-width: 400px;
  box-shadow: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.music-link-box._2:hover {
  box-shadow: none;
}

.music-link-box.middle {
  width: auto;
  height: auto;
  box-shadow: none;
  margin-left: 10px;
  margin-right: 10px;
}

.image-10 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-11 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
}

.connect-section {
  background-color: #576592;
  background-image: linear-gradient(207deg, rgba(239, 212, 229, .95), rgba(0, 0, 0, 0));
  justify-content: space-around;
  padding: 100px;
  display: flex;
}

.connect-div {
  width: 30%;
  min-height: 200px;
  object-fit: contain;
  border-right: 3px solid #c6c4da;
  padding-right: 75px;
}

.image-13 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.social-holder {
  width: 60%;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.social-div {
  width: 75px;
  height: 75px;
  opacity: .6;
  object-fit: contain;
}

.social-div:hover {
  opacity: 1;
}

.image-14, .image-15, .image-16, .image-17, .image-18 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), url('../images/Isabella-Spinning-in-Field.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 100px 200px;
}

.chat-wrapper {
  width: 100%;
  max-width: 1600px;
  min-height: 20px;
  justify-content: space-between;
  display: flex;
}

.chat-div {
  width: 25%;
}

.form-block {
  width: 65%;
}

.text-field {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #c6c4da;
  border-radius: 4px;
}

.submit {
  color: #576592;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #c6c4da;
  margin-top: 10px;
  padding: 15px 20px;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, .2);
}

.submit:hover {
  color: #fff;
  background-color: #576592;
}

.footer {
  background-color: #efd4e5;
  padding: 35px 200px;
}

.footer-text {
  color: #576592;
  text-align: center;
  margin-bottom: 0;
}

.info-wrapper {
  justify-content: space-around;
  display: flex;
}

.form {
  color: #fff;
}

.gallery-section {
  background-color: #efd4e5;
  background-image: radial-gradient(circle closest-corner, rgba(0, 0, 0, 0) 12%, rgba(198, 196, 218, .62));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 75px 0;
  display: flex;
}

.gallery-wrapper {
  width: 95%;
  min-height: 0;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tall-image {
  width: 50%;
  min-height: auto;
  object-fit: cover;
  margin: 0 10px 0 0;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, .2);
}

.image-19 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.horz-image {
  width: auto;
  height: 49%;
  object-fit: cover;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, .2);
}

.image-20 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stacked-div {
  width: 50%;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 10px;
  display: flex;
}

.stacked-div.right {
  margin-right: 0;
}

.image-21, .image-22, .image-23 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-24 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 50%;
}

.gallery-div {
  display: flex;
}

.image-26 {
  object-fit: cover;
}

.credit-wrapper {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.tiktok-feed-holder {
  width: 75%;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.divider-div {
  width: 50px;
  height: 2px;
  background-color: #576592;
  margin-top: 75px;
}

.tiktok-embed iframe {
  min-height: 475px;
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: 800px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-div {
    justify-content: space-between;
  }

  .navbar {
    padding: 5px 30px;
  }

  .nav-link {
    color: #576592;
    display: block;
  }

  .nav-link.monly {
    display: block;
  }

  .brand {
    margin-left: 0;
    margin-right: 0;
  }

  .isabella-title {
    width: 45%;
    bottom: 6%;
    right: 4%;
  }

  .image-2 {
    width: 400px;
    height: 500px;
  }

  .oval-image {
    width: 100%;
    height: 100%;
    top: 10%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .info-section {
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .info-div {
    width: 65%;
    margin-left: 35px;
    padding-top: 25px;
  }

  .decorative-text {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.6em;
  }

  .music-section {
    flex-direction: column;
    padding-left: 50px;
    padding-right: 50px;
  }

  .stars2 {
    width: 250px;
    height: 250px;
    top: 13%;
    left: 1%;
  }

  .left-side {
    width: 100%;
    margin-bottom: 20px;
  }

  .right-side {
    width: 100%;
    align-items: stretch;
  }

  .music-link-box {
    width: 33%;
    height: auto;
  }

  .music-link-box._2 {
    width: 33%;
    height: auto;
    align-items: stretch;
  }

  .music-link-box.middle {
    width: 33%;
  }

  .connect-section {
    padding: 50px 30px;
  }

  .connect-div {
    padding-right: 50px;
  }

  .social-holder {
    width: 65%;
  }

  .social-div {
    width: 60px;
    height: 60px;
  }

  .section {
    padding: 75px 50px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon {
    color: #fff;
  }

  .menu-button {
    background-color: #576592;
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: #c6c4da;
  }

  .nav-menu {
    background-color: #efd4e5;
  }

  .gallery-section {
    padding: 30px 0;
  }

  .credit-wrapper {
    flex-direction: column;
  }

  .tiktok-feed-holder, .divider-div {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 500px;
  }

  .navbar {
    padding: 0 15px;
  }

  .isabella-title {
    width: 55%;
    bottom: 0%;
  }

  .image-2 {
    width: auto;
    height: 400px;
    max-width: 600px;
  }

  .oval-image {
    height: 100%;
    top: 17%;
    left: -17%;
  }

  .info-section {
    flex-direction: column;
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .info-div {
    width: 100%;
    margin-left: 0;
    padding-top: 25px;
  }

  .decorative-text {
    text-align: center;
    line-height: 1.8em;
  }

  .music-section {
    padding: 50px 25px;
  }

  .stars-holder {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .section-header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

  .section-header.white {
    letter-spacing: 1px;
    font-size: 20px;
  }

  .stars2 {
    width: 200px;
    height: 200px;
    top: 11%;
    left: -3%;
  }

  .left-side {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    display: flex;
  }

  .right-side {
    width: 90%;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 10px;
  }

  .music-link-box {
    width: 48%;
    margin-top: 10px;
  }

  .music-link-box._2 {
    width: 45%;
    max-width: none;
  }

  .music-link-box.middle {
    width: 45%;
    margin: 10px 0 0;
  }

  .connect-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 25px;
  }

  .connect-div {
    width: 90%;
    min-height: auto;
    border-bottom: 3px solid #a79ebd;
    border-right-style: none;
    align-items: center;
    padding-bottom: 25px;
    padding-right: 0;
    display: flex;
  }

  .image-13 {
    width: 45%;
    font-size: 13px;
  }

  .social-holder {
    width: 90%;
    margin-top: 25px;
  }

  .social-div {
    width: 50px;
    height: 50px;
  }

  .section {
    background-image: linear-gradient(rgba(239, 212, 229, .5), rgba(239, 212, 229, .5)), linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), url('../images/Isabella-Spinning-in-Field.jpg');
    background-position: 0 0, 0 0, 50% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
    padding: 50px 25px;
  }

  .chat-div {
    width: 30%;
  }

  .form-block {
    width: 70%;
  }

  .text-field {
    background-color: #fff;
    border-width: 2px;
  }

  .submit {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .info-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .gallery-wrapper {
    flex-direction: column;
  }

  .gallery-div {
    margin-bottom: 10px;
  }

  .credit-wrapper {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .tiktok-feed-holder, .divider-div {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 600px;
    justify-content: center;
  }

  .brand {
    width: 55%;
  }

  .isabella-title {
    bottom: 8%;
    right: 5%;
  }

  .oval-image {
    object-fit: cover;
    top: -4%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-4 {
    object-fit: cover;
  }

  .info-section {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-div {
    padding-top: 20px;
  }

  .decorative-text {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.6em;
  }

  .music-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .stars-holder {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
  }

  .section-header {
    font-size: 20px;
    line-height: 1.2em;
  }

  .section-header.white {
    letter-spacing: 3px;
    font-size: 22px;
  }

  .stars2 {
    width: 175px;
    height: 175px;
    top: 7%;
    left: -11%;
  }

  .left-side {
    margin-bottom: 15px;
  }

  .music-link-box, .music-link-box._2, .music-link-box.middle {
    width: 100%;
  }

  .connect-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .connect-div {
    padding-bottom: 15px;
  }

  .image-13 {
    width: 65%;
  }

  .social-holder {
    width: 100%;
    margin-top: 25px;
  }

  .social-div {
    width: 40px;
    height: 40px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .chat-wrapper {
    flex-direction: column;
  }

  .chat-div {
    width: 100%;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .form-block {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .footer {
    padding: 15px 50px;
  }

  .info-wrapper {
    justify-content: flex-start;
  }

  .menu-button {
    border-radius: 4px;
    padding: 10px;
  }

  .gallery-wrapper {
    width: 90%;
  }

  .tall-image {
    width: 100%;
    height: 350px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .horz-image {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .stacked-div {
    width: 100%;
  }

  .gallery-div {
    flex-direction: column;
  }

  .divider-div {
    margin-top: 15px;
  }
}
