body {
  color:orange;
  background-color:#305A30;
  }
* {box-sizing: border-box}
body {font-family: Arial, Helvetica, sans-serif; width:100%; height:100%;}

 html, body {
      min-height: 100%;
      }
.navbar {
width:97.5%;
  overflow:auto;
  background:#305A30;
  text-align: center;
  z-index:2;
  top:0;
  position:absolute;
  margin-top:8px;
  margin-bottom:10px;
  min-height:50px;
  margin-left:10px;
}

	.floatleft {float:left;}
		.floatright {float:right;}
		.clearfloat {clear:both;}
		
.bold {
    color:lightblue;
    font-size:20px;
}
p {
    font-style:normal;
    font-weight:bold;
    line-height:30px;
}
header {
     background-color:#305A30;
     width:100%;
    text-align:center;
    font-size:75px;
    text-shadow:2px 2px #52392f;

}
.small {
    font-size:30px;
    height:35px;
    position:relative;
    right:0;
    z-index:3;
}
.small1 {
    font-size:30px;
    height:30px;
    position:relative;
    right:0;
    z-index:3;
}
.small1 a:link {
     text-shadow:2px 2px #52392f;
  color: orange;
  text-decoration: none;
}


.small1 a:visited {
  color:orange;
}


 .small1 a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

.small1 a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}
.small a:link {
     text-shadow:2px 2px #52392f;
  color: orange;
  text-decoration: none;
}

.small a:visited {
  color:green;
}
.img {
    width:60px;
}

 .small a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

.small a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}


footer {
 text-align: center;
  background-color:#352315;
  position:fixed;
  bottom: 0;
    left: 0;
  width: 100%;
  height: 15px; 
}

.navbar a {
  float: left;
     text-shadow:2px 2px #52392f;
background-color:transparent;
transition: background-color .75s;
    padding: 6px;
  color: orange;
  text-decoration: none;
  font-size: 17px;
  width: 14%; /* Approx. 7 links of equal widths */
}


.navbar a:hover {   
    background-color: gray;
}

.navbar a.active {
  background-color: #04AA6D;
  max-width:100%;
}

@media screen and (max-width: 500px) {
  .navbar a {
    float: none;
    display: block;
    width: 100%;
    text-align:left;
  }

}
.hero {
    width:100%;
    height:100%;
    position:absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:-1;
}
.back-video {
    position:absolute;
    z-index:-1;
}
@media (min-aspect-ratio: 16/9){
    .back-video{
        width:100%;
        height:auto;
    }}

@media (max-aspect-ratio: 16/9){
    .back-video{
        width:auto;
        height:100%;
    }
}
.up {
    vertical-align:text-top;;
}
 .overlay-content {
     position: absolute;
     top: 0;
     left: 0;
     background:#305A30;
     z-index:-1;
     width: 100vw;
     height: 16vh;
 }
 .top {
     position:absolute;
     top:60px;
      margin-top:8px;
  margin-bottom:10px;
 }
  .top2 {
     position:absolute;
     top:100px;
      margin-top:8px;
  margin-bottom:10px;
 }
  .top3 {
     position:absolute;
     top:180px;
      margin-top:8px;
  margin-bottom:10px;
 }
 table {
  font-family: arial, sans-serif, serif;
  border-collapse: collapse;
  width: 100%;
   margin-top:8px;
  margin-bottom:10px;
}
 h1 {
     position:relative;
     padding:5px;
     top:-10px;
 }
td, th {
  border: 2px solid #dddddd;
  text-align: center;
  padding: 8px;
}

tr:nth-child(even) {
  background-color:#7c4700 ;
}
tr:nth-child(odd) {
  background-color:#305A30;
}
   li {list-style-position: inside;}
ol {
    max-width:450px;
    text-align:center;
   left: 50%;
}

table, h1, h2, p, h3 {
    font-family:Verdana, sans-serif, serif;
}

.center {
  left: 50%;
}
      .testbox {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align:center;
      height: inherit;
      padding: 3px;
      }
      form {
      width: 100%;
      padding: 20px;
      background: #fff;
      box-shadow: 0 2px 5px #ccc; 
      }
      input {
      width: calc(100% - 10px);
      padding: 5px;
      border: 1px solid #ccc;
      border-radius: 3px;
      vertical-align: middle;
      }
      input:hover, textarea:hover {
      outline: none;
      border: 1px solid #095484;
      }
     
      .first-col {
      width: 16%;
      text-align: left;
      }
      textarea:hover {
      outline: none;
      border: 1px solid #1c87c9;
      }
      table {
      width: 100%;
      }
      textarea {
      width: calc(100% - 6px);
      }
      .question {
      padding: 15px 0 5px;
      color: #095484;
      }
      .question-answer label {
      display: block;
      padding: 0 20px 10px 0;
      }
      .question-answer input {
      width: auto;
      }
      .btn-block {
      margin-top: 20px;
      text-align: center;
      }
      button { /*this code makes sure that the buttons on the contact page are formatted correctly*/
      width: 150px;
      padding: 10px;
      border: none;
      font-family: Georgia, sans-serif, serif;
      -webkit-border-radius: 5px; 
      -moz-border-radius: 5px; 
      border-radius: 5px; 
      background-color: #095484;
      font-size: 16px;
      color: #fff;
      cursor: pointer;
      }
      button:hover {
      background-color: #0666a3;
      }
      @media (min-width: 568px) {
      th, td {
      word-break: keep-all;
      }
      }