* {
  box-sizing: border-box;
}

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

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #bbf;
}

body {
  background: url(e19d0111a8d78a5ded27.jpg) center / cover no-repeat fixed;
  margin: 0;
  padding: 0 0 100px;
  font-family: Arial, sans-serif;
}

#main-logo {
  display: block;
  margin: 100px auto 0;
  max-width: 100%;
  height: auto;
}

#date-and-location {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
  margin: 50px auto;
  max-width: 95%;
}

#date-and-location p {
  margin: 10px 0;
}

.glow {
  color: #fff !important;
  text-shadow: -1px -1px 0 #427bbb,
                1px -1px 0 #427bbb,
                1px  1px 0 #427bbb,
                -1px  1px 0 #427bbb,
                -4px -4px 10px #b3ecfa,
                4px -4px 10px #b3ecfa,
                4px  4px 10px  #b3ecfa,
                -4px  4px 10px #b3ecfa;
}

.content-boxes {
  column-width: auto;
  max-width: 95%;
  margin: auto;  
}

@media (min-width: 520px) {
  .content-boxes {
    column-width: 500px;
    max-width: 520px;
  }
}

@media (min-width: 1060px) {
  .content-boxes {
    max-width: 1020px;
  }
}

@media (min-width: 1580px) {
  .content-boxes {
    max-width: 1540px;
  }
}

@media (min-width: 2100px) {
  .content-boxes {
    max-width: 2080px;
  }
}

.content-box {
  backdrop-filter: blur(3px);
  background: rgba(40, 26, 94, 0.6);
  border: 1px solid #b151e6;
  break-inside: avoid;
  color: #fff;
  margin: 0 0 20px;
  padding: 10px;
  width: 100%;
}

@media (min-width: 520px) {
  .content-box {
    width: 500px;
  }
}

.content-box h2 {
  margin-top: 0;
}

table {
  margin-top: 2ex;
  border-collapse: collapse;
}

tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.1);
}

td {
  padding: 0.4ex 1ex;
}

td:first-child {
  padding-left: 2ex;
}

td:last-child {
  padding-right: 2ex;
}

#djs-and-vj {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#vj {
  font-size: 25px;
  letter-spacing: 4px;
  line-height: 1.4;
  /* margin-left: 120px; */
  text-align: center;
  transform: rotate(-25deg);
  width: 7ex;
}

.Header {
  background: rgba(255,255,255,0.2);
  display: flex;
  height: 50px;
  justify-content: space-between;
  left: 0;
  padding: 12px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.reg-link {
  font-size: 1.25em;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: uppercase;
}

.flag-link-img {
  display: inline-block;
  height: 26px;
  margin-left: 12px;
  width: auto;
}

