@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
/* background image */
html {
  background: url(../img/angrygirl.png) no-repeat fixed;
  background-size: auto 90%;
  background-position: 50% 100%;
  background-color: #FF0033;
}
.overlay{position:fixed;top: 0;left: 0; height: 100%; width: 100%;background: blue; z-index: 2; opacity: 0;  transition: 1s;}
#bookadew_logo{
  /*203x96*/
  background-image: url('https://bucket.arsprintmedia.nl/splash/img/bookadew_logo.svg');
  background-repeat: no-repeat;
  display: block;
  z-index: 99;
  position: fixed;
  right: -10px;
  bottom: 5px;
  width: 203px;
  height: 96px;
  transform: scale(0.7);
}
#egg{
  width: 350px;
  height: 220px;
  background-color: #FFF;
  border-radius: 50%;
  position: fixed;
  right: -140px;
  bottom: -90px;
  z-index: 3
}
#notify-button-container{
  transition: 1s;
  overflow: hidden;
  height: 60px;
}
#center {
  width: 80%;
  margin: auto;
}
/* basis container */
#middle {
  position: fixed;
  width: 77%;
  top: 75%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: 1s;
  z-index: 3
}
#form-container{
  width: 400px;
  margin: auto;
  overflow: hidden;
  transition: 1s;
  opacity: 0;
}
#button-form input{
  width: 100%;
  margin-bottom: 10px;
  padding: 18px 15px;
  font-size: 24px;
  border-radius: 2px;
  border: 0;
}
#button-form input[type='submit']{
  font-weight: 700;
  color: #FFF;
  background-color: #5719B4;
  padding: 18px;
  line-height: 1;
}
#button-form input[type='submit']:hover{
  cursor: pointer;
  background-color: #FFFFFF;
  color: #171717;
}
/* tekstuele melding */
.melding-box{
  margin-bottom: 55px;
  text-align: center;
  transition: 1s;
}
/*.melding {
  font-family: 'Ubuntu', sans-serif;
  font-size: 48px;
  color: #232323;
  background-color: #FFF;
  padding: 16px;
line-height: 84px;
  font-weight: 700;
  border-radius: 2px;
}*/
.button{
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
  background-color: #5719B4;
  padding: 18px;
  line-height: 1;
  border-radius: 2px;
  margin: auto;
  width: 150px;
  text-align: center;
  margin-bottom: 40px;
  transition: 0.1s;
}

.button:hover{
  cursor: pointer;
  background-color: #FFFFFF;
  color: #171717;
}


.close{
  background-color: #FF4056;
  margin-bottom: 10px;
  padding: 18px 10px;
  float: right;
  width: 80px;
}

/* responsive tekstuele melding */
@media screen and (max-width: 600px) {
  .middle{
    position: fixed;
    width: 90%;
    top: 90%;
  }
  .button{
    margin: 0 auto 0 auto;
    width: auto;
    font-size: 24px;
  }
  .melding {
    font-size: 32px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  #form-container{
    width: 100%;
  }
  #button-form input{
    font-size: 12px;
    padding: 10px 15px;
  }
  #button-form input[type='submit']{
    font-size: 12px;
    padding: 10px 15px;
  }
  #button-form input[type='submit']:hover{
  }
  .close{
    width: calc(100% - 10px );
    font-size: 12px;
    padding: 10px 15px;
    margin-bottom: 10px;
  }

  #bookadew_logo{
    /*203x96*/
    transform: scale(0.5);
    right: -30px;
    bottom: -5px;
  }
  #egg{
    transform: scale(0.7);
  }
}
