* {
	font-family: 'Poppins', sans-serif;
}
.green {
	color: #158D30;
}
.text-green {
	color: #158D30;
}
.bg-green {
	background-color: #158D30;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}
.map {
	height: 600px;
	width: 100%;
}

.form-control, .is-focused .form-control {
    background-color: #dddddd;
}
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 300px; /* Could be more or less, depending on screen size */
	max-width: 90%;
}

/* The Close Button */
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.circle-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    padding: 27px 0px;
	font-size: 50px;
}

footer A {
	color: #ffffff;
}
footer A:hover {
	color: #dddddd;
}
/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
	.map {
		height: 450px;
		width: 100%;
	}
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
	.map {
		height: 300px;
		width: 100%;
	}
	.navbar-brand {
		font-size: 1rem;
	}
	.navbar-brand img {
		max-width: 60px;
		max-height: 60px
	}
}