    body {
      margin: 0px;
      padding: 0px;
      font-family: Veranda, sans-serif;
    }

    header {
      background-color: ;
      color: #ffffff;
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 0px;
      padding-bottom: 0px;
      width: 100%;
      z-index: 0;
      height: 12vh;
      text-align: center;
    }

    main {
      background: rgba(255,255,255,[[[__JAR_OPACITY__]]]);
      color: #000;
      top: 14vh;
      padding: 0px;
      width: 100%;
      height: 85vh;
      text-align: center;
      z-index: 0;
    }

    .main-noheader {
      top: 0vh;
      height: 100vh;
    }

    footer {
      background-color: #000000;
      color: #000;
      padding: 0px;
      padding-top: 20px;
      bottom: 0;
      width: 100%;
      height: 10vh;
      z-index: 0;
      text-align: center;
    }

    .link-style-black, .link-style {
	    color: black;
	    link: black;
	    hover: blue;
	    visited: black;
	    text-decoration: none;
    }

    .link-style-white {
	    color: white;
	    link: white;
	    hover: blue;
	    visited: white;
	    text-decoration: none;
    }

    .home-logo-image {
	    height: 300px;
	    width: auto;
    }

    .home-qrcode-image {
	    width: 300px;
	    height: 300px;
    }

.center {
  margin-left: auto;
  margin-right: auto;
}

#nav {
    width: 100%;
    text-align: center;
    height: 11vh;
    top: 1vh;
}

/* ---   common       --- */
.nav-icon,
.nav-icon-home,
.nav-qrcode,
.nav-scan-code {
    position: absolute;
    display: inline-block;
    z-index: 95;
    top: 0px;
}

/* ---   specific     --- */
.nav-icon {
    margin: 2px;
    left: 0px;
    font-size: 7vh;
    color: #fff;
    cursor: pointer;
    height: 10vh;
    width: 10vh;
}

.nav-logo {
    margin: 0 auto;
    top: 0px;
    font-size: 7vh;
    color: #fff;
    cursor: pointer;
    height: 10vh;
    width: auto;

}

.nav-logo-old {
    margin: 1px;
    font-size: 7vh;
    color: #fff;
    cursor: pointer;
    height: 10vh;
    width: 100%;
    text-align: center;
    border: 1px solid #ff0000;
}

/* ---   common (layer 2)     --- */
.nav-icon-home,
.nav-logo-home,
.nav-qrcode,
.nav-scan-code {
    margin: 0px;
    position: absolute;
    display: inline-block;
    z-index: 95;
    top: 0px;
    text-align: center;
}

/* ---   specific     --- */
.nav-icon-home {
    left: 0px;
    top: 1vh;
    height: 8vh;
}

/* ---   specific     --- */
.nav-scan-code {
    top: 1vh;
    right: 3px;
    height: 8vh;
    width: 8vh;
}

.nav-logo-home {
    margin: 0 auto;
    top: 10px;
    position: relative;
    height: auto;
    width: auto;
    max-height: 8vh;
    max-width: 50vw;
}

.nav-qrcode {
    top: 0vh;
    right: 85px;
    height: 8vh;
    width: 8vh;
}

.img-logo {
    height: 8vh;
    max-width: 50vw;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 95;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 35px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 98; /* Sit on top */
  padding-top: 10vh; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #ffffff;
  margin: auto;
  z-index: 98; /* Sit on top */
  padding-top: 20px;
  padding: 1vw;
  border: 1px solid #888;
  overflow: auto; /* Enable scroll if needed */
  width: 95%;
}

/* The Close Button */
.modal-close {
  z-index: 99; /* Sit on top */
  color: #c8c8c8;
  float: left;
  font-size: 7vh;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.event-color-1 {

}
