/* ørn her */
/*
 
From @AlexChristache No.35

    Glacial Ice (white)         #EAE9E7
    Chocolat (dark brown)       #782A2E
    Sunset Sienna (light brown) #B64D3C
    Angelic descent (yellow)    #EECC33
    Tile Blue (light blue)      #0094A5
    Blue Depths (dark blue)     #2C3A64

*/
/*
#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;
}


.navbar-light a.navbar-brand {
  font-family: 'Lilita One', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  color: var(--color-light-brown);
}

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


.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: #4a2f1a;
  letter-spacing: 0.01em;
  margin-bottom: 0.4em;
}
body {
  font-family: 'Lato', sans-serif;
  color: #2f2f2f;
  line-height: 1.65;
}

/*
h2, h3 {
    color: var(--color-text);
    font-family: "Playfair Display", serif;
    font-style: normal;
    font-optical-sizing: auto;
    margin-bottom: 24px;

}
*/
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;
}

.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;
}
