.main a:link {color:#541e8b;text-decoration:none;border-bottom:3px solid #541e8b;}
.main a:hover {border-bottom:5px solid #FF00B4;}
.main a:active {color:#FF00B4;} 
/* a:visited {color:black; text-decoration:line-through;} */
.row {
  display: flex;
}
.column {
  flex: 50%;
  padding: 5px;
}
#party {
	background-image: url("main.jpg");
	background-color: #00FFF1;
	font-family: "Courier New", Courier, monospace, sans-serif;
	font-size:30px;
	color:black;
}
p	{
	color:black;
    text-align:center;
}
h1 {
	color:#FF0099;
	text-align:center;
	text-decoration:underline;
	text-transform:uppercase;
    font-size:100px;
}
h2 {
	text-align:center;
    font-size:50px;
}
#mainText {
	cursor:auto;
	position:relative;
	margin-bottom:50px;
	padding:25px;
	width: 800px; 
	background-color:#76ff57;
	margin: 50px auto;
	text-align: left;
	border:#FF00FF 20px double;
	border-radius: 5px;
}
input[type=text], select {
  font-size:40px;
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  font-size:40px;
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}



.leaflet-bar button,
.leaflet-bar button:hover {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
}

.leaflet-bar button:hover {
  background-color: #f4f4f4;
}

.leaflet-bar button:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar button:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar.disabled,
.leaflet-bar button.disabled {
  cursor: default;
  pointer-events: none;
  opacity: .4;
}

.easy-button-button .button-state{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}


.leaflet-touch .leaflet-bar button {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

#html,
#body {
    height: 100%;
    margin: 0;
}

#map {
    height: 100%;
    width: 100vw;
}

.info {
    max-width: 78vw;
    padding: 2px 15px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.info h3 {
    margin: 10px 0 5px;
    color: #2c2c2c;
}
.info h4 {
    margin: 3px 0 5px;
    color: #777;
}

.leaflet-bar button, .leaflet-bar i, .leaflet-bar span {
    padding: 0;
}