.btn-c1 {
  background-color: #161616;
  color: #fff;
}
.btn-c2 {
  background-color: #2fa3a3;
  color: #161616;
}
.btn-c2:hover {
  background-color: #39c0c0;
  color: #161616;
}
.btn-c4 {
  background-color: #455a64;
  color: #fff;
}
.btn-c4:hover {
  background-color: #4f6672;
  color: #fff;
}

.navbar1 {
  padding-bottom: 30px;
  background-color: #161616;
}
.navbar1 a {
  text-decoration: none;
  color: #a4a4a4;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.textC1 {
  color: #161616;
}
.textC2 {
  color: #2fa3a3;
}
.textC3 {
  color: #39c0c0;
}
.textC4 {
  color: #455a64;
}
.textC5 {
  color: #4f6672;
}
.textC6 {
  color: #a4a4a4;
}

.header {
  background-color: #161616;
}
.header img {
  width: 100%;
  height: auto;
}

.welcome {
  background-color: #161616;
  padding-block: 56px;
}
.welcome .textC6 {
  font-size: 16px;
}
.welcome h4 {
  font-size: 32px;
}
.welcome .btn-c2 {
  max-width: inherit;
  font-size: 23px;
  min-height: 56px;
  padding: 8px 32px;
  text-decoration: none;
  display: block;
  font-family: "Kaushan Script", cursive;
  margin-inline: 14px;
}

.aboutUs {
  padding-block: 56px;
}
.aboutUs h3 {
  font-family: "Kaushan Script", cursive;
  font-size: 23px;
  text-align: center;
}
.aboutUs img {
  width: 100%;
  height: auto;
}
.aboutUs h4 {
  font-size: 18px;
}
.aboutUs p {
  line-height: 1.8;
  color: #5e5e5e;
}

.contactUs {
  padding-block: 56px;
}
.contactUs h3 {
  font-family: "Kaushan Script", cursive;
  font-size: 23px;
  text-align: center;
}
.contactUs .btn-c2,
.contactUs .btn-c4 {
  padding: 8px 32px;
  text-decoration: none;
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactUs .btn-c2 img,
.contactUs .btn-c4 img {
  width: 24px;
  height: auto;
}
.contactUs .btn-c2 {
  font-family: "Kaushan Script", cursive;
  font-size: 23px;
}
.contactUs .link {
  color: #2ea0a0;
}
.contactUs .link:hover {
  color: #124f4f;
}
.contactUs h4 {
  font-size: 18px;
}
.contactUs p {
  line-height: 1.8;
  color: #5e5e5e;
}

.footer {
  border-top: 1px solid #d3d3d3;
  padding-block: 32px;
}/*# sourceMappingURL=style.css.map */