/*
Bootstrap 4 breakpoints
*/

/*Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
* {
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}
body {
	font-size: 16px;
	color: #1d515c;
	position: relative;
	font-family: 'roboto', sans-serif;
	font-weight: 400;
	width: 100%;
	height: 100%;
	background-image: url("../img/bg-pattern.jpg")
}
a {
	color: #5b8f8d !important;
}
a:hover {
	color: #5b8f8d !important;
}
h1 {
	font-family: 'Bebas Neue', 'roboto', sans-serif;
	 color: #5b8f8d;
	font-size: 3em;
}
h2 {
	font-family: 'Grand Hotel',sans-serif ;
	 font-size: 5vmax;
 color: #db4726;
}
.text-dark {
	 color: #5b8f8d;
}
.masthead{
	background-image: url("../img/bg-pattern.jpg")
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid white;

    border-radius: 0;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 20px;
    background-color: #db4726 !important;
    border: 1px solid white;
}
.card-header h4 {
	color: #1d515c;
}
.card {
    word-wrap: break-word;
    background-color: #db4726;
}

#faqs .card {
    word-wrap: break-word;
    background-color: #1d515c;
}
#faqs .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #1d515c !important;
    border: 1px solid white;
}
#faqs .button {
    border-radius: 0;
    background-color: #5b8f8d;
}
#furtherreading button, #furtherreading .far {
    border-radius: 0;
    background-color: #db4726;
	color: #FFFFFF;
}

#faqs button, select {
    background-color: #1d515c;
	color: #FFFFFF;
}

q {
    font-style: normal !important;
	color: #FFFFFF;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
}
h3 {
	font-family: 'Grand Hotel',sans-serif ;
	 font-size: 4vmax;
 color: #db4726;
}
h4 {
	font-size: 16px;
}
h4 {
	font-family: 'Bebas Neue', 'roboto', sans-serif;
	text-transform: uppercase;
	font-size: 1.5em;
	text-align: left;
}
button, select {
    background-color: #db4726;
}
p {
	margin-bottom: 1em;
}
a {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.active {
  color: #db4726;
}

.bg-orange{
	 background-color: #db4726 !important;
	
}
.bg-dark {
	background-color: #1d515c !important;
}
.bg-grey {
	background-color: #cccccc !important;
}
.headlinebg {
	background-color: #1d515c;
	
}
.bg-grey-60 {
	background-color: rgba(220, 220, 220, 0.6);
	
}
.bg-light{
	background-color: #5b8f8d!important;
	color: #ffffff;
}
.mainimgbg {
	background:url("../img/bg6.jpg") center center;
	opacity: 0.8;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
}
.specimgbg {
	background:url("../img/bg6.jpg") center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
}
.aerialimgbg {
	background:url("../mg/bg1.jpg") center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 800px;
}

.aboutimg{
	background:url("../img/bg1.jpg") bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
	margin: 4px 0 0 0;
}
.accommimg{
	background:url("../img/bg6.jpg") center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
}
.locationimg{
	background:url("../img/bg6.jpg") center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
	margin: 0 0 4px 0;
}
.navbar-dark .navbar-brand p{
    background: linear-gradient(138deg, #72fbce, #72fbce, #51c4f2, #96ed93, #886e78, #fe7e12, #fe7e12);
	 -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	line-height: 1;
	padding-top: 20px;
	padding-left: 20px;
}

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


.media-body {
	margin-left: 20px;
}
.media{
	margin-bottom: 20px;
}
.logo{
	height: 130px;
	width: auto;
}
.slider {
        width: 100%;
    }

.slick-slide img {
      width: 100%;
    }

.slick-prev:before,
.slick-next:before {
      color: white;
    }

.slick-prev {
  left: 50px;
  z-index: 999;
}
.slick-next {
  right: 50px;
	z-index: 999;
}  
.slider.variable-width{
width:100%;
}
.slider.variable-width img{
max-width:100%;
}

.gallery { 
		  height: 500px; 
		  display: flex !important; 
		  overflow: hidden;
		  margin: 4px 0;
	  } 
.slick-slide { 
		  height: inherit !important; 
		  display: flex !important; 
		  justify-content: center; 
		  align-items: center;
		  margin-right: 4px;
	  }
.slick-dots {
    position: absolute;
    bottom: 20px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}


.variable .slick-slide {
   height: 128px;
}

.variable .slick-slide img {
   height: 128px;
}



table {
	width: 100%;
	font-size: 14px;
	color: rgba(0,0,0,0.6);
}
table.travel {
	margin-bottom: 2rem;
}
table.travel tr {
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
table.travel tr td {
	padding-right: 5px;
	padding-left: 5px;
}
table.availability tr.topbot {
	color: rgba(0,0,0,1);
}
table.availability tr.greybg {
	background-color: rgba(0,0,0,0.2);
}
table tr td {
	padding: 3px 5px;
}

.bluebg{
	background-color: #95b870;
	color: #000;
}
.greenbg{
	background-color: #73c7d5;
	color: #000;
}
.tealbg{
	background-color: #86c8ab;
	color: #000;
}
.orangebg{
	background-color: #e48343;
	color: #000;
}

#specification .fa, .fas, .far, .fal {
	color: #5b8f8d;
	background-size: 300%
}
ul.downloads {
	list-style: none;
	padding:0 0 0 4rem;
	border-left: 2px solid #FFF; 
}
.btn {
	color: #FFFFFF;
	font-weight: 500;
	text-transform: uppercase;
	padding:1rem;
	border: 2px solid #FFFFFF;
	width: 100%;
	margin-bottom: 1rem;
}
.btn:hover {
	color: rgba(20,50,29,1);
	background-color: #FFFFFF;

}
span.uppercase {
	text-transform: uppercase;
}

.masthead {
	position: relative;
	height: 100vh;
	overflow: hidden;
	background-image: url("/assets/img/bg-pattern.jpg")
}


#contact {
	color: #FFFFFF!important;
}
.gbg {
	background-color: rgba(169,188,68,1);
}

.grid {
	border:2px solid #FFF;

}



.map {
	border:none;
	width:100%;
	height: 600px;
}

.mobile {display: none;}
.desktop {display: block;}

.navbar-dark .navbar-toggler {
    margin: 20px;

}

.navbar {
	padding: 0;
	background-color: transparent;
}
.navbackground {
	background-color: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    opacity: 0;
    z-index: -100;

}
.navbar-scrolled .navbackground {
   opacity:1;
	color: #FFFFFF;
	background-color: #5b8f8d;
   -webkit-transition: opacity 200ms linear;
   -moz-transition: opacity 200ms linear;
   -o-transition: opacity 200ms linear;
   -ms-transition: opacity 200ms linear;
   transition: opacity 200ms linear;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
}





.navbar-scrolled .nav-link {
    color: #FFFFFF !important;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:active {
    color: #72fbce;
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link { 
    color: #72fbce;
}
/*.navbar-brand {
	padding: 0 1rem 1rem 1rem;
}*/
.navbar-brand img {
	height: 80px;
	padding: 10px;
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,1);
	border-color: none;
}
.navbar-toggler-icon {
	background: none;
}
.navbar-toggler {
    margin: 20px;
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 1200px) { 

	
ul.downloads {
	list-style: none;
	padding:2rem 0 2rem 2rem;
	border-left: 2px solid #FFF; 
}
	

}
 
/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) { 
.mobile {display: block;}
.desktop {display: none;}

	.navbar {
	padding: 0;
	background-color: #5b8f8d !important;
}
	h1 {
	font-family: 'Bebas Neue', 'roboto', sans-serif;
	 color: #5b8f8d;
	font-size: 2em;
}
ul.downloads {
	list-style: none;
	padding:2rem 0 2rem 0;
	border-left: none; 
}
.greenline {
	background:none;
}
.grid {
	border:1px solid #FFF;
}
.grid-item { 
	width: 50%; 
	border:1px solid #FFF;
}
.w50 {width: 100%;}
.w75 {width: 100%;}
.map {
	border:none;
	width:100%;
	height: 400px;
	padding-bottom: 2rem;
}
	}

	
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 520px) { 

}
 
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/
 
/* Set width to make card deck cards 100% width */
@media (max-width: 950px) { 

}

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

}