#viewDiv {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  color: #323232;
  font-family: "Avenir Next","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#viewDiv canvas {
  /*filter: saturate(1.2) drop-shadow(0 0 20px white);
	filter: saturate(1.2) drop-shadow(0 0 20px white)hue-rotate(10deg);
	filter: saturate(1.2) drop-shadow(0 0 20px white)hue-rotate(5deg);
	filter: saturate(1.2) contrast(1.2) brightness(0.9) hue-rotate(2deg);*/
	filter: saturate(1.2) contrast(1.2) brightness(1.05) hue-rotate(2deg);
}


.esri-compass {
    /* circle
	border-radius: 50%;
    height: 10rem;
    width: 10rem;
    margin-bottom: 2rem !important;
	margin-left: 0.7rem;
    background-color: #7b7b7b33;
	bottom: 0;
    position: fixed;
	*/
	
	margin-bottom: 2rem !important;
    margin-left: 0.7rem;
    bottom: 0;
    position: fixed;
    border-radius: 34%;
    height: 6rem;
    width: 6rem;
    background-color: #00000078;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.esri-view .esri-view-root{
	margin: 0px !important;
}

#switch-button {
	border-radius: 34%;
    height: 6rem;
    width: 6rem;
	margin-bottom: 5rem;
    background-color: #00000078;
    color: #939393;
    font-weight: bold;
    font-size: 16px;
    border-width: 6px;
    border-color: #0e0e0e96;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	margin-right: 9px;
}

#toggleButton{
	position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 13.5rem;
    margin-right: 1rem;
    border-radius: 34%;
    height: 6rem;
    width: 6rem;
    background-color: #00000078;
    color: #939393;
    font-weight: bold;
    font-size: 16px;
    border-width: 6px;
    border-color: #0e0e0e96;
    backdrop-filter: blur(3px);
}

.esri-compass__icon {
    font-size:4rem;
	color: #ffffff75;
}

/* popup styling */

.esri-popup__content {
  margin: 0;
}

.esri-popup__header-title {
  font-size: 18px;
}

.esri-popup__footer {
  display: none;
}

.esri-feature__main-container .popupImage {
  max-height: 250px;
  overflow: hidden;
}

.esri-attribution {
    background-color: rgb(255 255 255 / 26%);
}

.popupImage > img {
  width: 100%;
}

.popupImageCaption {
  text-align: center;
  font-size: 0.9em;
  padding: 0.1em 1.5em 0;
}

.popupDescription {
  padding: 2em;
}

p.info {
  margin-bottom: 2em;
  font-size: 1.1em;
}

.popupDescription > p:last-child {
  margin-bottom: 0;
}

.popupCredits {
  font-size: 0.8em;
  padding: 0 2.5em 0.5em 2.5em;
}

.esri-attribution__sources a {
  color: #323232;
}

/* intro and about page */

#viewDiv {
  transition: filter 0.4s;
}

button.esri-icon-close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  background: transparent;
  border: none;
  cursor: pointer;
}

.esri-attribution {
	display:none;
}

@media (max-width: 1050px) {

	.esri-compass {
		border-radius: 50%;
		height: 6rem;
		width: 6rem;
		margin-bottom: 8rem !important;
		margin-left: 1rem;
		background-color: #7b7b7b33;
		bottom: 0;
		position: fixed;
	}

	.esri-attribution {
		display:none;
	}

#toggleButton {
    margin-bottom: 16rem;
    margin-right: 1.2rem;
}

#switch-button {
    margin-bottom: 7rem;
}




}

