#map { margin-right: auto;margin-left: auto;  height:450px; width: 800px; }

.legend {
  padding: 6px 8px;
  font: 14px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 220, 210, 0.8);
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
  /*border-radius: 5px;*/
  line-height: 24px;
  color: #555;
}
.legend h4 {
  text-align: center;
  font-size: 16px;
  margin: 2px 12px 8px;
  color: #777;
}


.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin: 0 8px 0 0;
  opacity: 0.7;
}

h1 {
	font-family: 'Montserrat', sans-serif; 
	font-size: 80px; 
	font-weight: 900;
}

.button1 {
    background-color: #485E2A;
    border: none;
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

p{
	font-family: 'Raleway', sans-serif;
	font-size: 20px; 
	font-weight: 600;
	color: #3a3a3a;
	line-height: 32px;
}

ul{
	font-family: 'Raleway', sans-serif;
	font-size: 20px; 
	font-weight: 600;
}

li{ 
    color: #3a3a3a;
}


.color-me{
	color: white;
	font-family: Raleway;
	font-size: 18px;
}

body::-webkit-scrollbar {
    width: 13px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #485E2A;
  outline: 1px solid slategrey;
}