.nav-link {
  font-size: 2rem;
}

.nav-link:hover {
  color: #fe9a0e;
}

.hero-container {
  height: 80vh;
  height: 80svh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../imgs/hero_img.jpg");
  background-position: center 40%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-row {
  height: 100%;
}

.hero-text-position {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-text-wrapper {
  border-radius: 15px;
  padding: 15px;
  color: white;
}

.hero-subtitle {
  letter-spacing: 2px;
}

.hero-link {
  color: #fff;
  transition: all, 0.2s;
}

.hero-link:hover {
  color: #fe9a0e;
  transition: all, 0.2s;
}

.about-us-text-position {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.about-us-link {
  color: #000;
}

.about-us-link:hover {
  color: #fe9a0e;
}

.container-section-bg {
  background-color: #fff7f2;
}

.card {
  background-color: transparent;
  border: 2px solid lightgray;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.container-card-btn {
  font-size: 1.5rem;
  border: 2px solid #fe9a0e;
  background-color: #fff;
  padding: 5px 40px;
  border-radius: 10px;
  color: #fe9a0e;
}

.container-card-btn:hover {
  background-color: #fe9a0e;
  color: #fff;
}

.accordion-item {
  border: 2px solid #dee2e6;
}

.accordion-button {
  font-size: 2rem;
}

.accordion-button:hover {
  color: #fe9a0e;
}

.accordion-button:focus {
  border-color: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #fff7f2;
  color: #fe9a0e;
}

.accordion-body {
  font-size: 1.2rem;
  text-align: justify;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #fff7f2;
}

.contact-text {
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.contact-item {
  display: flex;
  align-items: center;
}

.contact-text div i {
  font-size: 4rem;
  margin-right: 20px;
  color: #fe9a0e;
}

.contact-item-text {
  display: flex;
  flex-direction: column;
}

.contact-item-text a {
  color: #fe9a0e;
  text-decoration: none;
}

.contact-item-text a:hover {
  text-decoration: underline;
}

.form-label {
  font-size: 20px;
}

.form-control:focus {
  border-color: transparent;
  box-shadow: 0px 0px 10px 2px rgba(254, 154, 14, 0.75);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(254, 154, 14, 0.75);
  -moz-box-shadow: 0px 0px 10px 2px rgba(254, 154, 14, 0.75);
}
