.rediOptions {
	text-align: center;
}

.rediOptions h3 {
	color: black;
}

.jumbotron {
	background-color: white;
	color: black;
	border-style: solid;
	border-color: blue;
	text-align: justify;
	margin-bottom: -10px;
}

.jumbotron h5{
	margin-bottom: -15px;
	color: red;
	font-size: 18px;
}

.jumbotron h1 {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size: 39px;
	text-align: center;
	color: black;
	margin-top: -20px;
}

.rediMethod h3 {
	color: black;
	text-align: center;
}

.map1 {
	height: 600px;
	background: gray;
	border-style: solid;
	border-color: blue;
	margin-top: 20px;
}

#infoWindow {
	background: #FFFFFF;
	border-radius: 10px;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size: 16px;
	/*position: relative;*/
	width: 60%;
	left: 70px;
	text-align: center;
	color: black;
	border-style: solid;
	border-color: blue;
	margin: auto;
}

.legend {
    line-height: 18px;
    color: #555;
    background-color: white;
    padding: 6px 8px;
    font-size: 16px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;*/
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 1;
}