@font-face {
  font-family: "HeadingFont";

  src: url("res/fonts/librefranklin/LibreFranklin-Regular.ttf");
}

@font-face {
  font-family: "BodyFont";

  src: url("res/fonts/librebaskerville/LibreBaskerville-Regular.ttf");
}


 * {
  box-sizing: border-box;
}

body {
  background-color: #272727;
}

#header ul {
  list-style-type: none;
  padding: 0;

}


#wrapper {
  padding: 2em;
}

#header {
  z-index: 2;

  position: fixed;
  top: 0;
  right: 0;
  left: 0;

  float:right;
  overflow: hidden;

  padding-top: 1em;
  padding-bottom: 1em;

  border-color: #AAAAAA;
  border-bottom-width: thin;
  border-bottom-style: solid;
  background-color: #272727;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.15);
}

#footer{
  z-index: 1;

  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;

  padding-top: 1em;
  padding-bottom: 1em;

  border-color: #AAAAAA;
  border-top-width: thin;
  border-top-style: solid;
  background-color: #272727;
}

#logo {
    padding-right: 0.5em;
    padding-bottom: 1em;
    padding-left: 0.5em;
    padding-top: 1em;

    color: white;

    font-family: "HeadingFont";
    font-size: 2em;

    height: inherit;
}

#openmenu {
    color: white;
    font-size: 2em;
    text-align: center;
    width: 100%;
    float: left;
    display: none;
}
#openmenu:hover {
  cursor: pointer;
}

#content {
    z-index: 0;

    align-items: stretch;

    padding-top: 4em;
    padding-right: 20%;
    padding-left: 3em;

    text-align: justify;

    color: white;

    font-family: "HeadingFont";
    font-size: 1.2em;
}

#content h1 {
  font-family: "HeadingFont";
  font-size: 1.2em;
  font-weight: normal;
}

#content h2 {
  font-family: "HeadingFont";
  font-size: 1em;
  font-weight: normal;
}

#content p, li {
  color: #AAAAAA;

  font-family: "BodyFont";
  font-size: 0.8em;
  font-weight: normal;
}


#content a:link, :visited {
  text-decoration: none;
  color: #AAAAFF;
}

#content a:hover {
  color:#8888FF;
}


.menu {
    padding-right: 0.5em;
    padding-bottom: 1em;
    padding-left: 0.5em;
    padding-top: 1em;

    color: white;

    font-family: "HeadingFont";
    font-size: 1.5em;
}



.pastevent {
    color: #AAAAAA;
}



.footertext {
    padding: 1em;

    color: #AAAAAA;

    font-family: "HeadingFont";
    font-size: 1em;
}

.loader:hover {
    cursor: pointer;
}

.eventloader {
    right: 10em;
    left: 0;

    padding: 1em;

    border-color: white;
    border-bottom-width: 0;
    border-bottom-style: solid;
}

.eventloader:hover {
    cursor: pointer;
}

.eventtitle {
  font-family: "HeadingFont";
  font-size: 1em;
  color: white;
}

.eventtitle2 {
  font-family: "HeadingFont";
  font-size: 1em;
  color: #AAAAAA;
}


.eventdate {
    color: #AAAAAA;

    font-size: 0.8em;
}

.eventtext {
    display: none;

    padding-top: 1em;

    color: #AAAAAA;

    font-family: "BodyFont";
    font-size: 0.8em;
}

.eventtext a:link, a:visited {
  text-decoration: none;

  color: #AAAAFF;
}

.eventtext a:hover {
  color:#8888FF;
}

.floader {
    border-color: white;
    border-bottom-width: thin;
    border-bottom-style: solid;
}





@media only screen and (max-width: 768px) {
  #wrapper
  {
    padding: 0;
  }
  #openmenu {
    display: block;
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 1em;
  }

  #content {
    padding-left: 0em;
    padding-right: 0em;
  }

  .menu {
    width: 100%;
    float: left;
    padding: 0;
    text-align: center;
    display: none;
  }

  #logo {
    width: 50%;
    float: left;

    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
  }


  #footer {
    display: none;
  }

}
