@media (max-width: 1099px) {
  #box-1 {
    height: 70vh;
    width: 100%;
    display: table;
    background: url("erikoispesut_1160x500.jpg");
    background-size: cover;
    background-attachment: inherit;
  }
}

@media (min-width: 1100px) {
  #box-1 {
    height: 100vh;
    width: 100%;
    background-size: cover;
    display: table;
    background-attachment: fixed;
  }
}

@media (max-width: 1099px) {
  #box-2 {
    height: 70vh;
    width: 100%;
    background-size: cover;
    display: table;
    background-attachment: inherit;
  }
}

@media (min-width: 1100px) {
  #box-2 {
    height: 100vh;
    width: 100%;
    background-size: cover;
    display: table;
    background-attachment: fixed;
  }
}

@media (mAX-width: 775px) {
  h2 {
    font-family: 'Audiowide';
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
  }
}

@media (mAX-width: 775px) {
  h1 {
    font-family: 'Audiowide';
    font-weight: 700;
    font-size: 22px;
    color: #000000;
    background: rgba(112,101,77,0.12);
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 776px) {
  h2 {
    font-family: 'Audiowide';
    letter-spacing: 5px;
    color: #ffffff;
    font-weight: 900;
    padding-top: 100px;
    font-size: 62px;
    margin: 0px;
    text-align: center;
    display: table-cell;
    font-weight: bold;
    vertical-align: middle;
  }
}

@media (min-width: 776px) {
  h1 {
    font-family: 'Audiowide';
    letter-spacing: 5px;
    background: rgba(112,101,77,0.12);
    color: #44464C;
    font-weight: 700;
    font-size: 59px;
    margin: 0px;
    text-align: center;
    display: table-cell;
    font-weight: bold;
    vertical-align: middle;
  }
}

