
body {
  font-family: "Lato", sans-serif;
}
html, body { 
    height: 100%; 
    //background-image: url("images/OpeningScreenBackgroundGreen.png");
    background-image: url("images/OpeningScreenBackground.png");
} 
h1{
    text-align: center;
}            

.main_div { 
    height: 100%; 
    width:100%; 
    
} 
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color:#0C3E16;// #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
}

.sidenav a {
  padding: 3px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  position: fixed; 
  top:0%;
  left:0%;
  width:100%;
  transition: margin-left .5s;
  padding: 2px;
  background-color:#0c3e16;
  color: white;
}

#main2 {
  top:5%;
  transition: margin-left .5s;
  padding: 0px;
  height:97%;
  text-indent: 0px;
}


@media screen and (max-height: 400px) {
  .sidenav {padding-top: 150px;}
  .sidenav a {font-size: 18px;}
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 6%;            /* 3% Footer height */
  font-size: 14px;
  font-family: Times, serif; 
  text-indent: 0px;
}
