body {
  padding: 0;
  margin: 0;
  font-family: "Josefin Sans";
	color: white;
}

a
{
color: #eee;	
}
a:hover
{
color: #fff;	
}
p
{
color: #eee;	
}
.error-wall {
  width: 100%;
  height: 100%;
  position: fixed;
  text-align: center;
}
.error-wall.load-error {
  background-color: #336699;
}
.error-wall.matinence {
  background-color: #a473b1;
}
.error-wall.missing-page {
  background-color: #00bbc6;
}
.error-wall .error-container {
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.error-wall .error-container h1 {
  color: #fff;
  font-size: 80px;
  margin: 0;
}
@media (max-width: 850px) {
  .error-wall .error-container h1 {
    font-size: 65px;
	  line-height: 150%;
  }
}
.error-wall .error-container h3 {
  color: #ccc;
  font-size: 30px;
  margin: 0;
	font-weight: 100;
		  line-height: 150%;
}
@media (max-width: 850px) {
  .error-wall .error-container h3 {
    font-size: 25px;
  }
}
.error-wall .error-container h4 {
  margin: 0;
  color: #fff;
  font-size: 40px;
		  line-height: 150%;
}
@media (max-width: 850px) {
  .error-wall .error-container h4 {
    font-size: 35px;
  }
}
.error-wall .error-container p {
  font-size: 20px;
}
.error-wall .error-container p:first-of-type {
  color: #cc9933;
  font-weight: lighter;
}
.error-wall .error-container p:nth-of-type(2) {
  color: #cc9933;
  font-weight: lighter;
}
.error-wall .error-container p.type-white {
  color: #fff;
}
@media (max-width: 850px) {
  .error-wall .error-container p {
    font-size: 12px;
  }
}
@media (max-width: 390px) {
  .error-wall .error-container p {
    font-size: 10px;
  }
}
