@font-face {
	font-family: 'Unbounded Regular';
	src: url("../fonts/Unbounded-Regular.ttf")
}
@font-face {
	font-family: 'Unbounded SemiBold';
	src: url("../fonts/Unbounded-SemiBold.ttf")
}

@font-face {
	font-family: 'Oregano Regular';
	src: url("../fonts/Oregano-Regular.ttf")
}

@font-face {
	font-family: 'Allura Regular';
	src: url("../fonts/Allura-Regular.ttf")
}

*{
	box-sizing:border-box;
	margin:0px;
	padding:0px;
	font-family: verdana;
}

.clear{
    clear: both;
}
body{
	background-image: url("../img/bodyBG.jpg");
	background-position: center;
	background-repeat: repeat-y;
}

/*-----------HEADER Banner---------*/

.banner{
	width:100%;
	position:relative;
	height: 80vh;
	overflow: hidden;
	background-color: rgba(47,75,98,0.39);
}
.video_container{
	position:absolute;
	top:0;
	left:0;
	z-index: -1;
}

.logo{
	position:absolute;
	left:5px;
	top:5px;
}
.logo img{
	object-fit: cover;
	width:30%;
}
nav{
	position:absolute;
	top:50px;
	left:50%;
	height:50px;
	background-color: rgba(21, 74, 114, 0.4);
  	box-shadow: 5px 5px 8px #ffffff;
	padding:15px;
	width:50%;
}
nav ul li{
	list-style: none;
	display: inline-block;
	padding-right: 35px;
	padding-bottom: 20px;
}
nav a{
	text-decoration: none;
	text-transform: uppercase;
    color: white;
    font-family: montserrat;
    font-weight: bold;
    letter-spacing: 3px;
	padding-left: 10px;
}
nav a:hover{
	border-left:2px dotted white;
}
.banner_title{
	position:absolute;
	width:100%;
	top:25%;
	opacity: 0.6;
}
.banner_title h2{
	text-align:center;
	font-family: 'Unbounded Regular';
	font-size: 150px;
	color:white;
}
.slogan{
	position:absolute;
	top:60%;
	width:100%;
	opacity: 0.9;
}
.slogan p{
	text-align:center;
	font-size:100px;
	font-family:'Allura Regular';
}
#current_page{
	color:#f58407;
}

/*-----------End of HEADER Banner---------*/

/*-----------Main---------*/

main{
	width:992px;
	margin:0 auto;
	padding-top:20px;
	background-color: white;
}
h1, h2{
	text-align:center;
	font-family: 'Unbounded Regular';
	font-size: 46px;
	color:rgb(21, 74, 114);
	margin-bottom:15px;
}
h4{
	color: rgb(21, 74, 114);
	text-align: center;
	font-family: 'Oregano Regular';
	font-size: 30px;
	letter-spacing: 3px;
}

p{
	line-height: 1.5;
	text-align: justify;
	margin-bottom:20px;
	padding: 0 8px;
}

section{
	padding-top:30px;
}
.nomargine{
	padding-top:0;
}
.nomargine h2{
	margin-bottom:0;
}

/*---------Floating button----------*/

.floating-parent{
	position: fixed;
	bottom: 8%;
	right: 18px;
	text-align: center;
	color: rgba(47, 75, 98, 0.8);
}
.floating-parent .right-button{
	width: 80px;
	height: 80px;
	background: url("../img/Join.png");
	border-radius: 50%;
	background-repeat: no-repeat;
  	background-color: rgba(47, 75, 98, 0.8);
  	background-size: 80px;
	background-position: center;
	float: right;
	margin: 0 auto;
	cursor: pointer;
}
/*---------End of Floating button----------*/

/*---------Different containers----------*/

.container50{
	width:50%;
	float:left;
	object-fit: cover;
}

.container25Footer{
	width: 25%;
	float:left;
	margin-top:10px;
	color:white;
	line-height: 1.7;
	font-size: 12px;
	letter-spacing: 1px;
	padding:10px;
}
.container25Footer h4{
	font-family: montserrat;
	color: #2f4b62;
	font-size: 14px;
	letter-spacing: 3px;
	text-align:left;
}
.container25Footer ul li{
	list-style: none;
}
.container25Footer a{
	color:white;
	text-decoration: none;
}
.container25Footer a:hover{
	text-decoration: underline;
}
.container33Footer{
	width:33.33%;
	float:left;
	margin-top:10px;
	color:white;
	line-height: 1.5;
	font-size: 12px;
	letter-spacing: 1px;
}
.container33Footer p{
	text-align: left;
	padding:0px 30px;
}
.container50Footer{
	width:50%;
	float:left;
	padding-right:40px;
}
.container25{
	width: 25%;
	float:left;
}
.box{
	width:100%;
	margin:0 auto;
	padding:5px;
}
.box img{
	width:100%;
	height:100%;
	object-fit: cover;
	border-radius:50%;
	object-position: top left;
	transition: transform .5s ease;
	border:2px solid #2f4b62;
}
.box img:hover{
	transform: scale(1.1);
}

/*---------Paragraph with left border----------*/

.leftBorder{
	border-left: 10px solid #2f4b62;
	padding-left:20px;
	margin-bottom:20px;
	margin-left:5px;
	font-style: italic;
}

/* NEW CODE FOR HOME OVERLAY*/

.overlaySection{
	margin: 0 auto;
	width:100%;
}

.w25{
	float:left;
	width:25%;
	padding:3px;
}
.img_holder{
	height:410px;
	position:relative;
}
.img_holder img{
	object-fit: cover;
	width:100%;
	height:400px;
}
.overlayHome{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:400px;
	background-color: rgba(0,0,0,0.6);
	opacity:0;
	transition: opacity 0.25s;
}
.overlayHome:hover{
	opacity:1;
}
.overlayHome a{
	text-decoration:none;
	color: white;
}
.overlayHome a:hover{
	border-bottom:1px dotted;
}
.overlayHome h3{
	color: white;
	text-align: center;
	margin:80px auto;
}
.overlayHome p{
	padding: 0 8px;
	font-size:14px;
	color:white;
	text-align:justify;
}

.divider{
	background-image: url("../img/PlaneBG-wavy.png");
	background-position: center;
	min-height:100px;
	background-repeat: no-repeat;
}

/* END NEW CODE FOR HOME OVELAY*/

/* Testimonials section */

#testimonials{
	position:relative;
	background-image: url("../img/testimonialsBG.jpg");
	width:100%;
	background-position: center;
	min-height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
}
.overlay_text{
	position:absolute;
	top:65px;
	left:20px;
	width:40%;
	border: 2px dotted white;
	padding:10px 30px;
	border-radius: 10px;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.3), rgba(255,255,255,0));
}
.overlay_text p{
	font-size: 16px;
	color:white;
	font-style:italic;
	text-align: center;
}

.overlay_text h4 {
	color: #5b5b5b;
	font-family: Montserrat;
	font-size:18px;
	text-align: center;
}
#overlay_vertical{
	position: absolute;
	width:40%;
  	top: 40%; 
  	right: -150px; 
  	text-align: center;
	transform: rotate(90deg);
}
#overlay_vertical h3{
	padding: 10px 10px;
	font-size: 40px;
	color: #2f4b62;
	letter-spacing: 5px;
	font-family: 'Oregano Regular';
}

/* 'Learn More' links style */
.learnMore {
	color: #2f4b62;
	padding: 10px;
	border-radius: 30px;
  	border: 2px solid #2f4b62;
	text-decoration: none;
	text-align: center;
	letter-spacing: 3px;
	font-weight: bold;
	background-color:white;
	display: inline-block;
	margin-top: 20px;
	margin-left:170px;
}

.learnMore:hover {
	color: white;
	background-color:#2f4b62; 
	border: 2px dotted white;
}


/* Footer */

footer{
	width:100%;
	min-height: 270px;
	background-color: #95b8d3;
}
.footerSection{
	width:992px;
	margin:0 auto;
}
.thumb25Footer{
	width:25%;
	float:left;
}
.thumb25Footer img{
	width:100%;
	object-fit: cover;
}
.thumb75Footer{
	width:75%;
	float:left;
}
.thumb75Footer img{
	width:60%;
	object-fit: cover;
}

/* Subscribe Form in Footer style */

.subscribeTextInput {
	margin-bottom: 10px;
	border: dotted 1px grey;
	border-radius: 5px;
	padding: 5px;
	color: grey;
}
.subscribeBtn:hover{
	cursor: pointer;
}
.footer-thumb{
	display:inline;
	float:right;
	margin:2px;
}
/* End of Footer */

/* Services and Destinations styles */

.textTurnRight, .textTurnLeft{
	border:2px solid #2f4b62;
	box-shadow: 10px 10px 0 #95b8d3;
	margin-top:10px;
	padding: 10px;
	width:95%;
	text-align:center;
}
.textTurnRight{
	transform: rotate(3deg);
}
.textTurnLeft{
	transform: rotate(-3deg);
}
.blueBG{
	position:relative;
	background-image:url("../img/blueBG.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	min-height:400px;
	margin-top: 50px;
}
.container33Serv{
	position:absolute;
	width:33.33%;
	float:left;
	top:-20px;
}

.contentDiv33Dest{
	position:relative;
	width:90%;
	margin: 0 auto;
	border: 2px solid #2f4b62;
	border-radius: 20px 20px 0 0;
	background-color: white;
}
.contentDiv33Dest p{
	color: #2f4b62;
	padding:20px 40px 10px 40px;
	text-align: center;
	font-size: 15px;
	font-style: italic;
}

.contentDiv33Dest span{
	display: block;
	font-size: 15px;
	color:grey;
	padding-top:10px;
	font-style:normal;
	letter-spacing: 3px;
}

.quotation{
	position:absolute;
	top:-30px;
	left:5px;
	width:60px;
}
.quotation img{
	width:100%;
	object-fit: cover;
}

.map{
	position:relative;
	width:100%;
	min-height:600px;
	background-image: url("../img/map.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.mapTitle{
	position:absolute;
	top:5px;
	left:50%;
	transform: translateX(-50%)
}
.mapText{
	position: absolute;
	top:150px;
	left:10px;
	width:35%;
	background-color: rgba(252,251,251,0.7);
	padding:10px;
	text-align: left;
}
.mapBox1, .mapBox2, .mapBox3{
	position: absolute;
	object-fit: cover;
	border:2px solid #2f4b62;
	border-radius: 10px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
.mapBox1{
	top:90px;
	left:40%;
	width:300px;
}
.mapBox2{
	top:320px;
	left:40%;
	width:300px;
}
.mapBox3{
	top:110px;
	right:10px;
	width:250px;
	height:72%;
}

.mapTextReverse{
	position: absolute;
	top:150px;
	right:10px;
	width:35%;
	background-color: rgba(252,251,251,0.7);
	padding:10px;
	text-align: left;
}
.mapBox1Reverse, .mapBox2Reverse, .mapBox3Reverse, .mapBox4Reverse{
	position: absolute;
	object-fit: cover;
	border:2px solid #2f4b62;
	border-radius: 10px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
.mapBox1Reverse{
	top:90px;
	right:40%;
	width:300px;
}
.mapBox2Reverse{
	top:320px;
	right:40%;
	width:300px;
}
.mapBox3Reverse{
	top:110px;
	left:10px;
	width:250px;
	height:72%;
}
.mapBox4Reverse{
	top:290px;
	right:40%;
	width:300px;
}
.mapLink{
	position: absolute;
	bottom:20%;
	left:5%;
}
.mapLinkReverse{
	position: absolute;
	bottom:15%;
	right:20%;
}


/*------- Contact Page Styles -------*/

#formStyle{
	padding-left: 30%;
	padding-right: 20%;
	padding-top: 20px;
	border: dotted 2px grey;
	margin: 20px;
	font-family: montserrat;
	background-image: url("../img/FormBG.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#formStyle label{
	padding: 5px;
}

.contactElements {
	margin-bottom: 20px;
	border: dotted 2px #2f4b62;
	border-radius: 5px;
	padding: 5px;
}

.contactElements:focus{
	outline: solid 2px #95b8d3;
}

textarea{
	height: 150px;
	width: 70%;
	resize: vertical;
}

.submitBtn{
	padding:10px;
	font-size:16px;
}
.submitBtn:hover{
	cursor: pointer;
	border: 2px solid #2f4b62; 
	color: #2f4b62;
	box-shadow: 3px 3px 0 #95b8d3;
	font-weight: bold
}

/*------- About Us Page Styles -------*/

.floatImgRight{
	float:right;
	display: inline;
}
.floatImgLeft{
	float:left;
	display: inline;
	margin-right: 40px;
	border: solid 2px #2f4b62;
	box-shadow: 10px 10px 0 #95b8d3;
}

/* Shaking image w3school code*/


.floatImgLeft:hover {
  	animation: shake 0.5s;
  	animation-iteration-count: infinite;
}

@keyframes shake {
  	0% { transform: translate(1px, 1px) rotate(0deg); }
  	10% { transform: translate(-1px, -2px) rotate(-1deg); }
  	20% { transform: translate(-3px, 0px) rotate(1deg); }
  	30% { transform: translate(3px, 2px) rotate(0deg); }
  	40% { transform: translate(1px, -1px) rotate(1deg); }
  	50% { transform: translate(-1px, 2px) rotate(-1deg); }
  	60% { transform: translate(-3px, 1px) rotate(0deg); }
  	70% { transform: translate(3px, 1px) rotate(-1deg); }
  	80% { transform: translate(-1px, -1px) rotate(1deg); }
  	90% { transform: translate(1px, 2px) rotate(0deg); }
  	100% { transform: translate(1px, -2px) rotate(-1deg); }
}

/* End of Shaking image w3school code*/


.topBG{
	background-image: url("../img/PlaneBG-wavy.png");
	background-repeat: no-repeat;
	background-position:52% 40%;
	padding-top:10px;
	margin-top: 90px;
	min-height:200px;
}
.aboutTxtCardLeft, .aboutTxtCardRight {
	margin: 20px;
	padding: 10px;
	width:90%;
	text-align: justify;
	background-color: rgba(255,255,255,0.4);
	border: solid 2px #2f4b62;
	box-shadow: 10px 10px 0 #95b8d3;
}

.aboutTxtCardLeft{
	transform: rotate(3deg);
}
.aboutTxtCardRight{
	transform: rotate(-3deg);
}
#additionalMargin{
	margin-top:230px;
}
.container33-round {
	position: relative;
	width: 33.33%;
	height:100%;
	float: left;
	border-radius: 50%;
	border: dotted 3px rgb(21, 74, 114);
	padding:26px;
	background-color: rgba(251,249,249,0.70);
}

.container33-round p{
	font-family: montserrat;
	font-size: 14px;
	text-align: center;
}

.container33-round h4{
	font-size: 35px;
}
#funContainer{
	position: relative;
	width:100%;
	margin-top: 160px;
	min-height: 300px;
}
#blueBox{
	position:absolute;
	top:-30px;
	left:10px;
	background-color: #95b8d3;
	width:200px;
	height:300px;
}
#darkblueBox2{
	position:absolute;
	top:-20px;
	right:2px;
	background-color: #2f4b62;
	width:300px;
	height:300px;
}
#darkblueBox{
	position:absolute;
	top:-70px;
	left:190px;
	background-color: #2f4b62;
	width:300px;
	height:220px;
}
#blueBox2{
	position:absolute;
	top:70px;
	right:220px;
	background-color: #95b8d3;
	width:400px;
	height:220px;
}
.contentDiv{
	width:100%;
	height:100%;
	padding:8px;
	margin: 0 auto;
}
.contentDiv img{
	height:100%;
	width:100%;
	object-fit: cover;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}

#camera{
	width:120px;
	position:absolute;
	left:230px;
	bottom:30px;
}
#city{
	width:300px;
	position:absolute;
	right:5px;
	top:-120px;
}
#bus{
	width:250px;
	position:absolute;
	right:300px;
	top:-40px;
}
#plane{
	width:100px;
	position:absolute;
	right:400px;
	top:-80px;
}
#city2{
	width:300px;
	position:absolute;
	left:187px;
	top:-125px;
}
#people{
	width:200px;
	position:absolute;
	left:5px;
	top:-100px;
}

.blueBG1{
	background-image:url("../img/blueBG.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	min-height:540px;
	margin-top: 50px;
}
.blueBG2{
	background-image:url("../img/blueBG.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	min-height:420px;
	margin-top: 50px;	
}
.blueBG2 h2{
	margin-bottom:50px;
}

/*-------- More containers bottom of the Services & Destinations pages ---------- */

.width33{
	position: relative;
	width:33.33%;
	float:left;
}
.width33Home{
	position: relative;
	width:33.33%;
	float:left;
	background-color: white;
}
.contentDiv33{
	width:100%;
	margin:0px 2px;
}
.contentDiv33 img, .contentDiv33Serv img{
	width:100%;
	height:100%;
	padding:5px;
	object-fit: cover;
	border-radius:20px 20px 0 0;
}
.contentDiv33 p{
	margin: 5px;
	padding: 10px 10px;
	text-align: center;
	background-color: #2f4b62;
	color: white;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	font-size: 14px;
	line-height: 2;
}

.contentDiv33Serv{
	width:90%;
	margin: 0 auto;
	border: 2px solid white;
}
.overlayServ1 {
	position:absolute;
	bottom: 0;
  	left: 0;
	margin:0 auto;
	background-color: #2f4b62;
	color:white;
	opacity: 0;
	height: 0;
  	transition: .5s ease;
	overflow: hidden;
}

.overlayServ1 p{
	font-style: italic;
	margin:0 10px;
	padding:20px 40px 0px 40px;
	text-align: center;
	font-size: 12px;
}
.contentDiv33Serv:hover .overlayServ1{
	opacity:1;
	height:22.2%;
}

