/* color:
    blue: #8adee6
    orange: #ea983f */

body {
  background: white;
  margin: 0;
}
.image-spacing {
  display: flex;
  max-width: 33%;
  width: 100%;
}

.image-spacing img {
  margin: 0 auto;
  height: 15rem;
}
.nav-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 32px;
  margin: 0 auto;
  align-items: center;
  max-width: 80%;
}
.nav-bar .phone-number {
  margin: auto;
  width: 100%;
  text-align: right;
  max-width: 33%;
}
.nav-bar .phone-number a {
  font-size: 1.5rem;
  text-decoration: none;
  color: #8adee6;
}
.nav-bar .phone-number a:hover {
  color: #ea983f;
}
.nav-bar .hamburger-menu {
  /* margin: auto; */
  margin: auto 0;
  /* align-content: left; */
  max-width: 33%;
  width: 100%;
}
.nav-bar .hamburger-menu ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  /* align-content: left; */
  padding-inline-start: 0;
}
.nav-bar .hamburger-menu ul li {
  margin: 0 2rem;
  color: #8adee6;
}
.opening {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
.opening .opening-image {
  max-width: 60%;
  margin: auto;
}
.opening .opening-image img {
  width: 100%;
}
.opening-text {
  display: flex;
  background-color: lightgray;
  flex-direction: column;
  text-align: center;
  justify-content: space-evenly;
  max-width: 30%;
  padding-top: 7rem;
  padding-bottom: 5rem;
}
.opening-text h2 {
  margin: auto 3rem;
}
.opening-text p {
  width: 65%;
  align-self: center;
  margin: auto 3rem;
}
.opening-text h2 {
  margin-bottom: 1rem;
}
.opening-text button {
  margin: auto;
  width: 20rem;
  height: 4rem;
  border: none;
  border-radius: 5px;
  background-color: #8adee6;
  color: white;
  box-shadow: 10px 10px gray;
}
.opening-text button:hover {
  cursor: pointer;
  background-color: #ea983f;
  transition: all 0.65s ease;
  box-shadow: none;
}
.li-banner {
  width: 100%;
  color: white;
  background-color: #8adee6;
  height: 15rem;
  display: flex;
  margin-top: 3rem;
  font-family: "Fredoka", sans-serif;
  font-style: normal;
  font-weight: 450;
}
.li-banner p {
  display: flex;
  margin: 0 auto;
  font-size: 3rem;
  align-self: center;
}
.about-us {
  /* background-color: lightgray; */
  max-width: 80%;
  margin: 3rem auto;
  height: 56rem;
  text-align: center;
}
.about-us h1 {
  font-size: 4rem;
  color: #8adee6;
  font-family: "Fredoka", sans-serif;
  font-style: normal;
  font-weight: 450;
}
.about-us p {
  font-size: 1.5rem;
  margin: auto 3rem;
}
.choose-us {
  max-width: 80%;
  margin: 3rem auto;
  height: 46rem;
  text-align: center;
  background-color: lightgray;
  padding-top: 1rem;
}
.choose-us span img {
  height: 5rem;
  margin-left: 1rem;
}

.choose-us h1 {
  font-size: 4rem;
  color: #ea983f;
  font-family: "Fredoka", sans-serif;
  font-style: normal;
  font-weight: 450;
}
.choose-us p {
  font-size: 1.5rem;
  /* display: inline-block;
  margin: 0.5rem auto; */
  margin: auto 3rem;
  text-align: left;
}
.choose-us p .centered {
}
.contact {
  max-width: 80%;
  margin: 1rem auto;
  height: 40rem;
}
.first-break {
  margin-top: 3rem;
  width: 25%;
  height: 3px;
  /* margin-right: auto; */
  margin-inline-start: 10%;
  border: none;
  background-color: #8adee6;
}
.second-break {
  margin-top: 2rem;
  width: 25%;
  height: 3px;
  margin-inline-start: 20%;
  border: none;
  background-color: #ea983f;
}
.colorized-font {
  color: darkcyan;
}
.colorized-font:hover {
  text-decoration: underline solid darkcyan 2px;
}
.contact h1 {
  text-align: center;
  font-size: 4rem;
  font-family: "Fredoka", sans-serif;
  font-style: normal;
  font-weight: 450;
}
.contact div {
  display: flex;
  flex-direction: row;
}
.contact div .contact-us-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-evenly;
  padding: 4rem 3rem 1rem;
}

.contact div .contact-us-text p {
  font-size: 1.5rem;
}

.contact div .contact-us-text h2 {
  font-size: 2rem;
  font-family: "Fredoka", sans-serif;
  font-style: normal;
  font-weight: 450;
}
.contact div img {
  height: 18rem;
  margin: 7rem auto 0 5rem;
}
.contact-button {
  margin: 0 auto;
  width: 20rem;
  height: 4rem;
  border: none;
  border-radius: 5px;
  background-color: #8adee6;
  color: white;
  box-shadow: 10px 10px gray;
}
.service-provided h1 {
  text-align: center;
  font-size: 4rem;
  font-family: "Fredoka", sans-serif;
  font-style: normal;
  font-weight: 450;
  
}
.service-provided{
  
}

.columns {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.col-one {
  font-size: 1.5rem;
  /* border: 5px solid black; */
}

.col-two {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  /* border: 5px solid black; */
}

.twenty-off {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  font-size: 1.5rem;
  /* border: 5px solid black; */
}

.five-off {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  font-size: 1.5rem;
}

.auto-schedule {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  font-size: 1.5rem;
}
.money{
  color: darkcyan;
}
