@media (max-width: 550px) {
  .hide-on-mobile {
    display: none !important; } }

.read-more {
  height: 200px;
  overflow: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear; }
  .read-more.expanded {
    height: 450px;
    overflow: auto; }

.read-more-expander {
  text-align: center;
  cursor: pointer;
  font-weight: bold; }

@-webkit-keyframes halfWidth {
  0% {
    width: 0%; }
  100% {
    width: 50%; } }

@keyframes halfWidth {
  0% {
    width: 0%; }
  100% {
    width: 50%; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.event-info .event-info-selection {
  padding: 4px;
  border-radius: 6px;
  border: solid 1px #EC3A49; }
  @media (min-width: 550px) {
    .event-info .event-info-selection {
      padding: 8px;
      float: right;
      width: 38%; } }
  .event-info .event-info-selection .button-right {
    text-align: right; }
  .event-info .event-info-selection button {
    margin-top: 10px; }

@media (min-width: 550px) {
  .event-info .event-info-details {
    float: left;
    width: 60%; } }

.event-info .event-info-details h3 {
  margin-bottom: 0;
  padding-bottom: 5px; }

.event-info .event-info-details .event-info-details-description {
  padding-top: 5px;
  padding-bottom: 5px;
  overflow-x: hidden;
  overflow-y: auto; }

.event-info .event-info-details .min-height-250 {
  min-height: 250px; }

.navigation-container {
  width: 100%;
  position: fixed;
  z-index: 10; }
  .navigation-container .mobile-navigation {
    font-size: 2rem;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    margin-left: 1rem;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear; }
  .navigation-container .navigation {
    opacity: 0.95;
    background-color: #FFF;
    box-shadow: 0px 4px 70px -8px rgba(0, 0, 0, 0.75);
    display: none; }
    .navigation-container .navigation ul {
      list-style: none;
      padding: 0px;
      margin: 0px;
      font-weight: bold; }
      .navigation-container .navigation ul li {
        position: relative;
        margin-bottom: 0;
        border-left: 1px solid #EC3A49;
        padding-left: 0.5rem; }
        .navigation-container .navigation ul li a {
          display: block;
          text-decoration: none;
          -webkit-transition: 0.1s ease background-color;
          transition: 0.1s ease background-color;
          border-radius: 2px;
          color: #000; }
          .navigation-container .navigation ul li a:hover {
            color: #b3b3b3; }
      .navigation-container .navigation ul ul.subnav {
        padding-left: 20px; }
  .navigation-container #drop {
    display: none; }
    .navigation-container #drop:checked + .mobile-navigation {
      color: #000;
      letter-spacing: 2px; }
      .navigation-container #drop:checked + .mobile-navigation + .navigation {
        display: inline-block;
        width: 80%;
        overflow-x: hidden;
        overflow-y: auto;
        height: 250px; }
  .navigation-container .bar-container {
    height: 16px; }
    .navigation-container .bar-container .bar-base, .navigation-container .bar-container .green-bar, .navigation-container .bar-container .red-bar {
      height: 16px;
      width: 50%;
      -webkit-animation: halfWidth 0.3s ease-in-out;
              animation: halfWidth 0.3s ease-in-out;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .navigation-container .bar-container .green-bar {
      float: right;
      background-color: #438240; }
    .navigation-container .bar-container .red-bar {
      float: left;
      background-color: #EC3A49; }
  @media all and (min-width: 830px) {
    .navigation-container .navigation {
      text-align: center;
      display: block;
      width: 100%; }
      .navigation-container .navigation ul li {
        display: inline-block;
        padding: 0.3rem; }
        .navigation-container .navigation ul li a {
          font-size: 1.5rem; }
      .navigation-container .navigation ul.subnav {
        position: absolute;
        z-index: 100;
        width: 300px;
        padding-top: 5px;
        left: -21px;
        display: none; }
        .navigation-container .navigation ul.subnav li {
          width: 100%;
          background-color: #FFF;
          border-bottom: 1px solid #EC3A49;
          border-right: 1px solid #EC3A49; }
    .navigation-container .mobile-navigation {
      display: none; }
    .navigation-container .navigation ul.subnav:hover,
    .navigation-container .navigation ul li a:hover + ul.subnav {
      display: block; } }
  @media all and (min-width: 1150px) {
    .navigation-container .navigation ul li {
      padding: 0.7rem; }
      .navigation-container .navigation ul li a {
        font-size: 1.8rem; } }
  @media all and (min-width: 1400px) {
    .navigation-container .navigation ul li a {
      font-size: 2rem; } }

header {
  height: 400px;
  background-image: url("/img/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: solid 16px;
  /*Larger than phablet*/ }
  header .header-container {
    height: 100%;
    text-align: center;
    position: relative; }
  header .container {
    background: transparent;
    padding-top: 1px; }
  header figure.me {
    position: absolute;
    border-radius: 100px;
    overflow: hidden;
    width: 200px;
    height: 200px;
    left: 0;
    right: 0;
    bottom: -100px;
    margin: 0 auto;
    border: solid 1px #000; }
    header figure.me img {
      width: 200px;
      height: 200px; }
  header h1 {
    color: #FFF;
    font-size: 7rem;
    padding-top: 120px; }
  header h2 {
    color: #FFF;
    font-size: 3rem; }
  @media (min-width: 550px) {
    header h1 {
      font-size: 10rem; }
    header h2 {
      font-size: 6rem; } }

section {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  section .section-intro {
    font-family: 'Kaushan Script',sans-serif;
    height: 250px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #FFF;
    margin-bottom: 1rem; }
    section .section-intro h1 {
      padding-top: 95px; }
  section h1, section h2, section h3, section h4, section h5, section h6 {
    margin-bottom: 0rem; }
