html{
  width: 100%;
}
@font-face {
    font-family: 'caviar_dreamsregular';
    src: url('CaviarDreams-webfont.eot');
    src: url('CaviarDreams-webfont.eot?#iefix') format('embedded-opentype'),
         url('CaviarDreams-webfont.woff') format('woff'),
         url('CaviarDreams-webfont.ttf') format('truetype'),
         url('CaviarDreams-webfont.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
  width: 100%;
  background-color: white;
  font-family: 'caviar_dreamsregular', sans-serif;
}
@-webkit-keyframes circleBounce {
  0% {-webkit-transform: scale(0.9); opacity: 0;}
  20% {opacity: 0.5;}
  50% {opacity: 1;}
  80% {opacity: 0.5;}
  100% {-webkit-transform: scale(1.1); opacity:0;}
}

.welcome {
  background-image: url(open1.jpg);
  background-size: cover;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  height: 750px;
  font-size: 2em;
  text-align: center;
  }
  @media (max-width:1400px) {
    .welcome {
    height: 710px;


    }
  }

  @media (max-width: 484px) {
    .welcome {
      width: 100%;
      height: 390px;
      background-size: cover;
      background-position: center;
    }
  }

h5 {
  font-size: 4em;
  text-align: center;
  padding-top: 300px;
  color:black;
  font-weight: lighter;
}

.pijl {
  position: relative;
  top: 30px;
  left: calc(50% - 10px);
  width: 6px;
  height: 6px;
  border: 3px solid cadetblue;
  border-top: none;
  border-left: none;
  cursor:pointer;
  margin-bottom: 100px;

  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
}

.pijl:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 23px); /*circle = 1+50+1 = 52px*/
  left: calc(50% - 23px); /*arrow = 3+3 = 6px*/
  width: 50px;
  height: 50px;
  border: 1px solid cadetblue;
  border: 1px solid cadetblue;
  border-radius: 50%;

  -webkit-animation: circleBounce 1.2s linear infinite;
}

h1 {
  font-size: 5em;
  text-align: center;
  margin-top: 200px;
  }
  @media (max-width: 680px) {
    h1 {
      font-size: 4em;
    }
  }
  @media (max-width: 520px) {
    h1 {
      font-size: 3em;
    }
  }
h2 {
  font-size: 1.45em;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
  color: cadetblue;
  }
  @media (max-width: 690px) {
    h2 {
      font-size: 1.15em;
    }
  }
  @media (max-width: 520px) {
    h2 {
      font-size: 0.875em;
    }
  }

.lijn1 {
  margin-top: 80px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: black;
  height: 1px;
  width: 80%;
}

nav {
  text-align: center;
 max-width: 80%;
 margin-left: 10%;
 margin-right: 10%;
  }
  @media (max-width: 1320px) {
  nav{
    text-align: center;

      }
    }

a {
  text-decoration: none;
  color: black;
  font-size: 1em;
  margin-right: 40px;
  margin-left: 40px;
  }
  @media (max-width: 1320px) {
    a {
      float: left;
      margin-top: 10px;
      text-align: center;
    }

  }
  @media (max-width: 790px) {
    a{

    }
  }
a:hover {
  text-transform: uppercase;
}


.lijn2 {
  margin-top: 20px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  background-color: black;
  height: 1px;
  width: 80%;
  clear: both;
  }
  @media (max-width: 1320px) {
    .lijn2 {
      margin-top: 100px;
    }
  }
  @media (max-width: 790px) {
    .lijn2 {
      margin-top: 130px;
    }
  }
  @media (max-width: 510px) {
    .lijn2 {
      margin-top: 150px;
    }
  }
  @media (max-width: 484px) {
    .lijn2{
      margin-top: 180px;
    }
  }

h4 {
  font-weight: bolder;
  font-size: 1.7em;
  color: black;
  text-transform: uppercase;
  text-align: left;
  margin-top: 100px;
  line-height: 150%;
  margin-bottom:0px;
}

.news {
  width: 75%;
  margin-left: 14%;
}

.lijn3 {
  margin-top: 2px;
  margin-bottom: 50px;
  background-color: cadetblue;
  height: 1px;
  width: 25%;
}

.barca,.claartje,.love {
  width: 95%;
}
.vogue {
  width: 95%;
}

p {
  font-size: 1.1em;
  margin-bottom: 10px;
}

footer {
  text-align: center;
  font-size: 1.1em;
  padding: 100px;
}
