body {
	font-family: "Montserrat",Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #000;
}

#overlay {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}


select {
	-webkit-appearance: none;
	display: inline-block;
	border: 1px solid black;
	background: transparent;
}