/* line 1, ../sass/404.scss */
#Page404 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: calc(100vh - 264px);
}
/* line 18, ../sass/404.scss */
#Page404 h1 {
  position: relative;
  font-size: 6vw;
  margin-bottom: 10vh;
}
/* line 24, ../sass/404.scss */
#Page404 p {
  position: relative;
}
/* line 27, ../sass/404.scss */
#Page404 p a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #000;
  color: #000;
}
/* line 35, ../sass/404.scss */
#Page404 p a:hover {
  color: #fed03e;
  border-color: #fed03e;
}

@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 46, ../sass/404.scss */
  #Page404 h1 {
    font-size: 10vw;
  }
  /* line 51, ../sass/404.scss */
  #Page404 span a {
    font-size: 4vw;
  }
}
