* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  background-color: #191919;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 1.0em;
  color: #e8e8e8;
  padding: 1% 2% 2% 2%;
  margin-top: 30px;
}

button {
  background-color: #f9f9f9;
  text-align: center;
  font-size: 1.0em;
  color: #191919;
  border-radius: 4px;
  margin: 4px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}

button:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

dd {
  width: 100%;
  margin: 5px;
  font-size: 0.9em;
  display: block;
}

.dd-btn {
  background-color: #700000;
  text-align: center;
  font-size: 1.0em;
  color: #f9f9f9;
  float: left;
  border-radius: 4px;
  margin: 4px;
  display: block;
  cursor: auto;
}

.dd-btn-hero {
  background-color: #380000;
  text-align: center;
  font-size: 1.0em;
  color: #f9f9f9;
  float: right;
  border-radius: 4px;
  outline: none;
  margin: 4px;
  display: block;
  cursor: auto;
}

.dd-btn-value {
  background-color: #ffa500;
  text-align: center;
  font-size: 1.0em;
  color: #191919;
  float: right;
  border-radius: 4px;
  outline: none;
  margin: 4px;
  display: block;
  cursor: auto;
}

dl {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 10px;
}

dt {
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(28, 88, 30), rgba(25, 25, 25));
  text-align: left;
}

.dt-miss {
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(164, 188, 165), rgba(25, 25, 25));
  text-align: left;
  color: #1c581e;
}

dt img {
  border-radius: 50%;
  height: 80px;
  vertical-align: middle;
}

dt img:hover {
  border-radius: 50%;
  height: 120px;
  vertical-align: middle;
}

em {
  letter-spacing: 2px;
  font-style: normal;
  font-size: 1.1em;
}

h1 {
  color: #f9f9f9;
  text-align: center;
  font-size: 1.4em;
  max-width: 100%;
}

h2 {
  color: #f9f9f9;
  text-align: left;
  font-size: 1.2em;
  max-width: 100%;
}

h3 {
  color: #f9f9f9;
  text-align: left;
  font-size: 1.0em;
  max-width: 100%;
}

h4 {
  color: #f9f9f9;
  text-align: left;
  font-size: 0.8em;
  max-width: 100%;
}

hr.dotted {
  border-top: 4px dotted #1c581e;
  border-bottom: none;
  margin-left: 20px;
  margin-right: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}

i {
  color: #f2f2f2;
  float: left;
  margin-right: 6px;
}

img {
  max-width: 100%;
  height: auto;
  padding: 2%;
}

p,
div {
  text-align: left;
  font-size: 1.0em;
  color: #ffffff;
}



/* buttons */
#buttonTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 1.0em;
  border: none;
  outline: none;
  background-color: #1c581e;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
}

#buttonTop:hover {
  background-color: #191919;
}

.btn-abc {
  border: none;
  outline: none;
  padding: 4px 4px;
  background-color: #f1f1f1;
  color: #191919;
  margin: 2px;
  cursor: pointer;
}

.btn-abc:hover {
  background-color: #1c581e;
}



/* menus */

/* top navbar */
.topnav {
  overflow: hidden;
  background-color: #1c581e;
  color: #f2f2f2;
  position: fixed;
  top: 0;
  width: 94%;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 8px 12px 4px 12px;
  text-decoration: none;
  font-size: 0.8em;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 1.0em;
  border: none;
  outline: none;
  color: #f2f2f2;
  padding: 8px 8px;
  background-color: #1c581e;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: fixed;
  height: auto;
  width: auto;
  color: #191919;
  background-color: #608a61;
}

.dropdown-content a {
  float: none;
  color: #191919;
  padding: 8px 8px;
  text-decoration: none;
  text-align: left;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
  background-color: #608a61;
  color: #191919;
  border-radius: 0px;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.fa-caret-down,
.fa-bars,
.fa-home {
  color: #f9f9f9;
  padding: 4px;
}


/* side nav for main page */

.sidebar {
  height: 100%;
  width: 150px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  float: right;
  background-color: #191919;
  overflow-x: hidden;
  padding-top: 5px;
  vertical-align: middle;
  font-size: 1.0em;
}

.sidebar a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar img {
  color: #191919;
  height: 85px;
  width: 85px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  position: absolute;
}

.sidebar img:hover {
  color: #191919;
  width: 100px;
  height: 100px;
  border: solid 4px;
  border-color: #1c581e;
}


/* accordion for more text */

.accordion {
  background-color: #464646;
  color: #e8e8e8;
  cursor: pointer;
  padding: 12px;
  width: auto;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.0em;
  transition: 0.4s;
}

.active,
.accordion:hover {
  background-color: #ccc;
  color: #191919;
}

.accordion:after {
  content: '\002B';
  color: #f9f9f9;
  font-weight: bold;
  float: right;
  margin-left: 40px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: #191919;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


/* filter elements */

.filterDiv {
  float: left;
  width: 98%;
  height: auto;
  text-align: center;
  margin: 2px;
  padding: 2px;
  display: none;
}

.show {
  display: block;
}

/* Style the buttons of the filter element function */
.btn {
  border: none;
  outline: none;
  padding: 4px 8px;
  background-color: #f1f1f1;
  margin: 2px;
  ;
  cursor: pointer;
}

.btn:hover {
  background-color: #608a61;
}

.btn.active {
  background-color: #1c581e;
  color: #f1f1f1;
}



/* text field for cover, landing image */

.cover-text {
  background-color: #717171;
  color: #f9f9f9;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px;
  width: 40%;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 50%;
  border-radius: 45%;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
}



.bg-img {
  /* The image used */
  background-image: url("../images/play/03.jpg");
  height: 650px;
  width: auto;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  /* Needed to position the navbar */
  position: absoulte;
}

div.content {
  margin: 2px;
  padding: 1px 1px;
  height: 600px;
}


/* responsive image gallery */
div.gallery {
  border: none;

}

div.gallery:hover {
  border: 2px solid rgba(4, 104, 53, 0.945);
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 10px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 16.666666%;
  font-size: 0.9em;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


/* columns */

/* Create two equal columns that floats next to each other */
.column-top2 {
  float: left;
  width: 50%;
  padding: 5px;
  height: auto;
}

.column-top2 a {
  float: none;
  color: black;
  padding: 10px;
  text-decoration: none;
  text-align: left;
}

.column-top2 a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
.row-top2:after {
  content: "";
  display: table;
  clear: both;
}

/* Create three equal columns that floats next to each other */
.column-top3 {
  float: left;
  width: 33.33%;
  padding: 5px;
  height: auto;
}

.column-top3 a {
  float: none;
  color: black;
  padding: 10px;
  text-decoration: none;
  text-align: left;
}

.column-top3 a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
.row-top3:after {
  content: "";
  display: table;
  clear: both;
}




/* media settings  */


@media only screen and (max-width: 992px) {
  h1 {
    font-size: 1.8em;
  }

  h2 {
    font-size: 1.4em;
  }

  button {
    font-size: 1.0em;
  }

  .responsive {
    width: 24.99999%;
    margin: 6px 0;
    font-size: 1.0em;
  }
}




@media only screen and (max-width: 768px) {
  .topnav.responsive {
      position: relative;
  }

  .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
  }

  .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
  }

  .topnav.responsive .dropdown {
      float: none;
  }

  .topnav.responsive .dropdown-content {
      position: relative;
  }

  .topnav.responsive .dropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: left;
  }
}


/* On screens that are less than 700px wide, make the sidebar into a topbar */

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }

  .sidebar img {
    height: 65px;
    width: 65px;
  }
  
  .sidebar img:hover {
    width: 80px;
    height: 80px;
    border: solid 2px;
  }

  .sidebar a {
    float: right;
  }

  div.content {
    margin-left: 0;
  }

  .bg-img {
    margin-right: 0;
  }

  h1 {
    font-size: 1.4em;
  }

  h2 {
    font-size: 1.2em;
  }

  button {
    font-size: 0.8em;
  }

  .responsive {
    width: 33.33333%;
    margin: 6px 0;
    font-size: 0.8em;
  }

  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .topnav a:not(:first-child),
  .dropdown .dropbtn .dropdown-content {
    display: none;
  }

  .topnav a {
    float: none;
    width: 100%;
    /*display: block;*/
  }
}




/* On screens that are less than 400px, display the bar vertically, instead of horizontally */

@media screen and (max-width: 400px) { 

  h1 {
    font-size: 1.2em;
  }

  h2 {
    font-size: 1.0em;
  }

  button {
    font-size: 0.8em;
  }

  .responsive {
    width: 100%;
    font-size: 0.8em;
  }
}

