@media only screen and (min-width: 2000px) {
  #main_nav ul li a {
    font-size: 1.5rem;
  }
  #shading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .welcomeTo {
    font-size: 2.5rem;
  }
  #mainInfoHP h1 {
    font-size: 5rem;
  }
  .tourButton,
  .phoneButton {
    padding: 5px;
    font-size: 1.5rem;
  }
  .tourButton {
    border: solid medium #907810;
  }
  .phoneButton {
    border: solid medium white;
  }
  #communityInfo p {
    font-size: 2rem;
    line-height: 3rem;
  }
  .smallTourButton {
    border: solid medium #907810;
  }
  .smallTourButton img {
    height: 50px;
    width: 50px;
  }
  .smallTourButton a {
    font-size: 1.5rem;
  }
}
