html {
  height: 100%;
  width: 100%;
}

body{
	margin:0;
	background-color: #292929;
}

.menu {
	font-family: 'Raleway', sans-serif;
	position: absolute;
	margin-left: 20px;
	margin-top: 200px;
	z-index: 2;
	width: 330px;
	height: 320px;
	background-color: #0a0a0a;
	border-radius: 10px;
	border: 3px solid #262626;
	transition: ease-out 0.5s;
}

.menu {
	padding-left: 40px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.menu:hover {
	cursor: default;
	transform: scale(1.02);
	transition: ease-in-out 0.45s;
	border: 3px solid #FAFAFA;
}

.menu h2{
	color: #FAFAFA;
	margin-bottom: 0;
}

.menu p{
	color: #dedede;
	font-size: 14px;
}

.menu .cerulean{
	color: #08AEE0;
	font-weight: 600;
	margin-top: 30px;
}

.menu .pantone-yellow{
	color: #FFE32B;
	font-weight: 600;
}

.menu .brink-pink{
	color: #fe4876;
	font-weight: 600;
}


.counts {
	position: absolute;
	z-index: 3;
	display: flex;
	width: 150px;
	justify-content: center;
	align-items: center;
	height: 40px;
	font-size: 20px;
	font-weight: 600;
	font-family: "Noto Sans", sans-serif;
	top: 75%;
	left: 1.5%;
	background-color: #0a0a0a;
	border: 3px solid #262626;
	border-radius: 10px;
	transition: ease-out 0.5s;
}

.counts p{
	padding-left: 10px;
	padding-right: 10px;
}

.counts:hover {
	cursor: default;
	transform: scale(1.02);
	transition: ease-in-out 0.45s;
	border: 3px solid #FAFAFA;
}

#blue-count{
	color: #08AEE0;
}

#yellow-count{
	color: #FFE32B;
}

#pink-count{
	color: #fe4876;
}



.map-div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

#map {
	height: 760px;
	width: 100%;
	z-index: 1;
}

/* Change cursor when mousing over clickable layer */
.leaflet-clickable {
	cursor: cell !important;
}
/* Change cursor when over entire map */
.leaflet-container {
	cursor: cell !important;
}



.table-intro {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: baseline;
	align-items: center;
	height: 180px;
	font-family: 'Raleway', sans-serif;
	background-color: #090909;
	border-top: 5px solid #262626;
}

.table-intro h3{
	text-decoration: none;
	font-weight: 500;
	color: #FAFAFA;
	margin-bottom: 0;
	font-size: 28px;
}

.table-intro p{
	color: #dedede;
	font-size: 24px;
	margin-top: 10px;
}



iframe {
	background-color: #0a0a0a;
	border-radius: 10px;
}

.crime-table {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 50px;
	background-color: #090909;
	border-top: 10px solid #262626;
	padding-bottom: 50px;
}

.report {
	position: relative;
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: 1fr 2fr;
	background-color: #090909;
	border-top: 2px solid #212121;
	border-bottom: 2px solid #212121;
}

.report-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.report-left h1{
	font-family: 'Raleway', sans-serif;
	font-size: 45px;
	font-weight: 600;
	color: #b0d4dd;
	margin-bottom: 0;
	margin-left: 10px;
	width: 80%;
}

.report-left p{
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	font-weight: 300;
	color: #dedede;
	margin-top: 10px;
	width: 80%;
	margin-left: 10px;
}

.report-right {
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: 100%;
}

.report-choice {
	border: 1px solid #212121;
	border-top: none;
	font-family: 'Raleway', sans-serif;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.report-choice h3 {
	color: #b0d4dd;
	font-size: 24px;
	margin-left: 30px;
	margin-bottom: 0;
	width: 80%;
	margin-top: 100px;
}

.report-choice p{
	color: #e6e6e6;
	font-size: 18px;
	margin-left: 30px;
	width: 80%;
	font-family: "Roboto", sans-serif;
	margin-top: 15px;
}

.report-choice li{
	color: #FAFAFA;
	font-size: 19px;
	margin-left: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	width: 80%;
}

.report-choice a{
	color: #7194fe;
	text-decoration: none;
}

.report-right2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.guide {
	border: 1px solid #212121;
	border-top: none;
	font-family: 'Raleway', sans-serif;
	display: flex;
	flex-direction: column;
}

.guide h3{
	color: #b0d4dd;
	font-size: 24px;
	margin-left: 30px;
	margin-bottom: 0;
	width: 80%;
	margin-top: 100px;
}

.guide p{
	color: #e6e6e6;
	font-size: 18px;
	margin-left: 30px;
	width: 80%;
	font-family: "Roboto", sans-serif;
	margin-top: 15px;
}

.guide a{
	font-family: "Raleway", sans-serif;
	color: #7194fe;
	text-decoration: underlined;
	font-size: 27px;
}

.report2 {
	position: relative;
	width: 100%;
	height: 600px;
	display: grid;
	grid-template-columns: 1fr 2fr;
	background-color: #090909;
	border-top: 8px solid #212121;
	border-bottom: 2px solid #212121;
}
