@font-face {
  font-family: 'Roboto', sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
}

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

div.wrapper{
  position: relative;
  width: 100%;
  height: 100%;
}

div.reclame{
  position: absolute;
  z-index: 1001;
  top: 2.5%;
  left: 25%;
  transform: translateX(-50%);
  font-size: 25px;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  font-family: Roboto;
  max-width: 20%;
  overflow: hidden;
}

a{
  text-decoration: none;
  color: black;
  font-weight: bold;
}

div.wrapper-frankrijk{
  background-image: url(../img/frankrijk.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

div.wrapper-frankrijk:hover{
  transition: 500ms;
  opacity: 0.8;
  cursor: pointer;
}

div.wrapper-portugal:hover{
  transition: 500ms;
  opacity: 0.8;
  cursor: pointer;
}

div.wrapper-portugal{
  background-image: url(../img/portugal.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

div.text{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
}

p{
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
  text-align: center;
  color: white;
  padding: 0;
  margin: 0;
}
