/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: rgb(var(--bs-tertiary-color-rgb));

  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;

  background-color: #14181f;
  color: #fff;
}

h1, h2, h3, h4 {
  font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
}

.text-body-secondary {
  color: #b1aea4 !important;
}

.navbar {
      background-color: #2c3036;
      text-align: center;
      width: fit-content;
      border-radius: .8rem;
      margin: 20px auto; 
}

.navbar .nav-link {
  color: white;

  &:hover {
    background-color: #fff6;
    border-radius: .8rem;
  }
}

#section-intro {
  margin-top:80px;
  text-align: center;

  h1 {
    font-size: 160px;
    line-height: 180px;
    margin-bottom: 50px;

    @media (max-width: 1100px) {
      font-size: 60px;
        line-height: 80px;
    }
  }

  p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
