:root {
  --bs-link-color-rgb: 255, 110, 26;
  --bs-primary: #ff6e1a;
}

.btn-primary {
  --bs-btn-bg: #ff6e1a;
  --bs-btn-border-color: #ff6e1a;
  --bs-btn-hover-bg: rgba(255, 110, 26, 0.786);
  --bs-btn-hover-border-color: rgba(255, 110, 26, 0.786);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-bg: rgba(255, 110, 26, 0.786);
  --bs-btn-active-border-color: rgba(255, 110, 26, 0.786);
  --bs-btn-disabled-border-color: #ff6e1a;
}
.btn-outline-primary {
  --bs-btn-bg: transparent;

  --bs-btn-color: #ff6e1a;
  --bs-btn-border-color: #ff6e1a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ff6e1a;
  --bs-btn-hover-border-color: #ff6e1a;
  --bs-btn-hover-color: #fff;
}

.btn-secondary {
  --bs-btn-bg: #fff;

  --bs-btn-color: #ff6e1a;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ff6e1a;
  --bs-btn-hover-border-color: #ff6e1a;
  --bs-btn-hover-color: #fff;
}

.card {
  --bs-card-spacer-y: 2rem;
  --bs-card-spacer-x: 2rem;
  --bs-card-border-color: none;
  --bs-card-border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.box-shadow {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.title-line {
  width: 50px;
  border-color: #ff6e1a;
  border-width: 3px;
  opacity: 1;
}
.title-line.center {
  margin: 1rem auto;
}

body {
  background-color: #fffaf5f2;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;

  font-optical-sizing: auto;
  font-style: normal;
}
h1 {
  font-weight: 700;
  font-size: 2.75rem;
}
h2 {
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 0.25rem;
}
h5 {
  font-weight: 700;
}
h6.subtitle {
  text-transform: uppercase;
}

.navbar {
  background-color: #fffaf5f2;
  color: #fff;
}
.header .header-content {
  max-width: 800px;
}
.header > div {
  background-color: rgba(255, 255, 255, 0.3);
  padding-top: 80px;
}
.header {
  margin-bottom: 3rem;
}
.header .row > * {
  padding-right: 24px;
  padding-left: 24px;
}

.header-img-top {
  flex: 1;
  background-size: cover;
  background-position: center;
}

.header .img-long {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.header .img-horizontal {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.header .img-square,
.header .img-horizontal-stretch {
  height: 100%;
}

.header-img-content {
  padding-top: 56.25%;
}

.bg-highlight {
  background-color: rgb(253 225 211 / 0.3);
}

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.card-img-top {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.card-img-top > img {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
  top: 0;
}

.ratio-img {
  object-fit: cover;
}

.card-icon {
  padding: 1.5rem;
  border-radius: 50%;
  background-color: var(--bs-primary);
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
a {
  color: inherit;
  text-decoration: none;
}

p a {
  color: var(--bs-primary);
  text-decoration: underline;
}

.header-text {
  max-width: 600px;
}

@media (min-width: 768px) {
  .header {
    margin-bottom: 8rem;
  }
  .header > div {
    height: 70vh;
    min-height: 750px;
  }
  .header-img-content {
    padding-top: unset;
  }
  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
