body {
	width: 100%;
	margin: 0;
	line-height: 32px;
}

li::marker {
	color: darkgray;
}

#disclaimer-modal[open] {
	position: fixed;
	width: 100%;
	height: 100%;
	border: none;
	z-index: 999;
	backdrop-filter: blur(5px);
	background-color: rgba(50, 50, 50, 0.4);
	overflow-x: hidden;
}

#disclaimer-modal-content {
	background-color: white;
	margin: auto;
	margin-top: 10%;
	padding: 30px;
	width: 80%;
	z-index: 1000;
	box-shadow: 0px 0rem 20px grey;
	font-size: 24px;
	display: flex;
	flex-direction: column;
	place-items: center;
	border-width: 2px;
	border-radius: 5px;
	border-color: gray;
}


@media (min-width: 1500px) {
	#disclaimer-modal-content {
		width: 50%;
	}
}

#disclaimer-modal-form {
	width: 100%;
}

#disclaimer-modal-title {
	font-size: 40px;
	font-weight: bold;
	width: 100%;
}

#disclaimer-modal-button {
	border: none;
	background-color: #FFC108;
	color: black;
	font-size: 24px;
	padding: 10px;
	margin-top: 30px;
	width: 100%;
	border-radius: 5px;
	font-weight: bold;
}

#disclaimer-modal-button:hover {
	cursor: pointer;
	background-color: #FFD331;
}

#title {
	color: white;
	background: #9bbf58;
	background: linear-gradient(90deg, rgb(117, 164, 110) 0%, rgb(48, 126, 163) 100%);
	width: 100%;
	display: flex;
	margin: auto;
	margin-bottom: 30px;
}

#title-logo {
	height: 80px;
	width: 80px;
	padding-left: 12px;
	padding-top: 12px;
}

#title-text {
	font-family: ExoMedium;
	font-size: 42px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 20px;
}

#sections {
	padding-left: 5%;
	padding-right: 5%;
	margin: auto;
}


@media (min-width: 1500px) {
	#sections {
		width: 50%
	}
}


.section-title {
	color: #477754;
	font-family: ExoLight;
	font-size: 40px;
}

.section {
	font-size: 20px;
}

#date {
	margin-bottom: 20px;
	font-style: italic;
	color: gray;
}

#introduction {
	/* color: #00769A; */
	font-size: 24px;
	font-weight: bold;
}

.dash-graph {
	margin-top: 24px;
}


#map {
	height: 70vh;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	border-radius: 5px;
}

#footer {
	width: 100%;
	background: #9bbf58;
	background: linear-gradient(90deg, rgb(117, 164, 110) 0%, rgb(48, 126, 163) 100%);
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	padding: 20px;
}

#footer-items {
	justify-content: center;
	display: flex;
	color: white;
	margin: auto;
	width: 80%;
}


@media (min-width: 1500px) {
	#footer-items {
		width: 50%
	}
}

.footer-item {
	font-family: ExoMedium;
	font-size: 15px;
	margin: auto;
	margin-left: 20px;
	margin-right: 20px;
}

#footer-logo {
	padding: 20px;
	height: 160px;
}
