.page-404 .background {
  background-image: url("/img/background404.jpg");
  background-position: center center;
  background-size: cover;
  padding-top: 105px; }
.page-404 h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 160px;
  font-weight: 700;
  color: #231f20;
  text-align: center;
  line-height: 1; }
.page-404 h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 65px;
  font-weight: 300;
  color: #231f20;
  text-align: center;
  margin-bottom: 12px; }
.page-404 p {
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 900;
  color: #231f20;
  text-align: center;
  margin-bottom: 50px; }
.page-404 .buttons {
  width: 100%;
  display: block;
  text-align: center; }
  .page-404 .buttons button {
    padding: 50px 130px;
    position: relative;
    margin-right: 20px; }
    .page-404 .buttons button.red {
      background: url("/img/btn/red.png") #ff0000;
      background-size: cover;
      background-position: center center; }
      .page-404 .buttons button.red:hover {
        background-color: #aa0000; }
    .page-404 .buttons button.blue {
      background: url("/img/btn/blue.png") #ff0000;
      background-size: cover;
      background-position: center center; }
      .page-404 .buttons button.blue:hover {
        background-color: #aa0000; }
    .page-404 .buttons button.yellow {
      background: url("/img/btn/yellow.png") #ff0000;
      background-size: cover;
      background-position: center center; }
      .page-404 .buttons button.yellow:hover {
        background-color: #aa0000; }
.page-404 .white {
  background-color: rgba(255, 255, 255, 0.85);
  height: 340px;
  width: 100%;
  margin-top: -60px; }

/*# sourceMappingURL=style2.css.map */
