/**************************/
/* HEADER */
/**************************/

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;

  background-color: #f1f1f1;
  height: 9.6rem;
  padding: 0 3.2rem;
}

/* STICKY NAVIGATION */
.sticky .header {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 8rem;
  z-index: 999;

  background-color: rgba(241, 241, 241, 0.96);
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
}

.sticky .section-hero {
  margin-top: 9.6rem;
}

.nav-logo-link:link,
.nav-logo-link:visited {
  display: inline-block;
  width: 6.4rem;
}

.nav-logo {
  display: inline-block;
  width: 100%;
}

.nav-logo:hover {
  cursor: pointer;
}

.nav-title {
  font-size: 4.1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #333;
}

.main-nav-list {
  display: flex;
  gap: 1.6rem;

  list-style: none;
}

.nav-link:link,
.nav-link:visited {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  color: #ed1d2d;
  font-size: 2rem;
  font-weight: 600;

  padding: 0.8rem 1.6rem;
  border: 3px solid #0d28d5;
  border-radius: 1.1rem;

  box-shadow: 0 5px 4px #ddd;
  transition: all 0.2s;
}

.nav-link:hover,
.nav-link:active {
  transform: translateY(-3px);
  box-shadow: 0 6px 5px #ccc;
}

.nav-link:link .nav-text,
.nav-link:visited .nav-text {
  border-bottom: 2px solid rgba(13, 40, 213, 0);
}

.nav-link:hover .nav-text,
.nav-link:active .nav-text {
  color: #d51a29;
  border-bottom: 2px solid #0d28d5;
}

.nav-text {
  padding: 0.4rem 0 0.2rem 0;
}

.nav-cta {
  background-image: linear-gradient(
    to top,
    rgba(13, 40, 213, 0.2),
    rgba(255, 255, 255, 0.25)
  );
  border-width: 4px;
}

/* MOBILE */

.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;

  display: none;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #333;
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
}

/* ############### */
/* HERO SECTION */
/* ############### */

.section-hero {
  display: flex;
  flex-direction: column;
  padding: 9.6rem 0;

  position: relative;
}

.section-hero::after {
  content: "";
  position: absolute;

  width: 50%;
  height: 225%;
  top: 5%;
  transform: translate(50%);
  z-index: -1000;

  background-image: -webkit-linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.95),
      rgba(255, 255, 255, 0.85)
    ),
    url(../content/img/uma-logo-large.webp);
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.95),
      rgba(255, 255, 255, 0.85)
    ),
    url(../content/img/uma-logo-large.webp);
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: contain;
}

.mission-statement-link:link,
.mission-statement-link:visited {
  font-size: 5.85rem;
  font-weight: 700;
  letter-spacing: -0.75px;
  line-height: 1.3;
  text-decoration: none;
  color: #0e2ced;

  margin-bottom: 0.6rem;
  border-bottom: 4px solid rgba(13, 40, 213, 0);

  transition: all 0.3s;
}

.mission-statement-link:hover,
.mission-statement-link:active {
  color: #d51a29;
  border-bottom: 4px solid #0e2ced;
}

.link-paragraph {
  text-align: center;
  font-size: 1.25rem;
  margin-top: 1.2rem;
}

.hero-text {
  font-size: 2.3rem;
  line-height: 1.8;
  width: 50%;
}

/* ############### */
/* FOUNDER SECTION */
/* ############### */
.section-founders .container:nth-child(3) {
  margin-top: 9.6rem;
  margin-bottom: 4.8rem;
  border-left: 3.6rem solid #ed1d2d;
  border-right: 3.6rem solid #0e2ced;
}

/* .section-founders::after {
  content: "";
  background-color: #ed1d2d;
  position: absolute;
  padding: 1.8rem 80rem;
  top: 0.15%;
  left: -35.2%;
  transform: rotate(58deg);
  border-radius: 7px;
} */

/* .section-founders::before {
  content: "";
  background-color: #0e2ced;
  position: absolute;
  padding: 1.8rem 80rem;
  top: 0.15%;
  right: -35.2%;
  transform: rotate(-58deg);
  border-radius: 7px;
} */

.founder-section-link:link,
.founder-section-link:visited {
  display: inline-block;
  color: #ed1d2d;
  text-decoration: none;
  border-bottom: 3px solid #ed1d2d;

  transition: all 0.3s;
}

.founder-section-link:hover,
.founder-section-link:active {
  color: #d51a29;
  border-bottom: 3px solid #d51a29;
}

.owner-container {
  align-items: center;
  justify-content: center;
  margin-bottom: 6.4rem;
}

.owner {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}

.owner-img-box,
.founder-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.owner-img-box {
  margin-top: 6.4rem;
  max-width: 100%;
}

.owner-img {
  display: inline-block;
  max-width: 45%;
  border-radius: 50%;

  transition: all 0.4s;
}

.owner-img:hover {
  transform: scale(1.1);
}

.owner-text {
  font-size: 2.3rem;
}

.founder-text-box,
.owner-text-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.owner-text-box {
  gap: 1.2rem;
}

.founder-text-box {
  gap: 0.8rem;
  padding: 0 3.2rem;
}

.founder-img-box {
  justify-content: center;
}

.founder-img {
  display: inline-block;
  max-width: 35%;
  border-radius: 50%;

  transition: all 0.3s;
}

.founder-img:hover {
  transform: scale(1.1);
}

.founder-text-box:nth-child(even) {
  background-color: rgba(8, 26, 142, 0.1);
}

.founder-text-box:nth-child(odd) {
  background-color: rgba(142, 17, 27, 0.1);
}

.founder-img-box:nth-child(even) {
  background-color: rgba(142, 17, 27, 0.1);
}

.founder-img-box:nth-child(odd) {
  background-color: rgba(8, 26, 142, 0.1);
}

.founder-text {
  font-size: 2rem;
  line-height: 1.6;
}

.instagram-link-container {
  padding-bottom: 0.2rem;
}

.founder-link:link,
.founder-link:visited {
  display: inline-block;
  color: #555;
  text-decoration: none;
  line-height: 1;

  padding-bottom: 0.1rem;
  border-bottom: 2px solid #555;

  transition: all 0.3s;
}

.founder-link:hover,
.founder-link:active {
  color: #d51a29;
  border-bottom: 2px solid #0e2ced;
}

/* ############### */
/* FOOTER SECTION */
/* ############### */

.section-footer {
  background-color: #f1f1f1;
}
