body{
 background-image: url('images/hangar.jpg');
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-size:cover;
 color:white;
 font-size:150%;
 text-shadow: 0 0 5px mediumblue;
 text-align:center
}

h1{
 text-shadow: 0 0 20px mediumblue;
 font-size:300%
}

h2{
 text-shadow: 0 0 13px mediumblue;
 font-size:230%
 }

h3{
 text-shadow: 0 0 9px mediumblue;
 font-size:190%
 }

table{
 text-align:left;
 font-size:120%;
 width:100%;
 height:800
}

.sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  opacity:0.7;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.sidenav a:hover, .dropdown-btn:hover {
  color: #f1f1f1;
}

.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

.active {
  background-color: green;
  opacity:0.7;
  color: white;
}

.dropdown-container {
  display: none;
  background-color: #262626;
  opacity:0.7;
  padding-left: 8px;
}

.fa-caret-down {
  float: right;
  padding-right: 8px;
}