/*@import url('https://fonts.googleapis.com/css2?family=Cooper+Black&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

.navbar-container {
    width: 90%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000; /* Ensures it stays on top of other content */
}

.index-container {
    width: 90%;
    margin: 0 auto;
}

/*.index-container article h3{*/
/*    width: 100%;*/
/*    white-space: nowrap;*/
/*    font-size: calc(100vw/100);*/
/*}*/

header {
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

header .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: white;
    padding: 5px;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid darkred;
}

header .logo {
    font-family: "Bricolage Grotesque";
    font-weight: 700;
    font-size: calc(100vw/48);
    color: darkred;
    margin-left: calc(100vw/24);
}

header .tagline {
    font-size: calc(100vw/58);
    color: #333;
    padding-bottom: 30px;
}

header nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
    margin-right: 50px;
}

header nav ul li a {
    text-decoration: none;
    color: #333;
    font-size: calc(100vw/48);
    font-weight: 700;
}


.featured h1 {
    font-family: Fira Sans, sans-serif;
    font-weight: 900;
    font-size: calc(100vw/11.5);
    white-space: nowrap;
    margin-bottom: 40px;
    line-height: 1.2;
    margin-right: 30px;
    margin-left: calc(100vw/24);
}


.featured h2 {
    font-family: "Frank Ruhl Libre", serif;
    font-weight: 300;
    font-size: calc(100vw/28);
    margin-bottom: 75px;
    margin-right: calc(100vw/24);
    margin-left: calc(100vw/24);
}

.featured h3{
    margin-right: calc(100vw/24);
    margin-left: calc(100vw/24);
}

.featured p {
    font-family: "Frank Ruhl Libre", serif;
    font-weight: 300;
    margin-left: calc(100vw/24);
    margin-bottom: 60px;
    text-align: left;
    margin-right: calc(100vw/24)
}

.featured {
    text-align: center;
    padding: 100px 0;
    background: #f4f4f4;
}


/*.featured p {*/
/*    font-size: 18px;*/
/*    margin-bottom: 20px;*/
/*}*/

.featured .read-more {
    width: 100%;
    display: inline-block;
    padding: 10px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: calc(100vw/52);
}

.recent-posts h2 {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.recent-posts h2::before,
.recent-posts h2::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background-color: #000;
}

.recent-posts h2::before {
    left: 0;
}

.recent-posts h2::after {
    right: 0;
}

.recent-posts article {
    margin: 20px 0;
    text-align: center;
}

.recent-posts article h3 {
    font-family: Fira Sans, sans-serif;
    font-weight: 900;
    font-size: calc(100vw/20);
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    text-align: left;
}


.recent-photos {
    padding: 50px 0;
}

.recent-photos h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.recent-photos .photos {
    display: flex;
    gap: 20px;
}

.recent-photos .photos img {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
}

footer {
    background: #fff;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    text-align: center;
}

footer p {
    margin-bottom: 10px;
}

footer .social a {
    text-decoration: none;
    color: #333;
    margin: 0 10px;
    font-size: 16px;
}

.caprasimo-regular {
    font-family: "Caprasimo", serif;
    font-weight: 400;
    font-style: normal;
}

.fira-sans-thin {
    font-family: "Fira Sans", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.fira-sans-extralight {
    font-family: "Fira Sans", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.fira-sans-light {
    font-family: "Fira Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.fira-sans-regular {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.fira-sans-medium {
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.fira-sans-semibold {
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.fira-sans-bold {
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.fira-sans-extrabold {
    font-family: "Fira Sans", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.fira-sans-black {
    font-family: "Fira Sans", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.fira-sans-thin-italic {
    font-family: "Fira Sans", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.fira-sans-extralight-italic {
    font-family: "Fira Sans", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.fira-sans-light-italic {
    font-family: "Fira Sans", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.fira-sans-regular-italic {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.fira-sans-medium-italic {
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.fira-sans-semibold-italic {
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.fira-sans-bold-italic {
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.fira-sans-extrabold-italic {
    font-family: "Fira Sans", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.fira-sans-black-italic {
    font-family: "Fira Sans", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.bricolage-grotesque {
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.frank-ruhl-libre {
    font-family: "Frank Ruhl Libre", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

#faq-container {
    /*max-width: 800px;*/
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.faq-question {
    font-family: "Montserrat";
    cursor: pointer;
    font-size: 25px;
    font-weight: bold;
}

.faq-answer {
    display: none;
    padding: 10px 0;
    font-family: "Frank Ruhl Libre";
    font-size: 25px;
}

.post {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
}

.montserrat {
                 font-family: "Montserrat", sans-serif;
                 font-optical-sizing: auto;
                 /*font-weight: <weight>;*/
                 font-style: normal;
             }

ol {
    padding-left: 20px; /* Adjusts padding to align numbers */
    margin-left: 35px;
}

ol li {
    margin: 20px 20px;
}

.faq-item-2 {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    align-items: flex-start;
}

.faq-question-2 {
    font-family: "Montserrat";
    /*cursor: pointer;*/
    font-size: 25px;
    font-weight: bold;
    margin-top: 25px;
}

.faq-answer-2 {
    padding: 10px 0;
    font-family: "Frank Ruhl Libre";
    font-size: 25px;
}

.faq-item-2 img {
    max-width: 100px; /* Ensures the image scales down if it's too large */
    height: auto; /* Maintains the aspect ratio */
    margin-right: 40px;
    margin-top: 20px;
}

.article_body {
    padding: 10px 0;
    font-family: "Frank Ruhl Libre";
    font-size: 25px;
}

.featured .featured_container{
    width: 100vw;
    overflow: hidden;
}

.article-begin{
    margin-top: 50px;
}

.shadow-separator {
    position: relative; /* For the pseudo-element */
    padding: 10px;
    height: 50px;
    /*background-color: white; !* Adjust background color as needed *!*/
}

.shadow-separator::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%; /* Start at the middle */
    transform: translateX(-50%); /* Center the pseudo-element */
    width: 70%; /* Width of the top border */
    border-top: 2px solid lightgray; /* Solid border line */
}

.or-spacer {
    left: 50%; /* Start at the middle */
    transform: translateX(-50%); /* Center the pseudo-element */
    width:70%;
    position:relative;

    .mask {
        overflow:hidden; height:20px;
    &:after {
         content:'';
         display:block; margin:-25px auto 0;
         width:100%; height:25px;
         border-radius:125px / 12px;
         box-shadow:0 0 8px black;
     }

    span {
        $size:50px;
        width:$size; height:$size;
        position:absolute;
        bottom:100%; margin-bottom:-$size/2;
        left:50%; margin-left:-$size/2;
        border-radius:100%;
        box-shadow:0 2px 4px #999;
        background:white;
    }
    span i {
        $ offset: 4px;
        position: absolute;
        top: $ offset;
        bottom: $ offset;
        left: $ offset;
        right: $ offset;
        border-radius: 100%;
        border: 1px dashed #aaa;

        text-align: center;
        line-height: 40px;
        font-style: normal;
        color: #999;
    }
    }
}

.shadow-separator p{
    text-align: center;
    font-family: "Bricolage Grotesque";
    color: darkred;
    font-size: calc(100vw/40);
    font-weight: 100;
    padding-bottom: 15px;
    line-height: 1.2;
}

.text-body p{
    font-size: calc(100vw/46);
}

h3 {
    font-family: "Darker Grotesque";
    text-align: left;
    font-size: calc(100vw/40);
    margin-left: calc(100vw/48);
}

.article_h3{
    color: darkred;
}

.darker-grotesque-<uniquifier> {
                       font-family: "Darker Grotesque", sans-serif;
                       font-optical-sizing: auto;
                       font-weight: <weight>;
                       font-style: normal;
                   }

.references ul {
    text-align: left;
    margin-left: calc(100vw/24);
    list-style: none;
}

.references li{
    margin-left: calc(100vw/26);
    text-indent: -40px;
    font-size: calc(100vw/48);
    /*line-height: 1.5;*/
    margin-top: 16px;
    font-family: "Frank Ruhl Libre";
}

#commento{
    width: 100%;
    border: 1px solid gray;
    border-radius: 12px;
    padding: 5px;
    margin-left: 2px;
    margin-right: 2px;
}

@counter-style my-new-list-style {
    system: extends lower-alpha;
    suffix: ')    ';
}

.alphaP ol {
    list-style: my-new-list-style;
    font-family: "Frank Ruhl Libre", serif;
    font-weight: 300;
    font-size: calc(100vw / 46);
    margin-left: calc(100vw/24);
    margin-bottom: 60px;
    text-align: left;
    margin-right: calc(100vw/24)
}

.alphaP ol li{
    margin-left: 60px;
}

.alphaP ul {
    font-family: "Frank Ruhl Libre", serif;
    font-weight: 300;
    font-size: calc(100vw / 46);
    margin-left: calc(100vw/24);
    margin-bottom: 60px;
    text-align: left;
    margin-right: calc(100vw/24);
}

.alphaP ul li{
    margin-left: 60px;
    margin-top: 8px;
}

.featured ol{
    font-family: "Frank Ruhl Libre", serif;
    font-weight: 300;
    font-size: calc(100vw / 46);
    margin-left: calc(100vw/24);
    margin-bottom: 60px;
    text-align: left;
    margin-right: calc(100vw/24);
}

.featured ul{
    font-family: "Frank Ruhl Libre", serif;
    font-weight: 300;
    font-size: calc(100vw / 46);
    margin-left: calc(100vw/24);
    margin-bottom: 60px;
    text-align: left;
    margin-right: calc(100vw/24);
}