
/* Basic page style resets */
* {
  box-sizing: border-box;
}
[hidden] {
  display: none !important;
}

body, html {
  height: 100%;
  margin: 0;
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
  body, html {
  background-color:#000000;
  }
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Import fonts */
@font-face {
  font-family: Logical-Bold;
  font-weight: bold;
  src: url("assets/Logical-Bold.otf")
    format("opentype");
}
@font-face {
  font-family: Logical-Regular;
  font-weight: normal;
  src: url("assets/Logical-Regular.otf")
    format("opentype");
}
@font-face {
  font-family: Logical-Light;
  font-weight: lighter;
  src: url("assets/Logical-Light.otf")
    format("opentype");
}
@font-face {
  font-family: Logical-Thin;
  font-weight: lighter;
  src: url("assets/Logical-Thin.otf")
    format("opentype");
}

/* Main heading */
h1 {
  font-family: Logical-Bold, sans-serif;
  font-size: 6.5vw;
  text-align: left;
  color: #434343;
  line-height: auto;
}

@media (max-width: 600px) {
  h1 {
  font-family: Logical-Bold, sans-serif;
  font-size: 4em;
  text-align: left;
  line-height: 0.875;
  margin-left: 2.5vw;
  }
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
  h1 {
  font-family: Logical-Bold, sans-serif;
  font-size: 4em;
  text-align: left;
  color: #000000;
  line-height: 0.875;
  }
}

/* Section heading */
h2 {
  font-family: Logical-Light, sans-serif;
  font-size: 3vw;
  text-align: left;
  line-height: 1.15;
  margin-top: 25px;
}

@media (max-width: 600px) {
  h2 {
  font-family: Logical-Bold, sans-serif;
  font-size: 3.25em;
  text-align: left;
  line-height: 1.15;
  margin-left: 0%;
  margin-top: -50px;
  }
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
  h2 {
  font-family: Logical-Light, sans-serif;
  font-size: 2.75em;
  text-align: left;
  line-height: 1.15;
  }
}

/* Sub headings */
h3 {
  font-family: Logical-Light, sans-serif;
  font-size: 2em;
  text-align: left;
  font-weight: lighter;
  font-style: normal;
  color: #000000;
  line-height: 1.25em;
  margin-top: 10px;
}

@media (max-width: 600px) {
  h3 {
  font-family: Logical-Light, sans-serif;
  font-size: 2em;
  text-align: left;
  color: #FFFFFF;
  line-height: 1.25em;
  margin-top: 10px;
  }
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
  h3 {
  font-family: Logical-Light, sans-serif;
  font-size: 2em;
  text-align: left;
  color: #FFFFFF;
  line-height: 1.25em;
  margin-top: 0px;
  }
}

h4 {
  font-family: Logical-Light, sans-serif;
  font-size: 2em;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  color: #BD9C47;
  line-height: 1.2em;
  margin-top: 10vw;
}

@media (max-width: 600px) {
  h4 {
  font-family: Logical-Light, sans-serif;
  font-size: 2em;
  line-height: 1.2em;
  margin-top: 10vw;
  }
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
  h4 {
  font-family: Logical-Light, sans-serif;
  font-size: 2em;
  line-height: 1.2em;
  margin-top: 10vw;
  }
}

h5 {
  font-family: Logical-Light, sans-serif;
  font-size: 1.0vw;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  line-height: 1.25em;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  h5 {
  font-size: 1.0em;
  }
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
  h5 {
  font-size: 1.0em;
  color: #FFFFFF;
  }
}

h6 {
  font-family: Logical-Bold, sans-serif;
  font-size: 2vw;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  color: #000000;
  line-height: 1em;
  margin-top: 1.5em;
  margin-bottom:0.5em;
}

@media (max-width: 600px) {
  h6 {
  font-family: Logical-Bold, sans-serif;
  font-size: 2em;
  line-height: 1em;
  }
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
  h6 {
  font-family: Logical-Bold, sans-serif;
  font-size: 2em;
  text-align: left;
  color: #FFFFFF;
  line-height: 1em;
  margin-top: 1em;
  }
}

/* Body copy */
.body-copy {
  font-family: Logical-Regular, sans-serif;
  font-size: 1.35vw;
  line-height: 1.9vw;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  padding: 0%;
  margin-top: 0px;
}

@media (max-width: 600px) {
  .body-copy {
  font-size: 1.2em;
  line-height: 1.4em;
  }
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
  .body-copy {
   font-size: 1.2em;
   line-height: 1.4em;
  }
}

.body-longcopy {
  font-family: Logical-Regular, sans-serif;
  font-size: 1.35vw;
  line-height: 1.9vw;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  text-align: justify;
  -webkit-hyphens: none;
  -moz-hyphens: auto;
  hyphens: auto;
  padding: 0%;
  margin-top: 0px;
}

@media (max-width: 600px) {
  .body-longcopy {
   font-size: 1.2em;
   line-height: 1.4em;
   text-align: left;
  -webkit-hyphens: none;
  -moz-hyphens: none;
   hyphens: none;
  }
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
  .body-longcopy {
   font-size: 1.3em;
  }
}

.body-intro {
  font-family: Logical-Thin, sans-serif;
  font-size: 1em;
  line-height: 1.6em;
  color: #000000;
  font-weight: lighter;
  font-style: normal;
  text-align: justify;
  -webkit-hyphens: none;
  -moz-hyphens: auto;
  hyphens: auto;
  padding: 0%;
  margin-top: 0px;
}

@media (max-width: 600px) {
  .body-intro {
   font-size: 1em;
   text-align: left;
  -webkit-hyphens: none;
  -moz-hyphens: none;
   hyphens: none;
  }
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
  .body-intro {
   font-size: 1.4em;
  }
}

/* Hyperlinks */
a {
  color: #FFFFFF;
  text-decoration:none;
  z-index:1
}

a:hover {
  color: #000000;
  text-decoration:underline;
}

a.zero:link, a.zero:visited {
  color: #FFFFFF;
  text-decoration:none;
}

a.zero:hover, a.zero:active {
  color: #FFFFFF;
  opacity: 0.5;
}

/* Lists */
ul {
  font-family: Logical-Regular, sans-serif;
  font-size: 1.3em;
  line-height: 1.4em;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  padding: 0%;
  margin-top: -10px;
}

@media (max-width: 600px) {
  ul {
   font-size: 1.2em;
   margin-left: 5%;
   padding: 0%;
   margin-top: -25px;
  }
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
  ul {
   font-size: 1.5em;
   padding: 0%;
  }
}

/* Tables */
table, th, td {
  border: 0px solid;
  padding-top: 0.1vw;
  padding-bottom: 0.1vw;
  padding-left: 0px;
  padding-right: 0px;
  margin: auto;
  font-family: Logical-Regular, sans-serif;
  font-size: 1.35vw;
  color: #FFFFFF;
  vertical-align: top;
}

@media (max-width: 600px) {
  table, th, td {
   padding-top: 0px;
   padding-bottom: 0px;
   font-size: 1.1em;
  }
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
  table, th, td {
   font-size: 1.1em;
  }
}

/* Splitscreen horizontal */
.splitscreen1 {
  width: 100%;
  height:50vh;
  background-color: #C49B33;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0px solid red;
  padding-left:50%;
  margin-right:-100px;
}

@media (max-width: 600px) {
  .splitscreen1 {
  width: 100%;
  height:50vw;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0px solid red;
  padding-left:50%;
  margin-right:-100px;
  }
}

/* Splitscreen vertical */
.splitscreen2 {
  width: 100%;
  height: 100vw;
  background-image: url('assets/Henk.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  border: 0px solid red;
}

@media (max-width: 600px) {
  .splitscreen2 {
  width: 100%;
  height: 100vw;
  background-image: url('assets/Henk.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border: 0px solid red;
  }
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
  .splitscreen2 {
  width: 100%;
  height: 100vh;
  background-image: url('assets/Henk.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: scroll;
  border: 0px solid red;
  }
}

/* Geometric lines */
.circle {
  width: 100vh;
  height: 100vh;
  background-color: no;
  margin: auto;
}

@media (max-width: 600px) {
  .circle {
  width: 95vw;
  height: 95vw;
  background-color: no;
  border: 1px solid #434343;
  border-radius: 50%;
  margin: auto;
  }
}

.vl {
  border-left: 1px solid #434343;
  height: 50vh;
  position: absolute;
}

@media (max-width: 600px) {
  .vl {
  border-left: 1px solid #434343;
  height: 50vw;
  position: absolute;
  }
}

.vl-small {
  border-left: 1px solid #BD9C47;
  height: 5vw;
  position: absolute;
}

.hl {
  border-bottom: 1px solid #434343;
  margin-top: 50vh;
  width: 100%;
  position: absolute;
}

.hl2 {
  border-bottom: 1px solid white;
  margin-top: 50vh;
  width: 50%;
  position: absolute;
}

hr {
  border: 0;
  height: 1px;
  background: #FFFFFF;
}

/* Landscape and portrait versions */
.portrait{
   display: none;
}

.mobilelandscape{
   display: none;
}

@media only screen and (max-width: 600px){
   .landscape{
     display: none;
   }

   .portrait{
     display: block;
   }
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
   .portrait{
     display: none;
   }

   .landscape{
     display: none;
   }

   .mobilelandscape{
     display: block;
   }
}

/* Navigation */
.menu {
  margin-right: 8.33%;
  float: right;
  position: absolute;
  z-index: 100;
  padding: 0px 0;
}

@media (max-width: 600px) {
  .menu {
   margin-right: 2.5%;
   margin-top: 2.5%;
   padding: 5px 5px;
   width: 7.5%;
   background-color:#C49B33;
  }
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
  .menu {
   margin-right: 8.33%;
   float: right;
  }
}

.menu a{
  color: #000000;
  text-decoration: none;
  }

.nav-wide{
   z-index:100;
}

.nav-small{
   display: none;
}

@media only screen and (max-width: 600px){
   .nav-wide{
     display: none;
   }

   .nav-small{
     display: block;
     z-index:1000;
   }
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
  .nav-small{
     display: none;
   }

  .nav-wide{
     display: block;
   }
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgb(67,67,67);
  opacity: 1.0;
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 0px;
}

.overlay a {
  padding: 0px;
  display: block;
  transition: 0.3s;
}

@media (max-width: 600px) {
  .overlay a {
  display: block;
  transition: 0.3s;
  }
}

.overlay a:hover, .overlay a:focus {
  color: #ffffff;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 50px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.close {
  position: relative;
  margin-right: 8.3%;
  float: right;
  width: 3.4%;
  padding: 0px 0;
}

@media (max-width: 600px) {
  .close {
   margin-right: 2.5%;

   margin-top: 10px;
   padding: 5px 5px;
   width: 7.5%;

  }
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
  .close {
   margin-right: 8.33%;
   float: right;
   width: 4.2%;
  }
}

/* Credential logos */
.logo {
    float: left;
    width: 25%;
    padding: 0px;
    margin: auto;
    height:150px;
}

@media (max-width: 600px) {
  .logo {
  float: left;
  width: 50%;
  padding: 0px;
  background: #FFFFFF;
  }
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
  .logo {
  float: left;
  width: 50%;
  padding: 0px;
  background: #FFFFFF;
  }
}

/* Buttons */
button.mbtn.selected {
  padding:0.3em 1.2em;
  border-radius: 25px;
  color:#434343;
  background-color:#D3B466;
  font-size:1.35em;
  border:0;
  cursor:pointer;
  margin:0em;
  font-family: Logical-Light, sans-serif;
}

button.mbtn.unselected {
  padding:0.3em 1.2em;
  border-radius: 25px;
  color:#434343;
  background-color:#C49B33;
  font-size:1.35em;
  border:0;
  cursor:pointer;
  margin:0em;
  font-family: Logical-Light, sans-serif;
}

@media (max-width: 600px) {
  button.mbtn.unselected {
  padding:0.3em 1.2em;
  width: 50vw;
  border-radius: 25px;
  color:#C49B33;
  background-color:#434343;
  font-size: 1.25em;
  border: 1px solid;
  border-color: #C49B33;
  cursor:pointer;
  margin:0.25em;
  font-family: Logical-Light, sans-serif;
  }
}

@media (max-width: 600px) {
  button.mbtn.selected {
  padding:0.3em 1.2em;
  width: 50vw;
  border-radius: 25px;
  color:#434343;
  background-color:#C49B33;
  font-size: 1.25em;
  border:0;
  cursor:pointer;
  margin:0.25em;
  font-family: Logical-Light, sans-serif;
  }
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
  button.mbtn.selected {
  font-size: 1.2em;
  line-height: 1.4em;
  font-family: Logical-Light, sans-serif;
}
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
  button.mbtn.unselected {
  font-size: 1.2em;
  line-height: 1.4em;
  font-family: Logical-Light, sans-serif;
}
}

.active, button.mbtn.unselected:hover {
  background-color:#D3B466;
  color:#434343;
  }

@media (max-width: 600px) {
.active, button.mbtn.unselected:hover {
  background-color:#C49B33;
  color:#434343;
  }
}

/* Manifesto */
figure {
  border: 0px;
  padding: 2em 0 0 0;
  margin: auto;
}

figcaption {
  color: black;
  font-family: Logical-Thin, sans-serif;
  font-size: 1em;
  font-weight: lighter;
  padding: 0 0 0 0;
  text-align: left;
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
figcaption {
   font-size: 0.6em;
  }
}

/* Contact form */

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  font-family: Logical-Regular, sans-serif;
  font-size: 1vw;
  border: 1px solid #cccccc;
  border-radius: 0px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  padding:0.3em 1.2em;
  border-radius: 25px;
  color:#434343;
  background-color:#C49B33;
  font-size:1.35vw;
  border:0;
  width:50%;
  cursor:pointer;
  margin:0em;
  font-family: Logical-Light, sans-serif;
}

input[type=submit]:hover {
  background-color: #D3B466;
}

label {
  font-family: Logical-Regular, sans-serif;
  font-size: 1vw;
  color: #FFFFFF;
  font-weight: normal;
  font-style: normal;
  padding: 0%;
  margin-top: 0px;
}

@media (max-width: 600px) {
  input[type=text], select, textarea {
  font-size: 1.1em;
  padding: 6px;
  }
}

@media (max-width: 600px) {
  input[type=submit] {
  font-size:1.1em;
  border:0;
  width:100%;
  }
}

@media (max-width: 600px) {
  label {
  font-size: 1.1em;
  }
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
  input[type=text], select, textarea {
  font-size: 1.1em;
}
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
  input[type=submit] {
  font-size: 1.1em;
}
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
  label {
  font-size: 1.1em;
}
}
