body {
	margin: 0;
	width: 100vw;
	height: 100vh;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	background: black;
  overflow: hidden;
}

.toggle > body {overflow: hidden;}

/* Prevent overscroll bouncing on touchscreen */
@media (pointer: coarse) {

  html {overflow: hidden; width:100%;}

  body {height: 100%; position: fixed;}

}

/* Fonts */
h3,
h3:link,
h3:visited,
h3:hover,
h3:active {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: white;
  text-decoration: none;
  outline: none;
}

h5,
h5:link,
h5:visited,
h5:hover,
h5:active {
	font-weight: 600;
	color: white;
}

p,
p:link,
p:visited,
p:hover,
p:active {
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-decoration: none;
  outline: none;
}

li,
li:link,
li:visited,
li:hover,
li:active {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-decoration: none;
  outline: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {text-decoration: none; font-weight: 400;}

table,
table:link,
table:visited {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: white;
  background-color: rgba(0,0,0,0);
  text-decoration: none;
  outline: none;
}

section > p > a,
section > p > a:link,
section > p > a:visited,
section > p > a:hover,
section > p > a:active {font-weight: 600; color: white;}

/* Map Popups */
.mapboxgl-popup {max-width: 95%; z-index: 10;}

.mapboxgl-popup-content {
  background-color: rgba(70, 70, 70, 0.65);
  border: rgba(256, 256, 256, 0.2);
	color: white;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  border-bottom-color: rgba(256, 256, 256, 0.8);
}

.mapboxgl-popup-close-button { font-size: 20px; color: white;}

.popup-title {
  padding: 3px;
	padding-right: 20px;
  font-size: 14px;
  font-weight: bold;
}

.popup-table {
  font-size: 13px;
  font-weight: bold;
  margin-top: 5px;
}

.popup-table td,
.popup-table th {
  padding: 4px 15px 4px 15px;
  text-align: center;
  width: 12ch;
  line-height: 95%;
}

.popup-table-access td,
.popup-table-access th {
  text-align: center;
  width: 12ch;
  line-height: 95%;
  padding-left: 7%;
}

.popup-table-access tr {width: 12ch;}

.popup-table-train {
  font-size: 13px;
  font-weight: bold;
  max-height: 60px;
  margin-top: 5px;
}

.popup-table-train th {padding-left: 5px;}

.popup-table-train td {
  padding: 0 0 4px 0;
  margin-right: 15px;
  text-align: center;
  width: 9ch;
  line-height: 95%;
  margin-left: -15px;
}

/* Navbar */
/* Navbar Button MOBILE */
#navMenuExplore {visibility: hidden;}

.navbar {
  max-width: 255px;
  background-color: rgba(70, 70, 70, 0.7);
  box-shadow: 2px 2px 5px 1px rgba(0,0,0, 0.1);
  padding-right: 0;
}

.navbar-brand {margin: 0;}

button.navbar-toggler {
  border: none;
  outline: none;
  padding-left: 0;
  opacity: 1;
}

.navbar-toggler:hover,
.navbar-toggler:active {opacity: 0.7;}

.navbar-scroll {
  width: 240px;
  max-height: 50vh;
  padding: 0 16 0 16;
  overflow-y: scroll;
  overflow-x:hidden;
  background-color: rgba(89, 89, 89, 0);
}

.nav-item {max-width: 300px;}

li.nav-item.dropdown > .nav-link.dropdown-toggle:link {
	color: white;
}

li.nav-item.dropdown > .nav-link.dropdown-toggle:visited,
li.nav-item.dropdown > .nav-link.dropdown-toggle:hover,
li.nav-item.dropdown > .nav-link.dropdown-toggle:active,
ul.navbar-nav > li.nav-item > .nav-link:hover {
	background-color: rgba(0,0,0,0);
	color: rgba(255,255,255,0.8);
}

li.nav-item.dropdown.show > .nav-link.dropdown-toggle {
	background-color: rgba(0,0,0,0);
	color: rgba(255,255,255,0.8);
}

#navbarMasterplanLink.navbar-highlight,
#navbarConnectedLink.navbar-highlight,
#navbarSustainableLink.navbar-highlight,
#navbarModellingLink.navbar-highlight,
#navbarMitigationLink.navbar-highlight,
#navbarKeyLink.navbar-highlight {color: #f9cf00;}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0);
  border-radius: .25rem;
}

.dropdown-menu.show {
  display: block;
  max-width: 280px;
  background: rgba(89, 89, 89, 0.6);
}

.dropdown-item {
  color: white;
  opacity: 1;
  padding-right: 8px;
  padding-left: 10px;
}

.dropdown-item:hover {
	background: rgba(89, 89, 89, 0);
	color: rgba(255,255,255,0.8);
}

.nav-link.modal-btn,
.nav-link.key-btn {vertical-align: middle;}

.nav-link.modal-btn > i.material-icons,
.nav-link.key-btn > i.material-icons {
  font-feature-settings: 'liga';
  vertical-align: middle;
}

/* Navbar Labels */
label {
	position: relative;
	display: flex;
	align-items: center;
  font-weight: bold;
  color: white;
	height: 34px;
	cursor: pointer;
}

/* Allow Label Hover Style for only DESKTOP */
@media only screen and (min-width: 441px) {

  label:hover {
    color: white;
    outline-color: #fff;
    opacity: 0.8;
  }

  label.shown {color: white;}

  body:not(.touch) label:hover,
	label.selected {color: white;}

}


.close > i {color: white; opacity: 0.7;}

.close > i:link,
.close > i:visited,
.close > i:hover,
.close > i:active {color: white; opacity: 1;}

.close > i:focus {color: white; opacity: 1;}

/* Navbar Explore Arrow */
#wideArrowDown {padding-left: 10px;}

#narrowArrowDown {display: none;}

/* Navbar Explore Logo*/
#explore {height: 30px;}

/* Navbar Deetu Logo */
#pb_deetu {height: 61px; padding: 10px 0;}

/* Navbar bwb Logo */
#bwb_logo {height: 61px; padding: 10px 0; opacity: 0.6;}

/* Map */
#map {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width:100%;
    height: 100%;
}

#main {width: 100%; height: 100%;}

#main.switch > #map {opacity: 0.7;}

/*Disable map interaction*/
#main.switch > #map * {pointer-events: none;}

/* Features Menu */
#wrapper {width: 100%; height: 100%;}

#features {
  position: absolute;
  width: 500px;
  height: 100%;
  right: -505px;
  max-width: 50%;
  top: 0;
  overflow-x: hidden;
	overflow-y: auto;
  color: white;
  background-color: rgba(70, 70, 70, 0.7);
  box-shadow: -2px 0 5px 1px rgba(0,0,0, 0.1);
  margin-left: 68%;
  padding-right: 45px;
  z-index: 10000;
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
  cursor: default;
}

#wrapper.switch > #features {pointer-events: none;}

#wrapper.toggle > #features {right: 0;}

#featuresExpand {display: none;}

section {
  overflow: hidden;
  padding:  50px 0 0 20px;
  margin-bottom: 20px;
  line-height: 25px;
  opacity: 0.25;
  font-size: 13px;
}

section.active {opacity: 1;}

section:last-child {border-bottom: none; margin-bottom: 1000px;}

/* Open Features Menu */
#menu {
	background-color: rgba(255,255,255, 0);
	padding: 10px;
	padding-left: 20px;
	position: fixed;
	z-index: 100000;
	right: 10px;
  width: 50px;
  height: 50px;
	text-decoration: none;
}

/* Open Features Logo MOBILE */
#narrowHam {
  display: none;
  padding: 10px;
  padding-right: 5px;
  padding-left: 20px;
  right: 7px;
  position: fixed;
  cursor: pointer;
  opacity: 0.7;
}

/* Open Features Logo DESKTOP */
#wideHam {
	top: 20px;
  right: 7px;
	width: 36px;
	height: 36px;
  position: fixed;
  cursor: pointer;
  opacity: 0.7;
}

/* Close Features Menu */
#menuClose {
	background-color: rgba(255,255,255, 0);
	padding: 10px;
	padding-left: 20px;
	position: fixed;
	z-index: 1000000;
	right: -500px;
  width: 50px;
  height: 50px;
	text-decoration: none;
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
  cursor: default;
}

/* Close Features Menu - Hide for MOBILE */
#menuClose.toggle {right: 10px;}

/* Close Features Logo MOBILE */
#narrowClose {display: none;}

/* Close Features Logo DESKTOP */
#wideClose {
  padding: 10px;
  padding-right: 5px;
  padding-left: 20px;
  right: -500px;
  position: fixed;
  cursor: pointer;
  opacity: 0;
}

#menuClose.toggle > #wideClose {right: 7px;}

#menuClose.toggle > #wideClose:hover,
#menuClose.toggle > #wideClose:active {opacity: 1;}

/* ScrollTop DESKTOP */
#scrollTop {
  background-color: rgba(255,255,255, 0);
  padding: 10px;
  padding-left: 20px;
  position: fixed;
  z-index: 1000000;
  right: -500px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  text-decoration: none;
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
  cursor: default;
}

#scrollTop.toggle,
#scrollTop.toggle > #scroll {right: 10px;}

#scrollTop.toggle > #scroll:hover{opacity: 1;}

/* ScrollTop Logo */
#scroll {
  padding: 10px;
  padding-right: 5px;
  padding-left: 20px;
  right: -500px;
  bottom: 20px;
  position: fixed;
  cursor: pointer;
  opacity: 0;
}

/* Horizontal Scroll Buttons MOBILE */
#nextFeature,
#prevFeature{visibility: hidden;}

/* Map Key */
.paddingBetweenCols td {width: 80%; padding-right: 10px;}
.keyGradient {min-width: 50px; height: 15px; padding: 0}
.keySquare {width: 25px; height: 25px; margin-left: 15px;}
.keyLine {min-width: 50px; height: 5px; padding: 0}
.keyLineBoundary {min-width: 50px; height: 4px; padding: 0; border-bottom: 2px solid black;}
.keyLineJourney {
	max-width: 50px;
	height: 2px;
	padding: 0;
	-webkit-box-shadow: 0 0 2px 3px rgba(	234, 91, 0,0.3);
	box-shadow: 0 0 1px 2px rgba(	234, 91, 0,0.3);
}
.keyLineDashed {min-width: 20px; height: 5px; float: left;}
.keyLineDotted {min-width: 10px; height: 5px; float: left;}
.keyLineDottedRail {min-width: 10px; height: 3px; float: left; opacity: 0.6;}
.keyPoint {width: 10px; height: 10px; border-radius: 100%; margin-left: 20px;}
.keyPointSmall {width: 8px; height: 8px; border-radius: 100%; margin-left: 21px;}

.empty-row {height: 20px;}

/* Accessibility, national rail connections */
.access > img,
.access > p,
.nat-rail > h3,
.nat-rail > img,
.nat-rail > p,
.pb-logo > h3,
.pb-logo > img,
.im-logo > h3,
.im-logo > img,
.station-logo > img,
.station-logo > p,
.liz-route > p,
.liz-route > img {display: inline-block;}

.liz-route:hover {opacity: 0.7;}

/* Images and TFL Logos */
#img {width: 100%; display: block;}

#access {
  width: 30px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
}

#nat-rail {
  width: 40px;
  margin-bottom: 10px;
  margin-left: 5px;
}

#pb-logo {
  width: 150px;
	margin-left: -12px;
}

#im-logo {
  width: 50px;
	margin-left: 0px;
	margin-bottom: -105px;
}

#airport {
  width: 30px;
  margin-bottom: 10px;
  margin-left: 10px;
}

#lizRoute {
  width: 60px;
  margin-right: 10px;
  padding: 5px;
}

#station-logo {
  width: 25px;
  margin-bottom: 10px;
  margin-left: 5px;
}

/* Scrollbar */
 .scrollbar-primary::-webkit-scrollbar {
  width: 10px;
  background-color: rgba(0,0,0,0);
}

.scrollbar-primary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.7);
}

.otherScroll::-webkit-scrollbar-thumb,
.scrollbar-primary::-webkit-scrollbar-thumb:hover,
.scrollbar-primary::-webkit-scrollbar-thumb:active {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
}

/* Credits Deetu Logo */
#deetuFeatures {height: 65px; padding: 0 0 15px 3px; }

/* Modal */
.mobile-tab {display: none;}

.modal {z-index: 10000000; top: 60px;}

.modal.show {overflow-y: hidden;}

.modal-backdrop.show {background: rgba(0,0,0,0.4); z-index: 1000000;}

.modal .nav {margin-bottom: 15px;}

.modal .nav > li > a {padding: 5px 10px;}

.modal-header {border: none;}

.modal-header > h3 {font-weight: 600;}

.tab-pane > p {font-weight: 400;}

.tab-pane > p > a:link,
.tab-pane > p > a:visited {font-weight: 400; color: #f9cf00;}

.tab-pane > p > a:hover,
.tab-pane > p > a:active {font-weight: 400; color: #f9cf00;}

.tab-pane > table > thead > tr > th,
.tab-pane > table > tbody > tr > td  {
  border-color: #e8e8e8;
}

.tab-pane > table > tbody > tr > td > a:link,
.tab-pane > table > tbody > tr > td > a:visited {
  font-weight: 400;
  color: white;
}

.tab-pane > table > tbody > tr > td > a:hover,
.tab-pane > table > tbody > tr > td > a:active {
  font-weight: 400;
  color: white;
}

.tab-content {overflow-y: auto; max-height: 50vh;}

.modal-content {
	border: none;
	border-radius: 4px;
  background: rgba(89, 89, 89, 0.9);
  color: white;
}

.modal-content .nav-tabs.header {
	margin-left: -15px;
	padding-left: 15px;
	margin-right: -15px;
	padding-right: 15px;
}

.nav-tabs.header {border-color: #e8e8e8;}

.navbar-light .navbar-nav .nav-link {color: white;}

a.nav-link {
	color: #f9cf00;
  font-weight: 600;
  background: rgba(89, 89, 89, 0);
  border-color: #e8e8e8;
}

a.nav-link.active.show:link {
  background: rgba(0,0,0,0);
  border-color: #e8e8e8;
}

a.nav-link.active.show:visited {
  color: white;
  border-color: #e8e8e8;
}

a.nav-link.active.show:hover {
  background: rgba(89, 89, 89, 0.3);
  border-color: #e8e8e8;
}

a.nav-link.active.show:active {
  background: rgba(0,0,0,0);
  border-color: #e8e8e8;
  color: white;
}

li.nav-item > a.nav-link:hover {
  background: rgba(89, 89, 89, 0.3);
  border-color: rgba(64, 64, 64,0);
}

.nav-item > .nav-link.active {
  background: rgba(0,0,0,0);
  border-color: #e8e8e8;
  color: white;
}

#navBackDrop {
  visibility: hidden;
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100vw;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.2);
}

.iframe-wrap {
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-bottom: 60%;
		/* padding-bottom: 56.25%; */
    height: 0;
    overflow: hidden;
		/* opacity: 0.8; */
}

@media (min-width:1550px) {
    .iframe-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    }
}

.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#navBackDrop.visible {visibility: visible;}

.contact {
	float: left;
	list-style: none;
}

.icon-list {
	list-style: none;
	padding-left: 0;
}

.icon-list__item{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 20px;
}

.icon-list__item .icon {
	width: 30px;
	height: 30px;
	margin-right: 15px;
	fill: white;
	vertical-align: middle;
}

hr {
	background-color: rgba(255, 255, 255, 0.8)
}

#deetuLogo {
	width: 25.2%;
  margin-top: -40px;
	float: right;
}

/* Pitch toggle */
button.threed_rotate::before{
	font-family: "Material Icons";
	content: "3d_rotation";
	font-feature-settings: 'liga';
	font-size: 20px;
	line-height: 24px;
	vertical-align: middle;
}

/* MOBILE STYLING - Screen width <= 440px */
@media only screen and (max-width: 440px) {

	/* Fonts MOBILE */
  section > p > a,
  section > p > a:link,
  section > p > a:visited,
  section > p > a:hover,
  section > p > a:active {font-weight: 400;}

  h3,
	h3:link,
	h3:visited,
	h3:hover,
	h3:active{font-size: 22px;}

  p,
	p:link,
	p:visited,
	p:hover,
	p:active {font-weight: 400;}

  .liz-route > p {font-weight: 600;}

	/* Features MOBILE */
  #features {
    position: fixed;
    white-space: nowrap;
    width: 100vw;
		max-width: 100vw;
    height: 35%;
		top: 100%;
    right: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    box-shadow: 0 2px 5px 2px rgba(0,0,0, 0.2);
    margin-left: 0;
  }

	/* Various Features Animations/Transitions MOBILE */
  #wrapper.toggle > #features {
    top: 65%;
    -webkit-transition: top 0.2s linear;
    transition: top 0.2s linear;
  }

  #wrapper.animate > #features {
    top: 65%;
    animation-name: stretch;
    animation-duration: 0.4s;
    animation-delay: 0;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-fill-mode: none;
  }

	/* Expand Features across screen */
	#wrapper.expand > #features {
		height: calc(100vh - 180px);
		top: 180px;
		-webkit-transition: top 0.2s linear;
		transition: top 0.2s linear;
	}

	#wrapper.notransition > #features {
		-webkit-transition: none !important;
		transition: none !important;
	}

  /* Text Fade Out */
	#wrapper.animate > #features:before,
	#wrapper.toggle > #features:before,
	#wrapper.expand > #features:before {
		content: "";
		width:100%;
		height: 15%;
		position:fixed;
		left:0;
		bottom:0px;
		background: linear-gradient(to top, black, rgba(0,0,0,0));
		pointer-events: none;
	}

  /* Expand Features Menu button */
	#featuresExpand {
		position: fixed;
		z-index: 100000;
		bottom: calc(35% - 50px);
		left: -500px;
		width: 30px;
		height: 30px;
	}

	#collapseMenu,
	#expandMenu {width: 27px; opacity: 0.6;}

	#wrapper.toggle * #collapseMenu,
	#wrapper.expand * #expandMenu {display: none;}

	#wrapper.expand > #featuresExpand {
		display: block;
		top: 199px;
		left: 8px;
	}

	#wrapper.toggle > #featuresExpand {
		display: block;
		left: 8px;
	}

  @keyframes stretch {
    0% {
      width: 40px;
      height: 40px;
      border-radius: 100%;
      right: 0;
      top: 90%;
    }
    45% {
      border-bottom-right-radius: 0%;
    }
    100% {
      transform: scale(1);
    }
  }

  section {
    top: 0;
    width: 100vw;
    min-height: 50px;
    height: 100%;
    padding: 50px;
    display: inline-block;
    white-space: normal;
    overflow-y: auto;
  }

	/* Open Features Menu MOBILE*/
  #menu {
  	background-color: rgba(89,89,89, 1);
  	bottom: 20px;
  	right: 20px;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    box-shadow: 0 3px 10px 2px rgba(0,0,0, 0.3);
  }

	/* Hide DESKTOP Features Logo */
  #wideHam {display: none;}

	/* Open Features Logo MOBILE */
  #narrowHam {
    display: block;
    position: fixed;
    height: 24px;
    padding: 0;
    right: 35px;
    bottom: 37px;
    opacity: 0.6;
  }

  #menu.toggle,
  #narrowHam.toggle {right: -500px;}

	/* Close Features Menu MOBILE */
  #menuClose {
    bottom: calc(35% - 50px);
		padding: 0;
		right: 0;
		width: 30px;
		height: 30px;
  }

  /* Hide DESKTOP Close Features Logo */
  #wideClose {display: none;}

	/* Close Features Logo MOBILE */
	#narrowClose {
    display: block;
    padding: 0;
    width: 27px;
    right: -500px;
    position: fixed;
    cursor: pointer;
    opacity: 0;
  }

  #menuClose.toggle > #narrowClose {right: 11px;}

	#menuClose.expand > #narrowClose {
		top: 199px;
		-webkit-transition: top 0.2s linear;
		transition: top 0.2s linear;
	}

  #menuClose.toggle > #narrowClose:hover,
	#menuClose.toggle > #narrowClose:active {opacity: 1;}

	/* Horizontal Scroll Buttons MOBILE */
  #nextFeature,
	#prevFeature {
    visibility: visible;
    z-index: 100000;
    position: absolute;
    top: -100vh;
		padding: 3px;
		width: 30px;
		background-color: white;
		border-radius: 100%;
		box-shadow: 0 2px 8px 2px rgba(0,0,0, 0.3);
  }

	#nextFeature {right: 9px;}

  #prevFeature {left: 9px;}

	#nextFeature.toggle,
	#prevFeature.toggle {top: calc(75% + 35px);}

	/* Deetu Credits Logo MOBILE */
  #deetuFeatures {height: 39px; padding: 0 0 9px 3px; }

	/* Navbar MOBILE */
  nav.fixed-top {
    background-color: rgba(89, 89, 89, 0.9);
    float: left;
    max-width: 60%;
    height: 100%;
  }

  button#btnDropDown {position: absolute; top: 10px;}

  .navbar-scroll {
		top: 20px;
    max-height: 80%;
		position: relative;
  }

  .dropdown-item {white-space:normal;}

  .deetu-btn {position: fixed; bottom: 20px;}

  #explore {
    float: left;
    display: inline-block;
    left: 0;
    height: 25px;
  }

  #wideArrowDown {display: none;}

  #narrowArrowDown {
    height: 25px;
    padding-left: calc(65vw - 80px);
    margin-top: -46px;
    opacity: 0.6;
    display: inline-block;
  }

  #navMenu {
    z-index: 100000;
    position: fixed;
    left: 10px;
    top: 10px;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background-color: rgba(89,89,89, 1);
    box-shadow: 0 3px 10px 2px rgba(0,0,0, 0.3);
  }

  #navMenuExplore {
    visibility: visible;
    position: absolute;
    width: 20px;
    left: 18px;
    top: 17px;
  }

  #navbar.toggle,
  #navMenu.toggle,
  #navMenuExplore.toggle {left: -500px;}

	/* Modal MOBILE */
	.mobile-tab {display: block;}

	.desktop-tab {display: none;}

	#deetuLogo {
		width: 25.2%;
		margin: 10px 0 0 -5px;
		float: left;
	}

	/* Mapbox attribution MOBILE */
  #attribution {
    position: absolute;
    top: 147px;
    right: 2px;
    max-width: 90%;
  }

  .mapboxgl-ctrl-top-right::after {
    position: absolute;
    top: 0;
  }

  .mapboxgl-ctrl-logo {
    position: fixed;
    top: 15px;
    right: 60px;
  }

}

/* MOBILE STYLING - Screen width <= 400px */
@media only screen and (max-width: 400px) {

	/* Navbar Deetu Logo */
	#pb_deetu {height: 58px; padding: 10px 0;}

	/* Navbar bwb Logo */
	#bwb_logo {height: 58px; padding: 10px 0; opacity: 0.6;}

}
