@charset "utf-8";
@media screen and (max-width: 1400px) {
  #button-container {
    display: none
  }
  .card-img {
    height: 200px;
  }
  #getstarted {
    display: inline-block
  }
  h1 {
    font-size: 28px
  }
  h2 {
    font-size: 24px
  }
  h3 {
    font-size: 20px
  }
  p {
    font-size: 15.5px
  }
  .list {
    font-size: 15.5px
  }
  #nav-container {
    flex: 2 !important
  }
}
@media screen and (max-width: 1000px) {
  .container-padded {
    flex-direction: column;
    align-items: center
  }
  .container {
    flex-direction: column;
    align-items: center
  }
  #elderly-couple {
    width: 75%;
    margin: auto;
    position: relative;
    float: none;
  }
  footer {
    flex-direction: column;
    align-items: center
  }
  .main-flex-left {
    padding: 40px 7.5% 20px;
    max-width: 700px;
    min-width: 0px;
    width: 85%
  }
  .main-flex-right {
    padding: 20px 7.5% 40px;
    max-width: 700px;
    min-width: 0px;
    width: 85%
  }
  .reverse {
    flex-flow: column-reverse;
  }
}
@media screen and (max-width: 975px) {
  .card {
    margin: 0;
    width: auto;
    max-width: 400px;
    min-height: 0px;
    padding: 30px;
  }
  #card-center {
    margin: 30px 0
  }
  #service-cards {
    flex-direction: column;
    align-items: center
  }
}
@media screen and (max-width: 950px) {
  .activeMenuItem {
    border: 1px solid white;
    border-radius: 35px;
    background-image: none;
  }
  .banner {
    height: 400px
  }
  #bars {
    display: block
  }
  #button-container {
    display: flex
  }
  footer {
    top: 100px;
    position: relative;
  }
  header {
    position: fixed
  }
  #header-button {
    display: none
  }
  .hero-heading {
    font-size: 36px;
  }
  #hero {
    left: 5%;
    max-width: 350px;
  }
  .logo {
    height: 60px;
  }
  main {
    top: 100px;
    position: relative;
  }
  #nav-container {
    align-items: flex-start;
    background: #655dc6;
    box-shadow: 0px 2.5px 5px rgba(0, 0, 0, 0.5);
    display: none;
    height: 100vh;
    position: absolute;
    right: 0;
    text-align: center;
    top: 119px;
    width: 100vw;
    max-width: 300px;
    z-index: 4;
  }
  .nav {
    padding-top: 35px
  }
  .nav li {
    display: block;
    color: white;
    padding: 15px 25px;
  }
  /*p{text-align: justify}*/
  #sub-header2 {
    padding: 0;
  }
}
@media screen and (max-width: 775px) {
  #social-media {
    display: none
  }
  #banner-home {
    background-image: url("../images/home-banner-mobile.jpg");
    background-position: center bottom;
  }
  #banner-home {
    height: 750px;
  }
  #hero {
    top: 50px;
    left: auto;
    text-align: center;
    max-width: 500px;
    padding: 5%;
  }
  .hero-heading {
    color: #655dc6;
    text-shadow: none;
  }
  #hero-text {
    color: rgba(50, 50, 50, .85);
  }
}
@media screen and (max-width: 650px) {
  .banner {
    height: 200px
  }
  .hero-heading {
    font-size: 40px;
  }
  h1 {
    font-size: 24px
  }
  h2 {
    font-size: 22px
  }
  h3 {
    font-size: 20px
  }
}
@media screen and (max-width: 525px) {
  .card {
    max-width: 300px;
  }
  .hero-heading {
    font-size: 32px;
  }
  #office-address {
    display: none
  }
  #office-hours {
    display: none
  }
}