   
    /*### Smartphones (portrait and landscape)(small)### */
    @media screen and (min-width : 0px) and (max-width : 767px){
    /*Style*/
    }


body {
  margin: 0;
  overflow: hidden;
  font-family: 'Red Hat Text', 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;
	
}

.info {
    width: 340;
    font-family: 'Red Hat Text', sans-serif;
}

.bloctext {
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.8);
    border-radius: 0px;
    font-family: 'Red Hat Text', sans-serif;
    font-style: normal;
}

.legend {
    width: 120px;
    text-align: left;
    line-height: 30px;
    color: #555;
    }
.legend i {
    
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
    }

.legend .circle {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-top: 6px;
}

.leaflet-popup-content-wrapper {
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.8);
    padding: 1px;
    text-align: left;
    border-radius: 0px;
    font-family: 'Red Hat Text', sans-serif;
	
 }
 
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    color: black;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0px 15px rgba(0,0,0,0.2);
	font-family: 'Red Hat Text', sans-serif;

}

label {
font-weight: 500;
}

.leaflet-control-layers {
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.8);
    border-radius: 0px;
    font-family: 'Red Hat Text', sans-serif;
    font-style: normal;
    color: #184b9a;
}



.leaflet-container {
    font: 16px, 'Red Hat Text', sans-serif;
    background-color: rgba(255,255,255,0.8);

}
.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    background-color: rgba(255,255,255,0.8);
	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: #000;
	border-right: none;
	line-height: 1.1;
	font-size: 11px;
	background:  rgba(146, 146, 146, 0.2);
	border: 2px solid #000;
	border-top: none;
	border-right: none;
	font-family: 'Red Hat Text', sans-serif;
}

.leaflet-bar button, .leaflet-bar button:hover {
    background-color: rgba(255,255,255,0.8);
    border: none;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #184b9a;
    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;
    font-family: 'Red Hat Text', sans-serif;	
	}
 
/* change color when the cursor hovers over the popup close button */
  .leaflet-container a.leaflet-popup-close-button:hover {
  	color:#184b9a;
	
	
  	}
 
/* change color of an unvisited link and the zoom symbols */
    a:link {
        color: #184b9a;
	font-family: 'Red Hat Text', sans-serif;
    }
 
/* change color of a visited link */
    a:visited {
        color: #184b9a;
	font-family: 'Red Hat Text', sans-serif;
    }
 
/* change color when the cursor hovers over a link */
    a:hover {
        color: #184b9a;
	font-family: 'Red Hat Text', sans-serif;
    }



