*{ font-family: 'Heebo', sans-serif; }

nav li a {
	font-size: 21px;
}

html, body, #viewDiv {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

.maps-button{
    border: 0;
    position: absolute; 
    bottom: 50px; 
    right: 50px; 
    background: rgb(15, 43,57); 
    color: #fff; 
    border-radius: 5px;
    padding: 6px 12px;
    cursor: pointer;
}

.maps-button:focus{
    outline: none;
}

#menu {
  	padding: 0.8em;
}

.esri-attribution__powered-by{
	display: none;
}

.esri-attribution__sources{
	display: none;
}

#screenshotDiv {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
}

.hide {
	display: none;
}

/*img {
	border: 10px solid white;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
}*/

.ssi {
	border: 10px solid white;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
}

#screenshotDiv > * {
	margin: 0.5em;
}

.screenshotCursor {
	cursor: crosshair;
}

.action-button {
	padding: 0.6em;
	border: 1px solid #0079c1;
	text-align: center;
	background-color: white;
	cursor: pointer;
}

.action-button:hover, .action-button:focus {
	background: #0079c1;
	color: white;
}

#maskDiv {
	position: absolute;
	background: rgba(255, 51, 0, 0.1);
	border: 2px dashed rgb(255, 51, 0);
}

#textInput{
	text-align: right;
	font-size: 16px;
	padding: 5px 10px;
}

#topbar {
	background: #fff;
	padding: 10px;
}

.measure-action-button {
	font-size: 16px;
	background-color: transparent;
	border: 1px solid #d3d3d3;
	color: #6e6e6e;
	height: 32px;
	width: 32px;
	text-align: center;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.measure-action-button:hover,
.measure-action-button:focus {
	background: #0079c1;
	color: #e4e4e4;
}

.active {
	background: #0079c1;
	color: #e4e4e4;
}

.footer-msg{
    position: absolute; 
    bottom: 10px; 
    left: 80px; 
    background-color: transparent;
    color: #0f2b39d1;
    font-size: 14px;
}

#viewDiv {
    height: calc(100vh - 72px);
    width: 100vw;
}