

ul {
  padding: 0px;
}

.body--font {
  font-family: Arial, Helvetica, sans-serif;
  color: #121212;
}

.body--font__white {
  color: white;
}

.body--font__line-height {
  line-height: 1.5em;
}

.body--text__medium {
  font-size: 1.5em;
}

.body--text__small {
  font-size: 1.25em;
}

.body--text__smaller {
  font-size: 1em;
}

.header--title {
  padding-left: 30px;
  padding-bottom: 20px;
}

.home-header--hero {
  width: 100%;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  background-color: #70cbd2;
}

.header--font {
  font-size: 2.5em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.header--image__size {
  width: 50%;
}

.header--list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-left: 0px;
}

.header--list-items{
  text-decoration:underline;
  font-size:1.2em;
}

.header--list-container {
  margin-top: 10px;
  
}

.header--list__text-selected{
  color: white;
}

.header--list-bullet {
  width: 15px;
  padding-right: 5px;
}

.body--intro-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.body--text-container {
  width: 60%;
}

.body--card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top:25px;
  padding-bottom:25px;
  padding-left: 50px;
  padding-right: 50px;
}

.body--card__highlight-background{
  background-color: #f7f7f7;
}

.body--card__flex-direction {
  flex-direction: row;
}

.body--card__flex-direction-reverse {
  flex-direction: row-reverse;
}

.body--card-inner {
  display: flex;
  flex-direction: column;
  width: 60%;
  justify-content: space-evenly;
}

.body--card-image {
  width: 30%;
}

.home-btn__teal {
  background-color: #70cbd2;
  width: 45%;
  /* transition: 1s; */
}

.home-btn__teal:hover {
    background-color:  white;
    border-style: solid;
    border-width: thin;
    border-color: #70cbd2;
    cursor: pointer;
}

.home-btn__teal:hover p {
    color: #70cbd2;
    transition: 0.5s;
    transform: scale(1.05);
}

.btn--text {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  text-align: center;
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .header--title {
    font-size: 3em;
    text-align: center;
    padding-left: 0px;
  }

  .header--font {
    font-size: 3em;
    text-align: center;
  }

  .header--image__size {
    width: 60%;
  }

  .header--list-container {
    margin-top: 70px;
    margin-left: 30%;
  }

  .header--list {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    font-size: 1.5em;
  }

  .header--list-items {
    padding-bottom: 10px;
  }

  .header--list-bullet {
    padding-right: 15px;
  }

  .header--list__text-selected{
    color: #666666;
  }
  

  .body--card {
    flex-direction: column;
    align-items: center;
    /* margin-bottom: 100px; */
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .body--card-image {
    width: 325px;
  }

  .body--card-inner {
    align-items: center;
    text-align: center;
    width: 80%;
  }

  .home-btn__teal {
    width: 90%;
  }

  .btn--text {
    font-size: 2.5em;
  }

  .body--text__medium {
    font-size: 2em;
  }

  .h1__responsive {
    font-size: 3em;
  }

  .h2__responsive {
    font-size: 2.5em;
  }

  .body--text__small {
    font-size: 1.75em;
  }

  .body--text__smaller {
    font-size: 1.5em;
  }
}

@media(max-width:425px){
  .header--font {
    font-size: 5em;
    text-align: center;
  }

  .header--image__size {
    width: 90%;
  }

  .header--list {
    font-size: 2em;
  }

  .header--list-container {
    margin-left: 25%;
  }

}
