:root {
  --dark-slate-blue: #484990;
  --cornflower-blue: #9496d8;
  --white: white;
  --dark-slate-blue-2: #4c4e9e;
  --medium-slate-blue: #6b6ddb;
  --black: #333;
  --light-grey: #585858;
  --hover-grey: #888;
  --royal-blue: #3d6fd8;
}

.heading {
  color: var(--dark-slate-blue);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 28px;
}

.nav-link {
  color: var(--dark-slate-blue);
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.nav-link:hover {
  color: var(--cornflower-blue);
}

.nav-menu {
  background-color: var(--white);
  flex: 1;
  align-items: flex-start;
  height: auto;
  padding-top: 5px;
  display: flex;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.body {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Merriweather, serif;
}

.text-block {
  color: var(--dark-slate-blue);
  padding-left: 0;
  font-size: 16px;
}

.brand {
  padding-bottom: 10px;
}

.navbar {
  background-color: var(--white);
  border-bottom: 1px solid #d1d1d1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider {
  height: 600px;
  max-height: 100%;
  display: none;
}

.destext {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.destext.white {
  color: #fff;
}

.text-block-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 16px;
}

.text-block-2.white {
  color: #fff;
}

.text-block-2.white.add {
  color: #eca50d;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.listhead {
  color: #eca50d;
  text-align: center;
  margin-bottom: 40px;
}

.listhead.white {
  color: #fff;
}

.heading-4 {
  font-weight: 500;
}

.heading-4.white {
  color: #fff;
}

.column-5 {
  padding-top: 30px;
}

.amenities.white {
  color: #fff;
}

.text-block-3 {
  padding-left: 10px;
  text-decoration: none;
}

.text-block-3.white {
  color: #fff;
}

.image {
  width: 150%;
  max-width: none;
  height: auto;
  max-height: none;
}

.dial {
  background-color: var(--dark-slate-blue-2);
  text-align: center;
  flex: none;
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.dial:hover {
  background-color: var(--medium-slate-blue);
}

.rentalimg {
  width: 100px;
  height: 100px;
  margin: 10px;
  padding: 0;
  overflow: hidden;
}

.button-10 {
  text-align: center;
  background-color: #4c4e9e;
  width: 200px;
}

.div-block-5 {
  justify-content: space-around;
  display: flex;
}

.button-9 {
  text-align: center;
  background-color: #3d6fd8;
  width: 200px;
  display: block;
}

.button-9.yellow {
  background-color: #eca50d;
}

.link-9 {
  color: #333;
  text-decoration: none;
}

.mobile {
  text-align: center;
  background-color: #3d6fd8;
  width: 200px;
  display: none;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  display: block;
  position: relative;
}

.columns {
  text-align: center;
  margin-top: 0;
}

.section {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-4 {
  color: var(--dark-slate-blue);
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
}

.lightbox-link {
  width: 100px;
  height: 100px;
  margin: 10px;
  padding: 0;
  overflow: hidden;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: auto;
}

.slide {
  background-image: url('../images/Waterfront-punta-gorda-floria.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/a0F4P00000Nc9I5UAJ.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.link-11 {
  color: #eca50d;
}

.columns-2 {
  display: flex;
}

.dial-2 {
  text-align: center;
  background-color: #3d6fd8;
  width: 200px;
  display: block;
}

.dial-2.yellow {
  background-color: #eca50d;
}

.dial-2.yellow:hover {
  background-color: #ffbb29;
}

.button-11 {
  text-align: center;
  background-color: #3d6fd8;
  width: 200px;
}

.button-11.yellow {
  background-color: #eca50d;
}

.instruction {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 18px;
}

.instruction.white {
  color: #fff;
}

.link-8 {
  color: #fff;
  text-decoration: none;
}

.section-blue {
  background-color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 50px;
}

.column-2 {
  order: -1;
  padding-top: 30px;
  display: block;
}

.columns-4 {
  align-items: center;
  margin-top: 0;
  display: block;
  position: static;
}

.link-10 {
  line-height: 22px;
}

.link-10.white {
  color: #fff;
}

.text-block-5 {
  font-size: 16px;
  line-height: 24px;
}

.text-block-6 {
  border-bottom: 2px solid var(--black);
  cursor: pointer;
  background-image: url('../images/arrow-down-gry.png');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-bottom: 3px;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
}

.lightbox-link-2 {
  width: 100px;
  height: 100px;
  margin: 10px;
  overflow: hidden;
}

.image-3 {
  max-width: none;
  height: 100%;
}

.text-block-4-copy {
  color: var(--white);
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
}

.text-block-7 {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

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

.slide-3 {
  background-image: url('../images/a0F4P00000PtHaxUAF.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/a0F4P00000PtHaqUAF.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-6 {
  background-image: url('../images/a0F4P00000Nc9I1UAJ.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.lightbox-link-3 {
  width: 100px;
  height: 100px;
  margin: 10px;
  overflow: hidden;
}

.image-4 {
  max-width: none;
  height: 100%;
}

.slide-5 {
  background-image: url('../images/a0F4P00000Q5rdXUAR.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-6-copy-copy {
  background-image: url('../images/a0F4P00000PtHaxUAF.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.columns-5 {
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 20px;
}

.section-2 {
  padding-top: 40px;
}

.divpic {
  height: 270px;
  overflow: hidden;
}

.link-block {
  color: var(--black);
  text-align: center;
  border: 1px solid #c7c7c7;
  padding: 10px;
  text-decoration: none;
}

.heading-5 {
  font-family: Merriweather, serif;
  font-size: 28px;
}

.container-2 {
  padding: 60px 20px 40px;
}

.text-block-8 {
  font-size: 16px;
  line-height: 22px;
}

.div-block-7 {
  background-color: var(--dark-slate-blue);
  border-radius: 5px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-7:hover {
  background-color: #6e6fbb;
}

.text-block-10 {
  font-weight: 700;
}

.text-block-11 {
  color: var(--white);
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.section-copy {
  background-color: #f8f8ff;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.lightbox-link-copy {
  width: 100%;
  height: auto;
  margin: 0 10px 0 0;
  padding: 0;
  overflow: hidden;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  height: 400px;
}

.slide-6 {
  width: auto;
  height: 400px;
  margin-right: 10px;
}

.sliderdiv {
  width: 100%;
}

.slide7, .slide8, .slide9 {
  width: 450px;
  margin-right: 10px;
}

.phone-div {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding-right: 4%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.link-12 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  padding: 10px;
  font-family: Merriweather, serif;
  text-decoration: none;
}

.body-2 {
  font-family: Merriweather, serif;
}

.footer-txt {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 22px;
}

.lightbox-link-4 {
  color: var(--black);
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.lightbox-link-5, .lightbox-link-6 {
  width: 100%;
  height: 100%;
}

.image-txt-mobile {
  padding-left: 10px;
  text-decoration: none;
  display: none;
}

.image-txt-mobile.white {
  color: #fff;
}

.phone-link {
  color: var(--dark-slate-blue);
  padding-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 22px;
  display: none;
}

.phone-link:hover {
  color: var(--cornflower-blue);
}

.footlink {
  color: var(--black);
  text-decoration: none;
}

.div-block-6-copy {
  background-image: url('../images/a0F4P00000RILIcUAP-2.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.lanai-div {
  background-image: url('../images/a0F4P00000Q5rd5UAB.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.home-div {
  background-image: url('../images/image0.jpeg');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.columns-5-copy {
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 20px;
}

.divpic-copy {
  height: 190px;
  overflow: hidden;
}

.text-span {
  color: var(--light-grey);
  font-size: 17px;
}

.text-span:hover {
  color: var(--hover-grey);
}

.lanai-div-copy {
  background-image: url('../images/liv0.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 250px;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.lightbox-link-6-copy {
  width: 100%;
  height: 100%;
}

.lightbox-link-3-copy {
  width: 100px;
  height: 100px;
  margin: 10px;
  overflow: hidden;
}

.image-4-copy {
  max-width: none;
  height: 100%;
}

.lightbox-link-7 {
  width: 100%;
  height: 100%;
}

.paradise-div {
  background-image: url('../images/liv0.jpeg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.slide-6-copy, .slide-66, .slide-67 {
  width: auto;
  height: 400px;
  margin-right: 10px;
}

@media screen and (min-width: 1280px) {
  .nav-link {
    padding-top: 20px;
    display: block;
  }

  .nav-link.w--current {
    padding-top: 20px;
  }

  .nav-menu {
    padding-top: 5px;
  }

  .container {
    flex: 1;
    align-items: center;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .slider {
    height: 650px;
  }

  .dial {
    font-size: 16px;
    line-height: 22px;
  }

  .divpic {
    height: 300px;
  }

  .heading-5 {
    font-size: 32px;
  }

  .text-block-9 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-7 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .phone-div {
    width: auto;
  }

  .divpic-copy {
    height: 200px;
  }
}

@media screen and (min-width: 1440px) {
  .slider {
    height: 700px;
  }

  .text-block-6 {
    cursor: pointer;
    background-position: 30%;
    background-size: 25px;
  }

  .section-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .divpic {
    height: 350px;
  }

  .link-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-5 {
    font-size: 34px;
  }

  .text-block-9 {
    font-size: 18px;
  }

  .div-block-7 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .phone-div {
    padding-right: 5%;
  }

  .columns-5-copy {
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 40px;
  }

  .divpic-copy {
    height: 250px;
  }
}

@media screen and (min-width: 1920px) {
  .destext, .text-block-2 {
    font-size: 17px;
    line-height: 26px;
  }

  .heading-4 {
    font-size: 19px;
    font-weight: 700;
  }

  .amenities {
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-3 {
    text-align: center;
  }

  .text-block-5 {
    font-size: 17px;
    line-height: 26px;
  }

  .text-block-6 {
    background-position: 35%;
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-6, .div-block-6-copy-copy {
    height: 300px;
  }

  .section-2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .divpic {
    height: 400px;
  }

  .lanai-div, .home-div {
    height: 300px;
  }

  .columns-5-copy {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 40px;
  }

  .divpic-copy {
    height: 280px;
  }

  .paradise-div {
    height: 300px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: var(--white);
  }

  .slider {
    height: 500px;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .listhead {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .columns-3 {
    display: flex;
  }

  .column-5 {
    margin-top: 10px;
  }

  .text-block-3 {
    font-size: 12px;
    line-height: 18px;
  }

  .column {
    order: 1;
    margin-top: 0;
  }

  .columns {
    margin-top: 0;
  }

  .section, .column-2 {
    padding-top: 10px;
  }

  .columns-4 {
    margin-top: 0;
  }

  .text-block-6 {
    background-position: 40%;
  }

  .div-block-6, .div-block-6-copy {
    margin-top: 0;
  }

  .menu-button {
    z-index: 9;
    margin-bottom: 0;
  }

  .div-block-6-copy {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .div-block-6-copy-copy {
    margin-top: 0;
  }

  .columns-5 {
    margin-left: 3%;
    margin-right: 3%;
  }

  .section-copy {
    padding-top: 10px;
  }

  .phone-div {
    padding-right: 2%;
  }

  .footer-txt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lightbox-link-4 {
    height: 200px;
  }

  .phone-link {
    display: block;
  }

  .div-block-6-copy {
    margin-top: 0;
  }

  .lanai-div {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .home-div {
    margin-top: 0;
  }

  .columns-5-copy {
    margin-left: 3%;
    margin-right: 3%;
  }

  .divpic-copy {
    height: 130px;
  }

  .lanai-div-copy, .paradise-div {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .slider {
    height: 400px;
  }

  .destext.white {
    padding-top: 10px;
  }

  .listhead {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 26px;
    line-height: 30px;
  }

  .listhead.white {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-4.white {
    margin-bottom: 0;
  }

  .column-8 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .columns-3 {
    flex-direction: column;
    display: flex;
  }

  .column-5 {
    order: -1;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .amenities {
    margin-bottom: 0;
  }

  .text-block-3 {
    text-align: center;
  }

  .call-desktop, .dial {
    display: block;
  }

  .button-10 {
    width: 200px;
  }

  .div-block-5 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .column-7 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button-9 {
    display: none;
  }

  .mobile {
    margin-bottom: 10px;
    display: block;
  }

  .mobile.yellow {
    background-color: #eca50d;
    margin-bottom: 0;
  }

  .column {
    text-align: left;
    flex: 0 auto;
    align-self: auto;
  }

  .columns {
    margin-top: 10px;
  }

  .image-2 {
    width: 100%;
    height: auto;
  }

  .column-10 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .columns-2 {
    flex-direction: column;
  }

  .dial-2 {
    display: none;
  }

  .button-11 {
    width: 200px;
  }

  .column-2 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-4 {
    margin-top: 10px;
  }

  .text-block-6 {
    padding-top: 10px;
  }

  .div-block-6 {
    margin-bottom: 0;
  }

  .menu-button {
    margin-bottom: 20px;
  }

  .div-block-6-copy, .div-block-6-copy-copy {
    margin-bottom: 10px;
  }

  .divpic {
    height: auto;
  }

  .link-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-7 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .phone-div {
    display: none;
  }

  .footer-txt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-txt-mobile {
    text-align: left;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
    display: block;
  }

  .div-block-6-copy {
    margin-bottom: 0;
  }

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

  .home-div {
    margin-bottom: 0;
  }

  .divpic-copy {
    height: auto;
  }

  .lanai-div-copy, .paradise-div {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 18px;
    line-height: 22px;
  }

  .nav-link {
    font-size: 16px;
    line-height: 18px;
  }

  .text-block {
    font-size: 14px;
  }

  .destext {
    font-size: 14px;
    line-height: 20px;
  }

  .destext.white {
    padding-top: 10px;
  }

  .text-block-2 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .listhead, .listhead.white {
    font-size: 22px;
    line-height: 24px;
  }

  .heading-4.white {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .column-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dial {
    text-align: center;
    margin-bottom: 10px;
    display: block;
  }

  .rentalimg {
    width: 80px;
  }

  .button-10 {
    text-align: center;
    width: 100%;
  }

  .div-block-5 {
    flex-direction: column;
    justify-content: space-between;
  }

  .button-9 {
    text-align: center;
    margin-bottom: 10px;
    display: none;
  }

  .link-9 {
    font-size: 16px;
    line-height: 22px;
  }

  .mobile {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .mobile.yellow {
    margin-bottom: 20px;
  }

  .column {
    padding-left: 0;
  }

  .dial-2 {
    text-align: center;
    margin-bottom: 10px;
    display: none;
  }

  .dial-2.yellow {
    display: block;
  }

  .button-11 {
    text-align: center;
    width: 100%;
  }

  .column-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-5 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-6 {
    background-position: 70%;
    padding-top: 10px;
  }

  .div-block-6, .div-block-6-copy {
    height: 170px;
  }

  .menu-button {
    margin-bottom: 10px;
  }

  .div-block-6-copy, .div-block-6-copy-copy {
    height: 170px;
    margin-bottom: 10px;
  }

  .columns-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .divpic {
    height: auto;
  }

  .footer-txt {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-txt-mobile {
    padding-left: 0;
  }

  .image-txt-mobile.white {
    padding-top: 0;
  }

  .phone-link {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-6-copy {
    height: 170px;
  }

  .lanai-div {
    height: 170px;
    margin-bottom: 10px;
  }

  .home-div {
    height: 170px;
  }

  .columns-5-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .divpic-copy {
    height: auto;
  }

  .lanai-div-copy, .paradise-div {
    height: 170px;
    margin-bottom: 10px;
  }
}


