@charset "UTF-8";
html {
	font-family: 'Open Sans';
}
video {
object-fit: cover;
	height: 100%;
  	width: 100%;
	z-index: 1;	
}

body {
  	margin: 0;
  	min-height: 100%;
  	display: grid;
  	grid-template-rows: 100vh auto auto;
  	position: relative;
}
h1 {
        font-weight: normal;
        display: inline;
        font-size:1em;
        color: #ffffff;
        margin: 0px;
	padding: 0px;
}
h2 {
	font-weight: bold;
	font-size: clamp(18px, 5vw, 90px);
	color: #ffffff;
	margin-top: -200px;
}
h3 {
	font-weight: 400;
	font-size: 2vw;
	font-size: clamp(10px, 2vw, 50px);
	color: #ffffff;
}
.wrapper {
	z-index: 10;
  	display: grid;
  	grid-template-rows: auto auto 1fr;
}
bg { 
 
}

header {
	position: fixed;
	z-index: 11;
	top:0;
	padding: 10px 0px 0 10px ;
	width: 98%;
}

nav {
	position: absolute;
	top: 25%;
  	width: 100%;
}

main {
}
button{
	font-family: "Open Sans";
	height: 30px;
	background-color: #03A9F4;
	font-weight: 400;
	font-size: 0.8em;
	padding: 5px 20px 10px 20px;
	color: #ffffff;
	box-shadow: 0 0 0 0;
	border-radius: 20px;
	border:0;
}
button:hover{
	background-color: #026E9F;
}
footer {
  background: #026E9F;
}
.copyright{
	font-size: 11px;
	line-height: normal;
}
.fb_link {
	width: 4%;
	min-width: 30px;
	float: left;
	font-family: "Open Sans";
	margin-left: 10px;
	margin-top: 6px;
}
a.sign_up{
        float: left;
}
.main_window {
	width: 60%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block;
	background-color: #026E9F;
}
.row.blockDisplay {
	display: block;
}
.columns {
	width: 33%;
	float: left;
	color: #ffffff;
	background-color: #026E9F;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.row .columns p {
	padding: 0 0 0 0;
}
.row .columns a {
	color: #ffffff;
	text-decoration: none;
}
.row .columns a:hover {
	color: #03A9F4;
	text-decoration: none;
}
.tile {
	margin-top: 10px;
	margin-right: 10px;
	height: 100px;
}


/* Popup box BEGIN */
.pop_image {
	width: 100%;
}
.hover_bkgr_fricc{
	display: none;
    background:rgba(0,0,0,.4);
    cursor:pointer;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
		font-family: 'Open Sans';
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
	background-image: url("../images/relax.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 0px;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
.smallterms {
	color: #ffffff;
	font-size: 0.7vw;
}
.signup {
	margin: 0 auto 10px auto;
	}
.popup_top {
	color: #ffffff;
	font-weight: 600;
	font-size: 30px;
	border-radius: 8px 8px 0 0;
	margin-bottom: 10px;
}	
@media (max-width: 500px) {
	.popup_top {font-size: 3vw;} 
}

.popup_para {
	color: #ffffff;
	margin-top:0px;
	font-size: 20px;
}
@media (max-width: 500px)  {
	.popup_para {font-size: 1.7vw;}
}
.signup td {
	color: #ffffff;
	opacity: 80%;
	padding: 0;
	font-size:0.9vw;
}

.why_stay {
    background-color: #ccc;
    padding: 0 30px 20px 30px;
}
.why_stay_light {
    background-color: #eee;
}
.why_inner {
    padding: 20px;
    display: grid;
    background-color: #eee;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px;
}
.why_item {
    padding: 10px;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    height: 300px;
    display: flex;
    justify-content: center;     /* Center horizontally */
    align-items: center;
}
.why_stay h4 {
    color: rgb(5, 73, 97);
    font-weight: bold;
    text-align: center;
    font-size: 3vw;
    margin-top: 20px;
    padding-top: 10px;
    margin-bottom: 0px;
}
.why_stay h5 {
    color: white;
    text-align:	center;
    font-weight: normal;
    font-size: clamp(12px, 1.6vw, 18px);
    margin: 0 0 15px 0;
}

@media (max-width: 780px) {
        .columns {
                width: 100%;
        }
        html {
                background-image: url("../video/Drone720p.mp4");
        }
        .why_inner {
        grid-template-columns: repeat(2, 1fr);
	}
	h2 {
	    margin-top: -400px;
	}
}
@media (max-width: 480px) {
    .columns {
        width: 100%;
    }
    html {
	background-image: url("../video/Drone540p.mp4");
    }
    .why_inner {
        grid-template-columns: repeat(1, 1fr);
    }
    h2 {
        margin-top: -600px;
    }
}
