body{
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 300;
  color: #2b1d32;
  letter-spacing: -0.3px;
  line-height: 28px;
  margin: 0;
}

.no-decoration{
  color: inherit;
  text-decoration: inherit;
  border-bottom: none;
}

h1 {
    display: inline-block;
    position: relative;
    padding-bottom: 12px;
}
h1::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: ""
}

.no-decoration:hover{
  text-decoration: none;
  border-bottom: none;
}

.event-details{
  padding: 100px 40px 40px 40px;
  position: absolute;
  right: 20%;
  top: 0;
  background: #0e0f18;
}

.section-top{
  padding: 4% 50% 4% 20%;
  margin: auto;
}

.section{
  padding: 4% 20% 4% 20%;
  margin: auto;
}

th{
  background: #2b1d32;
  color: #fff;
  font-weight: 400;
  padding-left: 12px;
  padding-right: 12px;
}

td{
  padding-left: 12px;
  padding-right: 12px;
}

tr:nth-child(even) {
  background: #dadbea;
}

tr:nth-child(odd) {
  background: #f0f1ff;
}

.nav li{
display: inline-block;
}

a{
  text-decoration: none;
  border-bottom: 1px solid #9674bd;
  padding-bottom: 2px;
  color: #3ae5f4;
}

a:hover{
  border-bottom: none;
  color: #3af449;
}

h1{
  font-family: 'Open Sans';
  font-weight: normal;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 44px;
}

ul{
  padding-inline-start: 2px;
}

li{
  padding-bottom: 16px;
}

.text-white{
  color: #fff;
}

.text-light{
  color: #D1D5D6;
}

.text-accent{
  color: #8c92ee;
}

.text-dark{
  color: #2b1d32;
}

.bg-mint{
  background: #acb4c7;
}

.bg-dark{
  background: #2b1d32;
}

.bg-darker{
  background: #0e0f18;
}

.capsbold{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 10px;
  margin-bottom: 8px;
  margin-top: 32px;
}

.button{
  display: inline-block;
  padding: 12px 24px 12px 24px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.37px;
  width: auto;
  border-radius: 2px;
  border-bottom: none;
  margin-right: 8px;
  margin-bottom: 8px;
}

.button-accent{
  color: #2b1d32;
  background: #8c92ee;
}

.button-secondary{
  color: #D1D5D6;
  background: #344246;
  border-bottom: none;
}

@media only screen and (max-width: 2000px) {

  table{
    overflow-x: scroll;
  }

  .section-top{
    padding: 4% 20% 4% 20%;
  }

  .event-details{
    padding: 0px 40px 20px 80px;
    margin-bottom: 28px;
    margin-top: -20px;
    border-radius: 4px;
    position: relative;
    right: auto;
    top: auto;
    background: none;
  }

}

@media only screen and (max-width: 600px) {

  .section-top{
    padding: 24px 32px 24px 32px;
  }

  .section{
    padding: 24px 32px 24px 32px;
  }

  .button{
    display: inline-block;
    padding: 16px 28px 16px 28px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.37px;
    width: auto;
    border-radius: 2px;
    margin-right: 8px;
    margin-bottom: 8px;
  }

}
