/*-----------------------------------------------------------------------------------
	    ExumaTips2021
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 50px;
}
.bloc-sm{
	padding:20px 50px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}

/* Disable Parallax on Mobile Touch Devices */
@media (hover: none) {
	.b-parallax{
	background-attachment:scroll;
}
}

/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
/* Dividers */

.b-divider-dashed{
	border-top:1px dashed rgba(0,0,0,.1);
	border-bottom:1px dashed rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-round{
	margin:0 auto;
	border:2px solid transparent;
	border-radius: 50%;
	padding: 32px 30px 26px 30px;
	min-width:80px;
}
.icon-round.icon-md,.icon-square.icon-md,.icon-rounded.icon-md{
	min-width: 92px;
}
.icon-round.icon-lg,.icon-square.icon-lg,.icon-rounded.icon-lg{
	min-width: 122px;
}
.icon-round.icon-xl,.icon-square.icon-xl,.icon-rounded.icon-xl{
	min-width: 162px;
}


/* = Text & Icon Styles
-------------------------------------------------------------- */
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-right{
	border-left:0;
	border-right:2px solid;
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}



/* = iPhone 6 Devices
-------------------------------------------------------------- */

.blocsapp-device-iphone6{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 18%;
}
.blocsapp-device-iphone6 img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-iphone6 .embed-responsive{
	padding-bottom: 154.25%;
	width: 87%;
	right: -6.7%;
	margin-bottom: -1.5%;
}
.blocsapp-device-iphone6.iphone6-silver{
	background-image:url("img/Apple-iPhone-6s-Silver.png");
}
/* = iPad Devices
-------------------------------------------------------------- */

.blocsapp-device-ipad{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 13.4%;
}
.blocsapp-device-ipad img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-ipad .embed-responsive{
	padding-bottom: 140%;
	width: 104.9%;
	left: -2.3%;
}
.blocsapp-device-ipad.ipad-silver{
	background-image:url("img/Apple-iPad-Air-2-Silver.png");
}
/* = iMac Device
-------------------------------------------------------------- */

.blocsapp-device-imac{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 4% 8.5% 23.7%;
	background-image:url("img/Apple-iMac.png");
}
.blocsapp-device-imac img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-imac .embed-responsive{
	padding-bottom: 56.25%;
}
/* = MacBook Devices
-------------------------------------------------------------- */

.blocsapp-device-mb{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 3.6% 15% 7.5%;
}
.blocsapp-device-mb img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-mb .embed-responsive{
	padding-bottom: 65%;
	width: 103.1%;
	left: -1.5%;
}
/* = MacBook Space Grey
-------------------------------------------------------------- */

.mb-space-grey{
	background-image:url("img/Apple-Macbook-Space-Grey.png");
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.6);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox{
	color:#FFF;
	font-size: 30px;
	position: absolute;
	top:20px;
	right:20px;
	z-index: 20;
	background:rgba(0,0,0,.5);
	border:none;
	line-height: 30px;
	padding:0 9px 5px;
	opacity: 0.3;
	border-radius:.25rem;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	opacity: 1.0;
	color:#FFF;
}
.next-lightbox, .prev-lightbox{
	font-size:20px;
	color:rgba(255,255,255,.9);
	background:rgba(0,0,0,.5);
	transition: all .2s ease-in-out;
	position: absolute;
	top:45%;
	z-index:1;
	opacity: 0.4;
	border-radius:.25rem;
}
.next-lightbox{
	padding:6px 8px 1px 13px;
	right:25px;
}
.prev-lightbox{
	padding:6px 13px 1px 10px;
	left:25px;
}

/* Full Screen */
.fullscreen-lb{
	background:#000;
	border-radius: 0;
}
.fullscreen-lb .modal-body{
	padding:0;
}
.fullscreen-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-10px;
	text-align:center;
}
.fullscreen-modal{
	background:#000;
}
.fullscreen-modal .modal-dialog{
	width:100%!important;
	max-width:95%!important;
}

/* Modal Full Screen Close Button */
.close-full-screen-modal{
	position: fixed;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.close-full-screen-modal .close-icon{
	display: block;
	width:100%;
	height:1px;
	background: #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top:12px;
}
.close-full-screen-modal .close-icon{
	height:2px;
}
.close-full-screen-modal .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.close-full-screen-modal{
	right:20px;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.img-style{
	width:240px;
	height:107px;
}
.h1-style{
	font-size:80px;
}
.feature-col-mt{
	margin-top:29px;
}
.hero-first-col-mb{
	margin-bottom:30px;
}
.img-9-style{
	height:100px;
}
.img-7-style{
	height:100px;
}
.img-10-style{
	height:100px;
}
.img-8-style{
	height:100px;
}
.img-11-style{
	height:100px;
}
.img-6-style{
	height:100px;
}
.img-43793-style{
	height:100px;
}
.img-42428-style{
	height:100px;
}
.img-44474-style{
	height:100px;
}
.img-4273-style{
	height:100px;
}
.img-26806-style{
	height:100px;
}
.img-12-style{
	height:100px;
}
.img-15-style{
	height:100px;
}
.img-13-style{
	height:100px;
}
.img-16-style{
	height:100px;
}
.img-14-style{
	height:100px;
	width:101px;
}
.img-chat-n-chill-p-style{
	height:100px;
}
.img-19-style{
	height:100px;
}
.img-20-style{
	height:100px;
}
.img-22-style{
	height:100px;
}
.img-21-style{
	height:100px;
}
.img-3421-style{
	width:361px;
	height:481px;
}
.h2-style{
	opacity:0.8;
}
.img-27818-style{
	height:100px;
}
.img-18272-style{
	height:100px;
}
.img-17-style{
	height:100px;
}
.img-41845-style{
	height:100px;
}
.img-18-style{
	height:100px;
}
.img-5531-style{
	height:100px;
}
.img-27-style{
	height:174px;
}
.img-car-rates-p-style{
	height:174px;
}
.img-31-style{
	height:174px;
}
.img-36-style{
	height:309px;
	width:232px;
}
.img-37-style{
	height:309px;
}
.img-38-style{
	height:309px;
}
.img-moms-baker-style{
	height:309px;
}
.img-75-style{
	height:100px;
}
.img-78-style{
	height:100px;
}
.img-76-style{
	height:100px;
}
.img-79-style{
	height:100px;
}
.img-77-style{
	height:100px;
}
.img-80-style{
	height:100px;
}
.p-style{
	font-size:30px;
}
.h2-bloc-19-style{
	font-size:45px;
}
.p-bloc-88-style{
	font-size:30px;
}
.p-20514-style{
	font-size:30px;
}
.h1-6-style{
	font-size:45px;
}
.h2-56-style{
	font-size:40px;
}
.h2-bloc-88-style{
	font-size:45px;
}
.p-29131-style{
	font-size:30px;
}
.p-40249-style{
	font-size:40px;
}
.h1-chat-’n-chill-style{
	font-size:45px;
}
.p-bloc-7-style{
	font-size:30px;
}
.p-bloc-8-style{
	font-size:30px;
}
.p-bloc-9-style{
	font-size:30px;
}
.p-bloc-10-style{
	font-size:30px;
}
.p-16-style{
	font-size:30px;
}
.p-17-style{
	font-size:30px;
}
.p-18-style{
	font-size:30px;
}
.p-19-style{
	font-size:30px;
}
.p-20-style{
	font-size:30px;
}
.p-bloc-15-style{
	font-size:30px;
}
.p-bloc-16-style{
	font-size:30px;
}
.team-card{
	min-height:350px;
}
.img-96-style{
	width:100px;
	height:100px;
}
.img-keep-left-p-style{
	height:100px;
}
.img-97-style{
	height:100px;
}
.red-text{
	font-size:24px;
	color:#FF0000!important;
}
.blue-text{
	font-size:24px;
	color:#00A9C1!important;
}
.h5-style{
	font-size:24px;
}
.h6-style{
	font-size:24px;
}
.p-68-style{
	color:#b3b3b3;
}
.text-span-0-color{
	color:#ff0000;
}
.p-color{
	color:#ff0000;
}
.label-style{
	font-size:25px;
}
.label-leaving-exuma-style{
	font-size:25px;
}
.label-pre-travel-style{
	font-size:25px;
}
.label-on-site-style{
	font-size:25px;
}
.img-leaving-exuma-style{
	height:107px;
	width:107px;
}
.img-101-style{
	height:107px;
}
.img-the-bahamas-lo-style{
	height:107px;
}
.img-104-style{
	height:240px;
}
.img-105-style{
	height:226px;
	width:351px;
}
.btn-color{
	color:#ffffff;
	width:100%;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-black{
	background-color:#000000;
}

/* Text colour styles */

.tc-white{
	color:#FFFFFF!important;
}
.tc-medium-turquoise{
	color:#46C2D2!important;
}
.tc-ku-crimson{
	color:#F10007!important;
}
.tc-black{
	color:#000000!important;
}
.tc-red{
	color:#FF0000!important;
}

/* Button colour styles */

.btn-ku-crimson{
	background:#F10007;
	color:#FFFFFF!important;
}
.btn-ku-crimson:hover{
	background:#c10006!important;
	color:#FFFFFF!important;
}

/* Bloc image backgrounds */

.bg-Little-Exuma{
	background-image:url("img/Little_Exuma.jpeg");
}
.bg-Rock-Iguana{
	background-image:url("img/Rock_Iguana.JPG");
}
.bg-Rock-20Iguana{
	background-image:url("img/Rock%20Iguana.jpg");
}



/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .page-container{overflow: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .page-container{
        overflow: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.h2-23-style{
		font-size:45px;
	}
	.p-23-style{
		font-size:30px;
	}
	.h2-the-airport-style{
		font-size:45px;
	}
	.p-24-style{
		font-size:30px;
	}
	.h2-baggage-claim-style{
		font-size:45px;
	}
	.p-25-style{
		font-size:30px;
	}
	.h2-26-style{
		font-size:45px;
	}
	.p-26-style{
		font-size:30px;
	}
	.h2-27-style{
		font-size:45px;
	}
	.p-27-style{
		font-size:30px;
	}
	.h2-28-style{
		font-size:45px;
	}
	.p-28-style{
		font-size:30px;
	}
	.h2-water-tower-style{
		font-size:45px;
	}
	.p-bloc-52-style{
		font-size:30px;
	}
	.h2-two-lane-road-style{
		font-size:45px;
	}
	.p-bloc-53-style{
		font-size:30px;
	}
	.h2-blue-box-style{
		font-size:45px;
	}
	.p-bloc-54-style{
		font-size:30px;
	}
	.h2-dirt-road-style{
		font-size:45px;
	}
	.p-bloc-55-style{
		font-size:30px;
	}
	.h2-bloc-56-style{
		font-size:45px;
	}
	.p-bloc-56-style{
		font-size:30px;
	}
	.h2-sand-dollars-style{
		font-size:45px;
	}
	.p-bloc-57-style{
		font-size:30px;
	}
	.h2-40-style{
		font-size:45px;
	}
	.p-78-style{
		font-size:30px;
	}
	.h2-little-exuma-style{
		font-size:45px;
	}
	.p-79-style{
		font-size:30px;
	}
	.p-80-style{
		font-size:30px;
	}
	.h2-crab-vane-style{
		font-size:45px;
	}
	.p-81-style{
		font-size:30px;
	}
	.h2-44-style{
		font-size:45px;
	}
	.p-82-style{
		font-size:30px;
	}
	.p-83-style{
		font-size:30px;
	}
	.h2-directions-style{
		font-size:45px;
	}
	.h2-38-style{
		font-size:45px;
	}
	.p-71-style{
		font-size:30px;
	}
	.h2-water-taxi-style{
		font-size:45px;
	}
	.p-72-style{
		font-size:30px;
	}
	.h2-40-water-taxi-style{
		font-size:45px;
	}
	.p-73-style{
		font-size:30px;
	}
	.h2-41-style{
		font-size:45px;
	}
	.p-74-style{
		font-size:30px;
	}
	.h2-42-style{
		font-size:45px;
	}
	.p-75-style{
		font-size:30px;
	}
	.h2-43-style{
		font-size:45px;
	}
	.p-76-style{
		font-size:30px;
	}
	.h2-chat-’n’-chill-style{
		font-size:45px;
	}
	.p-bloc-17-style{
		font-size:30px;
	}
	.h2-bloc-18-style{
		font-size:45px;
	}
	.p-bloc-18-style{
		font-size:30px;
	}
	.h2-bloc-48-style{
		font-size:45px;
	}
	.p-bloc-48-style{
		font-size:30px;
	}
	.h2-bloc-49-style{
		font-size:45px;
	}
	.h2-hoopers-bay-style{
		font-size:45px;
	}
	.p-bloc-13-style{
		font-size:30px;
	}
	.h2-bloc-14-style{
		font-size:45px;
	}
	.p-bloc-14-style{
		font-size:30px;
	}
	.h2-31666-style{
		font-size:45px;
	}
	.h2-queens-highway-style{
		font-size:45px;
	}
	.p-63-style{
		font-size:30px;
	}
	.h2-beach-access-style{
		font-size:45px;
	}
	.p-64-style{
		font-size:30px;
	}
	.h2-wood-path-style{
		font-size:45px;
	}
	.p-65-style{
		font-size:30px;
	}
	.h2-39-style{
		font-size:45px;
	}
	.p-66-style{
		font-size:30px;
	}
	.h2-43392-style{
		font-size:45px;
	}
	.p-67-style{
		font-size:30px;
	}
	.p-68-style{
		font-size:30px;
	}
	.h2-cocoplum-beach-style{
		font-size:45px;
	}
	.p-bloc-11-style{
		font-size:30px;
	}
	.h2-bloc-12-style{
		font-size:45px;
	}
	.p-bloc-12-style{
		font-size:30px;
	}
	.h2-bloc-31-style{
		font-size:45px;
	}
	.h3-style{
		font-size:45px;
	}
	.p-bloc-31-style{
		font-size:30px;
	}
	.h2-bloc-32-style{
		font-size:45px;
	}
	.p-bloc-32-style{
		font-size:30px;
	}
	.p-49975-style{
		font-size:30px;
	}
	.h1-4-style{
		font-size:45px;
	}
	.p-47-style{
		font-size:30px;
	}
	.h1-mom’s-bakery-style{
		font-size:45px;
	}
	.h1-6-style{
		font-size:45px;
	}
	.p-40249-style{
		font-size:30px;
	}
	.p-29131-style{
		font-size:30px;
	}
	.h2-56-style{
		font-size:45px;
	}
	.p-20514-style{
		font-size:25px;
	}
	
}

@media (max-width: 767px){
	.h1-style{
		font-size:35px;
	}
	
}

@media (max-width: 575px){
	.h1-style{
		font-size:30px;
	}
	.footer-link{
		text-align:center;
	}
	.mt-1{
	}
	
}

