@media (max-width: 1099px) {
  #box-1 {
    height: 60vh;
    width: 100%;
    display: table;
    background: url("../../assets/img/sahkosuunnittelu_vepasahko_joensuu.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: '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: 'Bebas Neue', sans-serif;
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
}

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

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

@media (min-width: 776px) {
  h4 {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 2px;
    color: #44464C;
    background: rgba(0,0,0,0.12);
    color: #ffffff;
    font-weight: 700;
    background: rgba(0,0,0,0.12);
    font-size: 49px;
    margin: 0px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 776px) {
  h1 {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 2px;
    color: #44464C;
    background: rgba(0,0,0,0.12);
    color: #ffffff;
    font-weight: 700;
    background: rgba(0,0,0,0.12);
    font-size: 49px;
    margin: 0px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
}

