strong, b{
    font-weight: bold;
}

html{
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body{
  overflow-y: scroll;
  font-family: acumin-variable, sans-serif;
  font-weight: 200;
  line-height: 27px;
  padding: 0px;
  margin: 0px;
  color: #000;
  padding: 0px;
  background-color: #fff;
}

section {
  opacity: 0;
  transform: translate(0px, 100px);
  transform: scale(.95);
  transition: all .4s ease-out;
}

.visible {
  transition: all .8s ease-out;
  opacity: 1;
  transform: translate(0px, 0px);
  transition-delay: 0.3s;
  z-index: -1;
}

a{
}

.unstyledA {
	color: inherit;
	text-decoration: none;
}

div{
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  transition: all ease;
  box-sizing: border-box;
}

button{
  cursor: pointer;
  margin-top: 30px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width:auto;
  height: auto;
  padding: 30px 50px;
  background-color: #141e45;
  border: none;
  border-radius: 4px;
  display: block;
}

button a{
}

h1{
  color: inherit;
  font-family: quincy-cf, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 90px;
  margin-bottom: 55px;
  margin-top: 0px;
}

h2{
  font-family: quincy-cf, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  margin-bottom: 0px;
  margin-top: 15px;
  color: #141e45;
}

h3{
  font-weight: 100;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 10px;
  color: #141e45;
}

h4{
  margin-top: 0px;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 10px;
  color: inherit;
}

h5{
  color: inherit;
  font-family: quincy-cf, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  margin: 0px !important;
}

h6{
  font-family: quincy-cf, serif;
  font-weight: 400;
  text-transform: none !important;
  letter-spacing: normal !important;
  color: inherit;
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 10px;
}

blockquote{
}

cite {
}

nav{
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s ease;
  padding: 15px 30px;
  display: flex;
  flex-wrap: nowrap;
  z-index: 999;
  position: fixed;
  width: calc(100% - 60px);
  height: auto;
  /*background-color: #0c1229;*/
  background-color: none;
}

.nav-item-container li{
  margin-left: 30px;
  display: inline !important;
}

.nav-and-button-wrapper{
  display: flex;
  width: auto;
  background-color: none;
}

.nav-and-button-container{
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  width: auto;
  background-color: none;
}

.phone-number-adjustment{
  font-size: 15px;
}

ul{
  list-style: none;
  padding-left: 0px;
  padding-inline-start: 0px;
}

.menuUL {
  margin-top: 5px;
}

.site-wrapper{
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: #fff;
}

/*--start the custom styles--*/

.full-menu-wrapper{
  opacity: 0;
  transition: all ease 0.3s;
  z-index: -1;
  display: flex;
  position: fixed;
  visibility: hidden;
  font-size: 16px;
  color: #999;
  padding: 0px;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  background-color: #0c1229;
}

.menu-background-wrapper{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  z-index: -1;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: none;
}

.menu-background-image{
  animation: scrollbackground 8s infinite linear;
  position: absolute;
  top: 0px;
  left: 0px;
  width: auto;
  height: 100%;
  opacity: 0;
}

.menu-background-small-diamond{
  animation: scrollbackgroundsmall 8s infinite linear;
  width: 100%;
  margin: auto;
}

.menu-small-diamond{
  position: absolute;
  display: flex;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: none;
}

@keyframes scrollbackground {
  100% { transform: scale(1.5); }
  25% { opacity: 1; };
  50% { transform: scale(1.3); opacity: 0; };
  100% { opacity: 1; };
}

@keyframes scrollbackgroundsmall {
  100% { transform: scale(1) };
}

.full-menu-wrapper a{
  color: inherit;
  text-decoration: none;
}

.full-menu-wrapper a:hover{
  text-decoration: underline;
  color: #fff;
}

.full-menu-wrapper h4{
  color: #fff;
}

.full-menu-container{
  padding-top: 100px;
  margin: 0px auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: none;
}

.menu-nav-container{
  width: calc(100% / 3);
  margin-bottom: 0px;
}

.full-menu-left{
  position: relative;
  padding-left: 30px;
  overflow: visible;
  width: 50%;
  height: 100%;
}

.full-menu-right h3{
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff !important;
  margin: 5px 0px 10px 0px;
}

.laura-menu-full-image{
  width: auto;
  height: 100%;
}

.full-menu-right{
  margin-left: 50px;
  display: flex;
  flex-wrap: nowrap;
  width: auto;
  max-width: 50%;
  height: auto;
  padding-right: 30px;
  background-color: none;
  overflow: scroll !important;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}

.full-menu-right::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

.menu-items-container{
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding-top: 20px;
  background-color: none;
}

.menu-copyright{
  font-size: 12px;
  line-height: 22px;
  width: 100%;
  height: auto;
  border-top: 1px solid rgba(255,255,255,0.3);
  padding-top: 30px;
}

.nav-item-container{
  display: flex;
  margin: auto 0px;
  width: auto;
  max-width: auto;
  height: auto;
  background-color: none;
}

.nav-align-left{
  align-content: left;
  background-color: none;
}

.nav-spacer{
  background-color: none;
  flex-grow: 1 !important;
}

.nav-align-center{
  text-align: center;
  align-content: center;
}

.nav-align-right{
  color: #fff;
  text-align: right;
  align-content: right;
  background-color: none;
}

.logo-sep{
  margin: auto;
  min-width: 1px;
  width: 1px;
  height: 40px;
  background-color: rgba(255,255,255,.3);
}

.nav-menu-button{
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.3);
  margin-left: 30px;
  padding: 10px 15px;
  background-color: none;
}

.nav-menu-button:hover{
  color: #141e45;
  border: 1px solid rgba(255,255,255,0);
  transition: all 0.4s ease;
  background-color: #fff;
}

.info-icon{
  margin-right: 10px;
}

.nav-menu-button:hover .hamburger-icon span{
  background: #141e45;
}

.hamburger-menu-button{
  display: inline !important;
  cursor: pointer;
  width: auto;
  height: auto;
  background-color: none;
}

.menu-text{
  margin-right: 10px;
}

.lg-logo-holder{
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  background-color: none;
  padding-right: 30px;
}

.lg-full-logo{
  margin-bottom: -7px;
  width: 200px;
  max-width: 200px;
  height: auto;
  background-color: none;
}

.lp-logo-holder{
  margin-left: 0px;
  margin-bottom: 0px;
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  background-color: none;
  padding-left: 30px;
}

.lp-full-logo{
    margin-right: 0px;
    padding-top: 15.5px;
    width: 100px;
}

.hamburger-icon{
  padding-top: 8px;
  float: right;
  overflow: visible !important;
  cursor: pointer;
  box-sizing: border-box;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  background-color: none;
}

.hamburger-icon span{
  transition: all 0.2s ease;
  box-sizing: border-box;
  display: block;
  width: 25px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  z-index: 1;
}

.hero-video-section-wrapper{
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  background-color: black;
}

.hero-max-width-container h3{
  margin-bottom: 0px !important;
}

.hero-video-content-overlay{
  display: flex;
  flex-wrap: nowrap;
  color: #fff !important;
  padding-bottom: 80px;
  text-align: center;
  z-index: 1;
  margin: 0px auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 0px;
  background-color: none;
}

.hero-max-width-container{
  position: relative;
  margin: 0px auto;
  width: auto;
  max-width: auto;
  height: auto;
  background-color: none;
}

.hero-logo-wrapper{
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  width: auto;
  max-width: 800px;
  height: auto;
  background-color: none;
  margin-bottom: 55px;
}

.hero-logo-container{
  width: auto;
  height: auto;
  min-width: 60px;
  max-height: 30px;
  background-color: none;
}

.hero-logo-lines{
  margin: auto;
  width: 100%;
  min-height: 1px;
  max-height: 1px;
  background-color: #fff;
}

.hero-video-content-overlay h3{
  color: #fff !important;
  margin-bottom: 40px;
}

.lg-logo-hero{
  margin-bottom: 0px;
  width: 30px;
  height: auto;
}

#heroVideo {
  opacity: .7;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.title-area-wrapper{
  margin-top: 80px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: none;
}

.title-area-container{
  text-align: center;
  margin: 0px auto;
  width: 100%;
  max-width: 1400px;
  height: auto;
  background-color: none;
}

.scroll-prompt{
  padding: 30px;
  z-index: 1;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom:0px;
  width: 100%;
  height: auto;
  background-color: none;
}

.laura-photo-gallery-wrapper{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: 10px;
  background-color: none;
}

.laura-photo-gallery-container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin: 0px auto;
  width: 100%;
  max-width: 1400px;
  height: auto;
  padding: 0px;
  background-color: none;
}

.photo-gallery-containers{
  cursor: pointer;
  transition: background-color 0.5s ease, box-shadow 0.5s ease;
  box-sizing: border-box;
  height: auto;
  width: auto;
  padding-top: 90%;
  background-color: none;
  position: relative;
  flex: 1;
}

.photo-gallery-containers img{
  position: absolute;
  top: 0px;
  transition: all 0.3s ease;
  object-fit: cover;
  width: auto;
  height: 100%;
}

.photo-gallery-overlay{
  display: flex;
  z-index: 1;
  color: #fff;
  margin: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: none;
}

.photo-gallery-overlay-text-box{
  opacity: 0;
  transition: all 0.3s ease;
  text-align: center;
  padding: 20px;
  margin: auto;
  color: #fff;
  width: auto;
  height: auto;
  background-color: rgba(20,30,69,0.7);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
}

.photo-gallery-containers:hover img{
  transition: all 0.3s ease;
  transform: scale(1.05);
}

.photo-gallery-containers:hover .photo-gallery-overlay-text-box{
  opacity: 1;
  transition: all 0.3s ease;
  padding: 80px;
}

.photo-align-right{
  right: -30px;
}

.property-section-wrapper{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: 30px;
  background-color: none;
}

.property-section-container{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0px auto;
  width: 100%;
  max-width: 1400px;
  height: auto;
  padding: 80px 0px;
  padding-top: 30px;
  background-color: none;
}

.property-containers{
  border-radius: 4px;
  border: 1px solid #ced0d1;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% / 3 - 20px);
  height: auto;
  background-color: none;
}

.property-photo-container{
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 60%;
  height: auto;
  background-color: none;
}

.property-photo-holder{
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: none;
}

.property-photo-holder img{
  object-fit: cover;
  width: 100%;
  height: auto;
}

.property-info-container{
  color: #6d6e71;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  background-color: white;
}

.property-location-container{
  font-family: quincy-cf, serif;
  font-weight: 400;
  font-size: 18px;
  color: #141e45;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 10px 20px 10px 20px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  background-color: none;
}

.property-stats-container{
  padding: 10px;
  width: calc(100% / 3);
  max-width: calc(100% / 3);
  height: auto;
  background-color: none;
}

.property-more-info-container{
  padding: 10px 20px 20px 20px;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: none;
}

.bio-section-wrapper{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0px;
  padding-top: 80px;
  background-color: none;
}

.property-section-container{
  padding: 0px !important;
}

.bio-section-container{
  display: flex;
  flex-wrap: nowrap;
  margin: 0px auto;
  width: 100%;
  max-width: 1400px;
  min-height: 75vh;
  padding: 0px;
  background-color: none;
}








/*
.bio-section-photo-container{
  object-fit: cover;
  width: 50%;
  max-width: 50%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: none;
}
*/

.bio-section-photo-container {
  position: relative;
  width: 50%;
  max-width: 50%;
  height: auto;
  background-color: black;
  overflow: hidden;
}

.slideshow-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
  object-fit: cover; /* or 'contain' or 'fill', adjustable per image */
  object-position: center;
  z-index: 0;
}

.slideshow-img.active {
  opacity: 1;
  z-index: 1;
}









.bio-section-content-container{
  display: flex;
  flex-wrap: nowrap;
  width: 50%;
  max-width: 50%;
  height: auto;
  padding: 0px 0px 0px 80px;
  background-color: none;
}

.bio-section-content-holder{
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: auto 0px;
  background-color: none;
}







.property-showcase-wrapper{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 80px 0px;
  padding-top: 30px;
  background-color: none;
}

.property-showcase-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px auto;
  width: 100%;
  max-width: 1400px;
  height: auto;
  padding: 0px;
  background-color: none;
}

.property-showcase-section{
  display: flex;
  width: calc(50% - 5px);
  max-width: calc(50% - 5px);
  height: auto;
  background-color: none;
}

.property-section-one{
  border-radius: 4px;
  transition: all 0.3s ease;
  object-fit: contain;
  position: relative;
  flex-wrap: nowrap;
  padding-top: 35%;
}

.property-section-one:hover img{
  transition: all 0.3s ease;
  transform: scale(1.05);
}

.property-section-quad:hover img{
  transition: all 0.3s ease;
  transform: scale(1.05);
}

.property-section-one img{
  transition: all 0.3s ease;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0px;
}

.property-section-two{
  justify-content: space-between;
  flex-wrap: wrap;
}

.property-section-quad{
  border-radius: 4px;
  transition: all 0.3s ease;
  object-fit: contain;
  position: relative;
  width: calc(50% - 5px);
  max-width: calc(50% - 5px);
  margin-bottom: 10px;
  background-color: none;
}

.property-section-quad img{
  transition: all 0.3s ease;
}

.remove-bottom-margin{
  margin-bottom: 0px !important;
}

.property-section-quad img{
  width: auto;
  height: 100%;
  position: absolute;
  top: 0px;
}

.property-section-overlay{
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  vertical-align: bottom;
  z-index: 1;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  padding: 60px 10px 10px 10px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
}

.lets-connect-area-wrapper{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: #d1d3d4;
}

.lets-connect-area-container{
  display: flex;
  flex-wrap: nowrap;
  margin: 0px auto;
  width: 100%;
  max-width: 1400px;
  height: auto;
  padding: 0px;
  padding: 80px 0px;
  background-color: none;
}

.lets-connect-form-container{
  margin: auto;
  padding-right: 15px;
  text-align: left;
  border: 0px;
  width: 60%;
  max-width: 60%;
  background-color: none;
}

.lets-connect-form-container h3{
  margin-top: 0px;
  margin-bottom: 30px;
}

.lets-connect-image-container{
  display: flex;
  flex-wrap: nowrap;
  padding-left: 15px;
  width: 40%;
  max-width: 40%;
  background-color: none;
}

.iphone-overlay-container{
  color: #141e45;
  text-align: center;
  margin: 0px auto;
  width: 50%;
  height: auto;
  background-color: none;
}

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

footer{
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: #141e45;
}

footer a{
  color: inherit;
  text-decoration: none;
}

.footer-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px auto;
  width: 100%;
  max-width: 1400px;
  height: auto;
  padding: 0px;
  background-color: none;
}

.input-class-one{
  margin-left: 0px;
  margin-bottom: 20px;
  margin-right: 0px;
  transition: all 0.3s ease;
  color: #141e45;
  display: inline-block;
  height: auto;
  width: calc(100% / 2 - 10px);
  padding: 20px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid rgba(19, 30, 68, 0.3);
  background-color: transparent;
  outline: 0px;
}

.input-class-two{
  transition: all 0.3s ease;
  color: #141e45;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  display: block;
  z-index: 1;
  min-height: 200px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid rgba(19, 30, 68, 0.3);
  background-color: transparent;
  outline: 0px;
}

.align-right{
  float: right;
}

.footer-areas{
  color: #fff;
  width: auto;
  min-width: 200px;
  margin-left: 50px;
  height: auto;
  background-color: none;
}

.footer-logo-wrapper{
  display: flex;
  width: auto;
  height: auto;
}

.footer-links-wrapper{
  display: flex;
  flex-grow: 1;
  justify-content: space-around;
  width: auto;
  height: auto;
  background-color: none;
}

.footer-links-container{
  display: flex;
  width: auto;
  height: auto;
  background-color: none;
}

.footer-logo-contain{
  color: #fff;
  width: auto;
  min-width: 200px;
  height: auto;
  background-color: none;
}

.disclaimer-area{
  padding-top: 65px;
  padding-bottom: 80px;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  width: 100%;
  height: auto;
  background-color: none;
}

.lg-footer-logo{
  margin-bottom: -7px;
  width: 300px;
  max-width: 300px;
  height: auto;
  background-color: none;
}

footer li{
  margin-bottom: 15px;
}

.reliance-bug{
  margin-right: 10px;
  align-items: center;
  width: 12px;
  height: auto;
}

.add-flex{
  display: flex;
}

footer a{
  text-decoration: none;
  color: inherit;
}

footer a:hover{
  text-decoration: underline;
}


/*-----carousel code------*/
/*
.laura-carousel-container{
  margin: 0px auto;
  width: 100%;
  max-width: 1400px;
  height: auto;
  padding: 0px;
  background-color: none;
}

.laura-carousel-photo-container{
  overflow: visible !important;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 75vh;
  background-color: blue;
}

.laura-carousel-photo-container img{
  flex-grow: 1;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.carousel-navigation-left{
  position: absolute;
  top: calc(50% - 20px);
  left: 30px;
  width: 40px;
  height: 40px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: rotate(-45deg);
  background-color: none;
}

.carousel-navigation-right{
  position: absolute;
  top: calc(50% - 20px);
  right: 30px;
  width: 40px;
  height: 40px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: rotate(45deg);
  background-color: none;
}

.carousel__navigation__info{
  padding: 30px;
  padding-top: 60px;
  z-index: 1;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
}

.carousel__navigation__info h2 {
  text-transform: none !important;
  letter-spacing: normal !important;
  color: inherit;
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 10px !important;
}

.carousel-navigation-circle-container{
  cursor: pointer;
  z-index: 1;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  text-align: center;
  background-color: none;
}
*/

.laura-carousel-container{
  margin: 0px auto;
  width: 100%;
  max-width: 1400px;
  height: auto;
  padding: 0px;
  background-color: none;
}

.carousel-photo-container {
  position: relative;
  width: 100%;
  height: 75vh;
  overflow: hidden;
}

.carousel-image {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.7s ease;
  z-index: 0;
}

.carousel-image.active {
  opacity: 1;
  z-index: 1;
}

.carousel__navigation__info{
  padding: 30px;
  padding-top: 60px;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
}

.carousel__navigation__info__text{
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  transition: all 0.4s ease;
}

.carousel__navigation__info__text.fade-out {
  opacity: 0;
}

.carousel-navigation-left{
  cursor: pointer;
  position: absolute;
  top: calc(50% - 20px);
  left: 30px;
  width: 40px;
  height: 40px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: rotate(-45deg);
  background-color: none;
  z-index: 10;
}

.carousel-navigation-right{
  cursor: pointer;
  position: absolute;
  top: calc(50% - 20px);
  right: 30px;
  width: 40px;
  height: 40px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: rotate(45deg);
  background-color: none;
  z-index: 10;
}

.carousel-navigation-circle-container{
  cursor: pointer;
  z-index: 1;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  text-align: center;
  background-color: none;
}

.carousel__navigation-button {
  cursor: pointer;
  z-index: 999;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 3px;
  background-color: #cfcece;
  background-clip: content-box;
  border: 0px solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: all 0.1s;
}

.carousel__navigation-button:hover {
  background: white;
  width: 14px;
  height: 14px;
  margin: 0px;
  position: relative;
}

.carousel__navigation-button.active {
  background: white;
  width: 14px;
  height: 14px;
  top: 0px;
  margin: 0px;
  position: relative;
}

.carousel__navigation-button.active:hover {
  background: white;
  width: 14px;
  height: 14px;
  top: 0px;
  margin: 0px;
  position: relative;
}




















.carousel__navigation {
  z-index: 1;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: none;
}

.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
}











@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}

.carousel {
  position: relative;
  padding-top: 55%;
  perspective: 100px;
}

.carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  background-color: green;
}

ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  padding-inline-start: 0px !important;
  unicode-bidi: isolate;
}

.carousel__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  background-color: orange;
  counter-increment: item;
}

.carousel__slide:nth-child(even) {
  background-color: black;
}

.carousel__slide:before {
  content: counter(item);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-40%,70px);
  color: #fff;
  font-size: 2em;
}

.carousel__snapper {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}

.carousel__snapper img{
  width: 100%;
  height: auto;
}

@media (hover: hover) {
  .carousel__snapper img{
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }

  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}

.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none;
}



.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
  cursor: pointer;
  position: absolute;
  top: 0;
  margin-top: calc(25% + 20px);
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  font-size: 0;
  outline: 0;
  background-color: none;
}

.carousel::before,
.carousel__prev {
  left: 30px;
}

.carousel::after,
.carousel__next {
  right: 30px;
}

.carousel::before,
.carousel::after {
  content: '';
  z-index: 1;
  background-color: none;
  color: #fff;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  pointer-events: none;
}

.carousel::before {
  transform: rotate(-45deg);
}

.carousel::after {
  transform: rotate(135deg);
}


/*-----end of the carousel code-----*/

@media only screen and (max-width: 1530px) {

  .laura-menu-full-image{
    position: absolute;
    bottom: 0px;
    height: auto;
    width: 100%;
  }

}

@media only screen and (max-width: 1420px) {

  .full-menu-left{
    display: none;
  }

  .full-menu-right{
    max-width: 100%;
  }

  .bio-section-content-container{
    padding-left: 40px;
  }

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

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

  .property-showcase-wrapper{
    padding-left: 20px;
    padding-right: 20px;
  }

  .lets-connect-area-wrapper{
    padding-left: 20px;
    padding-right: 20px;
  }

  .iphone-overlay-container{
    margin: auto;
  }

  .footer-container{
    padding-left: 20px;
    padding-right: 20px;
  }

  .disclaimer-area{
    padding-left: 0px;
    padding-right: 0px;
  }

}

@media only screen and (max-width: 1024px){

  .bio-section-container{
    flex-wrap: wrap;
    padding: 40px 20px;
  }

  .bio-section-photo-container{
    width: 100%;
    max-width: 100%;
    min-height: 50vh;
  }

  .bio-section-content-container{
    padding-left: 0px;
    padding-top: 40px;
    width: 100%;
    max-width: 100%;
  }

  .bio-section-content-holder{
    margin: auto;
    max-width: 800px;
  }

  .menu-items-container{
    justify-content: space-between;
  }

  .full-menu-right{
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-background-wrapper{
    position: absolute;
    object-fit: cover;
    align-items: center;
  }

  .menu-background-wrapper{
    overflow: scroll;
  }

  .menu-background-image{
    margin: auto;
    width: auto;
    height: 100%;
  }

}

@media only screen and (max-width: 965px) {

  .photo-gallery-overlay{
    display: none;
  }

  .bio-section-wrapper{
    padding-left: 0px;
    padding-right: 0px;
  }

  .title-area-wrapper{
    margin-top: 40px;
  }

  .property-section-container{
    flex-wrap: wrap !important;
    padding: 40px 20px;
  }

  .property-containers{
    margin-bottom: 20px;
    width: 100% !important;
  }

  .footer-container{
    padding: 0px 20px;
  }

  footer{
    padding-top: 40px;
  }

  .lg-footer-logo{
    margin: 0px auto;
  }

  .disclaimer-area{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lets-connect-area-wrapper{
    padding: 0px 20px;
  }

  .property-showcase-wrapper{
    display: flex;
    flex-wrap: wrap;
    padding: 40px 20px;
  }

  .property-section-overlay{
    font-size: 12px;
    letter-spacing: 3px;
  }

  .property-showcase-section{
    width: 100%;
    max-width: 100%;
  }

  .property-section-one{
    object-fit: cover;
    padding-top: 50%;
    margin-bottom: 10px;
  }

  .property-section-one img{
    width: 100%;
    height: auto;
  }

  .property-section-quad{
    object-fit: cover;
    padding-top: 50%;
  }

  nav{
    flex-wrap: wrap;
  }

  .nav-spacer{
    display: none;
  }

  .nav-align-left{
    margin: auto;
    margin-bottom: 20px;
  }

  .lg-footer-logo{
    max-width: 100%;
  }

  .nav-and-button-wrapper{
    width: 100%;
    max-width: 100%;
  }

  .nav-and-button-container{
    margin: auto;
  }

}

@media only screen and (max-width: 885px){

  .footer-areas{
    width: auto;
    margin-bottom: 40px;
  }

  .footer-logo-wrapper{
    display: flex;
    width: 100%;
    height: auto;
  }

  .footer-logo-contain{
    margin: auto;
    margin-bottom: 40px;
    width: auto;
  }

  .footer-links-container{
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    margin: auto;
  }

  .footer-areas{
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

}

@media only screen and (max-width: 820px) {

  .lg-footer-logo{
    max-width: 220px;
  }

}

@media only screen and (max-width: 715px) {

  h1{
    font-size: 60px;
    line-height: 60px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-top: 8px;
  }

  h2{
    line-height: 60px;
  }

  .carousel__navigation__info__text{
    text-align: center;
  }

  h3{
    font-size: 18px;
    letter-spacing: 8px;
  }

  nav{
    padding: 20px !important;
    width: calc(100% - 40px);
    flex-wrap: wrap !important;
  }

}

@media only screen and (max-width: 600px) {

  .laura-photo-gallery-container{
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-logo-contain{
    margin: 0px;
    margin-bottom: 40px;
  }

  .disclaimer-area{
    padding-top: 0px;
  }

  .lets-connect-area-wrapper{
    padding: 40px 20px !important;
  }

  .lets-connect-area-container{
    flex-wrap: wrap;
    padding: 0px;
  }

  .lets-connect-form-container{
    text-align: center;
    padding-right: 0px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .lets-connect-form-container button{
    margin: auto;
    margin-top: 20px;
    justify-content: space-between;
  }

  .lets-connect-image-container{
    padding-left: 0px;
    width: 100%;
    max-width: 100%;
  }

  .input-class-one{
    width: 100%;
  }

  .iphone-overlay-container{
    width: 75%;
  }

  .laura-carousel-photo-container{
    overflow: visible !important;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    height: 40vh;
    background-color: blue;
  }

  .carousel-photo-container{
    overflow: visible !important;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    height: 40vh;
    background-color: blue;
  }

}

@media only screen and (max-width: 550px) {

  .scroll-prompt{
    padding-bottom: 120px
  }

  .nav-menu-button:hover{
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    background-color: transparent;
  }

  .nav-menu-button:hover .hamburger-icon span{
    background: #fff;
  }

  .bio-section-wrapper{
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .title-area-container{
    max-width: 1400px;
    padding: 0px 20px;
  }

  .full-menu-container{
    padding-top: 140px;
  }

  .hero-video-content-overlay{
    padding-bottom: 40px;
  }

  .nav-align-left{
    display: flex;
    align-content: left;
    margin-bottom: 10px;
  }

  .nav-span-width{
    background-color: none;
    justify-content: space-between;
  }

  .nav-and-button-container{
    width: 100%;
  }

  .nav-menu-button{
    text-align: center;
    display: flex;
    width: 100%;
    margin-left: 0px;
    padding: 5px 15px;
    padding-bottom: 3px;
    margin-top: -0.3px;
  }

  .hamburger-menu-button{
    margin: auto;
  }

  .lg-full-logo{
    margin-bottom: -7px;
    max-width: 170px;
  }

  .lg-logo-holder:after{
    display: none;
  }

  .lp-logo-holder{
    margin-left: 0px;
    margin-bottom: 0px;
    padding-left: 30px;
  }

  .lp-full-logo{
    margin-right: 0px;
    padding-top: 10px;
    width: 95px;
  }

  .nav-item-container ul{
    display: none;
  }

  .hero-logo-wrapper{
    margin-bottom: 20px;
  }

  .hero-max-width-container{
    max-width: 430;
    padding: 0px 20px;
  }

  .full-menu-left{
    display: none;
  }

  .full-menu-right{
    padding: 20px;
    padding-bottom: 100px;
    margin-left: 0px;
  }

  .menu-nav-container{
    width: 100% !important;
  }

  .lg-footer-logo{
    max-width: 250px;
  }

}

/*------end media queries------*/
