@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
#booknowButton {
    /* position: absolute; */
    z-index: 1000;
    padding: 30px 60px 30px 60px;
    background: red;
    border-radius: 30px;
    color: white;
    -webkit-box-shadow: 0 0 12px 1px #5e5e5e;
    box-shadow: 0 0 12px 1px #5e5e5e;
    text-decoration: none;
    border: 3px solid white;
}

#strap {
    overflow: hidden;
    text-align: center;
    position: relative;
    display: table;
    margin: auto;
    width: 100%;
    height: calc(83vh - 50px);
    background-size: cover;
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
    z-index: 6;
}
 
.slide {
	z-index: 1;
	overflow: hidden;
	position: fixed;
	display: table-cell;
	opacity: 0;
	width:100%;
	height:100%;
	 background-size: cover;
	background-position: center;
	vertical-align: middle;
	padding: 150px;
	box-sizing: border-box;
}
 
.slide  .strapline {
	position: relative;
	top:-0px;
	opacity: 0;
	font-family: 'Shadows Into Light', cursive;
	font-size: 76px;
	color: white;
	padding-bottom: 30px;
	box-sizing: border-box;
	/* max-width: 36%; */
	margin: auto;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	background: hsl(0deg 0% 0% / 78%);
	padding: 30px;
}

.slide  .intro {
    position: relative;opacity:0;
    font-family: 'Oswald', cursive;
    color:
    white;
    font-size: 30px;
    box-sizing: border-box;
    max-width: 650px;
    margin: auto;
    padding: 30px;
    text-shadow: 3px 3px 2px #171717;
}

.slide  .action a {
    padding: 15px 40px 15px 40px;
    color: white;background: green;
    border-radius: 50px;border: 3px solid white;
    -webkit-box-shadow: 0 2px 2px 2px #242424;
    box-shadow: 0 2px 7px 1px #242424c7;
}
.smallSlides {
    height: 45vh !important;
}

@media (max-width: 906px) 
{
    
    .smallSlides {height: 70vh !important;}
    
.slide {
	padding:0;
	}
.slide  .strapline {
	position: relative;
	top: 0px;
	opacity: 0;
	font-size: 40px;
	color: white;
	padding-bottom: 30px;
	box-sizing: border-box;
	max-width: 90%;
	margin: auto;
	text-transform: uppercase;
	text-shadow: 4px 4px 2px #171717;
	font-weight: bold;
	font-size: 53px;
}	
 
}