/* only small desktops */
/* tablets */
/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
h1, h2 {
  text-shadow: 0px 0px 0px #000000;
}

.text h4 {
  color:#ff7d7d;
}

  #hero-area .contents h1 {
    font-size: 28px;
  }

  #nav-main li a.nav-link {
    padding-top: 18px;
  }

  .slicknav_menu {
    display: block;
  }

  .slicknav_menu::after {
    clear: none;
  }

  .navbar-header {
    width: 100%;
  }

  .item-boxes h4 {
    font-size: 18px;
  }

  #wedding .show-box img {
    display: none;
  }

  #wedding .box-item .text p {
    font-size : 12px;
    line-height: 20px;
  }

  #wedding .box-item .text h4 {
    font-size: 14px;
    color: #333;
  }

  .accom-table .accom-details ul li {
    font-size: 12px;
  }

  .counters .facts-item .fact-count h4 {
    font-size: 14px;
  }

  .single-team {
    margin-bottom: 30px;
  }

  .meta-tags span {
    margin-right: 3px;
  }

  .meta-tags span i {
    margin-right: 0px;
  }

  #blog .blog-item-text h3 {
    font-size: 14px;
    line-height: 20px;
  }

  .square-image {
  width: 50%;
  object-fit: cover; /* Required to prevent the image from stretching, use the object-position property to adjust the visible area */
  aspect-ratio: 1/1;
  object-position: center;
  }

  .section-header .us-subtitle {
  margin-top: 20px;
  color: #ffeac8;
  font-size: 16px;
  font-weight: 400;
  text-shadow: 1px 1px 1px #acc6a1;
}

#ourstory {
  padding-top: 110px;
}

#wedding {
  /*background-color: #ffbd8d;*/ 
  background-image: url("../img/otdotme/heart_wallpaper1_pink2_1920_72ppi.png"); 
  border-style: solid;
  border-color: #ff7d7d;
  border-width: 1px;
}

/*#wedding .section-subtitle {
  color: #ffeac8;
  text-shadow: 1px 1px 1px #000000;
  font-size: 18px;
}*/

#prezola_rsvp_div2 {
  margin-left: 90px;
}

p.gift-container {
  font-size: 10rem;
}

#hero-area {
  background-position: -400px -200px;
}

  /*img {
  clip-path: polygon(80% 0%, 20% 0%, 20% 100%, 80% 100%);
  }*/
}


/* mobile or only mobile. */
@media (max-width: 767px) {
/*h1, h2 {
  text-shadow: 0px 0px 0px #000000;
}*/

.text h4 {
  color:#ff7d7d;
}

.navbar-header {
    width: 100%;
  }

  .navbar-brand {
    position: absolute;
    padding: 15px;
    top: 0;
  }
  .navbar-brand img {
    width: 70%;
  }

  #mobile-menu {
    display: none;
  }

  .slicknav_menu {
    display: block;
  }

  .slicknav_menu::after {
    clear: none;
  }

  .slicknav_nav .active a {
    background: #ff7d7d;
    color: #fff;
  }

  .slicknav_nav a:hover, .slicknav_nav .active {
    color: #ff7d7d;
    background: #f8f9fa;
  }

  .slicknav_nav .dropdown li a.active {
    background: #f8f9fa;
    color: #ff7d7d;
  }

  .section-header .section-title {
    font-size: 20px;
  }

  #hero-area .contents {
    padding: 10px 0 8px;
  }

  #hero-area .contents h1 {
    font-size: 18px;
    line-height: 30px;
  }

  #wedding .show-box img {
    display: none;
  }

  #wedding .box-item .text p {
    font-size : 12px;
    line-height: 20px;
  }

  #wedding .box-item .text h4 {
    font-size: 14px;
    color: #333;
  }

  .controls {
    margin: 0px;
  }
  .controls .btn {
    font-size: 13px;
    padding: 7px 7px;
  }

  .video-promo .video-promo-content h2 {
    font-size: 22px;
  }

  .accom-table {
    margin-bottom: 15px;
  }

  .counters .facts-item {
    margin-bottom: 30px;
  }

  .single-team {
    margin-bottom: 15px;
  }

  .contact-us {
    margin-bottom: 30px;
  }

  .contact-us h3 {
    font-size: 28px;
  }

  .footer-links li a {
    margin-right: 10px;
  }

  .copyright {
    float: left;
  }

  .square-image {
  width: 50%;
  object-fit: cover; /* Required to prevent the image from stretching, use the object-position property to adjust the visible area */
  aspect-ratio: 1/1;
  object-position: center;
  }

  .section-header .us-subtitle {
  margin-top: 20px;
  color: #ffeac8;
  font-size: 18px;
  font-weight: 400;
  /*text-shadow: 1px 1px 1px #acc6a1;*/
}

#ourstory {
  padding-top: 110px;
}

#wedding {
  /*background-color: #ffbd8d;*/ 
  background-image: url("../img/otdotme/heart_wallpaper1_pink2_1920_72ppi.png"); 
  border-style: solid;
  border-color: #ff7d7d;
  border-width: 1px;
}

#wedding .section-subtitle {
  /*color: #ffeac8;
  text-shadow: 1px 1px 1px #000000;*/
  font-size: 18px;
}

#prezola_rsvp_div2 {
  margin-left: 90px;
}

p.gift-container {
  font-size: 7.5rem;
}

#hero-area {
  background-position: -600px -300px;
}

  /*img {
  clip-path: polygon(80% 0%, 20% 0%, 20% 100%, 80% 100%);
  }*/
}

/*Add # space before sourceMap to activate scss mapping link */
/* sourceMappingURL=responsive.css.map */
