html,
body {
   margin:0;
   padding:0;
   height:100%;
}
nav {
    margin: 0;
    padding: 0;
  }

  nav ul {
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: none;
  }

  nav ul.opening {
    display: block;
    height: 30px;
  }

  nav li { font-size:15px; margin-right: 10vw; border-bottom: 1px solid #f6f4e2; }

  nav li:last-child { border-bottom: none; }

  nav a {
    color: #EBEBD3;
    background: #1b3d63;
    display: block;
    padding: 1.5em 4em 1.5em 3em;
    text-transform: uppercase;
    text-decoration: none;
  }

  nav a:hover, nav a:focus { background: #E4B363; }

  .site-nav--icon {
    font-size: 1.4em;
    margin-right: 1em;
    width: 1.1em;
    text-align: right;
    color: rgba(255,255,255,.4);
  }
  .menu-toggle {
    position: absolute;
    padding: 0.8em;
    top: 1em;
    right: .5em;
    cursor: pointer;
  }

  .hamburger, .hamburger::before, .hamburger::after {
    content: '';
    display: block;
    background: #EBEBD3;
    height: 3px;
    width: 2em;
    border-radius: 5px;
    -webkit-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms;
  }

  .hamburger::before {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }

  .hamburger::after {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  .open .hamburger {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .open .hamburger::before { display: none; }

  .open .hamburger::after {
    -webkit-transform: translateY(-1px) rotate(-90deg);
    transform: translateY(-1px) rotate(-90deg);
    display: block
  }

  p.mytitle {
    font-family: "Noto Serif", Noto, serif;
    font-size: 45px;
    font-style: bold;
    color: #caefff;
    margin-bottom: 0;
    margin-top:0;
    padding-top: 0;
    padding-bottom: 0;
}

p.mysubtitle {
    font-family: "Monospace", Monospace, monospace;
    font-size: 15px;
    font-style: bold;
    color: #c7f8e9;
    margin-bottom: 0;
    margin-top:0;
    padding-top: 0;
    padding-bottom: 0;
}

p.mytitle_pp {
    font-family: "Noto Serif", Noto, serif;
    font-size: 35px;
    font-style: bold;
    color: #caefff;
    margin-bottom: 0;
    margin-top:0;
    padding-top: 0;
    padding-bottom: 0;
}

p.mysubtitle_pp {
    font-family: "Monospace", Monospace, monospace;
    font-size: 12px;
    font-style: bold;
    color: #c7f8e9;
    margin-bottom: 0;
    margin-top:0;
    padding-top: 0;
    padding-bottom: 0;
}

p.header_pp {
    font-family: "Noto Serif", Noto, serif;
    font-size: 15px;
    font-style: bold;
    color: #caefff;
    margin-bottom: 0;
    margin-top:0;
    padding-top: 0;
    padding-bottom: 0;
}

p.text_pp {
    font-family: "Monospace", Monospace, monospace;
    font-size: 12px;
    font-style: normal;
    color: #c7f8e9;
    margin-bottom: 0;
    margin-top:0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 1vw;
    margin-right: 1vw;
}

p.footer_1 {
    font-family: "Monospace", Monospace, monospace;
    font-size: 15px;
    font-style: normal;
    color: #c7f8e9;
    margin-bottom: 0;
    margin-top:0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 1vw;
    margin-right: 1vw;
}

p.footer_2 {
    font-family: "Monospace", Monospace, monospace;
    font-size: 1.8vh;
    font-style: normal;
    color: #000000;
    margin-bottom: 0;
    margin-top:0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 1vw;
    margin-right: 1vw;
}

h2 {
    font-size:15px;
    color:#007dbb;
}

h2.title1 {
    cursor:pointer;
    float:left;
    margin: 10px 10px;
    width:auto;
    clear:both;
    line-height:5px;
}
*+html h2.title1 {
    float:left;
    margin: 5px 0;
}

h2.title2 {
    cursor:pointer;
    float:left;
    margin: 10px 10px ;
    width:auto;
    clear:both;
    line-height:2px;
}

*+html h2.title2 {
    float:left;
    margin: 5px 0;
}
#content_top {
    width:100%;
    height: 4em; /* Changed this height */
    margin-bottom: 0;
    margin-top:0;
 }
 #badge-wrapper {
    transform: scale(0.1vh);
    padding:10px;
    text-align:center;
}
  @media (min-width: 780px) {

    h2 {
        font-size:1.5vw;
    }

    h2.title1 {
        margin: 0.5vh 0.8vw;
        line-height:4vh;
    }

    *+html h2.title1 {
        margin: 1vh 0;
    }

    h2.title2 {
        margin: 0.5vh 0.8vw ;
        line-height:4vh;
    }

    *+html h2.title2 {
        float:left;
        margin: 1vh 0;
    }

    p.mytitle {
        font-size: 15vh;
    }

    p.mysubtitle {
        font-size: 1.7vw;
    }

    p.mytitle_pp {
        font-size: 5vw;
    }

    p.mysubtitle_pp {
        font-size: 1.2vw;
    }

    p.header_pp {
        font-size: 1.7vw;
    }

    p.text_pp {
        font-size: 1.2vw;
        margin-left: 1vw;
        margin-right: 1vw;
    }

    p.footer_1 {
        font-size: 1.8vh;
        margin-left: 1vw;
        margin-right: 1vw;
    }

    p.footer_2 {
        font-size: 1.8vh;
        margin-left: 1vw;
        margin-right: 1vw;
    }
    .menu-toggle { display: none; }

    nav ul {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
    }

    nav li {
      margin-right: 0;
      flex: 1 1 auto;
      border: none;
    }

    nav li a {
      padding: 1.5em 1.3em 1.5em 1.3em;
      margin: 0;
      border: none;
      background-color: transparent;
    }

    nav a:hover,  nav a:focus { background-color: rgba(255,255,255,.10); }

    .logo {
      flex: 0 0 200px;
      margin: 0;
      padding-left: 20px;
    }

    nav {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      text-align: center;
    }
    #content_top {
        width:100%;
        height: 5em; /* Changed this height */
        margin-bottom: 0;
        margin-top:0;
     }
     #badge-wrapper {
        transform: scale(1vh);
        padding:20px;
        text-align:center;
    }
    }
#con {
   min-height:98%;
   margin:0;
   padding:0;
   position:relative;
}
#content_middle_why {
    top: 10%;
    width:100%;
    height: 70vh; /* Changed this height */
    margin-bottom: 0;
    margin-top:0;
    padding-top: 0;
    padding-bottom: 0;
    overflow-y: scroll
 }


#content_middle {
   bottom: 20%;

   width:100%;
   height: 10em; /* Changed this height */
   margin-bottom: 0;
   margin-top:0;
   padding-top: 0.017%;
   padding-bottom: 0;
}

#qrcode{
    width:100%;
}
#content_top_pp {
    width:100%;
    height: 15vh; /* Changed this height */
    margin-bottom: 0;
    margin-top:0;
 }
 #content_middle_pp {
    top: 20%;
    width:100%;
    height: 60vh; /* Changed this height */
    margin-bottom: 0;
    margin-top:0;
    padding-top: 0;
    padding-bottom: 0;
    overflow-y: scroll
 }

#footer_1 {
   position:absolute;
   bottom:10vh;
   width:100%;
   height:10vh;
}

#footer_2 {
   position:absolute;
   bottom:6vh;
   width:100%;
   height:1vh;
   margin-bottom: 0.2vh;
   margin-top:0.2vh;
}
#footer_3 {
   position:absolute;
   bottom:4vh;
   width:100%;
   height:1vh;
   margin-bottom: 0.2vh;
   margin-top:0.2vh;
}

#grad1 {
    height: 100%;
    background: "#3d6ea5";
    background: radial-gradient(#3d6ea5 20%, #1b3d63 80%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


a:link {
    color: #caefff;
}

/* visited link */
a:visited {
    color: #caefee;
}

/* mouse over link */
a:hover {
    color: #c7f8e9;
}

/* selected link */
a:active {
    color: #66efff;
}

li:before {
    font-family: "Monospace", Monospace, monospace;
    color: #c7f8e9; /* or whatever color you prefer */
    margin-right: 4px;
    margin-right: 4px;

}
li {
    font-family: "Monospace", Monospace, monospace;
    font-size: 0.8vw;
    margin-right: 1vw;
    margin-left: 1vw;
    color: #c7f8e9;
}

.desc1 {
    width:100%;
    float:left;
    display:none;
}

*+html .desc1 {
    width:100%;
    float:none;
}


.desc2 {
    width:100%;
    float:left;
    display:none;
}

*+html .desc2 {
    width:100%;
    float:none;
}

.chartjs-wrapper canvas {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}