/* ørn her.
 * Overwrites amain.css because of specificity and aming (a* -> c*)*/
/*

 Browns to match eagle colors
  #4a2f1a, #5b3a22 
 
*/
:root {
  --color-white: #EAE9E7;
  --color-dark-brown: #4a2f1a;
  --color-light-brown: #5b3a22;
  --color-yellow: #EECC33;
  --color-another-blue: #3ca4b6e3;
  --color-light-blue: #0094A5;
  --color-dark-blue: #2C3A64;
  --color-text: #2f2f2f;
}


body:has(.rad-showcase) .navbar-brand {
    display: none;
}

/* make logo-text align in wide mode */
.navbar-light a.navbar-brand {
  margin-top: 5px;
}

/* Move burger down to align with logo-text in mobile mode */
.header .navbar-toggler:not(.nav-link) {
  top: 3px;
}

div.container-fluid:has(.navbar-brand) {
  padding-left: 0px;
}

/* mobile view fixes */
@media (max-width: 767px) {
    .title {
      display: none;
    }
    .subtitle {
      display: none;
    }

    /* move eagle up */
    .profile-image img{
        margin-top: 0px;
        margin-bottom: 40px;
    }

    /* move about image up */
    .about__profile-picture {
        margin-top: -120px;
        margin-bottom: -40px;
    }
}

.rad-showcase .container h1.title {
  font-family: "Lilita One", serif;
  /* font-weight: 400; */
  /* font-style: normal; */
  /* font-size: 98px; */
  color: var(--color-dark-brown);
}

.subtitle {
    color: var(--color-light-brown);
    font-family: "Dancing Script","Alegreya", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 24px;
}

h1, h2, h3 {
  font-family: 'Lilita One', sans-serif;
  color: var(--color-dark-brown);
  letter-spacing: 0.01em;
  margin-bottom: 0.4em;
}

body {
  font-family: 'Lato', sans-serif;
  color: var(--color-text);
  line-height: 1.65;
}

blockquote {
    color: var(--color-light-brown);
    font-family: "Dancing Script","Alegreya", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    font-size: 24px;
    font-weight: 600;
}

.section li {
    color: var(--color-text);
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 1.65;
}

.header .navbar-brand span:first-child {
    color: var(--color-dark-blue);
}

p,
.navbar-nav,
.header .navbar-brand span:nth-child(2),
.lead {
    font-family: 'Lato', sans-serif;
    line-height: 1.65;
    color: var(--color-text);
    font-style: normal;
    font-optical-sizing: auto;
    font-weight: 400;
}

#nav-items .nav-item .nav-link {
    color: var(--color-text);
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 600;
}

.btn-rounded {
  border-radius: 16px;
}



/* single page header */
.rad-single {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    margin-bottom: -20px;
    padding-top: 80px;
}

footer.footer {
    background: white;
}
