body { 
  font-family: -apple-system, BlinkMacSystemFont, 
               "Segoe UI", Roboto, 
               Oxygen, Ubuntu,
               Cantarell, "Fira Sans",
               "Droid Sans", "Helvetica Neue", 
               sans-serif;
  line-height: 1.5em;
  font-size: 100%;
  background: #000;
  background-image: url("lights_2581875096_o.gif");
  color: #9f9f9f; 
  margin: 10px;
}

.event {
  text-align:center;
}

.etitle {
  font-weight:bold;
  color: #eee;
  text-shadow: 2px 2px 5px #999;
}

.etitle::before {
  content: "-> ";
}

.etitle::after {
  content: " <-";
}

h3 {
  margin: 0px;
}

h1 {
  margin: 0px;
  margin-bottom: 10px;
  color: #ffffff;
}

iframe {
  border-radius: 20px;
}

img {
  margin-bottom: 20px;
  border-radius: 20px;
}

a, a:link {
  text-decoration: none; 
  color: #fff;
}

.small {
  margin-top: 20px;
  font-size: 75%;
  font-weight: bold;
  text-transform: uppercase;
}

.contact {
  position: relative;
  display: inline-block;
  color: #fff;
}

.contact .common {
  background-color: white;
  color: #606060;
  text-align: center;
  padding: 5px;
  border-radius: 20px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -24px;
  z-index: 1;
}

.contact a, .contact a:link {
  text-decoration: none;
  color: #606060;
}

.contact .email {
  width: 110px;
}

.contact .gpg {
  width: 180px;
}

.label {
  font-size:75%;
  color: #fff;
  margin-top:20px;
  text-transform: uppercase;
  font-weight: bold;
}

.wbox { 
  background-color: white;
  color: #606060;
  text-align: left;
  padding: 5px 15px;
  border-radius: 20px;
  border:1px solid #eee;
  font-size:75%;
  display: inline-block;
  font-family: Hack, Menlo, Monaco, Ubuntu Mono, monospace;
}

.wbox a, .wbox a:link {
  font-weight: bold;
  text-decoration: none;
  color: #696969;
  border-bottom: 1px dotted #363636;
}

.wbox a:hover {
  border-bottom: 1px solid #363636;
}
