
/* ----------------------------------------------- */
/* BASIC SETUP */
/* ----------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body,
section {
    background-color:rgba(10, 0, 120, 0.2);
    color: #0a0078;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

section {
    padding: 3% 0;
}

footer {
    color: #fff;
    background-color: rgba(10, 0, 120, 0.7);
    padding: 1% 0;
}


.row {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

/* ----------------------------------------------- */
/* GENERAL SETUP */
/* ----------------------------------------------- */

.clearfix {zoom: 1;}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}


.vertical-centered {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.horizon-centered {
  margin: 0;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.centered {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 
}

/* ----------------------------------------------- */
/* VEDIO PLAY STYLE */
/* ----------------------------------------------- */


/* Style the video: 100% width and height to cover the entire window */
#myVideo{
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.VideoCoverImg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0;
}


/* Style the button used to pause/play the video */
#myBtn {
 align-items: center;
  width: 100px;
  padding: 5px;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  color: #0a0078;
  border-radius: 10px;
  outline:none
}

#myBtn:hover {
  background: #0a0078;
  color: #fff;
}

/* ----------------------------------------------- */
/* RESPONSIVE SETUP */
/* ----------------------------------------------- */

.boxes,
.boxesnowrap{
    display: flex;
    justify-content: space-around;
    align-items:stretch;
}

.boxes{
    flex-flow: row wrap;
}

.boxesnowrap{
    flex-flow: row nowrap;
}


/* ----------------------------------------------- */
/* SWIPER STYLE */
/* ----------------------------------------------- */
    .swiper-container {
     float: right; 
      width: 85%;
}

    .swiper-slide {
      text-align: center;
      font-size: 180px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

.swiper-slide img{
    max-width:100%;
    max-height:100vh;
}
/*  </style>*/



/* ----------------------------------------------- */
/* IMAGE GALLERY STYLE */
/* ----------------------------------------------- */

.card {
  margin: 1%;
  border: 1px solid #eee;
  background-color:#fff;
}

.card:hover {
  border: 3px solid #0a0078;
}

.card img {
  width: 100%;
  height: auto;
  display: inline-block;
  opacity: 1;
  align-content:  center;
}

.card img:hover{
    opacity: 0.7;
}

.card h3 {
    color: #0a0078;
    background-color: rgba(0, 0, 0, 0.1);
    font-weight: 800;
    margin: 0;
}

.card p{
color:rgba(0, 0, 0, 0.5)
}

.card li{
    color: #0a0078;
    font-size: 0.9em;
    font-style: italic;
    padding:5px;
    text-align: start;
}

.icon {
  color: #0a0078;
  font-size: 200%;
  opacity: 0.2;
  position: relative;
  text-align: center;
  margin-top: -50%;   
}

.icon:hover{
    opacity: 0.8;
}

.desc,
.nametag{
  color: #030303;
}

.desc{
padding: 2%;
text-align: center;
}

.nametag,
.question{
display: block;
padding: 1% 0;
text-align: center;
margin: 1% 0;
}

.question{
color: #0a0078;
}
    
.sectionquote {
    background-image: -webkit-linear-gradient(rgba(238, 238, 238, 0.1), rgba(0, 0, 0, 0.5)), url('/img/Home-QuoteBackground.jpg');
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.5)),url('/img/Home-QuoteBackground.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;  
/*        height: 100vh;*/
}

.sectiontobook{
  padding: 10%;
  background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3)),url('/img/Home-ToBooking1200x580.jpg');
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3)),url('/img/Home-ToBooking1200x580.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;  
    height: 100vh;
}

.sectionFAQ{
  background-color: rgba(10, 0, 120, 0.2);
}

.bookingComLogo{
    align-self: flex-end;
    height: 80px;
    margin:0;
    padding:0 10px;
}

.bookingmap{
    flex-grow: 4;
    width: 70%;
    min-width: 320px;
}

.bookingdeal{
        flex-grow: 1;
        width: 30%;
        min-width: 280px;
}

/* ----------------------------------------------- */
/* REUSABLE COMPONENTS */
/* ----------------------------------------------- */


.box-2,
.box-3{
    flex-grow: 1;
    align-content: center;
}

.box-2{
        width: 45%;
    min-width: 350px;
}

.box-3{
    width: 30%;
    min-width: 300px;
}

.box-6{
    width: 14%;
    min-width: 150px;
}

.box-2> img,
.box-3> img{
     width: 65px;
     border-radius: 50%; 
     float: left;
}

.paragraph{
    background-color: #fff;
    text-align: start;
    color: rgba(0, 0, 0, 0.75);
    font-size: .9em;
    padding: 2%;
}

.parabox{
    background-color: #fff;
    padding: 1%;
     margin: 1.5%;
    border-radius: 20px;
}


.ddd {
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}


/* ----- HEADINGS ----- */
h1,
h2,
h3 {
    text-transform: uppercase;
    text-align: center;
}

h1 {
    font-weight:300;
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
    font-size: 200%;
    word-spacing: 3px;
}

h2 {
    font-weight:600;
    font-size: 180%;
    word-spacing: 2px;
    margin-bottom: 30px;
}

h3,
h4,
h5 {
    word-spacing: 1px;
    margin-bottom: 15px;
    text-align: center;
}

h3{
    font-weight: 300;
    font-size: 135%;
}

h4{
    font-weight:200;
    font-size: 100%;
}

h5{
    font-weight:100;
    font-size: 75%;
}


h2:after {
    display: block;
    height: 5px;
    background-color: #0a0078;
    content: " ";
    width: 300px;
    margin: 0 auto;
    margin-top: 30px;
}

/* ----------------------------------------------- */
/* HEADER SETUP */
/* ----------------------------------------------- */

.logo {
    width: 15%;
    min-width: 150px;
   /*    margin: 3% 0 0 3%;*/
    position: absolute;
    top: 0; 
    left: 0;
    background: #fff;
    padding: 10px;
    margin: 18%;
    z-index:9999;
/*    border-radius: 5px;*/
}
 
.logo-tiny {
    display: none;
    float: left;
    width: 35px;
    margin-left: 10%;
    background-color: #fff;
}

/* Add some content at the top of the video/page */
.content {
  background: #0a0078;
  color: #fff;
  left: 15%;
  right: 0;
  width: 100%;
  top:0;
  padding:10px;
}
/*

/* Main navi */
.main-nav {
    text-align: center;
    position: absolute;
       width: 15%;
    padding: 18% 0;
    min-width: 140px;
    max-height: 100vh;
    left:  0; 
    top: 0;
    z-index: 9999;
}

.main-nav a:link,
.main-nav a:visited {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 80%;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;
    padding: 10px 1PX;
    margin: 0;
}

.main-nav a:hover,
.main-nav a:active {
    border-bottom: 5px solid #0a0078;
    color:  #0a0078;
    background: #fff;
    }


@media screen and (max-width: 900px) {
    .logo  {
        display: none;
    }
    .logo-tiny{
        display: inline-block; 
/*        background-color: #fff;*/
    }
    .main-nav{
     padding-top: 0;    
     padding-bottom: 10px; 
    }
    .content h1{
        font-size: 0.9em;
    }
}


@media screen and (max-width: 600px) {
    .main-nav{
    padding-bottom: 5px; 
    }
    .content h1,
    .content h4{
        font-size: 0.7em;
    }
}


/* Sticky navi */
.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}


.sticky .main-nav { 
    display: inline-block;
    width: 100%;
    color: #0a0078;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 0;
    margin: 0;
    box-shadow: 0 2px 2px #eee;
}

.sticky .main-nav a:link,
.sticky .main-nav a:visited {
    display: inline-block;
    color: #0a0078;
    margin: 0 .5%;
}

.sticky .main-nav a:hover,
.sticky .main-nav a:active {
    border-bottom: 2px solid #0a0078;
        color:  #fff;
    background: #0a0078;
}

.sticky .logo { display: none; }

.sticky .logo-tiny { 
    display: inline-block; 
}

.sticky #myBtn { display: none; }

/* ----- ICONS ----- */
.icon-big {
    font-size: 150%;
    float: left;
    display: block;
    margin-left: 5%;
}

.icon-small {
    display: inline-block;
    text-align: center;
    font-size: 120%;
    
    /*secrets to align text and icons*/
    line-height: 120%;
    vertical-align: middle;
    margin: 0 1% 0 3%;
}

.Vehiclenav{
    padding : 10% 0 3% 0;
    z-index: 999;
}


/* ----- BUTTONS ----- */
.btn:link,
.btn:visited,
input[type=submit]{
    display: inline-block;
    padding: 10px 30px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 200px;
    margin: .5%;
    border: none;
    outline:none;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full:link,
.btn-full:visited,
input[type=submit]{
    background-color: rgba(10, 0, 120, 0.5);
    color: #fff;
    outline:none;
}

.btn-ghost:link,
.btn-ghost:visited {
/*    border: 1px solid #0a0078;*/
    background-color: rgba(255, 255, 255, 0.6);
    color: #0a0078;
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active{
   text-decoration: underline;
}

.btn-full:hover,
.btn-full:active,
input[type=submit]:hover,
input[type=submit]:active{
/*    border: 1px solid #fff;*/
        background-color: #fff;
        color: #0a0078;
}

.btn-ghost:hover,
.btn-ghost:active {
/*    border: 1px solid #0a0078;*/
    background-color: #0a0078;
    color: #fff;
}

/* ----------------------------------------------- */
/* CONTACT US */
/* ----------------------------------------------- */

.fillUp{
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 10px;
    padding: 2%;
    font-size: .9em;
    color: #fff;
    text-align: center;
}

.fillUp input, 
.fillUp textarea,
.fillUp select,
.fillUp option{
    width:100%;
    border: none;
    color: #0a0078;
    font-style: italic;
    font-weight: 200;
    padding:3% 0;
    background-color: #eee;
    font-size: .9em;
    text-align: center;
}


.fillUp textarea{
    text-align: left;
    padding: 10px;
}

