body {
	font-family: "robotoRegular";
	color: #2a241f;
	box-sizing: border-box;
	}

*{
	margin: 0;
	padding: 0;
	}

.layoutwrapper {
	width: 100%;
	max-width: 1920px;
	min-width: 320px;
	height: auto;
	overflow: hidden;
	position: relative;
/*	background-color: red;*/
	}

.eleSkinBgdImg {
	width: 100%;
	max-width: 1920px;
	min-width: 800px;
	aspect-ratio: 1920/1080;
	background: url(../images/eleSkinbgd.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
	position: fixed;
	top: 0;
	right: 0;
	opacity: 0.2; 
	}

main {
	width: 100%;
	position: relative;
	}

.mainPage {
	display: none;
/*	opacity: 0.4;*/
	position: relative;
	top: 50px;
	}

.mainPageActive {
	display: block;
	}

/*#pageHome {
	background-color: red;
	overflow: hidden;
	}*/

.mountainWrapper {
	width: 100%;
	max-width: 1920px;
	aspect-ratio: 1920/2500;
	position: absolute;
	top: 0;
	left: 0;
	}

.mountainClouds {
	width: 100%;
	max-width: 1920px;
	aspect-ratio: 1920/1729;
	background: url(../images/parallaxMountain/mountainCloudsImg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	position: fixed;
	top: -50px;
	left: 0;
	}

.mountainFurther {
	width: 100%;
	aspect-ratio: 1920/2500;
	background-image: url(../images/parallaxMountain/mountainFurtherImg.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	}

.mountainNearer {
	width: 100%;
	aspect-ratio: 1920/2500;
	background-image: url(../images/parallaxMountain/mountainNearerImg.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	}

.introContent {
	width: 70%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	position: relative;
/*	background-color: red;*/
	}

#introContentPageMtClimb {
	width: 100%;
	padding-bottom: 50px;
/*	background-color: teal;*/
/*	background-color: #d0b3b8;*/

	background-image: url(../images/pagePics/cresentBorderImgOpacity40.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	}

.homePgHeadline {
	width: 70%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 120px;
	}

.homePgHeadline1 {
	width: 100%;
	font-family: "robotoCondensedBold";
	font-size: clamp(1.8rem, 8vw, 6.625rem);
	color: #473D35;
	font-weight: normal;
	line-height: 1.4;
	display: inline-block;
	position: relative;
	text-shadow: 1px 1px 1px white, 2px 2px 4px rgba(0, 0, 0, 0.4);
	}

.homePgHeadline2 {
	width: 100%;
	font-family: "robotoCondensedRegular";
	font-size: clamp(1rem, 4vw, 2.7rem);
	color: #473D35;
	font-weight: normal;
	display: inline-block;
	position: relative;
	text-shadow: 2px 2px 2px white, 4px 4px 8px rgba(0, 0, 0, 0.4);
	}

.homePgHeadline3 {
	width: 100%;
	font-family: "robotoCondensedLight";
	font-size: clamp(1.625rem, 6vw, 4.3rem);
	color: #473D35;
	font-weight: normal;
	line-height: 1.2;
	display: inline-block;
	position: relative;
	text-shadow: 2px 2px 2px white, 4px 4px 8px rgba(0, 0, 0, 0.4);
	}

.spanBreakHeadline, .spanBreakReserved {
	display: none;
	}

.pageIntroTextColWrapper {
	width: 100%;
	display: flex;
	column-gap: 10%;
	}

.pageIntroTextColWrapper p {
	font-size: clamp(0.82rem, 1.2vw, 1.1rem);
	line-height: 170%;
	}	

#pageIntroTextColWrapperPageMtClimb {
	margin-top: 70px;
	}

.pageIntroTextColLHS {
	width: 45%;
	}

.pageIntroTextColRHS {
	width: 45%;
	}

.spacerdiv {
	max-width: 100%;
	aspect-ratio: 1920/1200;
	}

.fethoBottom {
	width: 100%;
	aspect-ratio: 1920/9000;
	background-image: url(../images/fethoBottomWhite.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	}

.headerWrapper {
	width: 100%;
/*	height: 187px;*/
	aspect-ratio: 1920/200;
	max-width: 1920px;
	
	position: fixed;
	top: 0;
	left: 0;
/*	overflow: hidden;*/
	z-index: 2;
/*	background-color: rgba(255, 0, 0, 0.4);*/
	}

.headerWrapperBgd {
	width: 100%;
/*	height: 187px;*/
	aspect-ratio: 1920/190;
/*	height: 413px;*/
	max-width: 1920px;
	background-image: url(../images/headerNav/headerWrapperBgd.webp);
	background-repeat: no-repeat;
/*	background-position: 0 -200px;*/
	background-size: 100% 100%;
	position: fixed;
/*	top: -25%;*/
	top: 0;
	left: 0;
/*	overflow: hidden;*/
/*	z-index: 3;*/
	/*background-color: thistle;*/
	}

.headerlogoLargeIcon {
	width: 14.58333333333333%; /*280/1920*/
	/*width: 250px;
	height: 120px;*/
	position: relative;
	top: 10px;
	left: 15%;
	cursor: pointer;
	}

.headerlogoLargeIcon img {
	max-width: 280px;
	height: auto;
	}

.headerlogoLargeIcon:hover {
	opacity: 0.5;
	}



/*************************** header nav ***************************/

.headerNavBtnlinks {
	width: 605px;
	height: 60px;
    display: flex;
    flex-direction: row;
/*    justify-content: flex-end;*/
    list-style-type: none;
    position: absolute;
    /*top: 40%;
	transform: translateY(-50%);*/

	top: 29%;
    right: 15%;
/*    background-color: chartreuse;*/
/*	opacity: 0.4;*/
	}

.headerNavBtn {
	width: 100px;
	height: 100%;
	margin-right: 1px;
	display: block;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	border-radius: 5px;
	}

#navWildlife, #navWalking {
	pointer-events: none;
	}

.lastElem {
    margin-right: 0;
	}

.headerNavBtnText1, .headerNavBtnText2 {
	width: 100%;
	font-family: "robotoMedium";
	font-size: 10.5px;
	text-align: center;
	letter-spacing: 1.2px;
	display: inline-block;
	position: absolute;
	}

.headerNavBtnText1 {
	color: white;
	top: 25px;
	}

.headerNavBtnText2 {
	color: #78071A;
	top: 95px;
	}

.headerNavBgd {
	width: 100%;
	height: 150px;
	background-image: url(../images/headerNav/headerNavBgdImg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	top: -10px;
	left: 0;
	pointer-events: none;
	}

.sectionParaHeader {
	font-family: "robotoCondensedRegular";
	font-size: clamp(0.9rem, 1.75vw, 1.5rem);
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 120%;
	display: block;
	background-image: url(../images/borderimg.png);
    background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 40px 4px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}

.qLspecialOffer {
	width: 100%;
	max-width: 640px;
	aspect-ratio: 640/91;
	background: url(../images/pagePics/qLspecialOfferImg.png);
	background-repeat: no-repeat;
	background-size: contain;
/*	position: absolute;*/
	position: relative;
	margin: 0 auto 50px auto;
	/*top: 0;
	left: 50%;
	transform: translateX(-50%);*/
/*	background-color: yellow;*/
	}

#contactParaHeader {
	text-align: center;
	background-position: center bottom;
	}

.quickLinkNavWrapperHome, .quickLinkNavWrapperMtclimb {
	width: 60%;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}

.quickLinkNavWrapperMtclimb {
	width: 70%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	}	

.quickLinkNavWrapperHome {
	/*width: 60%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;*/
/*	padding-top: 100px;*/
	}

.qLinkNavWrapperHide {
	display: none;
	}

.quickLinkNavWrapperHome {
	margin-top: 120px;
	}

.quickLinkNavWrapperMtclimb {
	margin-top: 50px;
/*	background-color: skyblue;*/
	}

.quickLinkNavWrapperHome li, .quickLinkNavWrapperMtclimb li {
	list-style-type: none;
	}
	
.quickLinkNavSeparator {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/*margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;*/
	position: relative;
	}

.quickLinkNav {
	width: 27%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	cursor: pointer;
	z-index: 1;
	}

.quickLinkNavWrapperMtclimb .quickLinkNav {
	width: 23%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	cursor: pointer;
	z-index: 1;
	}

.quickLinkNavIcon {
	width: 100%;
	aspect-ratio: 1/1;
	position: relative;
	pointer-events: none;
	}

.quickLinkNavIconBrown, .quickLinkNavIconRed {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	}

#navMtClimbIconBrown {
	background-image: url(../images/navs/mountainIconBrownImg.webp);
	}

#navMtClimbIconRed {
	background-image: url(../images/navs/mountainIconRedImg.webp);
	opacity: 0;
	}
#navWildlifeIconBrown {
	background-image: url(../images/navs/wildlifeIconBrownImg.webp);
	}

#navWildlifeIconRed {
	background-image: url(../images/navs/wildlifeIconRedImg.webp);
	opacity: 0;
	}

#navWalksIconBrown {
	background-image: url(../images/navs/walksIconBrownImg.webp);
	}

#navWalksIconRed {
	background-image: url(../images/navs/walksIconRedImg.webp);
	opacity: 0;
	}	

#navGenInfoIconRed {
	background-image: url(../images/navs/genInfoIconRedImg.webp);
	opacity: 0;
	}

#navGenInfoIconBrown {
	background-image: url(../images/navs/genInfoIconBrownImg.webp);
	}

.quickLinkNavBtnContent {
	width: 120px;
	height: 60px;
	display: flex;
	margin-top: 20px;
	position: relative;
	pointer-events: none;
	}

.quickLinkNavTextBgd {
	width: 100%;
	height: 100%;
	background-image: url(../images/navs/quickLinkNavTextBgdImg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #473D35;
	overflow: hidden;
	}

#quickLinkNavAberdares {
	pointer-events: none;
	}

.navQLText {
	width: 100%;
	height: 100%;
	display: flex;
	font-family: "robotoCondensedRegular";
	font-size: 13px;
	letter-spacing: 1px;
	color: white;
	text-align: center;
	align-items: center;
	justify-content: center;
	text-shadow: 1px 1px 3px #000000;
	position: absolute;
	top: 0;
	left: 0;
	}

#quickLinkNavGenInfo {
	pointer-events: none;
	}

#quickLinkNavGenInfo .navQLText {
	line-height: 120%;
	}

.glowee {
	width: 300%;
	height: 300%;
	background-image: url(../images/gloweeWhite.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 25%;
	left: -115%;
	opacity: 0.3;
	}

.giraffeWrapper {
	width: 100%;
	padding-top: 30%;
	position: relative;
	}

.giraffeClouds {
	width: 100%;
	aspect-ratio: 1920/691;
	background: url(../images/parallaxGiraffe/giraffeCloudsFaded.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 0;
	}

.giraffeOnlyPlusBush {
	width: 121.2105263157895%;
	aspect-ratio: 2303/691;
	background-image: url(../images/parallaxGiraffe/giraffeOnlyPlusBushImg.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 0;
	}

.footergrass {
	width: 100%;
/*	aspect-ratio: 38.4;*/
	aspect-ratio: 1920/113;
	background-image: url(../images/footergrassbrown.webp);
	background-repeat: no-repeat;
/*	background-size: 100% 100%;*/
	background-size: contain;
	position: relative;
	bottom: -2px;
	}

#pageContact {
	width: 100%;
	margin: 250px auto 0 auto;
	position: relative;
	}

.footermain {
	width: 100%;
	margin-top: -1px;
	color: white;
	background-color: #473D35;
	position: relative;
	}

.pageaboutUsBgdImgWrapper {
	padding-top: 40.10416666666667%; /*1920/770*/
	background: url(../images/pagePics/amboseliPanoramicImg.webp);
	}



.pageMtClimbingBgdImgWrapper {
	padding-top: 39.63541666666667%; /*1920/761*/
	background: url(../images/pagePics/aberdaresPanoramicImg.webp);
	}


.pageContactBgdImgWrapper {
	padding-top: 37.55208333333333%; /*1920/721*/
	background: url(../images/pagePics/maraPanoramicImg.webp);
	}

.pageaboutUsBgdImgWrapper, .pageMtClimbingBgdImgWrapper, .pageContactBgdImgWrapper {
	width: 100%;
	max-width: 1920px;
	margin-top: -200px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left bottom;
	position: relative;
	}

.footerwrapper {
	width: 70%;
	margin: 0 auto;
	padding-top: 50px;
	}

#footerwrapperContact {
	width: 70%;
	margin: 0 auto 0 auto;
	}

.footernavwrappertop {
	width: 100%;
	display: flex;
	justify-content: space-between;
	}

.footerlogo {
	width: 160px;
	height: 72px;
	cursor: pointer;
	}

.footerlogo:hover {
	opacity: 0.5;
	}

.footernavlinks li {
	font-size: 11px;
	line-height: 250%;
	letter-spacing: 1px;
	list-style-position: inside;
	cursor: pointer;
	}

.footernavlinks li:hover {
	opacity: 0.5;
	}

a {
    all: unset;
	}

.updatesignup {
	width: 220px;
	font-size: 11px;
	letter-spacing: 1px;
	position: relative;
	right: 0;
	}

.updatesignup legend {
	text-align: right;
	margin-bottom: 4px;
	}

.updatesignup div {
	text-align: right;
	}

.updatesignup input {
	width: 220px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
	}

.mailsignup {
	margin-bottom: 6px;
	}

input#mailsignup {
	background-color: #fff;
	}

.formsubmitbtn {
	margin-top: 6px;
	position: relative;
	right: 0;
	}

.formsubmitbtn button {
	color: #332B25;
	}

.updatesignup button {
	width: 100px;
	padding-top: 11px;
	padding-bottom: 10px;
	background-color: #CCA52F;
	border: none;
	font-family: "robotoBold";
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none;
	cursor: pointer;
	}

.updatesignup button:hover {
	color: white;
	background-color: #91700B;
	}

.footernavwrapperbottom {
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 40px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dotted #fff;
	}

.phonecontactnumbers {
	font-size: clamp(0.85rem, 1.2vw, 1rem);
	font-style: normal;
	padding-top: 30px;
	padding-left: 25px;
	background: url(../images/phoneiconimg.png);
	background-repeat: no-repeat;
	}

.socialicons {
	width: 140px;
	height: 36px;
	margin-top: 14px;
	display: flex;
	justify-content: space-between;
	position: relative;
	}

.iconfacebook {
	background: url(../images/socialmediaicons/iconfacebookimg.png);
	}

.icontwitter {
	background: url(../images/socialmediaicons/iconXtwitterimg.png);
	}

.iconlinkedin {
	background: url(../images/socialmediaicons/iconlinkedinimg.png);
	}

.iconfacebook, .icontwitter, .iconlinkedin {
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	}		

.iconfacebook:hover, .icontwitter:hover, .iconlinkedin:hover {
	opacity: 0.5;
	}

.copyrightinfo {
	width: 70%;
	margin: 10px auto 0 auto;
	padding-bottom: 30px;
	font-size: 11px;
	display: flex;
	justify-content: space-between;
	}

.copyrighttext {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.designertext {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	}


/*********************************** ABOUT US ***********************************/

#pageAboutUs {
	width: 100%;
	margin: 200px auto 0 auto;
	font-size: 14px;
	line-height: 150%;
	position: relative;
/*	margin-top: 200px;*/
/*	background-color: tan;*/
	}

.aboutUsDetailsWrapper {
	width: 70%;
	margin: 0 auto;
	padding: 0;
	/*display: flex;
	flex-direction: row;
	justify-content: space-between;*/
	position: relative;
	z-index: 1;
/*	background-color: olive;*/
	}

.aboutUsDetailsWrapper p {
	margin-bottom: 20px;
	}

.aboutUsIntroPic {
	width: 100%;
	position: relative;
/*	background-color: skyblue;*/
	}

.aboutUsMtPic {
	width: 100%;
	aspect-ratio: 1344/493;
	position: relative;
/*	background-color: gray;*/
	}

.aboutUsMtPicOnly {
	width: 60%;
	max-width: 807px;
	aspect-ratio: 807/493;
	margin-left: 40%;
	background-image: url(../images/pagePics/aboutUsMtPicImg.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	}

.aboutUsMtPicLabel {
	width: 60%;
	aspect-ratio: 1510/301;
	background-image: url(../images/pagePics/aboutUsMtPicLabelImg.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	}





.aboutUsGroupPicWrapper {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
/*	padding-left: 30px;*/
/*	text-align: right;*/
	position: relative;
	/*border-left-width: 20px;
	border-left-style: solid;
	border-left-color: transparent;*/
/*	background-color: pink;*/
	}

.aboutUsGroupPicTextOnly {
	width: 47%;
/*	margin-top: -300px;*/
	position: relative;
/*	background-color: lightblue;*/
	}


.aboutUsGroupPicOnly {
	width: 47%;
	max-width: 632px;
	aspect-ratio: 632/444;
/*	margin-top: 40px;*/
/*	margin-left: 45%;*/
	background-image: url(../images/pagePics/aboutUsGroupPicImg.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	}

/*.greenborderedge {
	width: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	-moz-border-radius: 0 10px 0 10px;
	-webkit-border-radius: 0 10px 0 10px;
	-ms-border-radius: 0 10px 0 10px;
	-o-border-radius: 0 10px 0 10px;
	border-radius: 0 10px 0 10px;
	background-color: #a7cf43;
	}*/


.aboutUsMaryPicWrapper {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
/*	padding-left: 30px;*/
/*	text-align: right;*/
	position: relative;
	/*border-left-width: 20px;
	border-left-style: solid;
	border-left-color: transparent;*/
/*	background-color: teal;*/
	}

.aboutUsMaryPicOnly {
	/*width: 47%;
	max-width: 632px;
	aspect-ratio: 632/867;*/

	width: 37.20238095238095%;
	max-width: 500px;
	aspect-ratio: 632/867;


/*	margin-top: 40px;*/
/*	margin-left: 45%;*/
	background-image: url(../images/pagePics/aboutUsMaryPicImg.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	}

.aboutUsMaryPicTextOnly {
	width: 47%;
	margin-top: 40px;
	position: relative;
/*	background-color: yellow;*/
	}

.pageaboutUsBgdImgWrapper {
	width: 100%;
	max-width: 1920px;
	padding-top: 40.10416666666667%; /*770/1920*/
	margin-top: -200px;
	background: url(../images/pagePics/amboseliPanoramicImg.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left bottom;
	position: relative;
	}















/*********************************** MT CLIMBING ***********************************/

#pageMtClimbing {
	width: 100%;
	margin: 200px auto 0 auto;
	font-size: 14px;
	line-height: 150%;
	position: relative;
/*	margin-top: 200px;*/
/*	background-color: tan;*/
	}

.mtClimbingDetailsWrapper {
	width: 70%;
	margin: 0 auto;
	padding: 0;
	/*display: flex;
	flex-direction: row;
	justify-content: space-between;*/
	position: relative;
	z-index: 1;
/*	background-color: olive;*/
	}

.mtClimbingDetailsWrapper p {
	margin-bottom: 20px;
	}

.mtClimbingHeroWrapper {
	width: 100%;
	position: relative;
	}

.mtClimbingHeroPic {
	width: 100%;
	max-width: 1344px;
	aspect-ratio: 1344/865;
	background-image: url(../images/pagePics/mtClimbingHeroPicImg.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	border-radius: 0 30px 0 30px;
	}

.mtClimbingHeroText {
	width: 45%;
	max-width: 500px;
/*	aspect-ratio: 875/317;*/
	aspect-ratio: 967/308;
	background-image: url(../images/pagePics/mtClimbingHeroTextImg.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 50px;
	left: 30px;
	}



























/************************* DESTINATION OPTIONS NAVS *********************/


.tabsWidgetMountainsWrapper {
	width: 100%;
	flex: none;
	display: block;
/*	height: 600px;*/
	margin: 80px auto 0 auto;
	position: relative;
/*	background-color: red;*/
	}



.tabsWidgetDestination {
	width: 100%;
/*	height: 400px;*/
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	display: none;
/*	background-color: yellow;*/
	}

/*#tabsWidgetMtKenya {
	background-color: red;
	}

#tabsWidgetKilimanjaro {
	background-color: olive;
	}

#tabsWidgetAberdares {
	background-color: purple;
	}*/

.tabsWidgetActive {
	display: block;
	display: flex;
	flex-direction: row;
	}



.destinationOptNavwrapper {

/*	opacity: 0.4;*/

	width: 41%;
/*	height: 250px;*/
/*	padding-top: 50px;*/
/*	float: left;*/
	position: relative;
	/*top: 0;
	left: 0;*/
/*	background-color: #f5f5f5;*/
/*	background-color: yellow;*/
	}

.destinationOptNavbuttons {
	width: 90%;
	position: relative;
/*	background-color: gainsboro;*/
	}	

.destOptionNavHeader {
	width: 100%;
	margin-bottom: 12px;
	padding: 20px 2px 20px 10px;
	font-family: "robotoCondensedRegular";
	font-size: 18px;
	letter-spacing: 1px;
	color: white;
	text-shadow: 1px 1px 3px #000000;
	position: relative;
	background-color: #ae6a76;
	}



.destinationOptNav {
	width: 100%;
	margin-bottom: 3px;
	padding-top: 18px;
	padding-right: 12px;
	padding-bottom: 18px;
	cursor: pointer;
	position: relative;
	background-color: #d9d8d7;
/*	background-color: #e8d9dc;*/
	}

.activeNavo {
	background-color: red;
	}

.destOptionPointerWrapper {
	width: 100%;
	height: 100%;
/*	position: relative;*/
	position: absolute;
	top: 0;
/*	background-color: skyblue;*/
	pointer-events: none;
	}

.destOptionPointerRight {
	width: 12px;
	height: 100%;
	background-image: url(../images/pagePics/destOptionPointerImg.webp);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transform-origin: left;
	position: absolute;
	top: 0;
	right: -12px;
	pointer-events: none;
	}	

.destOptionPointerLeft {
	width: 10px;
	height: 100%;
	transform-origin: left;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #a4a2a0;
	pointer-events: none;
	}

#destinationOptNav5 {
	margin-top: 12px;
	background-color: #8a8784;
	color: white;
	text-shadow: 1px 1px 3px #000000;
	}

[data-navPointerLeft="aboutMtKenya"] {
	background-color: #ae6a76;
	}

[data-navPointerRight="aboutMtKenya"] {
	background-image: url(../images/pagePics/destOptionPointerDarkImg.webp);
	}



.destinationOptNavtextwrapper {
	width: calc(100% - 20px);
	padding: 0;
	font-family: "robotoBold";
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 150%;
	position: relative;
	top: 0;
	left: 10px;
	pointer-events: none;
/*	background-color: yellow;*/
	}



.destinationOptNavtext {
	margin: 0;
	padding: 0;
	position: relative;
/*	pointer-events: none;*/
  }






  /************************* DESTINATION OPTIONS PANELS *********************/
.destinationOptPanelWrapper {
	width: 59%;
/*	height: 250px;*/
	padding-top: 20px;
	position: relative;
/*	background-color: tan;*/

	/*position: absolute;
	top: 0;
	right: 0;*/
/*	opacity: 0.4;*/
	}

 .destinationOptPanel {
	width: 100%;
	/*position: relative;
	overflow: hidden;*/
	display: none;
/*	right: 0;*/
/*	background-color: slateblue;*/
	}

.activeDestOptPanel {
	display: block;
	}



.destinationOptDetails {
	width: 90%;
/*	width: calc(100% - 60px);*/
	margin-left: 10%;
	padding-bottom: 20px;
	position: relative;
	display: none;
/*	background-color: orange;*/
	}

.activeDestOptDetails {
/*	top: 50px;*/
	display: block;
	}

.destinationOptDetailsHeader {
	width: 100%;
	font-family: "robotoCondensedRegular";
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px dotted #473D35;
	position: relative;
	}

.destinationOptDurationHeader {
	width: 100%;
	font-family: "robotoCondensedRegular";
	font-size: 16px;
	letter-spacing: 1px;
/*	margin-top: 5px;*/
	padding-top: 14px;
	padding-bottom: 6px;
	position: relative;
	}

.destinationOptDetailsContent {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
/*	background-color: orange;*/
	}

.destinationOptDetailsContent p {
	margin-bottom: 5px;
/*	padding-bottom: 4px;*/
	}

/*.destinationOptDetails.firstdestinationOptDetails {
	top: 60px;
	display: block;
	}*/

.destinationOptPriceWrapper {
	width: 100%;
	margin-top: 40px;
	font-family: "robotoBlack";
	color: #78071A;
	position: relative;
	border-top: 3px solid #78071A;
	}

.destinationOptPriceHeader {
	width: 100%;
	margin-top: 20px;
/*	font-family: "robotoCondensedBold";*/
	font-size: 20px;
/*	letter-spacing: 1px;*/
/*	margin-bottom: 30px;*/
	padding-bottom: 8px;
	position: relative;
	}

.destinationOptPrice {
	width: 100%;
	font-family: "robotoBlack";
	font-size: 22px;
/*	color: #56514d;*/
	position: relative;
/*	background-color: orange;*/
	}

.backBtn {
    width: 80px;
    height: 40px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background-color: black;
/*    display: none;*/
    }	




































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

#contactParaHeader {
	font-size: clamp(1.2rem, 1.8vw, 1.8rem);
	letter-spacing: 2px;
	background-size: 50px 5px;
	}

.contactDetailsWrapper {
	width: 100%;
	margin-top: 70px;
	font-size: clamp(0.82rem, 1.2vw, 1.1rem);
	line-height: 170%;
	}

.contactusintrotext {
	width: 100%;
	margin-bottom: 30px;
	margin-top: 70px;
	text-align: center;
	}

.contactlogoSmallIcon {
	width: 100%;
	height: 70px;
	margin-bottom: 40px;
	background: url(../images/contactLogoBrown.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 0.7;
	}

.contactusaddress {
	width: 100%;
	text-align: center;
	font-style: normal;
	}

.contactusPhoneNo {
	font-family: "robotoBold";
	}

.emailoginBtn {
	width: 136px;
	height: 44px;
	margin: 100px auto 0 auto;
	display: flex;
	position: relative;
	cursor: pointer;
	z-index: 1;
	}

.navQLTextEmailogin {
	width: 100%;
	height: 100%;
	display: flex;
	font-family: "robotoBold";
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	color: white;
	line-height: 44px;
	align-items: center;
	justify-content: center;
	text-shadow: 1px 1px 3px #000000;
	position: absolute;
	top: 0;
	left: 0;
	}
















/************* MEDIA QUERIES*************/

/************ 1920 not applicable ************/

/************ 1680 ************/

@media (max-width: 1680px) {
	
	.headerWrapperBgd {
		aspect-ratio: 1920/200;
		}

	.headerlogoLargeIcon {
		width: 16%;
		left: 12%;
		}

	.headerNavBtnlinks {
/*		top: 30%;*/
		right: 12%;
		}

	.homePgHeadline {
		width: 76%;
		margin-bottom: 110px;
		}

	.introContent {
		width: 76%;
		}

	.footerwrapper {
		width: 76%;
		padding-top: 40px;
		}

	.pageaboutUsBgdImgWrapper, .pageContactBgdImgWrapper {
		margin-top: -150px;
		}

	.copyrightinfo {
		width: 76%;
		}		
	}

/************ 1440 ************/

@media (max-width: 1440px) {

	.headerWrapperBgd {
		aspect-ratio: 1920/210;
		}

	.headerlogoLargeIcon {
		width: 17%;
		top: 5%;
		left: 10%;
		}

	.headerNavBtnlinks {
		right: 10%;
		}

	.homePgHeadline {
		width: 80%;
		margin-bottom: 100px;
		}

	.introContent {
		width: 80%;
		}

	.footerwrapper {
		width: 80%;
		}

	.copyrightinfo {
		width: 80%;
		}
	}


/************ 1200 ************/

@media (max-width: 1200px) {
	
	.headerWrapperBgd {
		aspect-ratio: 1920/245;
		}

	.headerlogoLargeIcon {
		width: 20%;
		left: 8%;
		}

	.headerNavBtnlinks {
		right: 8%;
		}

	.homePgHeadline {
		width: 84%;
		margin-bottom: 90px;
		}
	
	.introContent {
		width: 84%;
		}

	.homePgQuickLinkNavWrapper {
		width: 65%;
		margin-top: 100px;
		}

	.homePgQuickLink {
		width: 30%;
		}

	.homePgQLText {
		font-size: 12px;
		}

	.footerwrapper {
		width: 84%;
		}

	.copyrightinfo {
		width: 84%;
		}	
	}


/************ 1100 ************/

@media (max-width: 1100px) {
	.headerNavBtnlinks {
		display: none;
		}

	.hbmenuIcon {
	    width: 55px;
	    height: 45px;
	    position: absolute;
	    top: 40%;
	    right: 8%;
	    cursor: pointer;
	    background-image: url(../images/hbmenuimg.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: cover;
		transition: all 0.2s;
/*		z-index: 4000;*/
		}

	.hbmenuIconHovered {
	    background-position: 0 -45px;
		}

	.hbmenuIcon:hover {
	    opacity: 0.3;
		}

	/* **************************** HB MENU NAVIGATION **************************** */


	.offScreenMenu {
	    width: 100vw;
	    height: 100vh;
	    position: fixed;
	    top: 0;
	/*    transform: translateX(200%);*/
		left: 100%;
/*	    background-color: rgba(255, 255, 255, 0.9);*/
/*	    background-color: rgba(71, 61, 53, 0.9);*/
	    background-color: rgba(120, 7, 26, 0.9);
	/*    z-index: 3000;*/
	    }


/****************************** NAV BAR **************************/

	.hbNavBtnWrapper {
	    width: max-content;
	    display: flex;
	    flex-direction: column;
		margin-top: 20%;
	    position: relative;
	    top: 0;
	    left: 50%;
	    transform: translateX(-50%);
	    }

	.hbNavBtn {
	    width: max-content;
	    height: 40px;
	    margin-bottom: 30px;
	    padding-right: 10px;
	    display: inline-block;
	    position: relative;
	    overflow: hidden;
	    cursor: pointer;
	    }

	.hbNavBtn6 {
	    margin-bottom: 0;
	    }

	.hbNavBtnText {
	    padding: 0 10px 0 0;
	    font-family: "robotoCondensedRegular";
	    font-size: 20px;
	    letter-spacing: 2px;
	    color: #fff;
	    line-height: 40px;
	    text-shadow: 1px 1px 2px black;
	    display: inline-block;
	    position: relative;
	    transform: translateX(100%);
	    pointer-events: none;
	    }








	











	.overlay {
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    background-color: #FFC200;
	    opacity: 0;
	    pointer-events: none;
	    }

	.highlighter {
	    width: 5px;
	    height: 30px;
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    left: 10px;
	    opacity: 0;
	    background-color: #FFC200;
	    pointer-events: none;
	    }
	}

/************ 1000 ************/

@media (max-width: 1000px) {
	
	.headerWrapperBgd {
		aspect-ratio: 1920/265;
		}

	.headerlogoLargeIcon {
		width: 22%;
		}


	.hbmenuIcon {
	    width: 49px;
	    height: 40px;
		}

	.hbNavBtnWrapper {
		margin-top: 22%;
	    }

	.hbNavBtnText {
	    font-size: 19px;
		}

	.hbNavBtn {
	    margin-bottom: 25px;
	    }

	.homePgHeadline {
		margin-bottom: 80px;
		}

	.homePgQuickLinkNavWrapper {
		width: 70%;
		}

	.footerwrapper {
		padding-top: 30px;
		}	

	.footerlogo {
		width: 120px;
		height: 54px;
		}

	.pageaboutUsBgdImgWrapper, .pageContactBgdImgWrapper {
		margin-top: -100px;
		}

	.emailoginBtn {
		margin-top: 70px;
		}		
	}

/************ 900 ************/

@media (max-width: 900px) {

	.hbmenuIcon {
	    top: 35%;
		}	
	}

/************ 800 ************/

@media (max-width: 800px) {
	
	.headerWrapperBgd {
		aspect-ratio: 1920/310;
		}

	.headerlogoLargeIcon {
		width: 26%;
		left: 7%;
		}

	.headerNavBtnlinks {
		right: 7%;
		}

	.hbmenuIcon {
		width: 50px;
	    height: 41px;
	    right: 7%;
		}

	.hbNavBtn {
	    margin-bottom: 20px;
	    }

	.hbNavBtnText {
	    font-size: 18px;
		}

	.homePgHeadline {
		width: 86%;
		margin-bottom: 60px;
		}

	.hbNavBtnWrapper {
		margin-top: 26%;
	    }

	.introContent {
		width: 86%;
		}

	.homePgQuickLinkNavWrapper {
		width: 85%;
		}

	.giraffeWrapper {
		padding-top: 35%;
		}

	.footerwrapper {
		width: 86%;
		}	

	.footernavwrappertop {
		width: 100%;
		display: flex;
		flex-flow: column;
		gap: 20px;
		align-items: center;
		}

	.footernavlinks {
		margin-top: 10px;
		margin-bottom: 6px;
		padding: 8px 16px 8px 16px;
		border-top: 1px dotted #fff;
		border-bottom: 1px dotted #fff;
		}

	.updatesignup legend {
		text-align: center;
		}

	.updatesignup div {
		text-align: center;
		}

	.pageaboutUsBgdImgWrapper, .pageContactBgdImgWrapper {
		margin-top: -50px;
		}

	.contactuscols {
		display: none;
		}

	.contactusNocols {
		display: block;
		}

	.emailoginBtn {
		margin-top: 60px;
		}

	.copyrightinfo {
		width: 86%;
		}	
	}


/************ 600 ************/

@media (max-width: 600px) {
	
	
				
	.hbmenuIcon {
		width: 48px;
		height: 39px;
		}

	.headerWrapperBgd {
		aspect-ratio: 1920/390;
		}

	.headerlogoLargeIcon {
		width: 33%;
		left: 7%;
		}

	.hbNavBtnWrapper {
		margin-top: 34%;
	    }

	.hbNavBtnText {
	    font-size: 17px;
		}

	.homePgHeadline {
		width: 86%;
		margin-bottom: 50px;
		}

	.homeIntroTextIntroTextColRHS {
		}

	.homePgQuickLinkNavWrapper {
		width: 100%;
		}

	.footernavwrapperbottom {
		display: flex;
		flex-direction: column;
		align-items: center;
		}

	.phonecontactnumbers {
		background-size: 90px 45px;
		}	

	.socialicons {
		margin-top: 20px;
		}

	.copyrightinfo {
		flex-direction: column;
		}

	.copyrighttext {
		text-align: center;
		}

	.designertext {
		text-align: center;
		line-height: 50%;
		}

	.pageaboutUsBgdImgWrapper, .pageContactBgdImgWrapper {
		margin-top: -30px;
		}

	.emailoginBtn {
		margin-top: 50px;
		}	
	}


/************ 460 ************/

@media (max-width: 460px) {
	.spacerdiv {
		aspect-ratio: 1920/1400;
		}

	.hbmenuIcon {
		width: 43px;
		height: 35px;
		right: 6%;
		}

	.headerWrapperBgd {
		aspect-ratio: 1920/460;
		}

	.headerlogoLargeIcon {
		width: 40%;
		left: 6%;
		}

	.mountainFurther, .mountainNearer  {
		top: 40px;
		}

	.fethoBottom  {
		top: 40px;
		}

	.homePgHeadline {
		width: 88%;
		margin-bottom: 40px;
		}	

	.hbNavBtnWrapper {
		margin-top: 40%;
	    }

	.hbNavBtn {
	    margin-bottom: 15px;
	    }

	.hbNavBtnText {
	    font-size: 16px;
		}

	.introContent {
		width: 88%;
		}	

	.homePgQuickLinkNavWrapper {
		flex-direction: column;
		row-gap: 20px;
		margin-top: 60px;
		}		

	.homePgQuickLinkIcon {
		max-width: 140px;
		width: 34.58498023715415%;
		height: 34.58498023715415%;
		transform-origin: left center;
		}

	.homePgQuickLink {
		width: 100%;
		flex-direction: row;
		}

	.homePgQuickLinkBtn {
		width: 50%;
		height: 50px;
		margin-top: 0;
		margin-left: 10%;
		flex-direction: row;
		}

	.homePgQuickLinkTextBgd {
		width: 100%;
		height: 100%;
		white-space: nowrap;
		}	

	.spanBreakhomePgQLText, .copyrighttextbreak {
		display: none;
		}

	.spanBreakReserved {
		display: block;
		}

	.giraffeWrapper {
		padding-top: 40%;
		}	

	.footerwrapper {
		width: 88%;
		}

	.pageaboutUsBgdImgWrapper, .pageContactBgdImgWrapper {
		margin-top: 0;
		}

	.copyrightinfo {
		width: 88%;
		}
	}


/************ 350 ************/

@media (max-width: 350px) {
	.homePgHeadline2 {
		display: inline;
		}

	.spanBreakHeadline {
		display: block;
		}
	}


/************ 320 ************/

@media (max-width: 320px) {

	.hbmenuIcon {
		width: 39px;
		height: 32px;
		top: 35%;
		right: 5%;
		}

	.headerWrapperBgd {
		aspect-ratio: 1920/540;
		}

	.headerlogoLargeIcon {
		width: 45%;
		left: 5%;
		}

	.hbNavBtnWrapper {
		margin-top: 50%;
	    }

	.introContent {
		width: 90%;
		}

	.footerwrapper {
		width: 90%;
		}

	.copyrightinfo {
		width: 90%;
		}
	}








/**************** F O N T S****************/

@font-face {
    font-family: "robotoCondensedRegular";
    src: url('standoutFonts/Roboto-Condensed-Regular.woff2') format('woff2'),
         url('standoutFonts/Roboto-Condensed-Regular.woff') format('woff'),
         url('standoutFonts/Roboto-Condensed-Regular.svg#robotoCondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
	font-family: "robotoCondensedBold";
	src: url('standoutFonts/Roboto-Condensed-Bold.woff2') format('woff2'),
		 url('standoutFonts/Roboto-Condensed-Bold.woff') format('woff'),
		 url('standoutFonts/Roboto-Condensed-Bold.svg#robototCondensedBold') format('svg');
	font-weight: normal;
	font-style: normal;
	}
	
@font-face {
	font-family: "robotoRegular";
    src: url('standoutFonts/Roboto-Regular.woff2') format('woff2'),
	     url('standoutFonts/Roboto-Regular.woff') format('woff'),
	     url('standoutFonts/Roboto-Regular.svg#robotoRegular') format('svg');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: "robotoMedium";
    src: url('standoutFonts/Roboto-Medium.woff2') format('woff2'),
	     url('standoutFonts/Roboto-Medium.woff') format('woff'),
	     url('standoutFonts/Roboto-Medium.svg#robotoRegular') format('svg');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: "robotoBold";
	src: url('standoutFonts/Roboto-Bold.woff2') format('woff2'),
	     url('standoutFonts/Roboto-Bold.woff') format('woff'),
	     url('standoutFonts/Roboto-Bold.svg#robotoBold') format('svg');
	font-weight: normal;
	font-style: normal;
	}
	
@font-face {
	font-family: "robotoCondensedLight";
	src: url('standoutFonts/Roboto-Condensed-Light.woff2') format('woff2'),
		 url('standoutFonts/Roboto-Condensed-Light.woff') format('woff'),
		 url('standoutFonts/Roboto-Condensed-Light.svg#robotoCondensedLight') format('svg');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: "robotoBlack";
	src: url('standoutFonts/Roboto-Black.woff2') format('woff2'),
		 url('standoutFonts/Roboto-Black.woff') format('woff'),
		 url('standoutFonts/Roboto-Black.svg#robotoBlack') format('svg');
	font-weight: normal;
	font-style: normal;
	}	