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

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

@media (mAX-width: 775px) {
  h2 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
    font-size: 27px;
    color: #f8f8f8;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
}

@media (mAX-width: 775px) {
  h1 {
    font-family: 'Nunito';
    font-weight: 300;
    font-size: 27px;
    letter-spacing: 0px;
    font-style: oblique;
    color: #000000;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 776px) {
  h2 {
    font-family: 'Be Vietnam Pro', sans-serif;
    letter-spacing: 0px;
    color: #ffffff;
    font-size: 39px;
    margin: 0px;
    text-align: center;
    display: table-cell;
    font-weight: 500;
    vertical-align: middle;
  }
}

@media (min-width: 776px) {
  h1 {
    font-family: 'Nunito';
    letter-spacing: 0px;
    color: #474747;
    font-size: 45px;
    margin: 0px;
    font-style: oblique;
    text-align: center;
    display: table-cell;
    font-weight: 500;
    vertical-align: middle;
  }
}

