@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,700;1,400;1,500&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,500;1,900&display=swap');
.main-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e0e0e0;
}
.jumbotron {
  background: url('../images/cfhomebanner.jpg') no-repeat center center;
  background-size: cover;
  padding: 4rem 1rem;
  margin-bottom: 0;
  color: white;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jumbotron-content {
  margin-top: auto; /* Pushes the content down */
  padding-bottom: 2rem; /* Additional space at the bottom */
}
.navbar-brand {
  font-size: 1.5rem;
  font-weight: bold;
}


.jumbotron#amenities-jumbo{
	  background: url('../images/cfamenitiesbg.jpg') no-repeat center center;
  background-size: cover;
  padding: 4rem 1rem;
  margin-bottom: 0;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}



.jumbotron#about-jumbo{
	  background: url('../images/cfaboutbanner.jpg') no-repeat center center;
  background-size: cover;
  padding: 4rem 1rem;
  margin-bottom: 0;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}





.jumbotron#enquiries-jumbo{
	  background: url('../images/cfbookingbg.jpg') no-repeat center center;
  background-size: cover;
  padding: 4rem 1rem;
  margin-bottom: 0;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}





.navbar-brand span#main-brand{
	display:block;
	margin-bottom:5px;
}
.navbar-brand span#sub-brand{
	border-top:1px solid #222;
	display:block;
	padding-top:5px;
	font-size:15px;
	font-weight:300;
}
.nav-link {
  font-size: 1rem;
}
.jumbotron h1, .jumbotron p {
  ;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
h1, h2, h3, h4, .navbar-brand {
  font-family: 'Playfair Display', serif;
}


.jumbotron h1 {
font-size:30px;
margin-top:0;
}

@media(min-width:600px){
    .jumbotron h1 {
        font-size:3.5rem;
  position: relative;
  margin-top: -60px
}
}

.jumbotron p {
  position: relative;
  margin-top: -10px
}
@media (max-width: 768px) {
  .jumbotron {
    padding: 2rem 1rem;
    min-height: 200px;
  }
  .jumbotron-content {
    padding-bottom: 1rem;
  }
}
.bg-grey {
  background: #676e75;
}

.bg-blue{
     background:  #3789a6
}
.card-title {
  text-align: LEFT;
  font-size: 1.3em;
  font-family: 'Playfair Display', serif;
  color: #444;
}
.navbar-light {
  background: #fff;
}
.navbar-light .navbar-nav .nav-link {
  color: #444;
  margin-right: 1em;
}


#home-tiles a{
    text-decoration:none!important;
}
/*TESTIMONIAL*/
#testimonial-slider {
  background-image: linear-gradient(#d7d1cc, #d7d1cc);
}
#testimonial-slider .carousel-inner {
  color: #222;
  font-size: 1.2em;
  padding: 2em 5em;
  min-height: 300px;
}
#testimonial-slider .carousel-item.optimal {
  font-style: italic;
}
#testimonial-slider .carousel-control-prev, .carousel-control-next {
  position: absolute;
  bottom: 10px;
  color: #c6a912;
  font-size: 35px;
}
#testimonial-slider .carousel-control-prev .fas, .carousel-control-next .fas {
  background: #fff;
  padding: 0.25em;
  color: #c6a912;
  border-radius: 50%;
}
#testimonial-slider .stars {
  display: inline-block;
  margin-bottom: 10px;
}
#testimonial-slider .stars i {
  color: #c6a912;
  font-size: 18px !important;
  margin-top: 20px;
}
#testimonial-slider .author {
  color: #222;
  display: inline-block;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}


.grey-well{
	  border:1px solid #ccc;
	padding:1.25em;
}


.grey-well a:link, .grey-well a:visited{
	color:#999;
}

.grey-well a:hover, .grey-well a:active{
	color:#222;

}


/*google map*/
 #map {
	height: 400px;  /* or 100vh for full screen */
	width: 100%;
}


 #map-contact{
	height:400px;  /* or 100vh for full screen */
	width: 100%;
}


/*btns*/
.btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
	text-shadow: none;
	
}

.btn-primary:hover{
    color: #222;
    background-color: #fff;
    border-color: #fff;
}

#amenities-list  .btn-primary{
 background-color: #676e75;
	color:#fff;
	  border-color: #999;
}


.btn-primary:hover{
    color: #fff;
    background-color: #888;
    border-color: #888;
}


.btn-warning {
    color: #222!important;
    background-color: transparent!important;
    border-color: #222!important;
	text-shadow: none!important;
	
}

.btn-warning:hover {
    color: #fff!important;
    background-color: #888!important;
    border-color: #888!important;
	text-shadow: none!important;
	
}




.btn-secondary {
    color: #222!important;
    background-color: #fff!important;
    border-color: #fff!important;
	text-shadow: none!important;
	
}

.btn-secondary:hover{
    color: #fff!important;
    background-color: #888!important;
    border-color: #888!important;
	text-shadow: none!important;
	
}


.bg-black{
	background:#222;
}

/*img gallery*/
/* The grid: Four equal columns that floats next to each other */


/* Style the images inside the grid */
.grid-item{
	margin-top:10px;
	margin-bottom:10px;
}


#isotope-nav .nav-item a{
	color:#222!important; 

}

#isotope-nav a.nav-link.active a{
		color:crimson!important;
	
}
#isotope-nav .nav-item{
	border-bottom:1px solid #222;
}

#isotope-nav .nav-link:focus{
	color:crimson!important;
	
	display:inline-block;
}


/* Lightbox CSS */
.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.lightbox-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.close {
    position: absolute;
    top: 25px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/*amentities page*/



.flex-container {
  display: flex;
  flex-direction: column;
}

.flex-container .card-body {
  flex-grow: 1;
	margin-bottom:20px;
}


.square-bullets {
    list-style-type: none; /* Remove default bullets */
    padding-left: 0; /* Reset padding */
}

.square-bullets li {
    position: relative;
    padding-left: 25px; /* Space for custom bullet */
    color: black; /* Text color */
}

.square-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px; /* Bullet size */
    height: 10px; /* Bullet size */
    background-color: grey; /* Bullet color */
    box-shadow: inset 0 0 0 2px grey; /* Border of bullet */
}


.square-bullets-blue {
    list-style-type: none; /* Remove default bullets */
    padding-left: 0; /* Reset padding */
}

.square-bullets-blue li {
    position: relative;
    padding-left: 25px; /* Space for custom bullet */
    color: black; /* Text color */
}

.square-bullets-blue li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px; /* Bullet size */
    height: 10px; /* Bullet size */
    background-color: #3789a6; /* Bullet color */
    box-shadow: inset 0 0 0 2px grey; /* Border of bullet */
}


@media(min-width:767px){
	.m-pl-0{
		padding-left:0!important;
	}
	
	.m-pr-0{
		padding-right:0!important;
	}
}