/*
Theme Name: la prima notte di quiete
Theme URI: https://stefanosgambati.com
Author: Stefano Sgambati
Author URI: https://stefanosgambati.com
Description: Portfolio di Stefano Sgambati (nuovo)
Version: 2025.8
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: ssinnerman
Text Domain: ssinnerman

WordPress Theme © 2025 Stefano Sgambati
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

/* --- GENERIC - TYPOGRAPHY --- */



/* --- :root --- */
:root {
    --header-lg: 72px;
    --header-md: 48px;

    --black: #000000;
    --white: #ffffff;

    --section-margin: 70px;
    --margin-lg: 105px;
    --margin-md: 70px;
    --margin-sm: 35px;
    --margin-xs: 15px;
    --margin-xxs: 7.5px;

    --gtr: 16px;
    --gtr-m: 8px;

}

/* - GENERIC FONT FAMILY - */

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: 'Manrope', 'Helvetica', 'Arial', sans-serif
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', 'Times New Roma', serif;
    font-weight: 900;
}

body {
    width: 100%;
    margin: 0 auto !important;
    max-width: 1920px;
}
ol, ul {
    padding-left: 0;
}
em {
 font-style: italic;
}
/* - Colored text - */
.white-text, .white-text * { color:var(--white) }
.pfds,.pfds * {  font-family: 'Playfair Display', 'Times New Roma', serif; }

/* - Colored backgrounds - */
.black-bcg { background-color: var(--black) }
.white-bcg { background-color: var(--white) }

.fixed-background {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat
}

/* --- DARK MODE --- */
body.dark-mode,
body.dark-mode #header > .container-fluid .wrapper {
    background-color: var(--black);
}
body.dark-mode #nav-icon2 span {
    background-color: var(--white);
}

body.dark-mode, 
body.dark-mode #logo {
    color: var(--white);
}

@media screen and ( max-width: 768px ) {
    .fixed-background { background-attachment: scroll; }
}

/* - Uppercase, lowercase, centered text, right text, font weights- */

.no-uppercase, .no-uppercase * { text-transform: none !important }
.all-uppercase, .all-uppercase * { text-transform: uppercase !important }
.centered-text, .centered-text * { text-align: center !important }
.right-text, .right-text * { text-align: right !important; float: right !important }

.font-3,
.font-3 > * { font-weight: 300 }
.font-4,
.font-4 > * { font-weight: 400 }
.font-5,
.font-5 > * { font-weight: 500 }
.font-7,
.font-7 > * { font-weight: 700 }
.font-9,
.font-9 > * { font-weight: 900 }
.font-u,
.font-u > * { text-decoration: underline }
.font-i,
.font-i > * { font-style: italic; }
.cap-text,
.cap-text > * { text-transform: capitalize }



/* - Basic definition - p - */
html {
    font-size: 16px !important;
    line-height: 24px !important;
    -webkit-font-smoothing: antialiased;
}
p, li {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

.title-x, .title-x * {
    font-size: 1rem;
    line-height: 1em;
}

.title-15, .title-15 * {
    font-size: 1.5rem;
    line-height: 1em;
}
.title-2, .title-2 * {
    font-size: 2rem;
    line-height: 1em;
}
.title-3, .title-3 * {
    font-size: 3rem;
    line-height: 1em;
}

/* - Titles, text, inline elements - */
h1, h2, h3, h4, h5, h6 { margin-bottom: 0; }

body a,
body a:hover {
    color: var(--black);
    text-decoration: none;
}
.main_color a,
.main_color a:hover { color: inherit }

strong,
strong a,
b,
b a {
    font-size: inherit;
    font-weight: 700 !important;
    color: inherit !important;
}

/* --- GENERIC --- */

/* - Images - */

img, a img {
    display: block;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%;
    height: auto;
}

/* - Hidden elements - */
.hidden-element { display: none !important }
.hidden-title {
    display: none;
    position: fixed;
    top: -300px;
    left: -300px;
}

/* - Selection - */
::-moz-selection {
    background-color:var(--black);
    color:var(--white);
}

::selection {
    background-color:var(--black);
    color:var(--white);
}

/* --- GENERIC - RESPONSIVITY --- */

@media ( max-width: 990px ) {
    .screen-lg { display: none !important }
}
@media ( min-width: 768px ) and ( max-width: 989px ) {
    .screen-md.screen-sm { display: inherit !important }
    .screen-md { display: none !important }
}
@media ( min-width: 767px ) {
    .screen-sm { display: none !important }
}



/* --- GENERIC - ELEMENTS --- */

/* - Vertical margins and paddings - */
.cmt-xxs { margin-top: 1rem; }
.cmt-xs { margin-top: 2rem; }
.cmt-sm { margin-top: 3rem; }
.cmt-md { margin-top: 4rem; }
.cmt-lg { margin-top: 5rem; }
.cmt-xl { margin-top: 6rem; }

.cmb-xxs { margin-bottom: 1rem; }
.cmb-xs { margin-bottom: 2rem; }
.cmb-sm { margin-bottom: 3rem; }
.cmb-md { margin-bottom: 4rem; }
.cmb-lg { margin-bottom: 5rem; }
.cmb-xl { margin-bottom: 6rem; }

.cpt-xxs { padding-top: 1rem; }
.cpt-xs { padding-top: 2rem; }
.cpt-sm { padding-top: 3rem; }
.cpt-md { padding-top: 4rem; }
.cpt-lg { padding-top: 5rem; }
.cpt-xl { padding-top: 6rem; }

.cpb-xxs { padding-bottom: 1rem; }
.cpb-xs { padding-bottom: 2rem; }
.cpb-sm { padding-bottom: 3rem; }
.cpb-md { padding-bottom: 4rem; }
.cpb-lg { padding-bottom: 5rem; }
.cpb-xl { padding-bottom: 6rem; }



/* - Forms - */
.main_color .input-text, .main_color input[type='text'], .main_color input[type='input'], .main_color input[type='password'], .main_color input[type='email'], .main_color input[type='number'], .main_color input[type='url'], .main_color input[type='tel'], .main_color input[type='search'], .main_color textarea, .main_color select {
    font-family: 'Helvetica', 'Arial', sans-serif !important;
    font-size: 1em;

}
.input-text, input[type="text"], input[type="input"], input[type="password"], input[type="email"], input[type="number"], input[type="url"], input[type="tel"], input[type="search"], textarea, select {
    font-family: 'Helvetica', 'Arial', sans-serif !important;
    font-size: 1em;
}
body form {
    margin-bottom: 0px;
}

/* - Contact Form 7 - */

.fl-row.cf-row {
    justify-content: space-between;
}
.fl-row.cf-row label {
    width: calc(50% - var(--gtr-m));
    flex: 0 0 calc(50% - var(--gtr-m));
}
.fl-row.cf-row label,
.wpcf7-form-control-wrap.your-message {
    margin-bottom: var(--margin-sm);
}
.wpcf7-form-control-wrap.acceptance-pp {
    margin-bottom: var(--margin-xs);
    margin-top: var(--margin-xs);
    display: block;
    position: relative;
}

.wpcf7-form-control-wrap.acceptance-pp input[type="checkbox"] { display: none; }
.wpcf7-form-control-wrap.acceptance-pp .wpcf7-list-item-label {
    padding-left: 1em;
}
.wpcf7-form-control-wrap.acceptance-pp .wpcf7-list-item-label::before {
    content: ' ';
    width: 1em;
    height: 1em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    border: 1px var(--gray) solid;
}
.wpcf7-form-control-wrap.acceptance-pp input:checked ~ .wpcf7-list-item-label::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14px' height='14px' viewBox='0 0 14 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EPath 6%3C/title%3E%3Cg id='22012021' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='associazione' transform='translate(-739.000000, -2300.000000)' stroke='%23E2001A' stroke-width='1.5'%3E%3Cpolyline id='Path-6' points='740.138329 2306.90481 744.823929 2313.09024 751.769219 2300.912'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: .8em .8em;
    background-position: center;
}

.wpcf7-form-control-wrap.acceptance-pp ~ br { display: none; }
body form p label {
    width: 100%;
}
body form .cf-row label span.cf-label,
body form p label span.cf-label {
    display: block;
    padding: 0.5em;
    font-weight: 500;
}
body form p,
body form p .wpcf7-form-control-wrap,
body form p .wpcf7-form-control-wrap textarea {
    width: 100%;
}

/* - Buttons - */
input[type="submit"],
body div .btn {
    width: 250px;
    max-width: 100%;
    position: relative;
    font-size: inherit;
    line-height: inherit;
    text-align: center;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-decoration: none;
    padding: 1rem;
    border: 1px var(--black) solid;
    border-radius: 0;
}
body div .btn span {
    font-family: 'Helvetica', 'Arial', sans-serif;
}


/* --- GENERIC - SITE SPECIFIC --- */

*:focus {
    outline: none !important;
    box-shadow: none !important;
}
/* #content {
    padding-top: var(--header-lg);
} */
.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 75px;
    position: relative;
}
section {
    margin-bottom: var(--margin-md);
    overflow: hidden;
    position: relative;
}
section.no-margin {
    margin-bottom: 0;
}

/* - Scrollbars - */
body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

/* Generic elements */
figure figcaption {
    margin-top: 1rem;
    font-size: .8rem;
    font-style: italic;
}
.gen--p p {
    margin-bottom: 1em;
}
.gen--p p:last-child {
    margin-bottom: 0px;
}

.gen--swiper-section {
    position: relative;
}
.gen--swiper-section .swiper-button-next::after,
.gen--swiper-section .swiper-button-prev::after {
    font-size: 20px;
}
.gen--popup-gallery-wrapper .swiper-button-next::after,
.gen--popup-gallery-wrapper .swiper-button-prev::after {
    color:#fff
}
.gen--swiper-section .swiper-button-next, .gen--swiper-section .swiper-container-rtl .swiper-button-prev { right: -40px; }
.gen--swiper-section .swiper-button-prev, .gen--swiper-section .swiper-container-rtl .swiper-button-next { left: -40px; }

.gen--gallery {
    overflow: scroll;
}
.gen--gallery-inner {
    white-space: nowrap;
    display: flex;
    padding-bottom: 2rem;
}
.gen--gallery-link {
    position: relative;
    margin-right: 30px;
    /* overflow: hidden; */
}
.gen--gallery--overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #00000088;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: var(--white);
    z-index: 5;
    opacity: 0;
    transition: opacity 250ms ease
}
.gen--gallery-link:hover .gen--gallery--overlay {
    opacity: 1;
    transition: opacity 250ms ease
}
.gen--gallery img {
    height: 50vh;
    width: auto;
    margin-right: 30px;
}
.gen--gallery--overlay p {
    margin: 0;
}
/* .gen--gallery-link img {
    transform: scale(1.1);
} */
.gen--gallery img:last-child {
    margin-right: 0;
}


@media ( max-width: 990.1px ) {
    section {
        margin-bottom: var(--margin-xs);
    }
    .gen--gallery-inner {
        white-space: wrap;
        display: block;
    }
    .gen--gallery img,
    .gen--gallery-link {
        height: auto;
        width: 100%;
        margin-right: 0;
        margin-top: 1rem;
    }
    .title-1, .title-1 * {
        font-size: 2.7rem;
    }
    .title-2, .title-2 * {
        font-size: 1.7rem;
    }
    
    .title-3, .title-3 * {
        font-size: 1.2rem;
    }

    .gen--gallery--overlay {
        top: auto;
        height: auto;
        padding: 1rem;
        opacity: 1;
        align-items: start;
        background-color: #000000bb;
    }
}

@media ( max-width: 768px ) {
    .container {
        padding: 0 7.5%;
    }
    .gen--swiper-section .swiper-button-next, .gen--swiper-section .swiper-container-rtl .swiper-button-prev { right: -30px; }
    .gen--swiper-section .swiper-button-prev, .gen--swiper-section .swiper-container-rtl .swiper-button-next { left: -30px; }
}


/* --- HEADER --- */
#masthead { display: none; }
#header {
    z-index: 100;
    position: sticky;
    width: 100%;
    top: 0;
}
/* #header > .container-fluid {
    padding: 0;
} */
#header > .container-fluid .wrapper {
    background-color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: var(--header-lg);
    position: relative;
    z-index: 110;
}
/* #logo img {
    width: 200px;
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
} */
#logo {
    font-size: 4rem;
    font-family: 'Playfair Display', 'Times New Roman', serif;
    color: var(--black);
    line-height: 0;
    transform: translate(0, -5px);
}
#header #menu li a,
#header #menu-mobile li a {
    text-decoration: none;
    color: var(--black);
    font-size: 2rem;
    font-weight: 900;
    margin: 0.5rem 0;
    display: block;
}

#header > .container-fluid ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#header > .container-fluid ul.menu li {
    padding: 0 20px;
    position: relative;
    display: flex;
    align-items: center;
}

#header > .container-fluid ul.menu li.menu-item-has-children ul.sub-menu {
    position: absolute;
    background-color:var(--white);
    padding: 5px;
    opacity: 0;
    pointer-events: none;
    top: 103%;
    left: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
#header > .container-fluid ul.menu li.menu-item-has-children:hover > a {
    border-bottom: 2px solid var(--red)
}
#header > .container-fluid ul.menu li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    pointer-events: all;
}
#header > .container-fluid ul.menu li.menu-item-has-children ul.sub-menu li { padding: 10px 20px; }
#header > .container-fluid ul.menu li.menu-item-has-children ul.sub-menu li a { border-bottom: none }

#menu-mobile ul.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

/* --- HEADER - TABLET, MOBILE --- */
@media ( max-width: 1340px ) {
    #header > .container-fluid ul.menu li {
        padding: 0 10px;
    }
}
@media ( max-width: 1200.1px ) {
    #header > .container-fluid,
    #header > .container-fluid .wrapper {
        height: var(--header-md)
    }
    #logo {
        font-size: 2.5rem;
    }
}

/* --- MENU - MOBILE --- */
#nav-icon2 { display: block }
.header--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


#nav-icon2 {
    z-index: 150;
    width: 30px;
    height: 22.5px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 10px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 20px;
}

.hamburger-active #nav-icon2 span:nth-child(1),.hamburger-active #nav-icon2 span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.hamburger-active #nav-icon2 span:nth-child(2),.hamburger-active #nav-icon2 span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.hamburger-active #nav-icon2 span:nth-child(1) {
  left: 5px;
  top: 7px;
}

.hamburger-active #nav-icon2 span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

.hamburger-active #nav-icon2 span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.hamburger-active #nav-icon2 span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.hamburger-active #nav-icon2 span:nth-child(5) {
  left: 5px;
  top: 12px;
}

.hamburger-active #nav-icon2 span:nth-child(6) {
  left: calc(50% - 5px);
  top: 12px;
}

.menu-mobile--overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0,.5);
    -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
            transform: translateX(120%);
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    transition: -webkit-transform 500ms ease-in-out;
    -o-transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
    z-index: 129;
}
#menu-mobile {
    z-index: 130;
    position: fixed;
    /* background: var(--white); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    text-align: center;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
            transform: translateX(120%);
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    transition: -webkit-transform 500ms ease-in-out;
    -o-transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
    padding-top: var(--header-lg);
    display: flex;
    align-items: center;
    justify-content: center;
}
#menu-mobile .blur-filter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    opacity: 0.7;
    z-index: 131;
}
#menu-mobile ul {
    position: relative;
    z-index: 140;
    padding: 0;
    margin: 0;
}
#menu-mobile ul li {
    justify-content: center;
}
#menu-mobile ul li a {
    color:var(--black);
    text-decoration: none;
}

.hamburger-active #menu-mobile {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    transition: -webkit-transform 500ms ease-in-out;
    -o-transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;

}
.hamburger-active .menu-mobile--overlay {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    transition: -webkit-transform 500ms ease-in-out;
    -o-transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}



/* --- HOMEPAGE --- */

/* --- DONAZIONI --- */
.qr-title { cursor: pointer; }
.donations--qr { display: none; }

.donors-name span { display: block }

/* --- FOOTER --- */


/* --- NOCTURNAL ANIMAL --- */
.nact-presentation {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--black);
    display: flex;
    align-items: flex-end;
}
.pfds p {
    opacity: 0;
    transition: opacity 2s ease;
}
#nact-img img {
        max-height: 30rem;
    object-fit: contain;
}
#nact-text p span:first-child {
    font-family: 'Playfair Display', 'Times New Roman';
    font-size: 2rem;
    display: block;
}

/* <div class="gen--p pfds title-15">
    <p>I have stood still and stopped the sound of feet<br>When far away an interrupted cry<br>Came over houses from another street,</p>
    <p>But not to call me back or say good-bye;<br>And further still at an unearthly height,<br>One luminary clock against the sky</p>
    <p>Proclaimed the time was neither wrong nor right.<br>I have been one acquainted with the night.</p>
    <p class="font-i">- Robert Frost</p>
</div> */