body {
  overflow-x: hidden;
  color: black;
}

.backgrounds {
  min-height: 100vh !important;
  max-height: 100vh !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.vertical-align {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.text-center {
  text-align: center;
}

.btn {
  border-radius: 1px;
  border: 2px solid white;
  color: white;
  background-color: transparent;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
}

.btn:hover {
  background-color: white;
  color: black;
}
#aboutLandingPage h1 {
  font-size: 60px;
}

.mission-img {
  background: url("../img/miss.jpg");
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center;
}

.mission-contents {
  text-align: left !important;
}

.policy-img {
  background: url("../img/quality.jpg");
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
}

#main-focus {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.services-btn {
  border: 2px solid black;
  color: black;
}
.services-btn:hover {
  background-color: black;
  color: white;
}
.services-view {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  #aboutLandingPage {
    background: url("../img/about.jpg");
    /* background-attachment: fixed; */
    background-size: cover;
    color: white;
  }
  .icon {
    padding-bottom: 20px;
  }
  .cards {
    padding-bottom: 10px;
    text-align: center;
  }
  #mission {
    min-height: 70vh;
  }
  .mission-img {
    height: 40vh;
  }
  #policy {
    min-height: 75vh;
  }
  .policy-img {
    height: 40vh;
  }
  .content-title {
    padding-top: 30px;
  }

  .mission-contents {
    padding-bottom: 30px;
    text-align: center !important;
  }
  .policy-contents {
    padding-bottom: 30px;
    text-align: center !important;
    font-size: 20px;
  }
  #quote {
    background-color: rgb(245, 231, 110);
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
    font-style: italic;
  }
  #quote h2 {
    font-size: 1.6rem;
  }

  #main-focus .image {
    height: 15vh;
  }

  #main-focus img {
    height: 70%;
  }

  #main-focus .image h5 {
    padding-top: 30px;
  }

  #main-focus-subs .image {
    height: 50vh;
    margin: 0px;
  }

  #main-focus-subs .image img {
    width: 100%;
  }

  #main-focus-subs .cards {
    box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.2);
    padding: 0px;
    border-radius: 10px 10px 10px 10px;
    transform: scale(0.95);
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  #aboutLandingPage {
    background: url("../img/about.jpg");
    background-attachment: fixed;
    background-size: cover;
    color: white;
  }
  #mission {
    height: 50vh;
  }
  #policy {
    height: 50vh;
  }
  .image img {
    height: 80%;
  }
  #quote {
    background-color: rgb(245, 231, 110);
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding-left: 50px;
    font-style: italic;
    font-size: 20px;
  }

  #main-focus .icon {
    margin-bottom: 20px;
  }
  #main-focus .image {
    margin: 0 auto;
    width: 128px;

    margin-bottom: 40px;
  }
  #main-focus .image img {
    height: 270px;
  }

  .image img {
    height: 80%;
  }

  #main-focus .cards {
    margin: auto;
    margin-top: 12px;
    position: relative;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0;
    transform: scale(0.95);
    transition: box-shadow 0.5s, transform 0.5s;
  }

  #main-focus .cards:hover {
    transform: scale(1);
    box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.2);
  }

  #main-focus-subs {
    padding-left: 100px;
    padding-right: 100px;
  }

  #main-focus-subs img {
    width: 100%;
  }

  .left-align {
    text-align: left !important;
  }
}
