/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 16, 2023 */

@font-face {
    font-family: 'robotoregular';
    src: url('../Fonts/Roboto-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('../Fonts/Roboto-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobolditalic';
    src: url('../Fonts/Roboto-BoldItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src:  url('../Fonts/Roboto-Medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomediumitalic';
    src: url('../Fonts/Roboto-MediumItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoblack';
    src:  url('../Fonts/Roboto-Black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* .libre-caslon-display-regular {
  font-family: "Libre Caslon Display", serif;
  font-weight: 400;
  font-style: normal;
} */


:root {
  --text-color: #6e6e6e;
  --color-white: #ffffff;
  --color-charcoal: #797979;
  --color-charcoal-dark: #2f2f2f;
  --color-charcoal-xdark: #0f0f0f;
  --color-charcoal-light: #d6d6d6;
  --color-charcoal-xlight: #ebebeb;
  --color-charcoal-xxlight: #fafafa;

  --color-error: #f75e47; /*be1820*/
  --color-success: #80b641;

  --color-blue: #010c38;
  --color-blue-dark: #000020;
  --color-blue-light: #021563;
  --color-blue-medium: #050524;

  --color-gold: #d7b877;
  --color-gold-light: #e3c688;
  --color-gold-dark: #bea166;



  /* Font sizes */
  --default-font-size: 1.6rem;

  /* Fonts */

  --font-regular: "robotoregular", sans-serif;
  --font-bold: "robotobold", sans-serif;
  --font-bolditalic: "robotobolditalic", sans-serif;
  --font-xtra: "robotoextrabold", sans-serif;
  --font-medium: "robotomedium", sans-serif;
  --font-mediumitalic: "robotomediumitalic", sans-serif;
  --font-black: "robotoblack", sans-serif;
  --font-serif: "Libre Caslon Display", serif; font-weight: 400; font-style: normal;
}

* {
  margin: 0rem;
  padding: 0rem;
  box-sizing: border-box;
}

html {
  background-color: #000020;
}

html,
body {
  padding: 0;
  margin: 0;
  color: var(--text-color);
  font-family: var(--font-regular);
  /* font-family: var(--font-regular); */
  /*font-size: 10px;*/ /*using 10px - makes it easier - 1rem is 10px |  BUT now user cant change font size in browser - overriding it */
  /* THEREFORE we change it to a percentage - which is a percentage of the browser default font size - usually 16px */
  font-size: 62.5%; /*if browser default is 16px, then this is now 10px*/ /*1rem is 10px*/
}

/* STRUCTURAL */
#header {
  /* position: absolute; */
  height: 70px;
  width: 100%;
  background: #01092e;
  z-index: 3000;
}

.intersect {
  background-color: transparent;
  height: 1px;
}

.unsticky {
  width: 100%;
  height: 70px;
  background: #01092e;
  z-index: 3000;
}
.sticky {
  position: fixed;
  left: 0;
  height: 7rem;
  /* width: 100%; */
  background-color: rgba(0, 0, 0, 0.8);
  background: none;
  z-index: 1000;
}

.rel {
  position: relative;
}
.overflow {
  overflow: hidden;
}

#logoWrapper {
  position: absolute;
  top: 1rem;
  left: 5rem;
  padding: 0.5rem;
  cursor: pointer;
  z-index: 1100;
}

#logoSticky {
  display: none;
  top: 0rem;
  position: fixed;
}

.innerWrapper {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.innerPadding {
  padding: 3.5rem 2rem 4rem 2rem;
}
.innerPadding2 {
  padding: 8rem 2rem 8.5rem 2rem;
}

div.arrowFloat {
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 60px;
    background-image: url('../images/bg_ArrowDown.png');
    background-repeat: no-repeat;
    background-position: center top;
    /* left: 50%;
    transform: translateX(-50%); */
    z-index: 10;
}


.sectionWhite {
  width: 100%;
  background-color: #ffffff;
}

.sectionGrey {
  width: 100%;
  background-color: var(--color-charcoal-xlight);
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #fff;
}

/*contact*/
.sectionGold {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--color-gold-dark);
  background-image: url("../images/bg_ArrowDown.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  /* background-attachment: none, fixed; */
  overflow: hidden;
}

.sectionGold p{
  color: #FFF;
}

/*corporate, airpot*/
.blocGold{
    padding: 5rem 8rem;
    background-color: var(--color-gold-dark);
    border-radius: 1.2rem;
    box-shadow: 0px 10px 26px -8px rgba(0,0,0,0.75);
}


/*gallery - no main pic */
/* .sectionMainPic {
  width: 100%;
  height: 300px;
  padding-top: 150px;
  background-color: var(--color-red);
  background-image: url("../images/bg_MainPic.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
} */

/* NAV */

#menuWrapper {
  position: relative;
  width: 100%;
  padding-top: 0rem;
  text-align: right;
  /* z-index: 1000; */
}

.intersect {
  background-color: transparent;
}

#menuIcon {
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 5rem;
  width: 5rem;
  cursor: pointer;
  z-index: 101;
}

#navDiv {
  position: relative;
  float: right;
  padding-top: 2.5rem;
  /* text-align: right; */
  margin-right: 1rem;
}

/* CONTENT LINKS main nav links float: left; */

a.nav {
  position: relative;
  display: block;
  float: left;
  padding: 5px 12px 5px 12px;
  color: var(--color-gold);
  font-size: 1.6rem;
  font-family: var(--font-regular);
  text-decoration: none;
  transition: 0.3s;
  line-height: 120%;
  border-style: solid; border-width: 0px 0px 1px 0px; border-color: transparent; text-decoration: none; text-transform: uppercase;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
a.nav:link {
  color: var(--color-gold);
  text-decoration: none;
}
a.nav:visited {
  color: var(--color-gold);
  text-decoration: none;
}
a.nav:active {
  color: var(--color-gold);
  text-decoration: none;
}
a.nav:hover {
  color: var(--color-gold-light);
  text-decoration: none;
} /* transform: scale(1.01, 1.01);*/

/* a.nav:after {
  content: " ";
  background: var(--color-blue);
  width: 0%;
  height: 2px;
  position: absolute;
  left: 12px;
  bottom: -7px;
  transition: all ease 0.4s;
}

a.nav:hover:after {
  width: calc(100% - 24px);
} */

a.navLive {
  position: relative;
  display: block;
  float: left;
  padding: 5px 12px 5px 12px;
  color: var(--color-gold);
  font-size: 1.6rem;
  font-family: var(--font-bold);
  text-decoration: none;
  transition: 0.3s;
  line-height: 120%;
}

a.navLive:after {
	content: " ";
	background: var(--color-gold);
	width: calc(100% - 24px);
  /* width: 0%; */
	/* // height: 0px; */
  height: 2px;
	position: absolute;
  left: 12px;
	/* // bottom: -7px; */
  bottom: -16px;
	transition:all ease 0.4s;
}

a.navLive:link {
  color: var(--color-gold);
  text-decoration: none;
}
a.navLive:visited {
  color: var(--color-gold);
  text-decoration: none;
}
a.navLive:active {
  color: var(--color-gold);
  text-decoration: none;
}
a.navLive:hover {
  color: var(--color-gold);
  text-decoration: none;
}

div.main {
  position: relative;
  display: block;
  float: left;
  padding: 5px 18px 5px 12px;
  color: var(--color-gold);
  font-size: 1.6rem;
  font-family: var(--font-regular);
  text-decoration: none;
  line-height: 120%;
  transition: 0.3s;
  cursor: pointer;
  cursor: hand;
}
div.main:hover {
  color: var(--color-gold-light);
}
div.main:hover div.main path {
  fill: var(--color-gold-light);
}

/* // div.main:after {
// 	content: " ";
// 	background: var(--color-blue);
// 	width: calc(100% - 24px);
// 	height: 0px;
// 	position: absolute;
//   left: 12px;
// 	bottom: -7px;
// 	transition:all ease 0.4s;
// }

// div.main:hover:after {
//   height: 3px;
// 	//width:100%;
// 	// width:25%;
// } */

.mainLive {
  position: relative;
  display: block;
  float: left;
  padding: 5px 18px 5px 12px;
  color: var(--color-gold);
  font-size: 1.6rem;
  font-family: var(--font-bold);
  text-decoration: none;
  line-height: 120%;
  cursor: pointer;
  cursor: hand;
}

/* CONTENT LINKS sub links  */

a.sub {
  display: block;
  color: var(--color-charcoal);
  background-color: var(--color-charcoal-xlight);
  font-size: 1.5rem;
  font-family: var(--font-regular);
  line-height: 120%;
  text-align: left;
  padding: 10px 10px;
  border-style: dotted;
  border-color: var(--color-charcoal);
  border-width: 0px 0px 1px 0px;
  text-decoration: none;
  transition: 0.3s;
}
a.sub:link {
  color: var(--color-charcoal);
  text-decoration: none;
}
a.sub:visited {
  color: var(--color-charcoal);
  text-decoration: none;
}
a.sub:active {
  color: var(--color-charcoal);
  text-decoration: none;
}
a.sub:hover {
  text-decoration: none;
  color: var(--color-red);
  background-color: #ffffff;
}

.dropDown {
  position: absolute;
  display: none;
  margin-top: 0px;
  padding: 18px 0rem 0rem 0rem;
  width: inherit;
  background-image: linear-gradient(
    to bottom,
    transparent 18px,
    var(--color-charcoal-xlight) 18px
  );
  /* background-color: var(--color-charcoal-xlight); */
  /* background: rgba(220, 220, 220, 0.9); */
  z-index: 4010;
}

.dropArrow {
  display: inline-block;
  /* // margin-top: 2.5rem;
  // margin-left: 1rem; */
  position: absolute;
  top: 12px;
  right: 4px;
  width: 7px;
  height: 7px;
  background-color: transparent;
  border-style: solid;
  border-width: 2px 2px 0px 0px;
  border-color: var(--color-gold);
  transform: rotate(135deg);
  transition: 0.3s;
}

/* CONTENT LINKS sub links  */

#navClose {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #cccccc;
  /* background-color: var(--color-charcoal); */
  cursor: pointer;
  cursor: hand;
  transition: background-color 0.4s;
  z-index: 2020;
}
#navClose:hover {
  background-color: #ffffff;
}
#navClose p {
  margin-top: 50%;
  transform: translateY(-50%);
  color: #666666;
  font-size: 20px;
  text-align: center;
  line-height: 1;
}

/*SLIDE*/
/*home page slide*/
#homeSlide {
  position: relative;
  width: 100%;
  height: 750px;
  overflow: hidden;
}

#slideTextWrapper {
  position: absolute;
  width: 100%;
  top: 13rem;
  text-align: center;
  z-index: 1200;
}
#slideText {
  width: 80%;
  margin: 0rem auto;
}

#slideTxt-main {
  color: var(--color-blue);
  font-family: var(--font-serif);
  /* font-family: var(--font-bold); */
  /* font-family:'Times New Roman', Times, serif; */
  /* font-family: 'Libre Baskerville', Baskerville, "Book Antiqua", Georgia, serif; */
  font-weight: bold;
  font-size: 7.6rem;
  /* font-size: 6rem; */
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0px;
}
#slideTxt-sub {
  display: block;
  padding-top: 1rem;
  margin-top: 1rem;
  color: #FFFFFF;
  /* font-family: var(--font-serif); */
  font-family: var(--font-regular);
  font-size: 4.4rem;
  margin: 0px;
}
#slideTxt-sub::after{
  content: " ";
  display: block;
  position: absolute;
  top :0rem;
  left: 30%;
  width: 40%;
  height: 1px;
  background: #FFF;
  /* background: var(--color-gold-dark); */
}

/* HOME PIC */
.homePic {
  height: 100%;
  width: 100%;
  background-repeat: repeat-x, no-repeat;
  background-size: auto, cover;
  background-position: bottom, center center;
  background-image: url("../images/gradient_bluebottom.png"), url("../images/home_Transfers.jpg");
}

/* MAIN PIC */

/* #mainPicWrapper {
  position: relative;
  height: 60rem;
} */
#mainPic {
  height: 55rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
} /* box-shadow: 0px 10px 26px -8px rgba(0,0,0,0.75);*/
.mp-fleet {
  background-image: url("../images/pic_carHireFleet.jpg");
  background-position: bottom center;
}
.mp-chaffeur {
  background-image: url("../images/pic_ChaffeurServices.jpg");
  background-position: bottom center;
}
.mp-transfers {
  background-image: url("../images/pic_TransfersNamibia.jpg");
  background-position: bottom center;
}
.mp-company {
  background-image: url("../images/pic_company.jpg");
  background-position: bottom center;
}
.mp-airport {
  background-image: url("../images/pic_AirportTransfers.jpg");
  background-position: bottom center;
}
.mp-schools {
  background-image: url("../images/pic_schoolBus.jpg");
}
.mp-sandwichharbour {
  background-image: url("../images/pic_DuneTours.jpg");
}
.mp-groups {
  background-image: url("../images/pic_groupTransport.jpg");
}
.mp-tours {
  background-image: url("../images/pic_toursDriver.jpg");
  background-position: center center;
}
.mp-staff {
  background-image: url("../images/pic_staffShuttle.jpg");
}

#mainPic-buttons{
  position: absolute;
  top: 20rem;
  right: -1rem;
  text-align: right;
  z-index: 2;
}

#mainPic-buttons a{
  margin: 0px 0px 5px 0px;
}
#mainPic-buttons a.buttonBlue{
  border: solid var(--color-gold) 1px;
}



/* HOME */

/* WE DO - home */
.sectionWeDo {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--color-blue);
  background-image: url("../images/bg_ArrowDown.png"), url("../images/bg_Travel.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom;
  background-size: auto, cover;
  /* background-attachment: none, fixed; */
  overflow: hidden;
}

/*TOur SLIDER - home */
#doSlide {
  width: 95%;
  margin: 2rem auto 2rem auto;
}

.sliderWrapper{
  border-style: solid;
  border-color: var(--color-gold);
  border-width: 2px;
  background-color: var(--color-blue);
  margin: 1rem;
  border-radius: 1.2rem;
  overflow: hidden;
  transform: skewX(-4deg);
}

.slider {
  position: relative;
  /* width: 55rem; */
  height: 22rem;
  margin: 0rem;
  text-align: center;
  /* border-style: solid; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.slider-img-corporate {
  background-image: url("../images/sldr_Corporate.jpg");
}
.slider-img-airport {
  background-image: url("../images/sldr_Airport.jpg");
}
.slider-img-schools {
  background-image: url("../images/sldr_Schools.jpg");
}
.slider-img-tours {
  background-image: url("../images/sldr_Tours.jpg");
}
.slider-img-staff {
  background-image: url("../images/sldr_Staff.jpg");
}
.slider-img-group {
  background-image: url("../images/sldr_Group.jpg");
}
.slider-img-carhire {
  background-image: url("../images/sldr_CarHire.jpg");
}
.slider-img-sandwich{
  background-image: url("../images/sldr_SandwichHarbour.jpg");
}

.slider-text {
  position: relative;
  width: 100%;
  /* height: 8rem; */
  /* padding: 5px; */
  background-color: var(--color-blue);
}
.slider-text p {
  color: var(--color-gold);
  font-family: var(--font-bolditalic);
  font-size: 1.8rem;
  text-align: center;
  padding: 2.5rem 3rem;
  margin: 0px 0px 5px 0px;
}


/* SERVICES - home */
.servicesWrapper {
  width: 100%;
  overflow: hidden;
}

.services-left{
  width: 48%;
  float: left;
  text-align: center;
  overflow: hidden;
}
.services-right{
  width: 45%;
  float: right;
  margin-right: 5%
}

.services-right h2{
  text-align: center;
}

.services-left img{
  transform: skewX(-4deg);
  height: 100%;
  object-fit: contain;
}


/* DRIVERS - home */
.sectionDrivers {
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: var(--color-gold);
  background-image: url("../images/bg_Drivers.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.driversBloc{
  width: 80%;
  border-style: solid;
  border-color: var(--color-gold);
  border-width: 2px;
  background-color: var(--color-blue);
  margin: 1rem auto;
  padding: 4rem 6rem;
  border-radius: 1.2rem;
  overflow: hidden;
  transform: skewX(-4deg);
}


/* BASIC */

.white {
  color: #ffffff;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.topMargin-0 {
  margin-top: 0rem;
}

.topMargin-4 {
  margin-top: 4rem;
}

.topMargin-5{
  margin-top: 5rem;
}

.h1Header{
  /* position: absolute; */
  /* margin-top: -2rem; */
  text-align: center;
  width: 100%;

}
h1 {
  font-size: 4.8rem;
  margin: 0px 5px 0px 5px;
  /* margin-top: 0px;
  margin-bottom: 0px; */
  font-family: var(--font-regular);
  font-weight: normal;
  line-height: 120%;
  color: var(--color-blue);
  text-align: center;
  /* text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35); */
}
div.head-h1{
  display: inline-block;
}
div.head-h1 p{
  position: relative;
  margin-bottom: 3rem;
font-size: 2.4rem;
font-family: var(--font-bold);
  font-weight: normal;
  line-height: 120%;
  color: var(--color-gold-dark);
  text-align: center;
}
div.head-h1 p::after{
  content: " ";
  display: block;
  position: absolute;
  bottom : -15px;
  left: 10%;
  width: 80%;
  height: 2px;
  background: var(--color-gold);
}

h2 {
  margin: 2rem 0rem 3rem 0rem;
  font-size: 3rem;
  color: var(--color-gold);
  font-family: var(--font-bold);
  font-weight: normal;
  line-height: 120%;
  text-transform: uppercase;
}
h2.blue{
  color: var(--color-blue);
}
h2.onwhite{
  display: block;
  background-color: white;
  padding: 1rem 3rem;
  border-radius: 1.2rem;
  font-family: var(--font-regular);
  text-transform: none;
}

h3 {
  margin: 3rem 0rem 1.5rem 0rem;
  font-size: 2.4rem;
  color: var(--color-charcoal-dark);
  font-family: var(--font-bold);
  font-weight: normal;
  line-height: 120%;
}
h3.blue{
  color: var(--color-blue);
}

h4 {
  margin: 2rem 0rem 1.5rem 0rem;
  font-size: 2rem;
  color: var(--color-charcoal);
  font-family: var(--font-bold);
  font-weight: normal;
  line-height: 120%;
}

p,
li,
td {
  padding: 0;
  margin: 0rem 0rem 15px 0rem;
  color: var(--text-color);
  font-family: var(--font-regular);
  font-size: 1.8rem;
  line-height: 160%;
}
p.white {
  color: #ffffff;
}

p.caption {
  text-align: center;
  font-size: 1.4rem;
}

div.w60,
p.w60 {
  width: 60%;
}

.small {
  font-size: 12px;
}

ul {
  margin: 2rem 0rem 2rem 2rem;
}
ul li {
  margin-left: 2rem;
  padding-left: 1rem;
}

ul.center {
  text-align: center;
  list-style-position: inside;
  margin: 2rem 0rem 2rem 0rem;
}
ul.center li{
  margin-left: 0rem;
  padding-left: 0rem;
}


ul.white li {
  color: #ffffff;
}
ul.white li {
  line-height: 180%;
  margin: 0rem 0rem 0.5rem 1rem;
}
sup {
  font-size: 8px;
}


/* CONTENT LINKS */
a {
  color: var(--color-blue);
  font-family: var(--font-regular);
  line-height: 160%;
  text-decoration: none;
  font-weight: normal;
  transition: 0.2s;
}
a:link {
  color: var(--color-blue);
}
a:visited {
  color: var(--color-blue);
}
a:active {
  color: var(--color-blue);
}
a:hover {
  color: var(--color-gold);
}

a.white {
  color: #fff;
  text-decoration: underline;
}
a.white:link {
  color: #fff;
}
a.white:visited {
  color: #fff;
}
a.white:active {
  color: #fff;
}
a.white:hover {
  color: var(--color-gold);
}

a.whiteB {
  color: #fff;
  text-decoration: underline;
}
a.whiteB:link {
  color: #fff;
}
a.whiteB:visited {
  color: #fff;
}
a.whiteB:active {
  color: #fff;
}
a.whiteB:hover {
  color: var(--color-blue);
}

a.blue {
  color: var(--color-blue-light);
  text-decoration: underline;
}
a.blue:link {
  color: var(--color-blue-light);
}
a.blue:visited {
  color: var(--color-blue-light);
}
a.blue:active {
  color: var(--color-blue-light);
}
a.blue:hover {
  color: var(--color-gold);
}

a.blueF {
  color: #898dc4;
  text-decoration: underline;
}
a.blueF:link {
  color: #898dc4;
}
a.blueF:visited {
  color: #898dc4;
}
a.blueF:active {
  color: #898dc4;
}
a.blueF:hover {
  color: var(--color-gold);
}



a.gold {
  color: var(--color-gold);
  text-decoration: underline;
}
a.gold:link {
  color: var(--color-gold);
}
a.gold:visited {
  color: var(--color-gold);
}
.golda:active {
  color: var(--color-gold);
}
a.gold:hover {
  color: var(--color-gold-light);
}

.center {
  text-align: center;
}

div.div-centerTxt {
  width: 60%;
  margin: 0rem auto;
  text-align: center;
}
div.div-centerTxt p {
  text-align: center;
}

div.div-narrowTxt {
  width: 70%;
  margin: 0rem auto;
}

.centerVertHoriz {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*contact*/
/* TWO COLUMNS */
.colWrapper {
  width: 100%;
  overflow: hidden;
}
.colLeft {
  float: left;
  width: 48%;
}
.colRight {
  float: right;
  width: 48%;
}


/* HOME BUTTONS */

div#homeButtons {
  width: 100%;
  text-align: center;
  padding-top: 3rem;
}

div#homeButtons a {
  margin: .5rem .5rem;
}

/*HOME INTRO*/

div.intro{
  width: 70%;
  padding: 5rem 4rem 2.5rem 4rem;
  /* margin: 5rem auto 4rem auto; */
  margin: 5rem auto 0rem auto;
  border-style: dotted;
  border-color: var(--color-blue);
  border-width: 2px 0px 0px 0px;
  text-align: center;
}

div.intro p{
  text-align: center;
}

/* SECTION FLEET - home */
.sectionFleet {
  width: 100%;
  height: 40rem;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: var(--color-beige);
  background-image: url("../images/bg_vehicleFleet.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px 0px 0px 0px;
  background-attachment: fixed;
  overflow: hidden;
}

/* GALLERY */
#galleryDiv{width: 100%;
padding-bottom: 10rem;}



/* BUTTONS */

a.buttonBlue {
  display: inline-block;
  font-size: 2rem;
  font-family: var(--font-regular);
  color: var(--color-gold);
  text-decoration: none;
  line-height: 0px;
  background-color: #01092E;
  background: linear-gradient(180deg,rgba(4, 29, 86, 1) 0%, rgba(1, 9, 46, 1) 100%);
  padding: 2.8rem 3.5rem;
  margin: 2rem 0rem;
  border-radius: 1.2rem;
  /* box-shadow: 0px 0.2rem 0.5rem rgba(0, 0, 0, 0.4); */
  transition: all 0.4s;
  cursor: pointer;
}
a.buttonBlue:hover {
  color: var(--color-gold);
  background: linear-gradient(180deg,rgba(1, 9, 46, 1) 0%, rgba(4, 29, 86, 1) 100%);
  text-decoration: none;
  box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

a.buttonGold {
  display: inline-block;
  font-size: 2rem;
  font-family: var(--font-regular);
  color: var(--color-blue);
  text-decoration: none;
  line-height: 0px;
  background-color: #01092E;
  background: linear-gradient(180deg,rgba(210, 178, 113, 1) 0%, rgba(184, 156, 99, 1) 100%);
  padding: 2.8rem 3.5rem;
  margin: 2rem 0rem;
  border-radius: 1.2rem;
  /* box-shadow: 0px 0.2rem 0.5rem rgba(0, 0, 0, 0.4); */
  transition: all 0.4s;
  cursor: pointer;
}
a.buttonGold:hover {
  color: var(--color-blue);
  background: linear-gradient(180deg,rgba(184, 156, 99, 1) 0%, rgba(210, 178, 113, 1) 100%);
  text-decoration: none;
  box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

a.buttonBlueSmall {
  display: inline-block;
  font-size: 1.6rem;
  font-family: var(--font-regular);
  color: var(--color-gold);
  text-decoration: none;
  line-height: 0px;
  background-color: #01092E;
  background: linear-gradient(180deg,rgba(4, 29, 86, 1) 0%, rgba(1, 9, 46, 1) 100%);
  padding: 2rem 3rem;
  margin: 2rem 0rem;
  border-radius: 1.2rem;
  /* box-shadow: 0px 0.2rem 0.5rem rgba(0, 0, 0, 0.4); */
  transition: all 0.4s;
  cursor: pointer;
}
a.buttonBlueSmall:hover {
  color: var(--color-gold);
  background: linear-gradient(180deg,rgba(1, 9, 46, 1) 0%, rgba(4, 29, 86, 1) 100%);
  text-decoration: none;
  box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

/* IMAGES */

/* THREE PIC FLEX */
.threePicFlex {
  width: 100%;
  display: flex;
  /*flex-wrap: wrap;*/
  margin: 2rem auto 2rem auto;
  justify-content: center;
  align-items: top;
  flex-direction: row;
}

.threePicFlex-bloc {
  position: relative;
  flex-basis: 30%; /*to keep columns equal width*/
  flex-grow: 1; /*to keep columns equal width*/
  margin: 0px 10px;
  background-color: #313131;
  height: 35rem;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.threePicFlex-blocAlt {
  position: relative;
  flex-basis: 30%; /*to keep columns equal width*/
  flex-grow: 1; /*to keep columns equal width*/
  margin: 0px 10px;
}

.threePicFlex-blocAlt img {
  width: 100%;
}


/* DROP DOWNS */

/* PANEL */

.panel {
  display: none;
  background-color: #ffffff;
  color: var(--color-charcoal);
  padding-bottom: 1rem;
  /* border-style: solid;
  border-color: var(--color-charcoal);
  border-width: 0px 1px 0px 1px; */
}

/*PANEL DROP */

.panelInner {
  padding: 2rem;
}
.panelInner p {
  margin: 0px;
}

.panelHead {
  position: relative;
  padding: 1.8rem 5rem 0.8rem 1.4rem;
  margin-top: 0rem;
  background-color: transparent;
  min-height: 6rem;
  font-family: var(--font-bold);
  color: var(--color-blue);
  text-align: left;
  font-size: 1.8rem;
  border-style: solid;
  border-color: var(--color-gold);
  border-width: 0px 0px 3px 0px;
  cursor: pointer;
  transition: 0.3s;
}
.panelHead:hover {
  color: var(--color-gold);
}

.last {
  border-bottom-width: 1px;
}

.panelArrow {
  display: inline-block;
  /* // margin-top: 2.5rem;
  // margin-left: 1rem; */
  position: absolute;
  top: 2rem;
  right: 3rem;
  width: 1.4rem;
  height: 1.4rem;
  background-color: transparent;
  border-style: solid;
  border-width: 1px 1px 0px 0px;
  border-color: var(--color-gold);
  transform: rotate(135deg);
  transition: 0.3s;
}

.closePanel {
  margin-top: 2rem;
  background-color: var(--color-charcoal);
  padding: 1rem;
  font-family: var(--font-semibold);
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  cursor: pointer;
  transition: 0.3s;
}
.closePanel:hover {
  background-color: #868686;
}

/* FOOTER */

.sectionSlogan{
  width: 100%;
  padding: 1rem;
  background-color: #FFF;
  background-image: url("../images/bg_Pattern.jpg");
  border-style: solid;
  border-color: var(--color-gold);
  border-width: 0px 0px 2px 0px;
  /* background-attachment: fixed; */
  overflow: hidden;
}

.slogan{
  font-size: 2.4rem;
  font-family: var(--font-mediumitalic);
  color: var(--color-gold);
  text-align: center;
  margin: 1rem 1rem;
}

.sectionFooter {
  width: 100%;
  padding: 5rem 0rem 0rem 0rem;
}

#footer-logo {
  width: auto;
}

.sectionFooterCols{
  width: 90%;
  margin: 0rem auto;
  overflow: hidden;
}

.sectionFooterCols p{
  color: var(--color-gold);
  margin: 0rem 0rem 1rem 0rem;
}
.sectionFooter-third1 {
  width: 33%;
  float: left;
}
.sectionFooter-third2 {
  width: 33%;
  float: left;
}

.sectionFooter-third3 {
  width: 33%;
  float: right;
}

.footer-location{
  padding-left: 4rem;
  background-image: url('../images/footericon_Location.png');
  background-repeat: no-repeat
}

.footer-email{
  padding-left: 4rem;
  background-image: url('../images/footericon_Email.png');
  background-repeat: no-repeat
}

.footer-cell{
  padding-left: 4rem;
  background-image: url('../images/footericon_Cell.png');
  background-repeat: no-repeat
}

.sectionFooter-copy {
  clear: both;
  padding: 1rem 0rem;
  margin-top: 20rem;
  display: block;
  background-color: #050524;
}

.sectionFooter-copy p {
  padding: 1rem;
  margin: 0px;
  line-height: 100%;
  color: #898dc4;
  text-align: center;
}

.sectionFooter-copy p span {
  color: #cccccc;
}

/*SCROLL TO TOP */
.scrollToTop {
  display: none;
  width: 5rem;
  position: fixed;
  right: 0rem;
  bottom: 0rem;
  background-color: var(--color-gold-dark);
  font-size: 1.4rem;
  color: #ffffff;
  padding: 0.6rem;
  border-style: solid;
  cursor: pointer;
  cursor: hand;
  z-index: 3000;
}
.scrollToTop:hover {
  background-color: var(--color-gold-light);
}

/* COOKIE BANNER */
#cookieBanner {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 10px 14px 5px 16px;
  background-color: rgba(0, 0, 0, 0.8);
  /* background-image: url("../images/trans_Black.png"); */
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 3011;
}
#cookieBanner p {
  margin: 0px;
  padding: 15px;
  color: #ffffff;
  font-size: 13px;
}
#cookieBanner a {
  font-size: 13px;
}
#cookieBanner p.cookieButtons {
  margin: 0px;
  padding: 0px 15px;
  color: #ffffff;
}
#cookieBanner button {
  margin: 0px;
  padding: 5px 15px 8px 15px;
  border-radius: 8px;
  cursor: pointer;
  cursor: hand;
  background-color: var(--color-charcoal);
  font-size: 16px;
  color: #ffffff;
  border-width: 0px;
  transition: all 0.3s;
}
#cookieBanner button:hover {
  background-color: #989898;
}
#cookieBanner button.accept {
  margin: 0px;
  padding: 5px 15px 8px 42px;
  color: #ffffff;
  background-color: var(--color-gold);
  border-width: 0px;
  background-image: url("../images/icon_Cookie.png");
  background-repeat: no-repeat;
  background-position: 12px center;
}
#cookieBanner button.accept:hover {
  background-color: var(--color-gold-light);
}
button.accept {
  margin: 0px;
  padding: 5px 15px 8px 42px;
  border-radius: 8px;
  cursor: pointer;
  cursor: hand;
  background-color: var(--color-red);
  font-size: 16px;
  color: #ffffff;
  border-width: 0px;
  background-image: url("../images/icon_Cookie.png");
  background-repeat: no-repeat;
  background-position: 12px center;
  transition: all 0.3s;
}
button.accept:hover {
  background-color: var(--color-red-light);
}

.cookieHide {
  display: none;
}
.cookieShow {
  display: block;
}

.footerCookieChange {
  clear: both;
  margin: 5rem 0rem 1rem 0rem;
  padding-top: 5rem;
  text-align: center;
}
button.cookieChange {
  margin: 0px auto;
  padding: 5px 15px 8px 15px;
  border-radius: 8px;
  cursor: pointer;
  cursor: hand;
  background-color: transparent;
  font-size: 14px;
  color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  transition: all 0.3s;
}
button.cookieChange:hover {
  background-color: var(--color-gold-light);
}
