html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #f7f7f7;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
  .menubalk {
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    position: absolute;
    height: 60px;
    width: 100%;
    vertical-align: center;
  }
  .menubalk a {
    text-decoration: none;
    color: #c6c6c6;
    list-style: none;
    height: 60px;
    padding: 5px;
    vertical-align: center;
  }
  .menubalk .menu {
    text-decoration: none;
    font-family: cantarell;
    letter-spacing: 1px;
    font-size: 1em;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: right;
    margin-right: 0.1%;
    vertical-align: center;
  }
  .menubalk .menu .knop {
    list-style: none;
    display: inline-block;
    font-size: 1.1em;
    line-height: 60px;
    margin-left: 50px;
    margin: 5px;
    margin-right: 50px;
    height: 60px;
    transition: 0.5s ease;
    text-transform: uppercase;
  }
  .menubalk .menu .knop a {
    padding: 6px;
    padding-top: 100%;
  }
  .menubalk .menu .knop a:hover {
    border-style: solid;
    color: white;
    border-width: 0px 0px 10px 0px;
    border-color: white;
    transition: 0.5s ease;
  }
  .menubalk .titel {
    display: inline-block;
    text-decoration: none;
    margin-left: 3%;
    width: 25%;
    line-height: 60px;
    height: 100%;
    list-style: none;
  }
  .menubalk .titel a {
    color: white;
    text-decoration: none;
    height: 100%;
    vertical-align: bottom;
  }
  .menubalk .titel h2 {
    margin: 0;
    font-family: Cormorant, serif;
    font-size: 2.2em;
    float: left;
    text-transform: uppercase;
  }
  .menubalk .titel span h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
    letter-spacing: 0px;
  }
  .start {
    background-image: url('images/resort.jpg');
    background-position: 0% 100%;
    background-attachment: fixed;
    width: 100%;
    height: 75%;
    background-size: cover;
    z-index: 1;
    
  }
  .ondertitel {
    font-weight: 300;
    height: 100%;
    padding-top: 10%;
    z-index: 2;
    position: relative;
    vertical-align: center;
    align-content: center;
    text-align: center;
  }
  .ondertitel h6 {
    font-family: cantarell;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0;
    font-size: 0.8em;
    color: white;
  }
  .ondertitel h1 {
    font-family: 'Arapey', serif;
    letter-spacing: 2px;
    font-weight: 300;
    margin: 0;
    font-size: 6em;
    color: white;
  }
  .ondertitel a {
    font-family: cantarell;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0;
    margin-top: 5%;
    display: inline-block;
    text-decoration: none;
    color: white;
    font-size: 1.25em;
    position: relative;
    padding: 0.5em 3em;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .ondertitel a:before {
    content: '';
    display: block;
    height: 1em;
    width: 1em;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .ondertitel a:after {
    content: '';
    display: block;
    height: 1em;
    width: 1em;
    border-top: 2px solid white;
    border-right: 2px solid white;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .ondertitel a:hover:before,
  .ondertitel a:hover:after {
    width: 100%;
    height: 100%;
  }
  .overroyal {
    height: 56%;
    background-color: #f7f7f7;
  }
  .overroyal .royal {
    width: 49.9%;
    height: 100%;
    display: inline-block;
    float: left;
  }
  .overroyal .royal h1 {
    font-family: cantarell;
    font-weight: 300;
    color: black;
    text-align: center;
    font-size: 3em;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: black;
    margin-left: 20%;
    margin-right: 20%;
  }
  .overroyal .royal p {
    align-content: center;
    font-size: 1em;
    width: 60%;
    font-family: cantarell;
    font-weight: 300;
    letter-spacing: 1px;
    color: black;
    text-align: justify;
    padding-left: 20%;
  }
  .overroyal .proyal {
    width: 49.9%;
    height: 100%;
    display: inline-block;
    float: right;
  }
  .overroyal .proyal h1 {
    font-family: cantarell;
    font-weight: 300;
    color: black;
    text-align: center;
    font-size: 3em;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: black;
    margin-left: 20%;
    margin-right: 20%;
  }
  .overroyal .proyal p {
    align-content: center;
    font-size: 1em;
    width: 60%;
    font-family: cantarell;
    font-weight: 300;
    letter-spacing: 1px;
    color: black;
    text-align: justify;
    padding-left: 20%;
  }
  .restaurant {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: white;
    background-image: url('images/restaurant.jpg');
    background-position: 0% 50%;
    background-attachment: fixed;
    width: 100%;
    height: 40%;
    background-size: cover;
    z-index: 1;
  }
  .restaurant .restauranttitel {
    height: 50%;
    z-index: 2;
    position: relative;
    vertical-align: center;
    align-content: center;
    text-align: center;
  }
  .restaurant .restauranttitel h1 {
    font-family: 'Arapey', serif;
    color: white;
    font-weight: 300;
    letter-spacing: 6px;
    font-size: 8em;
  }
  .restaurantinfo {
    height: 72%;
    background-color: #f7f7f7;
  }
  .restaurantinfo h1 {
    font-family: cantarell;
    font-weight: 300;
    color: black;
    text-align: center;
    font-size: 3em;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: black;
    margin-left: 20%;
    margin-right: 20%;
  }
  .restaurantinfo .links {
    width: 49.9%;
    height: 60%;
    display: inline-block;
    float: left;
  }
  .restaurantinfo .rechts {
    width: 49.9%;
    height: 60%;
    display: inline-block;
    float: right;
  }
  .restaurantinfo p {
    align-content: center;
    font-size: 1em;
    width: 60%;
    font-family: cantarell;
    font-weight: 300;
    letter-spacing: 1px;
    color: black;
    text-align: justify;
    padding-left: 20%;
  }
  .restaurantinfo h4 {
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    font-size: 1.2em;
  }
  .bar {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: white;
    background-image: url('images/bar.jpg');
    background-position: 0% 100%;
    background-attachment: fixed;
    width: 100%;
    height: 40%;
    background-size: cover;
    z-index: 1;
  }
  .bar .bartitel {
    height: 50%;
    z-index: 2;
    position: relative;
    vertical-align: center;
    align-content: center;
    text-align: center;
  }
  .bar .bartitel h1 {
    font-family: 'Arapey', serif;
    color: white;
    font-weight: 300;
    letter-spacing: 6px;
    font-size: 8em;
  }
  .barinfo {
    height: 60%;
    background-color: #f7f7f7;
  }
  .barinfo h1 {
    font-family: cantarell;
    font-weight: 300;
    color: black;
    text-align: center;
    font-size: 3em;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: black;
    margin-left: 20%;
    margin-right: 20%;
  }
  .barinfo p {
    align-content: center;
    font-size: 1em;
    width: 60%;
    font-family: cantarell;
    font-weight: 300;
    letter-spacing: 1px;
    color: black;
    text-align: justify;
    padding-left: 20%;
  }
  .footer {
    height: 50px;
    background-color: #000f23;
    width: 100%;
    color: white;
  }
  .footer .info {
    margin-left: 3%;
  }
  .footer h2 {
    height: 100%;
    margin: 0;
    font-family: Cormorant, serif;
    line-height: 46px;
    font-size: 2.0em;
    float: left;
    text-transform: uppercase;
    vertical-align: bottom;
  }
  .footer span h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.1em;
    letter-spacing: 0px;
    vertical-align: bottom;
  }
    .footer a {
    text-decoration: none;
    color: white;
  }
  .footer p {
    display: inline-block;
    float: right;
    vertical-align: center;
  }
  .footer .copyright {
    text-decoration: none;
    font-family: cantarell;
    letter-spacing: 1px;
    font-size: 0.92em;
    margin: 0;
    padding: 0;
    margin-right: 3%;
  } 
}
html, body 
{
  height: 100%;
  width: 100%;
}