@media (max-width: 800px ) {
  h1 {
color: #2a9bdf !important;
    font-size: 1.5em !important;
  }
}

@media (min-width: 801px ) {
  h1 {
color: #2a9bdf !important;
    font-size: 2em !important;
  }
}

