  .centered {
    display: block;
    height: 100%;
    text-align: center;
    width: 100%;
    vertical-align: middle;
  }
  .event {
    display: flex;
    /*border: 2px solid #664488;*/
    border: 2px solid white;
    padding: 2%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 80%;
    horizontal-align: center;
    justify-content: center;
    flex-direction: column;
  }
  .flyer-image {
    display: flex;
    width: 100%;
    margin: auto;
  }
 
  .flyer {
    padding-top: 4%;
    display: flex;
    margin: auto;
    width: 90%;
  }
  .event-info {
    display: flex;
    flex-direction: column;
    padding: 2%;
    vertical-align: top;
  }
  #calendar {
    display: flex;
    height: 100%;
    flex-direction: column;
    horizontal-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  p {
    color: white;
  }



  #kickstarter {
    display: block;
  }

  .event-description {
    color: white;
  }


.navigation {
  display: none;
  text-align: center;
  margin-bottom: 50px;
}

.active {
  text-decoration: underline;
  font-weight: bold;
}


.rules-li {
  padding-bottom: 1vh;
}

  .menu-ul {
    padding-left: 0px;
  }
  
  .menu-li {
    display: inline;
    padding:30px;
  }
  .menu_nav {
    color: white;
    font-size: 24px;
  }
  .menu_nav:link {
    text-decoration: none;
  }
  .menu_nav:hover {
    text-decoration: underline;
  }




.menu #links {
color: white;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
display: block;
}

.menu a.icon {
background: black;
display: block;
position: absolute;
right: 0;
top: 0;
}

#menu__toggle {
opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
top: 0;
transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
top: 0;
transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
top: 0 !important;
}
.menu__btn {
color: white;
position: fixed;
top: 28px;
left: 20px;
width: 26px;
height: 26px;
cursor: pointer;
z-index: 2;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
display: block;
position: absolute;
width: 100%;
height: 2px;
background-color: white;
transition-duration: .25s;
z-index: 2;
}
.menu__btn > span::before {
content: '';
top: -8px;
}
.menu__btn > span::after {
content: '';
top: 8px;
}
.menu__box {
padding-left: 0px;
display: block;
position: fixed;
top: -250%;
width: 100%;
height: 100%;
margin: 0;
padding-top: 10%;
list-style: none;
background-color: #1d1035;
transition-duration: .25s;
z-index: 1;
}
.menu__item {
display: block;
padding: 12px 24px;
color: white;
font-size: 7vw;
text-decoration: none;
text-align: center;
}
.menu__item:hover {
font-weight: bold;
}




.mobile-header {
  color: white;
}


  .page {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -1vh;
    margin-bottom: -1vh;
    display: flex;
    flex-direction: column;
    background-color: #1d1035;
    min-height: 101vh;
  }


    .text-page-content {
      width: 75vw;
    }

 @media only screen and (min-width: 1024px) {
    body {
      background-image: url("backg.jpeg");
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: cover;
    }
    .page {
      width: 70%;
    }
    #calendar {
      width: 75%;
    }
    .text-page-content {
      width: 45vw;
    }
  }
  @media only screen and (min-width: 940px) {
    .flyer {
      padding-top: 0%;
      display: inline-flex;
      flex-direction: column;
      width: 35%;
    }
    .event-info {
      display: inline-block;
      width: 55%;
    }
    .event {
      display: inline-flex;
      flex-direction: row;
    }


.menu {
  display: none;
}
.menu__box {
  display: none;
}
.menu__toggle {
  display: none;
}
.navigation {
  display: block;
}

  #kickstarter {
    display: none;
  }


.mobile-header {
  display: none;
}

  }



