body {
  background: #97b5e5;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.container {
  position: relative;
  margin: 0 auto;
  width: 94%;
  max-width: 1175px;
  font-family: "Helvetica", Helvetica, sans-serif;
}

.content {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  padding: 1px 16px
  height: 1000px;
  margin-left: 25%;
}

.content p {
  margin-bottom: 10px;
}

ul.sidenav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 15%;
    background-color: #222;
    position: fixed;
    height: 100%;
    overflow: auto;
}

ul.sidenav li a {
    display: block;
    color: #f4f9a0;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
}
 
ul.sidenav li a.active {
    background-color: #97b5e5;
    color: #f4f9a0;
}

ul.sidenav li a:hover:not(.active) {
    background-color: #97b5e5;
    color: black;
}
  
text {
  font-size: 30px;
  font-family: "Times New Roman", Times, sans-serif;
  color: #f4f9a0;
}

.table1 {
    padding: 20px 20px 20px 20px;
    background-color: #05114b;
    color: #f4f9a0;
    border-style: outset;
    text-align: center; 
    font-size: 20px; 
    margin-top: 50px; 
    margin-bottom: 50px;
}

.table2 {
    padding: 20px 20px 20px 20px;
    background-color: #05114b;
    color: #f4f9a0;
    border-style: outset;
    text-align: center; 
    font-size: 20px; 
    margin-top: 50px; 
    margin-bottom: 50px;

}

li, h4 {
  color: #f4f9a0;
}

li {
  font-size: 20;
  text-align: left;
}

h2 {
  font-size: 35px;
  text-align: center;
}

h3 {
  font-size: 35px;
  text-align: center;
}

h4 {
  font-size: 35px;
}

h5 {
  color: #f4f9a0;
  font-size: 30px;
}

p {
  font-size: 24px;
  font-family: "Times New Roman", Times, sans-serif;
  text-align: center;
  vertical-align: middle;
}

table, th, td {
    padding: 20px 20px 20px 20px;
    background-color: #05114b;
    color: #f4f9a0;
    border-style: outset;
    text-align: center; 
    font-size: 20px; 
}

table { 
  margin-top: 50px; 
  margin-bottom: 50px;
}

.video1 {
  padding-top: 20px;
  display:inline-block;
  background-color: #05114b;
  width: 550px;
  text-align: center;
  border: outset;
  border-color: #f4f9a0; 
  border-width: thick;   
}

.video2 {
  padding-top: 20px;
  display:inline-block;
  background-color: #05114b;
  width: 550px;
  text-align: center;
  border: outset;
  border-color: #f4f9a0; 
  border-width: thick;   
}

.video3 {
  padding-top: 20px;
  display:inline-block;
  background-color: #05114b;
  width: 550px;
  text-align: center;
  border: outset;
  border-color: #f4f9a0; 
  border-width: thick; 
}

.video4 {
  padding-top: 20px;
  display:inline-block;
  background-color: #05114b;
  width: 550px;
  text-align: center;
  border: outset;
  border-color: #f4f9a0;
  border-width: thick;
}

.container1 {
  color: #f4f9a0;
  padding: 10px;
}

footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background-color: #222;
  color: #f4f9a0;
  text-align: center;
  font-family: "Helvetica", Helvetica, sans-serif;
}

@media screen and (max-width: 900px) {
    ul.sidenav {
        width: 100%;
        height: auto;
        position: relative;
    }
    ul.sidenav li a {
        float: left;
        padding: 15px;
    }
    div.content {margin-left: 0;}
}

@media screen and (max-width: 400px) {
    ul.sidenav li a {
        text-align: center;
        float: none;
    }
}
