a.button {

    background-color: white;
    color: dodgerblue;
    border: 2px solid dodgerblue; /* Green */
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    margin: 0 auto;


}

a.hbutton {

    background-color: #095ea7;
    color: white;
    border: 2px solid white; /* Green */
    padding: 9px 32px;
    text-align: center;
    text-decoration: none;

    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
    font-family: Roboto, sans-serif;
}

a.gohome {

    background-color: #095ea7;
    color: white;
    border: 0px;
    padding: 9px 32px;
    text-align: center;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
}


html {
    scroll-snap-type: mandatory;
	scroll-snap-points-y: repeat(100vh);
	scroll-snap-type: y mandatory;
}


body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width:100vw;
    margin: 0;
    padding: 0;
    background-color: white;
    height: 100vh;
}

header {
    width: 100vw; height: 8%; z-index:5; margin-left:0;
    margin-right: 0px;
    box-shadow:0 3px 6px #00000029;
    background-color: #095ea7;
}

.left-div {
    padding: 8px 10px;
    width:175px; float: left;
    height: 30px;
}

.logo-div {
    padding: 5px 25px;
    width:71px; float: left;
    height: 30px;
}

.right-div {
    float: right;
    padding: 8px 10px;
    height: 30px;"
}

div.content {
    width: 50%;
    height: 100hv;
    background-color: blue;
    position: absolute; /*Can also be `fixed`*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;

}

@media screen and (max-height: 100vh) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

#outer-container {
  height: 92%;
  width: 100vw;

  display: flex;
  justify-content: space-around;
  flex-direction: column;
    justify-content: center;

}

.inner-element {

    margin: 0 auto;
    justify-content: center;
}

table, th, td {
    border: 1px solid;
    border-collapse: collapse;
    border-color: black;
    font-family: Helvetica, sans-serif;
    font-size: small;
    vertical-align: bottom;

}
