/* @import "icomoon.css"; */

/*******************
********ALL*********
*******************/

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

::-webkit-scrollbar {
  display: none;
}

html {
  scroll-behavior: smooth;
}

/******************************
*******HEADER AND NAVBAR*******
******************************/

header {
  height: 60vh;
  width: 100%;

  background-image: url("../filmpjes/banner_3.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  font-family: roboto;
}

.topheader {
  width: 100%;
  padding: 0% 0% 1% 0%;
  justify-content: space-between;
  align-items: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.555);
}

.topheader nav {
  width: 25%;
  margin: auto;
  margin-top: 1%;
}

.topheader nav ul {
  display: flex;
}

.topheader nav ul li {
  list-style-type: none;
  padding: 0;
  margin: auto;
}

.topheader a {
  font-family: Roboto;
  transition: 0.3s;
}

#hamburger {
  display: none;
}

/******************************
***********LOGO TOP************
******************************/

.logo {
  width: 7%;
  margin-left: 1%;
  margin-top: 1%;
  float: left;
}

/* De vectoren die ik heb gebruikt voor het logo */
/* https://365psd.com/vector/simple-trees-icons-43786 */

/******************************
*****ACTIVE LINK AND HOVER*****
******************************/

.active {
  padding-bottom: 3px;
  border-bottom: 2px solid #039fbe;
}

.active:hover {
  color: lightgray;
}

.inactive:hover {
  padding-bottom: 3px;
  color: lightgray;
  border-bottom: 2px solid #039fbe;
}

.topheader nav ul li a {
  font-size: 30px;
  color: #fcfcfc;
}

.arrowdown {
  width: 15px;
}

header h1 {
  text-shadow: 2px 2px 5px #000000;
  margin: auto;
  color: white;
  font-family: roboto;
  font-weight: bold;
  font-size: 0.7em;
  padding-bottom: 80px;
}

/******************************
*********SEARCH KNOP***********
******************************/
.topheader button,
.topheader input[type="submit"],
.topheader input[type="reset"],
.topheader input[type="text"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.topheader form {
  display: flex;
  flex-direction: row;
}

.topheader form h2 {
  color: white;
  /* padding-left: 200px; */
}

.arrowdown {
  color: white;
}

.topheader input[type="text"],
.topheader input[type="submit"] {
  margin: 0 5px;
  background-color: white;
  font-family: inter;
  border: 2px solid gray;
  font-size: 0.7em;
  color: gray;
  padding: 3px 5px;
  width: 55%;
}

.search {
  color: white;
}

/******************************
******** END OF HEADER ********
******************************/

/******************************
*********** FOOTER ************
******************************/

footer {
  background-color: #eeeeee;
  padding: 7vh;
  margin: 0;
  font-family: roboto;
  text-align: center;
  align-items: center;
}

.footer-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

footer p {
  padding-top: 4vh;
  text-align: center;
}

/******************************
****FOOTER; ICONMOON + HOVER***
******************************/

footer .icon-home {
  color: #000000;
  padding: 20px 10px;
  font-size: 30px;
  padding: 0.3vw;
  transition: 0.3s;
  text-align: center;
}

.icon-facebook {
  color: #000000;
  padding: 20px 10px;
  font-size: 30px;
  padding: 0.3vw;
  transition: 0.3s;
}

.icon-twitter {
  color: #000000;
  padding: 20px 10px;
  font-size: 30px;
  padding: 0.3vw;
  transition: 0.3s;
}

.icon-instagram {
  color: #000000;
  padding: 20px 10px;
  font-size: 30px;
  padding: 0.3vw;
  transition: 0.3s;
}

footer .icon-home:hover {
  color: #f1923d;
}

.icon-facebook:hover {
  color: #375794;
}

.icon-twitter:hover {
  color: #1da1f3;
}

.icon-instagram:hover {
  color: #bd307d;
}

.icon-search {
  font-size: 1.5em;
}

/******************************
******* END OF FOOTER *********
******************************/

@media only screen and (max-width: 960px) {
  /* navigatie */

  .logo {
    display: none;
  }

  .topheader nav {
    width: 5%;
    margin-right: 1em;
  }

  nav {
    display: none;
  }

  #hamburger {
    display: block;
    z-index: 99999;
  }

  ul {
    margin: 0;
    padding: 0;
  }

  li a {
    display: inline-block;
    text-decoration: none;
    color: #1e1e20;
    font-family: sans-serif;
    float: none;
  }

  nav {
    text-align: left;
  }

  .hamburger div {
    border: 2px solid white;
    width: 30px;
    margin-top: 5px;
    border-radius: 4px;

    /*   height:2px; */
  }

  #menu {
    /*   opacity: 0; */
    height: 0;
    transition: all 0.5s ease;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
  }

  #menu:target {
    /*   opacity: 1; */
    height: 100vh;
  }

  #menu ul {
    display: flex;
    background: #01303a;
    list-style: none;
    height: 100vh;
    width: 100vw;
    text-align: center;
    flex-direction: column;
    justify-content: space-evenly;
  }

  #menu a {
    font-size: 25px;
    color: white;
  }

  .close {
    position: absolute;
    right: 2%;
    top: 1%;
    font-size: 50px;
  }

  .close div {
    border: 2px solid white;
    width: 34px;
    margin-top: 5px;
    border-radius: 4px;
    background-color: white;
  }

  .close div:first-child {
    transform-origin: 28px;
    transform: rotate(-45deg);
  }

  .close div:last-child {
    transform-origin: 20px 4px;
    transform: rotate(45deg);
  }

  .topheader {
    flex-direction: column;
  }

  .topheader {
    background-color: rgba(0, 0, 0, 0);
  }

  .logotext {
    padding-left: 0;
  }

  .topheader nav ul {
    display: flex;
    margin: auto;
  }
}

@media only screen and (max-width: 600px) {
  header {
    height: 50vh;
    width: 100%;
    background-image: url("../img/Molennieuw.png");
    background-position: center;
    background-size: 75%;
    position: relative;
    background-color: #039fbe;
    display: flex;
    flex-direction: column;
    font-family: roboto;
  }
}
