* {
    box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}
body {
    margin: 0;
    padding: 0:
}
.addPath {
	top: 5px;
    right: 5px;
}
.myPaths {
	top: 45px;
    right: 5px;
}
.myReset {
	top: 85px;
    right: 5px;
}
.mySpot {
	bottom: 5px;
    left: 5px;
}
.ol-control button {
	background-color: #158d30 !important;
}
.grid-container {
    display: grid;
    grid-template-columns: 20vw 80vw;
    grid-template-rows: 100vh;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.green {
	color: #158D30;
}
.text-green {
	color: #158D30;
}
.bg-green {
	background-color: #158D30;
}
.sidebar {
    margin-left: 15px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}
.map {
	height: 600px;
	width: 100%;
}
.navbar-brand img {
	 width: 75px;
	 height: 75px
 }
 a {
	 color: #198754;
 }
 .blockquote {
    margin-bottom: 1rem;
    font-size: 14px;
}
.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;
}

.report,
.report: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;
}
.addToFavourites, .removeFromFavourites {
	cursor: pointer;
}
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%;
	}
	.form-floating>#citysearch.form-control:focus~label, form-floating>#citysearch.form-control:not(:placeholder-shown)~label, .form-floating>#citysearch.form-select~label {
		opacity: .1;
		transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
	}
}

/* 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
	}
}