#wait {
  display: block;
  position: absolute;
  padding-top: 20%;
  z-index:10;
  top: 0;
  left: 0;
  width:100%;
  height: 100%;
  background-color:white;
  text-align: center;
  z-index: 100000000;
}

#wait img, #wait h1 {
  margin: auto;
  text-align: center;
  color: #006;
  float: none;
  margin-top: 20px;
  font-weight: bold;
  font-size: 48px;
  font-variant:small-caps;
}
#wait img.wait-logo {
  margin: 0px auto 20px auto;
  width: 180px;
}
/* hero-image*/
.jumbotron {
  color: white;                                      
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 300px;
}

/*cookie*/
#cookie-div {
  padding: 20px;
  position: fixed;
  top: 0;
width: 100%;
text-align: center;
color: #fff;
background-color: rgba(0,0,0,0.6);
z-index: 10000000;
}
#cookie-div.text {
  margin: 25px;
width: 90%;
}
#cookie-div, #cookie-div a {
  color: #fff;
  cursor: pointer;
}
#cookie-divCloser {

  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}

#footer, #footer a{
  color: #fff;
  /*background: #666; */
}
#footer .footer-bottom {
    background: #777;
}
#footer .credit {
  font-size: 0.9em;
  line-height: 1.4em;
  color: #ccc;
}

#footer .credit img {
  float: right;
  margin: 0px 0px 0px 10px;
  width: 90px;
}

@media (max-width:1020px) {
  #footer .credit img {
    width: 60px;
  }
}

