@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: 'Special Elite';
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 3px;
    text-align: center;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
  }
}

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

@media (mAX-width: 775px) {
  h3 {
    font-family: 'Special Elite';
    font-weight: 600;
    font-size: 27px;
    letter-spacing: 0px;
    color: #474747;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 776px) {
  h1 {
    font-family: 'Montserrat';
    letter-spacing: 2px;
    color: #ffffff;
    font-size: 46px;
    margin: 0px;
    text-align: center;
    display: table-cell;
    font-weight: 600;
    vertical-align: middle;
  }
}

@media (min-width: 776px) {
  h3 {
    font-family: 'Special Elite';
    letter-spacing: 3px;
    color: #474747;
    font-size: 46px;
    margin: 0px;
    text-align: center;
    display: table-cell;
    font-weight: 600;
    vertical-align: middle;
  }
}

