body {
  margin: 0;
  overflow: hidden;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-style: normal;
  
  }

html, body, #map {
            height: 100%;
            width: 100%;
			
			
        }


img {
    display: block;
    margin: auto;
    max-width: 100%;
    width: 20%;
    height: 20%;
}

h3 {
    text-align: center;
	
}

.leaflet-popup-content-wrapper {
    color:#000;
    padding: 1px;
    text-align: left;
    border-radius: 0px;
	
 }
 
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: black;
    color: #FFF;
    box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	

}

label {
font-weight: 500;
}

.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0,0,0,0.16);
    background: #fff;
    border-radius: 0px;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-style: normal;
    /*color: #945353;*/
	

}



.leaflet-container {
    font: 14px, "Fira Sans Condensed", Arial, Helvetica, sans-serif;

}
.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	border-radius: 0px;
	
}
.leaflet-bar a:first-child {
	border-radius: 0px
}
.leaflet-bar a:last-child {
	border-radius: 0px
}
.leaflet-bar button:last-of-type {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: none;
	
	
}
.leaflet-bar button:first-of-type {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	
	

}

.modal-content {
	border-radius: 0px;
	
}
.leaflet-control-scale-line {
	color: #8a1f1f;
	border-right: none;
	line-height: 1.1;
	font-size: 11px;
	background:  rgba(146, 146, 146, 0.2);
	border: 2px solid #905a5a;
	border-top: none;
	border-right: none;
	font-family: 'Fira Sans Condensed', sans-serif;
}

.leaflet-bar button, .leaflet-bar button:hover {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #945353;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.fa {
    line-height: 2;
    }

.leaflet-popup-content {
/* change size of margin */
    margin: 14px 14px;
/* make the line height smaller */
	line-height: 1.4;
	
	}
 
/* change color when the cursor hovers over the popup close button */
  .leaflet-container a.leaflet-popup-close-button:hover {
  	color: #9d132a;
	
	
  	}
 
/* change color of an unvisited link and the zoom symbols */
    a:link {
        color: #9d132a;
	font-family: 'Fira Sans Condensed', sans-serif;
    }
 
/* change color of a visited link */
    a:visited {
        color: #945353;
	font-family: 'Fira Sans Condensed', sans-serif;
    }
 
/* change color when the cursor hovers over a link */
    a:hover {
        color: #e11b3c;
	font-family: 'Fira Sans Condensed', sans-serif;
    }


