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

@media (min-width: 1100px) {
  #box-1 {
    height: 80vh;
    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: 'Montserrat';
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
}

@media (mAX-width: 775px) {
  h4 {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    font-size: 29px;
    color: #ffffff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
}

@media (mAX-width: 775px) {
  h4 {
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 19px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
}

@media (mAX-width: 775px) {
  h1 {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 23px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 776px) {
  h4 {
    font-family: 'Montserrat';
    font-weight: 800;
    letter-spacing: 1px;
    color: #44464C;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 776px) {
  h1 {
    font-family: 'Montserrat';
    font-weight: 900;
    letter-spacing: 1px;
    color: #44464C;
    background: rgba(0,0,0,0.12);
    color: #ffffff;
    background: rgba(0,0,0,0.12);
    font-size: 40px;
    margin: 0px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
}

