:root {
  --black-2: #333;
  --royal-blue: #3d6fd8;
  --grey: #8b8b8b;
  --cadet-blue: #0e91ac;
  --white: white;
  --orange: #eca50d;
  --black: black;
}

.navlink {
  color: var(--black-2);
  margin-top: 0;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.navlink:hover {
  color: var(--royal-blue);
  font-size: 16px;
}

.logo1 {
  color: var(--royal-blue);
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  position: static;
}

.logo2 {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 500;
  line-height: 36px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.container {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.brand.w--current {
  margin: 0 0 10px;
}

.slider {
  height: 500px;
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: block;
}

.slide {
  background-image: url('../images/007-500NOsceolaAve-Clearwater-FL-33755-full.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/021-500NOsceolaAve-Clearwater-FL-33755-full.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/_JPP4529.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

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

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

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

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

.body {
  font-family: Montserrat, sans-serif;
}

.listhead {
  color: #eca50d;
}

.listhead.blue {
  color: var(--cadet-blue);
}

.listhead.white {
  color: var(--white);
}

.listhead.black {
  color: var(--black-2);
}

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

.destext.white {
  color: var(--white);
}

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

.link.white {
  color: var(--white);
}

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

.text-block.white {
  color: var(--white);
}

.text-block.white.add {
  color: var(--orange);
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.amenities.white {
  color: var(--white);
}

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

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

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

.column-2 {
  order: -1;
  display: block;
}

.section-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-copy.gold {
  background-color: #ffe5ad;
  padding-top: 40px;
  padding-bottom: 50px;
}

.columns-2 {
  display: flex;
}

.text-block-2, .text-block-3 {
  padding-left: 10px;
}

.text-block-3.white {
  color: var(--white);
}

.link-2 {
  padding-right: 10px;
}

.link-2.w--current {
  text-decoration: none;
}

.footerlink {
  color: var(--grey);
  padding-right: 10px;
  text-decoration: none;
}

.footerlink.w--current {
  color: var(--grey);
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.section-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-4 {
  color: var(--grey);
  text-align: center;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.section-3 {
  background-color: var(--royal-blue);
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.column-3 {
  padding-left: 20px;
  padding-right: 10px;
}

.heading {
  color: var(--white);
}

.contactlink {
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.contactlink.white {
  color: var(--white);
}

.text-block-5 {
  color: var(--white);
  margin-top: 10px;
  font-size: 16px;
}

.text-block-5.white, .heading-2 {
  color: var(--white);
}

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

.text-block-6 {
  color: var(--white);
  padding-left: 0;
  padding-right: 0;
}

.column-4 {
  padding-right: 20px;
}

.div-block {
  z-index: 2;
  width: auto;
  background-color: rgba(255, 255, 255, .63);
  flex: 0 auto;
  align-self: center;
  padding: 10px 10px 2px;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block.mobile1 {
  display: none;
}

.mask {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-2 {
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-4 {
  text-align: center;
}

.image-2 {
  width: 260px;
}

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

.nav {
  text-align: center;
  margin-top: 20px;
}

.image-3 {
  width: 200px;
}

.link-3 {
  color: var(--white);
  text-decoration: none;
}

.section-5 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-3 {
  color: var(--grey);
  font-weight: 500;
}

.container-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-3 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-4 {
  width: 100%;
  height: 250px;
}

.slide-6 {
  background-image: url('../images/Minneapolis-condo-hotel.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-6 {
  text-align: left;
}

.div-block-5 {
  height: 100px;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

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

.instruction.white, .link-4 {
  color: var(--white);
}

.button, .button-2 {
  background-color: var(--orange);
}

.button-3, .button-4, .button-5, .button-6, .button-7, .button-8 {
  background-color: var(--royal-blue);
}

.button-9 {
  width: 200px;
  background-color: var(--royal-blue);
  text-align: center;
  display: block;
}

.button-9.yellow {
  background-color: var(--orange);
}

.button-10 {
  width: 200px;
  background-color: var(--royal-blue);
  text-align: center;
}

.button-10.yellow {
  background-color: var(--orange);
}

.div-block-6 {
  padding-top: 20px;
}

.div-block-7 {
  width: 95px;
  height: 27px;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.div-block-8 {
  display: inline-block;
  overflow: visible;
}

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

.heading-4.white {
  color: var(--white);
}

.link-5, .link-6, .link-7 {
  color: var(--black-2);
  text-decoration: none;
}

.link-8 {
  color: var(--white);
  text-decoration: none;
}

.link-9 {
  color: var(--black-2);
  text-decoration: none;
}

.dial {
  width: 200px;
  background-color: var(--royal-blue);
  text-align: center;
  margin-bottom: 10px;
  display: block;
}

.dial.yellow {
  background-color: var(--orange);
}

.mobile {
  width: 200px;
  background-color: var(--royal-blue);
  text-align: center;
  display: none;
}

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

.link-10.white {
  color: var(--white);
}

.link-11 {
  color: var(--orange);
}

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

.div-block-9 {
  height: 200px;
  overflow: hidden;
}

.image-copy {
  width: 150%;
  height: auto;
  max-height: none;
  max-width: none;
  aspect-ratio: auto;
  width: 150%;
  height: auto;
  max-height: none;
  max-width: none;
  width: 150%;
  height: auto;
  max-height: none;
  max-width: none;
  width: 150%;
  height: auto;
  max-height: none;
  max-width: none;
  width: 150%;
  height: auto;
  max-height: none;
  max-width: none;
  position: relative;
  top: -297px;
  bottom: 0;
}

@media screen and (min-width: 1280px) {
  .button-10 {
    flex: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    align-items: center;
    margin-bottom: 10px;
    display: block;
  }

  .container {
    align-items: flex-end;
    display: block;
  }

  .brand.w--current {
    z-index: 99;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 20px;
  }

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

  .column {
    order: 1;
    margin-top: 10px;
  }

  .section {
    padding-top: 10px;
  }

  .column-3 {
    padding-left: 10px;
  }

  .column-4 {
    padding-right: 10px;
  }

  .div-block {
    padding-top: 10px;
  }

  .image-2 {
    width: 260px;
  }

  .nav {
    margin-top: 0;
  }

  .menu-button {
    z-index: 99;
    flex-direction: row;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 12%;
  }

  .menu-button.w--open {
    z-index: 98;
    background-color: var(--white);
    flex: 0 auto;
    align-self: flex-end;
  }

  .nav-menu {
    z-index: 99;
    width: 150px;
    background-color: var(--white);
    text-align: left;
    object-fit: fill;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .columns-3 {
    display: flex;
  }

  .div-block-3 {
    flex-direction: row;
    justify-content: space-around;
    display: block;
  }

  .div-block-7 {
    width: 95px;
    height: 27px;
    margin-left: 10px;
  }

  .div-block-8 {
    margin-bottom: 10px;
  }

  .text-block-7 {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .navlink:hover {
    color: var(--royal-blue);
  }

  .container {
    z-index: 97;
    float: none;
    justify-content: center;
    display: block;
    position: static;
  }

  .brand.w--current {
    margin-left: 10px;
  }

  .amenities {
    margin-bottom: 0;
  }

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

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

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

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

  .footerlink {
    padding-bottom: 10px;
    padding-right: 0;
  }

  .footerlink.w--current {
    padding-bottom: 10px;
  }

  .section-2 {
    flex-direction: column;
    display: flex;
  }

  .column-3, .column-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block.desktop {
    display: none;
  }

  .div-block.mobile1 {
    float: none;
    clear: none;
    object-fit: fill;
    display: block;
    position: static;
  }

  .image-2 {
    width: 400px;
  }

  .menu-button {
    float: none;
    background-color: var(--white);
    position: static;
  }

  .nav-menu {
    background-color: var(--white);
    justify-content: center;
    display: flex;
  }

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

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

  .columns-4, .columns-5 {
    flex-direction: column;
    display: flex;
  }

  .div-block-5 {
    height: auto;
    align-items: flex-start;
    display: flex;
  }

  .button-9 {
    display: none;
  }

  .button-10 {
    width: 200px;
  }

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

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

  .column-9, .column-10, .column-11, .column-12, .column-13, .column-14, .column-15, .column-16 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-7 {
    font-size: 30px;
    line-height: 40px;
  }

  .dial {
    display: none;
  }

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

  .mobile.yellow {
    background-color: var(--orange);
  }

  .call-desktop {
    display: none;
  }

  .icon {
    font-size: 35px;
    line-height: 40px;
  }

  .column-17, .column-18 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .brand.w--current {
    margin-right: 0;
    padding-left: 0;
  }

  .rentalimg {
    width: 80px;
  }

  .column {
    padding-left: 0;
  }

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

  .footerlink {
    padding-right: 0;
  }

  .footerlink.w--current {
    padding-bottom: 10px;
  }

  .section-2 {
    flex-direction: column;
    display: flex;
  }

  .image-2 {
    width: 300px;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

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

  .button {
    text-align: center;
  }

  .button-2 {
    text-align: center;
    margin-bottom: 10px;
  }

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

  .button-4 {
    text-align: center;
    margin-bottom: 10px;
  }

  .button-5 {
    text-align: center;
  }

  .button-6 {
    text-align: center;
    margin-bottom: 10px;
  }

  .button-7 {
    text-align: center;
  }

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

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

  .text-block-7 {
    font-size: 20px;
  }

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

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

  .image-copy {
    position: static;
    top: -188px;
  }

  .div-block-9 {
    height: 250px;
  }
}


