.link-list {
  list-style-type: disc;
  padding-left: 20px;
  line-height: 1.15;
}
.link-list li{
  margin-bottom:5px;
  
}

.link-title {
  padding: 12px 12px 0px 12px;
}

.page-title {
  text-decoration: underline;
  text-decoration-thickness: 5%;
  text-underline-offset: 0.4em;
  color:var(--blue5);
}

.page-title h1{
  z-index: 2;
  position: relative;
}



#triangle {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: var(--blue4);
  transform: skewY(-2deg);
  transform-origin: left bottom;
  z-index: 1;
}

.link-title-old {
  color: #0f0f0f;
  border-radius: 3px;
  display: inline-block;
  text-shadow: 2px 2px #8264b7;
  margin: 0px 0px 0px 20px;
}


.specialty-div{
  position:relative;
  background-color: var(--blue4);
  background-position: center;
  background-size: cover;
  height: 300px;
}

.overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  background-color: rgba(0, 0, 0, 0.35);
  transition: background-color 0.25s;
}

.specialty-div .overlay:hover{
  background-color: rgba(0, 0, 0, 0.5);
}

.testimonial{
  text-align: center;
  background-color: var(--gray);
}




.specialty-div h3{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#icon-grid {
  padding: 0;
}

.wavy-background {
  background-color: #e5e5f7;
  opacity: 0.2;
  background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #e5e5f7 25px), repeating-linear-gradient(#868ada55, #868ada);
}

.resort-fs-carousel img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}


.link-container {
  background: #F4F7F7;
  border-radius: 75px;
  padding: 36px 36px 64px 36px;
  margin: 0px 25px;
}

.animated-list-item{
  padding-bottom : 8px;
  transition: all 0.5s ease;
}

.list-animation {
  font-size: 1.25em;
  color: var(--blue5);
  font-weight: bold;
}

.big-image{
  background-color: rgb(93, 160, 162);
  background-image: url(../images/golf.jpg);
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  height: max(30vw, 100px);
  position: relative;
}


.list-group {
  border-radius: 0px 0px 6px 6px;
}

.list-group a{
  border-color: #d2d6d6;
}

.link-div h3{
  border-radius: 10px 10px 0px 0px;
  display: inline-block;
  width: 100%;
  background-color: var(--blue4);
  color:white;
}

.shadow {
  box-shadow: 0px 7px 10px 0px rgb(72, 58, 58, 0.4);
}
.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
}

#hero {
  background-color: rgb(93, 160, 162);
  background-image: url(../images/trees.jpeg);
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  height: 700px;
  position: relative;
  box-shadow: inset 0 15px 15px -15px rgba(0, 0, 0, 0.619);
}

.hero-div {
  background: rgba(0, 0, 0, 0.0);
  color: #f8f8f8;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.info {
  height: 100%;
  /*box-shadow: 0px 0px 25px 5px #34495e1d;*/
  z-index: 2;
  /*background:rgba(255, 255, 255, 0.898);*/
  background: #F4F7F7;
}

.info h3{
  text-decoration: underline;
  text-decoration-thickness: 5%;
  text-underline-offset: 12px;
  color:var(--blue5);
}

.info img{
  height: 1.5rem;
}

.info div{
  display: flex;
  align-items:center;
}




.radial-gradient{
  background-image: radial-gradient(circle at bottom, #a6e2ee85, rgba(255, 255, 255));
  /* background-image: url(../images/jamaica.png); */
  background-size: cover;
  background-position: center top;
}


.curved-box {
  border-radius: 999px;
  border: 3px solid #F4F7F7;
  background: white;
  box-shadow: 0px 5px 0px -1px rgba(83, 141, 142, 1);
}
.curved-box {
  transition: transform 0.2s ease;
}
.curved-box:hover {
  transform: scale(1.05);
}


.curved-box img {
  width:100%;
  height: 100px;
  object-fit: contain;
}




/*   position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);*/



html, body {
  background-color: #ffffff;
  font-family: "Figtree", sans-serif;

}

p {
  line-height: 1.5;
}
a {
  color:inherit;
}


h1,
h2,
h3 {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.agent-img img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  min-height: 100%;
  object-fit: cover;
  object-position: top;
  /*box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);*/
}

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

.active {
  text-decoration: underline;
  text-decoration-thickness: 10%;
  text-underline-offset: 6px;
}

.agent-div {
  border-radius: 20px;
  overflow: hidden;
  background: #F4F7F7;
}



.agent-contact {
  line-height: 115%;
  font-size: 0.9em;
  
}
.hover-link{
  text-decoration: none;
}
.hover-link:hover{
  text-decoration: underline;
}

.agent-bg {
  background: #ffffff;
}


@media (min-width: 0px) {

}

@media (min-width: 576px) {
  .specialty-div{
    height: 400px;
  }
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
  .container-smaller {
    max-width: 960px;
  }
  #hero{
    height: 700px;
  }
}

@media (min-width: 1200px) {
  .container-small {
    max-width: 1140px;
  }
  #hero{
    height: 700px;
  }
}

@media (min-width: 1400px) {
  #hero{
    height: 800px;
  }
}

#main-button {
  background-color: var(--blue3);
  border-color: var(--blue3);
}

#main-button:hover{
  background-color: var(--blue4);
  border-color: var(--blue4);
}

#navbar-button {
  background-color: transparent;
  border-color: var(--blue4); 
  color: var(--blue4);
}

#navbar-button:hover {
  background-color: var(--blue4);
  color: white;
}


.gradient-bg {
  background: linear-gradient(#ffffff 50%, #AACFD0);
}

:root {
  --gray: #F4F7F7;
  --blue1: #a6e2ee;
  --blue2: #61d1e7;
  --blue3: #1cb0ce;
  --blue4: #0e89a2;
  --blue5: #0a5260;
}

.blue-bg {
  background: var(--blue1);
}

.blue {
  color: var(--blue1);
}


.dark-blue-bg {
  background: var(--blue3);
}

/*background: #5DA0A2;*/

.darker-blue-bg {
  background: var(--blue4);
}

.darkest-blue-bg {
  background: var(--blue5);
}

.darker-blue{
  color: var(--blue5);
}

.light-gray{
  color: #d4d4d4;
}



#header {
 /* border-bottom: 3px solid #AACFD0; */
 box-shadow: 0px 7px 7px -5px rgb(72, 58, 58, 0.15);
}










.sans {
  font-family: "Lato", sans-serif;
}

.display{
  font-family: "Dancing Script", sans-serif;
}

.judson-regular {
  font-family: "Judson", serif;
  font-weight: 400;
  font-style: normal;
}

.judson-regular-italic {
  font-family: "Judson", serif;
  font-weight: 400;
  font-style: italic;
}

.judson-bold {
  font-family: "Judson", serif;
  font-weight: 700;
  font-style: normal;
}




.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}



.hover-div {
  width: 150px;
  height: 50px;
  background-color: lightblue;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hover-div span{
  transition: transform 0.3s ease;
}

.hover-div:hover span{
  transform: scale(1.2);
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.scrolled {
  opacity: 1;
  transform: translateY(0);
}


.custom-shape-divider-bottom-1713738548 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1713738548 svg {
  position: relative;
  display: block;
  width: calc(108% + 1.3px);
  height: 74px;
}

.custom-shape-divider-bottom-1713738548 .shape-fill {
  fill: url(#gradient);
}