/**********	404 ERROR PAGE **********/

.error {
  padding-left: 40px;
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 55px;
  color: #046a38;
  z-index: 5;
}

.errorMessage {
  padding-left: 80px;
  position: relative;
  width: 50%;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 25px;
  z-index: 6;
}

.errorPage {
  position: relative;
}

.gos_logo_bw {
  position: absolute;
  right: 10px;
  bottom: -30px;
  max-width: 30%;
  min-width: 30%;
  height: auto;
  z-index: 1;
}
