@import url('https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap');
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?c2w993');
  src:  url('fonts/icomoon.eot?c2w993#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?c2w993') format('truetype'),
    url('fonts/icomoon.woff?c2w993') format('woff'),
    url('fonts/icomoon.svg?c2w993#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-diamonds{
  line-height: 21px;
  font-size: 14px;
  color: #00306d;
  padding-right: 5px;
}

.icon-diamonds:before {
  content: "\e900";

}

.icon-circle-down:before {
  content: "\ea43";
}




html {
  scroll-behavior: smooth;
  min-height: 100%;
}
* {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}

body {
  margin: 0;
  padding: 0;

}
a {
  list-style: none;
  color: white;
  text-decoration: none;
}

header{
    height: 50px;
    background: black ;
    width: 100%;
    position: relative;
    z-index: 1000;
}

.info {
  float : left;
  margin-left: 5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  position: relative;
  color: white;
}

.menu-btn-mobile {
  float : right;
  margin-right: 5px;
  margin-top: 5px;
  position: relative;
}


.menu-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 40px;
  cursor: pointer;
  transition: all .5s ease-in-out;
  /* border: 3px solid #fff; */

}

.menu-btn__burger {
  width: 35px;
  height: 5px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(255,101,47,.2);
  transition: all .5s ease-in-out;
}
.menu-btn__burger::before,
.menu-btn__burger::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 5px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(255,101,47,.2);
  transition: all .5s ease-in-out;
}
.menu-btn__burger::before {
  transform: translateY(-16px);
}
.menu-btn__burger::after {
  transform: translateY(16px);
}
/* ANIMATION */
.menu-btn.open-main .menu-btn__burger {
  transform: translateX(-50px);
  background: transparent;
  box-shadow: none;
}
.menu-btn.open-main .menu-btn__burger::before {
  transform: rotate(45deg) translate(35px, -35px);
}
.menu-btn.open-main .menu-btn__burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
}

/* Dropdown menu sub */
.menu-down {
  float : right;
  margin-right: 5px;
  margin-top: 0px;
  width: 25vw;
  height: 60px;
}
/* Menu items */
nav a{
color: white;

}



nav .arrow {
  color: white;
  height: 120%;
  margin-top: 2vh;
}
.dropdown{
  position: absolute;
  float: left;
  margin-top: 50px;
  width: 100%;
  display: block;

}

nav ul {
  padding-top: 5px;
  width: 100%;
  position: relative;
  background-color: #262626;
  display: none;

}
nav ul li {
  padding: 5px 0;
  list-style: none;
  border-bottom:  1px solid lightgray;

}
nav ul li a {
  position: relative;
  font-size: 1.4em;
  font-weight:400;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  width: 100%;
  padding-left: 10px;

}

.dropdown-menu ul {
  background-color: #00304d;
  display: none;
  box-shadow: 0 2px 5px rgba(255,101,47,.2);
}
.dropdown-menu ul li {
  border: none;
}
.dropdown-menu a {
  font-size: 3vw;
  font-weight: none;
  margin-left: 10px;
  color: white;
}
.menu-btn-down {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* pc versie 900px header */
@media (min-width: 900px){

  /* Menu items */
.arrow, .menu-btn-down, .menu-down,.info , .menu-btn-mobile {
  display: none;
}

.dropdown ul li:hover {
  opacity: 1.;
}

nav ul {
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav ul li {
  border-bottom:  none;
}
nav ul li a {

  font-size: 1.4em;
  font-weight:0;
  width: 100%;
  margin-left: 30px;
  margin-right: 30px;

}
.dropdown {
  margin: 0;
}


.werkzaamheden-d:hover .dropdown-menu ul {display: block;}

.down-arrow-pc.fas.fa-arrow-circle-down {
  display: inline-block;
}

.dropdown-menu ul {
  background-color: #00304d;
  position: absolute;
  width: 27%;
  border: 2px solid gray;
  box-shadow: 0 2px 5px rgba(255,101,47,.2);
  margin-top: 5px;
}
.dropdown-menu ul li {
  border-bottom: 1px solid gray;
  padding:  5px;
}
.dropdown-menu ul li:hover {
  opacity: 0.5;
}
.dropdown-menu a {
  font-size: 0.8vw;
  font-weight: none;
  margin-left: 10px;

  color: white;
}
}



/* logohead */

.head {
  border-bottom: 2px solid black;
  height: 83px;
  position: relative;
  display: flex;

}
.banner {
  height: 83px;
  content: url(JeMaNi_cleaning_Logo.png);

}


/* aanpassingen voor logo  */

@media (min-width: 450px){
  .head {
    height: 130px;
    align-items: center;
    justify-content: center;
  }
  .banner {
    height: 130px;
  }
}






/* Footer */

.footer {
  position: relative;
  width: 100%;
  text-align: center;
  background-color:  black;
  color: white;
  padding-bottom: 30px;
  margin-top: 50px;
}
.neem-op {
  font-size: 22px;
  margin-bottom: 20px;
  padding-top: 20px;
}

.footer .social {
  position: relative;
  text-align: center;
}


.footer .social .S-Button img {
  padding: 0 10px;
  width: 40px;
  height: 40px;
}
.footer .social .S-Button img:hover {
  opacity: 0.5;
}




.footer .adres {
  margin: 30px 0;
}

.footer .contact {
  margin-bottom: 30px;
}

.footer a:hover {
  opacity: 0.5;
}










/* footer */
@media (min-width: 900px){
.footer {

  height: 26vh;
  /* text-align: center;
  padding-bottom: 30px; */
}
.footer .social {
  margin: 0 auto;
  width: 20%;
}

.footer .adres {
  float: left;
  margin: -75px 0 0 250px;
  font-size: 1.2em;

}

.footer .contact {
  float: right;
  margin: -75px 250px 0 0 ;
  font-size: 1.2em;

}
.footer a:hover {
  opacity: 0.5;
}

}


/* styling die op meerdere pagina`s staat */


contact  {
  font-family: 'Poppins', sans-serif;
  margin-bottom: 50px;
  position: relative;
  width: 100%;
}

.content h1 {
  color : #00306D;
  font-size: 1.4em;
  text-align: center;
}
.content a {
  color: black;
}
.content a:hover {
  opacity: 0.5;
}

.contact_form, .content p , .content h3 {
  padding-left: 5%;
}
