/* GLOBAL STYLES
-------------------------------------------------- */
body {
	
  font-family: 'Lato', sans-serif;
  font-size: 17px;
}

a {
  color: #f55d12;
}

img {
  max-width: 100%;
}

h1, h2, h3 {
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
}
p.subtitle {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-family: 'Cormorant Garamond', serif;
}
p.text-justify {
  text-align: justify;
}
.bg-gold {
  background-color: #dfce88;
}
.bg-marine {
  background-color: #89dfce;
}
.twh {
  font-weight: 600;
  font-size: 2em;
  letter-spacing: 1px;
}

.frame {
  display: flex;
}

p {
  word-spacing: 1px;
}

.nav-link, .blue-link, .cream-link {
  padding: 0.8em 1em !important;
}

.blue-link {
	background-color: #89DFCE;
	margin-left: 5px;
	color: #333;
	text-decoration: none;
}

.cream-link {
	background-color: #dfcd8c;
	margin-left: 5px;
	color: #333;
	text-decoration: none;
}

.blue-link:hover {
	color: #285c89;
}
.cream-link :hover {
	color: #285c89;
}
.nav-link.active {
  background-color: #dfce89;
  color: #fff;
}

.social-navbar {
  display: block;
  position: relative;
  float: left;
  color: #333;
  margin-right: 15px;
  font-size: 22px;
}

.decore {
  background-image: url(../img/deline.webp);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
.decore-sea {
  background-image: url(../img/deline-sea.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
ul.check-list {
  list-style-type: none;
  padding-left: 0;
}

ul.check-list li i {
  margin-right: 5px;
}

.navbar-toggler {
  background-color: #2b2b2b;
  border: 0;
  color: #fff !important;
}

.form-control {
  border-radius: 0px !important;
}

.whatsapp-btn {
  background-color: #57ba63;
  color: #fff;
  padding: 15px 20px;
  border-radius: 3px;
  font-size: 19px;
  text-decoration: none;
}

.phone-btn {
  background-color: #333;
  color: #fff;
  padding: 15px;
  border-radius: 3px;
  font-size: 19px;
  text-decoration: none;
}

.icr1 {
  margin-right: 5px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin: 2rem 0;
  background-color: #dfce89;
  padding: 5rem 0;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
  background-color: #333;
  padding: 20px;
  background-size: 65% 65%;
  border-radius: 3px;
}

/* Declare heights because of positioning of img element */

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.carousel h3::after {
  border-bottom: 2px solid #dfce89;
  content: ' ';
  display: block;
  width: 30%;
  margin-bottom: 20px;
}

.frame-slide {
  background-repeat: no-repeat;
  background-position-x: center;
}

.fir-slide {
  background-image: url(../img/slide/1.webp);
}
.sec-slide {
  background-image: url(../img/slide/2.webp);
}
.thi-slide {
  background-image: url(../img/slide/3.webp);
}
.fou-slide {
  background-image: url(../img/slide/4.webp);
}
.fiv-slide {
  background-image: url(../img/slide/4.webp);
}

a.btn-slide {
  font-size: 16px;
  color: #ffffff;
  background-color: #333333;
  padding: 10px 20px;
  border: none;
  box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
  border-radius: 3px;
  transition : 1000ms;
  transform: translateY(0);
  cursor: pointer;
  text-decoration: none;
  display: block;
  width: max-content;
}

a.btn-slide:hover {
  transition : 1000ms;
  padding: 10px 50px;
  transform : translateY(-0px);
  background-color: #dfce89;
  color: #333333;
  border: none;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  body {
    padding-top: 65px;
  }
  .featurette-heading {
    margin-top: 7rem;
  }
  .carousel-item {
    padding: 2rem;
  }
  .frame-slide {
    min-height: 510px;
    background-size: cover;
  }
  p.subtitle {
    font-size: 2.5rem;
    margin: 0.5rem 0;
    line-height: 1.2;
    word-spacing: normal;
  }
}

@media (max-width: 62em) {
  body {
    padding-top: 50px;
  }
  .carousel-item {
    padding: 0.6rem;
  }
  .nav-link {
    margin-top: 0.8em;
  }
  .decore {
    background-image: none;
  }
  .frame-slide {
    min-height: 305px;
    background-size: cover;
  }
  p.subtitle {
    font-size: 2rem;
  }
}
