:root {
--text-size: ;
--headline-size: ;
--text-color: rgba(0, 0, 0, 0.77);
--background-color: ;
--element-color-1: ;
--element-color-2: ;
}

@font-face {
  font-family: DancingDays;
  src: url(/fonts/Dancing\ Days.ttf);
}

@font-face {
  font-family: Dotmatrixfont;
  src: url(/fonts/MUSICNET.ttf);
}

* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  margin-block-end: 0;
  margin-block-start: 0;
}

ol, ul {
  list-style: none;
}

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

img {
  display: block;
  background-image: url(https://pngimg.com/d/microphone_PNG7930.png);
}

button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

button {
    font-family: serif;
}



h1 {
  text-align: center;
}

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

.namebutton {
  width: 100%;
  font-family: Dotmatrixfont;
  font-size: 2rem;
  text-transform: uppercase;
  color: rgba(204,0,255,0.77);
  text-shadow: 5px 5px 10px rgba(229, 255, 0, 0.839), 
              -5px -5px 10px rgba(229, 255, 0, 0.839),
              -5px 5px 10px rgba(229, 255, 0, 0.839),
              5px -5px 10px rgba(229, 255, 0, 0.839);
  text-decoration: underline solid;
}

.leaflet-popup-content-wrapper {
  background: rgba(238, 238, 238, 0.839);
  width: fit-content;
}

.leaflet-popup {
  width: fit-content;
}


.leaflet-popup-tip {
  visibility: hidden;
}

#addlink {
  position: absolute;
  max-width: 33%;
  text-align: center;
  top: 1rem;
  right: 1rem;
  font-family: Dotmatrixfont;
  font-size: 1rem;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.5rem;
  border-radius: .5rem;
  text-shadow: 5px 5px 10px rgba(229, 255, 0, 0.839), 
              -5px -5px 10px rgba(229, 255, 0, 0.839),
              -5px 5px 10px rgba(229, 255, 0, 0.839),
              5px -5px 10px rgba(229, 255, 0, 0.839);
  text-decoration: underline solid;
}

/* content-house */

.content-house {
  position: absolute;
  height: 90%;
  width: 90%;
  left: 5%;
  top: 5%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 11px 10px 27px 8px rgba(204,0,255,0.77);
  -webkit-box-shadow: 11px 10px 27px 8px rgba(204,0,255,0.77);
  -moz-box-shadow: 11px 10px 27px 8px rgba(204,0,255,0.77);
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  gap: 2rem;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
}

.karaokeevents {
  background-color: rgba(255,0,216,0.9)
}

.karaokebar {
  background-color: rgba(0,255,150,0.9);
}

.close-button {
  position: absolute;
  right: 2rem;
  top: 2rem;
  font-family: Dotmatrixfont;
  font-size: 2rem;
  color: rgba(51, 51, 51, 0.77);
  text-shadow: 5px 5px 10px rgba(229, 255, 0, 0.839), 
              -5px -5px 10px rgba(229, 255, 0, 0.839),
              -5px 5px 10px rgba(229, 255, 0, 0.839),
              5px -5px 10px rgba(229, 255, 0, 0.839);
  text-decoration: underline solid;
}

.tag {
  position: absolute;
  text-transform: uppercase;
  left: 2rem;
  top: 2rem;
  font-family: Dotmatrixfont;
  font-size: 2rem;
  color: var(--text-color);
  text-shadow: 5px 5px 10px rgba(229, 255, 0, 0.839), 
              -5px -5px 10px rgba(229, 255, 0, 0.839),
              -5px 5px 10px rgba(229, 255, 0, 0.839),
              5px -5px 10px rgba(229, 255, 0, 0.839);
}

.name {
  font-size: 6rem;
  text-transform: uppercase;
  margin-top: 5rem;
  text-align: center;
  font-family: Dotmatrixfont;
  color: var(--text-color);
  text-shadow: 5px 5px 10px rgba(229, 255, 0, 0.839), 
              -5px -5px 10px rgba(229, 255, 0, 0.839),
              -5px 5px 10px rgba(229, 255, 0, 0.839),
              5px -5px 10px rgba(229, 255, 0, 0.839);
}

.view {
  margin: 0 auto;
  padding: 0;
  object-fit: contain;
  width: 100%;
  max-height: 60%;
  box-shadow: 11px 10px 27px 8px rgba(204,0,255,0.77);
  -webkit-box-shadow: 11px 10px 27px 8px rgba(204,0,255,0.77);
  -moz-box-shadow: 11px 10px 27px 8px rgba(204,0,255,0.77);
}

.comment {
  font-size: 2rem;
  color: var(--text-color);
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-shadow: 5px 5px 10px rgba(229, 255, 0, 0.839), 
  -5px -5px 10px rgba(229, 255, 0, 0.839),
  -5px 5px 10px rgba(229, 255, 0, 0.839),
  5px -5px 10px rgba(229, 255, 0, 0.839);
}

@media screen and (max-width: 900px) {
  .tag, .close-button {
    font-size: 1rem;
  }

  .name {
    font-size: 3rem;
  }
}