@font-face{
  font-family: "font1";
  src: url("Quicksand-Regular.ttf");}

* {box-sizing: border-box;}

body {
  background-color: #000000;
  background-image: url("wadden.png");
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  font-family: font1;
  font-size: 16px;
  font-weight: normal;
  color: #000000;}

h1 {
  display: block;
  font-size: 50px;
  text-decoration: none;
  font-weight: normal;
  text-align: left;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;}

h2 {
  display: block;
  font-size: 30px;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  padding: 0px;
  margin: 0px;}

h3 {
  display: block;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;}

h4 {
  display: block;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  padding: 0px;
  margin: 10px;}

h5 {
  display: block;
  font-size: 13px;
  text-decoration: none;
  font-weight: normal;
  text-align: left;
  padding: 0px;
  margin: 10px;}

h6 {
  display: block;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
  text-align: right;
  padding: 0px;
  margin: 10px;}

p {
  display: block;
  font-size: 16px;
  text-decoration: none;
  font-weight: regular;
  text-align: left;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 0px;}

a:link {
  color: #37A1C7;
  text-decoration: none;
  font-weight: bold;}
a:visited {
  color: #37A1C7;
  text-decoration: none;
  font-weight: bold;}
a:active {
  color: #37A1C7;
  text-decoration: none;
  font-weight: bold;}
a:hover {
  color: #5AFFFC;
  text-decoration: underline;
  font-weight: bold;}
  
ul {
  list-style-type: disc;}
li {
  padding: 3px;
  margin: 0px;}

table, th, td {
  border: 0px;}  
td {
  vertical-align: top;
  text-align: left;
  margin: 0;
  padding: 0;
  padding-right: 10px;}
.wd {
  width: 100px;}

.header {
  padding: 5%;
  margin: 0px;
  background: none;
  color: white;}

.wrap {
  max-width: 1100px;
  margin: auto;
  padding: 0px;
  box-shadow: 0px 0px 60px 5px;
  border-style: solid;
  border-width: 2px;
  border-color: black;}

.navbar {
  overflow: hidden;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
  background-color: #37A1C7;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: black;}

.navbar a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 12px 18px;
  text-decoration: none;}
.navbar a.right {
  float: right;}
.navbar a.active {
  background-color: #000000;
  color: white;}
.navbar a:hover {
  background-color: #5AFFFC;
  color: black;}

.main {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;}

.left {
  -ms-flex: 70%; /* IE10 */
  flex: 70%;
  background-color: white;
  padding: 40px;}

.extra {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  background-color: #E1FFFF;
  padding: 20px;}

.text-image {
  position: relative;
  box-shadow: 0px 0px 20px -5px;}

.text-block {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  max-height: 100%;
  white-space: no wrap;
  overflow: hidden;}

#myBtnContainer {
  text-align: center;}

.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #37A1C7;
  color: white;
  cursor: pointer;
  font-family: font1;
  font-size: 16px;
  margin: 3px;
  border-radius: 10px;
  transition-duration: 1s;}
.btn:hover {
  background-color: #5AFFFC;
  color: black;}
.btn.visited {
  background-color: #37A1C7;
  color: white;} 
.btn.active {
  background-color: #000000;
  color: white;}


.row {
  margin: 10px -20px;
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;}

.row,
.row > .column {
  padding: 10px;}

.column {
  display: none;
  float: left;
  width: 33.33%;
  padding: 0px;}

.vid {
  display: flex;
  float: left;
  width: 100%;}

.vid-aspect {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;}

.frame-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;}

.row:after {
  content: "";
  display: table;
  clear: both;}

.shortpost {
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: #60403C;
  padding: 0px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  box-shadow: 0px 0px 20px -5px;}

.show {
  display: block;}

.footer {
  font-size: 10px;
  padding: 12px 18px;
  text-align: center;
  color: black;
  text-decoration: none;
  background-color: #37A1C7;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: black;}


/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .main {
    flex-direction: column;}
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 580px) {
  .navbar a {
    float: none;
    width: 100%;}
  .header h1{
    text-align: center;}
  .header p{
    text-align: center;}
}


/* COLLAPSIBLE CONTENT */
.collapsible {
  background-color: #5AFFFC;
  color: #000000;
  cursor: pointer;
  padding: 5px;
  width: 95%;
  
  font-family: "font1";
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  
  border-style: solid;
  border-color: black;
  border-width: 2px 2px 0px 2px;
  outline:none;
}

button.active {
  background-color: #5AFFFC;
  color: #000000;
  border-width:2px;
}

button.active, button.collapsible:hover {
  background-color: #37A1C7;
  color: #000000;
}

button.collapsible:after {
  content: '\002B';
  color: #000000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
button.active:after {
  content: "\2212";
  color: #000000;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: #ffffff;
  width: 95%;
  
  border-style: solid;
  border-color: black;
  border-width: 0px 2px 2px 2px;
  outline:none;
}
