body{
	margin: 0px;
}
h1{
	font-family: Arial, sans-serif;
	color: #000080;
	text-align: center;
	font-size: 30px;
	margin: 1%;
	padding: 0;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
}
a{
	float: left;
	color: white;
	padding: 5px;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 20px;
	text-decoration: none;
}
.top{
	grid-area: header;
	background-image: url("200131, Pima Canyon (6).jpg");
	background-size: cover;
	margin: 0;
}
.rest{
	grid-area: main;
	margin: 0px;
	overflow: auto;
}
.grid-container{
	display: grid;
	grid-template-areas:
	'header'
	'main';
	grid-gap: 0px;
}
.navbar{
	overflow: hidden;
	background-color: #0047ab;
}
.button{
	background-color: #0047ab;
	border: none;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 20px;
	padding: 5px;
	margin: 0px;
	float: left;
}
.navbar a:hover, .button:hover {
	background-color: red;
}
.dropdown-content{
	display: none;
	background-color: blue;
	position: fixed;
		margin-top: 5px;
		margin-left: -5px;
		z-index: 1;
}
.dropdown-content a{
	float: none;
	padding: 5px;
	display: block;
}
.button:hover .dropdown-content {
	display: block;
}
p{
	margin-top: 0;
	margin-bottom: 0;
}
/* li elements used in Mountain Range and Hike Overview pages */
li:before{
	content: "\26F0";
	padding-right: 14px;
}
li{
	margin-left: 71.5%;
	padding-left: 2em;
	text-indent: -2em;
	list-style-type: none;
	font-family:'Times New Roman', Times, serif;
}
.pic-background{
	background-color: #6699CC;
	overflow: visible;
	position: fixed;
	left: 1vw;
	margin-left: 0px;
	z-index: 1;
}
.pic-background-big{
	background-color: #6699CC;
	overflow: visible;
	position: fixed;
	left: 1vw;
	margin-left: 0px;
	z-index: 1;
}
#image-popup{
	position: absolute;
	top: 1vh;
	left: 1vw;
	height: 97%;
	z-index: 2;
}
img[src=""]{
	display: none;
}
#video-popup{
	position: absolute;
	top: 1vh;
	left: 1vw;
	height: 97%;
	z-index: 2;
}
#cl-wndw{
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 0;
	right: 0;
	font-family: Arial, sans-serif;
	font-size: 30px;
	color: white;
	text-decoration: none;
	text-align: right;
	border: none;
	background-color: #6699CC;
	z-index: 3;
}
#bg-wndw{
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 0;
	right: 3%;
	font-family: Arial, sans-serif;
	font-size: 30px;
	color: white;
	text-decoration: none;
	text-align: right;
	border: none;
	background-color: #6699CC;
	z-index: 3;
}
#thumbnail-properties{
		margin-right: 5px;
		width: 100px;
		float: left;
		margin-bottom: 6px;
}
#cl-wndw2{
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 0;
	right: 0;
	font-family: Arial, sans-serif;
	font-size: 30px;
	color: white;
	text-decoration: none;
	text-align: right;
	border: none;
	background-color: #6699CC;
	z-index: 3;
}
#image-popup2{
	position: absolute;
	top: 1vh;
	left: 1vw;
	height: 97%;
	z-index: 2;
}
#video-popup2{
	position: absolute;
	top: 1vh;
	left: 1vw;
	height: 97%;
	z-index: 2;
}
video[src=""]{
	display: none;
}
#map { 
	float: left;
}
.marker {
    background-size: cover;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
}
.mapboxgl-popup {
    
}
.mapboxgl-popup-content {
    width: 0px;
    margin: 0;
    padding: 0;
}
.mapboxgl-popup-content p {
margin: 0;
}
.mapboxgl-popup-close-button {
display: none;
}