* {
    box-sizing: border-box;
  }
  
  /* Style the body */
  body {
    background-color: #032503;

    
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
  }
  
  /* Header/logo Title */
  .header { 
    text-align: center;
    width: 100%;
  }

strong {
    font-size:        110%;
    color:            #FFFFFF;
}

  p {
    font-size:        110%;
    color:            #FFFFFF;
 
  }

  li {
    font-size:        110%;
    color:            #FFFFFF;
  }
  h1 {
    font-size:        160%;
    color:            #ef8a50;
 
  }
  
  h2 { font-size:     110%; 
    color:            #000000;
  }
  
  h3 {
    font-size:        200%;
    color:            #FFFFFF;
   

  }
  
  
  h4 { font-size:     120%; 
    color:            #ef8a50;

  }
  
  
  h5 { font-size:     200%; 
    color:            #ef8a50;

  }
  
  h6 { font-size:     90%; 
    color:            #ef8a50;
  
  }


  a:link {
    color: black;
    text-decoration: none;
  }
  
  a:visited {
    color: black;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  a:active {
    text-decoration: underline;
  }


  /* Style all font awesome icons */
.fa {
  padding: 20px;
  width: auto;
  height: auto;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-instagram {
  background: #ff004c;
  color: white;
}
  
  
  .full {
    
    background-image: linear-gradient(to right, #032503, #052602, #082601, #0b2701, #0d2800);
    float:left;
    width:100%;
    padding:20px 20px;

  }




  .full_solidbg {
    
   background-color: #032503;
    float:left;
    width:100%;
    padding:20px 20px;

  }
  
  .full_image {
    background-color:#5f6653;
    float:left;
    width:100%;
    padding:40px 20px;
    text-align: center;
    }
  
  .half {
    background-color: #032503;
    float:left;
    width:50%;
    padding:0 20px;
    margin-top:7px;
  
  }
  
  .third {
    background-color:#FFFFFF;
    float:left;
    width:33.3%;
    padding:0 20px;
    margin-top:7px;
    text-align: center;
  }

  .card {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 33%;
    padding-left: 2px;
    float:left;
  }
  
  .cardfull {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 100%;
    padding-left: 2px;
    float:left;
  }

  .card:hover {
    box-shadow: 0 4px 10px 0 #ef8a50;
  }
  
  .cardcontainer {
    
    padding: 2px 16px;
  }
  
  .cardfull:hover {
    box-shadow: 0 4px 10px 0 #ef8a50;
  }
  


  .footer {
    background-image: linear-gradient(to right bottom, #ffffff, #d1d4d6, #a4abac, #7b8480, #5a5d54);
    float:left;
    width:100%;
    padding:0 20px;
    margin-top: 7px;
    text-align: center;
    color:  #000000;
  }
  
  .half_footer {
    background-color:#FFFFFF;
    float:left;
    width:50%;
    padding:0 20px;
    margin-top:7px;
    text-align: center;
    color: #000000;
  }
  
  
  
  
  .quarter {
    background-color:#032503;
    color:           #FFFFFF;
    float:left;
    width:25%;
    padding:0 20px;
  }

  .secondary {
    background-color:#080808;
    text-align: center;
    width:100%;
    padding:10px 10px 10px 10px;
    margin-top:10px;
  }






  /* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  color: black;
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 3px solid #ef8a50; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #ef8a50;
  border-color: #ef8a50;
  color: #ffffff;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;

}


/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #ef8a50;
  border-color: #ffffff;
  color: #5f6653;
}


button {
  background-color: #ef8a50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition-duration: 0.5s;
}


button:hover {
  background-color: #032503; /* Green */
  color: white;
  border: 2px solid #ef8a50;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  border: 2px solid #ef8a50;
  background-color: #032503;
  padding: 20px;
  width: auto;
  
}




.alert {
  padding: 20px;
  background-color: #ef8a50;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.award-container {

  width: auto;
  position: relative;
  margin: auto;
  
}



    
  
  .topnav {
    overflow: hidden;
    background-image: linear-gradient(to right bottom, #ffffff, #d1d4d6, #a4abac, #7b8480, #5a5d54);
  }
  
  .topnav a {
    float: left;
    display: block;
    color: #000000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
  
  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .topnav a.active {
    background-color: #ef8a50;
    color: white;
  }
  
  .topnav .icon {
    display: none;
  }


  @media only screen and (max-width:620px) {
    /* For mobile phones: */
    .main, .side, .full, .full_solidbg, .half, .third, .quarter, .header, .card, .topnav, .container {
      width:100%;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }





/*slideshow */

  .mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 900px;
  position: relative;
  margin: auto;
  
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 5px;
  width: 5px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  visibility: hidden;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}












