@import url('https://fonts.googleapis.com/css?family=Playfair+Display');

/* Variable declaration */
/* General styling */

.logo {
    width: 400px;
    text-align: center;
}

.logoklein {
    padding-top: 47px;
    padding-bottom: 20px;
    margin: 0 auto;
    width: 70px;
}

.lijntje {
	margin: 0 auto;
    width: 100px;
	border-style: solid;
    border-width: 3px 0px 0px 0px;
	border-color: #c3cf21;
    margin-top: 35px;
}
.centreer {
    width: 400px;
    text-align: center;
}
.klik {
    font-family: 'Lato', sans-serif;
	font-weight: 400;
    font-size: 0.9em;
    line-height: 1.5em;
    color: 0092cf;
    width: 400px;
    text-align: center;
}

.maan {
    width: 400px;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

#wrapper {
  margin: 0 auto;
  margin-top: 100px;
  width: 320px;
}

.button {
  float: left;
  height: 64px;
  width: 64px;
  margin: 0 8px;
  background-color: #777;
  cursor: pointer;
  box-shadow: 3px 3px #2E2E2E;
}
.button [class^="icon-"] {
  display: inline-block;
  width: 100%;
  line-height: 64px;
  text-align: center;
  height: 64px;
  font-size: 38px;
  background: -webkit-linear-gradient(#fff, #ccc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.button [class^="icon-"]:before {
  display: initial;
}

#star {
  background-color: #CCCC52;
}

#anchor {
  background-color: #52A3CC;
}

#beaker {
  background-color: #52CC52;
}

#bug {
  background-color: #CC5252;
}

/* Modal overlay styling */
#overlay {
  display: none;
  z-index: 5;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#overlay #screen {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}
#overlay .dialog {
    z-index: 10;
    display: none;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*JUISTE AFMETINGEN INHOUD DIE GETOOND WORDT OM TE CENTREREN, ZIE OOK IMG HIERONDER, IDENTIEK*/
    width: 640px;
    height: 480px;
    /*border: 3px solid rgba(182, 221, 213, 1);
    border-radius: 5%;*/
    border-radius: 25px;
    border-width: 2px;
    border-style: dashed;
    border-color: #b5ddd8 !important;
    
}
#overlay .dialog img {
    width: 636px;
    height: 476px;
    filter: grayscale(100%) sepia(100%) hue-rotate(330deg) brightness(0.9) saturate(1);
    border-radius: 25px;
    padding: 10px;
}

#overlay .dialog:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
    background-image: url("../img/VolleMaan500.png");
  background-position: center;
  background-repeat: no-repeat;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
#overlay .dialog .label-dialog {
  float: left;
  height: 100px;
  width: 100px;
  background-color: #444;
  text-align: center;
  vertical-align: middle;
}
#overlay .dialog .label-dialog [class^="icon-"] {
  line-height: 100px;
  font-size: 60px;
  color: #333;
}
#overlay .dialog .body-dialog {
position: absolute;
  float: left;
  height: 100px;
  /*line-height: 100px;*/
  width: 200px;
    z-index: 100;
}
#overlay .dialog .body-dialog .maangedicht {
width: 400px;
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 22px;
    line-height: 1.4em;
font-family: 'Playfair Display', serif;
	font-weight: 400;
  color: #493f31;
  vertical-align: middle;
}
#overlay .dialog .body-dialog p span {
  /*font-weight: 700;*/
}
#overlay .dialog .ok-dialog {
  float: left;
  height: 100px;
  width: 50px;
  background-color: #333;
  text-align: center;
  vertical-align: top;
}
#overlay .dialog .ok-dialog [class^="icon-"] {
  line-height: 100px;
  font-size: 30px;
  color: #EEE;
}
#overlay .dialog .ok-dialog:hover {
  background-color: #555;
  cursor: pointer;
}
#overlay #dialog-star .label-dialog [class^="icon-"] {
  color: #CCCC52;
}
#overlay #dialog-star .ok-dialog {
  background-color: #CCCC52;
}
#overlay #dialog-star .ok-dialog:hover {
  background-color: #dddd41;
}
#overlay #dialog-anchor .label-dialog [class^="icon-"] {
  color: #52A3CC;
}
#overlay #dialog-anchor .ok-dialog {
  background-color: #52A3CC;
}
#overlay #dialog-anchor .ok-dialog:hover {
  background-color: #41a9dd;
}
#overlay #dialog-beaker .label-dialog [class^="icon-"] {
  color: #52CC52;
}
#overlay #dialog-beaker .ok-dialog {
  background-color: #52CC52;
}
#overlay #dialog-beaker .ok-dialog:hover {
  background-color: #41dd41;
}
#overlay .dialog:nth-of-type(5) .label-dialog [class^="icon-"] {
  color: #CC5252;
}
#overlay .dialog:nth-of-type(5) .ok-dialog {
  background-color: #CC5252;
}
#overlay .dialog:nth-of-type(5) .ok-dialog:hover {
  background-color: #dd4141;
}

@media screen and (max-width: 47.2em) {
    #overlay .dialog {
        width: 500px;
        height: 375px;
    }
    #overlay .dialog img {
        width: 496px;
        height: 371px;
    }
}