@font-face {
    font-family: Super Grotesk; /*SuperGroteskOT;*/
    src: url("/omeka-s/files/asset/fonts/sg/SuperGroteskOT.otf") format("opentype");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: Super Grotesk; /*uperGroteskOT-Italic;*/
    src: url("/omeka-s/files/asset/fonts/sg/SuperGroteskOT-Italic.otf") format("opentype");
    font-style: italic;
}
@font-face {
    font-family: Super Grotesk; /*SuperGroteskOT-Med;*/
    src: url("/omeka-s/files/asset/fonts/sg/SuperGroteskOT-Med.otf") format("opentype");
    font-weight: bold;
}
@font-face {
    font-family: Super Grotesk; /*SuperGroteskOT-MediumItalic;*/
    src: url("/omeka-s/files/asset/fonts/sg/SuperGroteskOT-MediumItalic.otf") format("opentype");
    font-style: italic;
    font-weight: bold;
}
@font-face {
    font-family: Super Grotesk;/*SuperGroteskOT-CompPro-Regular;*/
    src: url("/omeka-s/files/asset/fonts/sg/SuperGroteskCompPro.ttf") format("opentype");
    font-style: normal;
}
@font-face {
    font-family: Super Grotesk Comp; /*SuperGroteskOT-CompPro-Medium;*/
    src: url("/omeka-s/files/asset/fonts/sg/SuperGroteskCompPro-Medium.ttf") format("opentype");
}

@keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}
  
@-moz-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-o-keyframes fadeIn {
    0% {
        opacity:0;}
    100% {
        opacity:1;}
}

@-ms-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

:root{
    --main-background-color: #ffffff;
    --text-color: #000000;
    --nav-bottons-background: #ffffff;
    --nav-bottons-shadow: 0px 2px 5px 1px #00000066;
    --bsr-footer-bg-color: #8cc85a;
    --bsr-text-color: #000000;
    --wrapper-inline-padding: 35px;
    --link-color: #8cc85a;
    --link-background: transparent;
}

/*
 * MAIN SETTINGS
 */

* {
    font-family: Super Grotesk !important;
}

 body {
    background-color: var(--main-background-color);
}

#site-title h2 {
    font-weight: normal;
    line-height: 2;
    margin: 0;
}

#content p {
    color: var(--text-color);
}

#content a,
#content p a {
    color: var(--link-color);
    background-color: var(--link-background);
}

.pageTitle h2 {
    font-weight: normal;
}

.linkDecoration {
    text-decoration: none;
}

.linkDecoration:hover {
    text-decoration: underline;
}

.backPageNav,
.nextPageNav {
    width: 10px;
    margin-top: 4px;
}

.wrapper {
    max-width: 100%;
    padding-inline: var(--wrapper-inline-padding);
}

.hidden {
    display: none !important;
}

.fade-in {
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}

.scrollable-text {
    padding-right: 10px;
}

/*
 * MIRADOR FOR TEMPALTE
*/
.theme-thumbnails nav.MuiAppBar-colorDefault,
.theme-storytelling nav.MuiAppBar-colorDefault,
.theme-menu nav.MuiAppBar-colorDefault {
    background-color: transparent;
    box-shadow: none;
}
.theme-thumbnails nav.MuiAppBar-colorDefault .MuiToolbar-root > button,
.theme-storytelling nav.MuiAppBar-colorDefault .MuiToolbar-root > button,
.theme-menu nav.MuiAppBar-colorDefault .MuiToolbar-root > button,
.theme-thumbnails nav.MuiAppBar-colorDefault > div:last-child,
.theme-storytelling nav.MuiAppBar-colorDefault > div:last-child,
.theme-menu nav.MuiAppBar-colorDefault > div:last-child,
.theme-thumbnails nav.MuiAppBar-colorDefault .MuiToolbar-root > div > button,
.theme-storytelling nav.MuiAppBar-colorDefault .MuiToolbar-root > div > button,
.theme-menu nav.MuiAppBar-colorDefault .MuiToolbar-root > div > button {
    display: none;
}
.theme-thumbnails nav.MuiAppBar-colorDefault .MuiToolbar-root > div > button:last-child,
.theme-storytelling nav.MuiAppBar-colorDefault .MuiToolbar-root > div > button:last-child,
.theme-menu nav.MuiAppBar-colorDefault .MuiToolbar-root > div > button:last-child {
    display: inherit;
    color: #ffffff;
}


/*
 * FOOTER
 */

 footer {
    background-color: var(--bsr-footer-bg-color);
    color: var(--bsr-text-color);
}

footer p {
    margin: 0;
}

footer a {
    background-color: transparent;
}

footer.wrapper {
    padding-inline: 0;
}

footer > .wrapper-inner {
    padding-block: 0;
    border: none;
}

footer .footer-content > div {
    padding-block: 30px;
    padding-inline: var(--wrapper-inline-padding);/*35px;*/
}

/*
 * * FOOTER SUPERIORE
 */
#footer-first-row {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 50px;
}

/*
 * * * FOOTER COLONNA SX
 */
.bsr-footer-col-sx {
    max-width: 190px;
    font-size: 19.5px;
    line-height: 1.25;
    width: fit-content;
    font-family: Super Grotesk;
}

.bsr-footer-col-sx img {
    max-width: 100%;
}

/*
 * * * FOOTER COLONNA CENTRALE
 */
.bsr-footer-col-center {
    width: 30vw;
    font-family: Super Grotesk;
    line-height: 22px;
}

.bsr-footer-col-center p {
    margin-bottom: 24px;
    letter-spacing: 0.2px;
}

.bsr-footer-col-center > p {
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 2px;
}

.bsr-footer-col-center > div {
    margin: 0 auto;
    margin-top: 22px;
    font-size: 19.5px;
    line-height: 12px;
}

/*
 * * * FOOTER COLONNA DX
 */
.bsr-footer-col-dx {
    margin-left: auto;
    width: max-content;
    font-family: Super Grotesk;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.bsr-footer-col-dx > p {
    margin: 0 auto;
    text-align: left;
    color: var(--bsr-text-color);
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 18px;
}

.bsr-footer-col-dx > div {
    margin-bottom: 25px;
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bsr-footer-icons {
    width: auto;
    height: 37px;
}

#facebook-icon {
    height: 30px;
    margin-top: 4px;
}

/*
 * * FOOTER INFERIORE
 */
#footer-second-row {
    padding-block-start: 0;
}

.bsr-bottom-footer {
    margin: 0 auto;
    font-family: "Times New Roman";
    display: grid;
    grid-template-columns: max-content max-content max-content auto;
    grid-column-gap: 2.5%;
    max-height: 30px;
    letter-spacing: 0.2px;
    font-size: 15px;
}

.bsr-bottom-footer > p {
    grid-row: 1;
}

#bsr-bottom-footer-el-1 {
    grid-column: 1;
}

#bsr-bottom-footer-el-2 {
    grid-column: 2;
}

#bsr-bottom-footer-el-3 {
    grid-column: 3;
}

#bsr-bottom-footer-el-4 {
    grid-column: 4;
    text-align: right;
}

#bsr-bottom-footer-el-4 a {
    text-decoration: underline
}

@media only screen and (max-width: 768px) {
    footer.wrapper {padding-inline: 35px;}
    #footer-second-row .bsr-bottom-footer {display: flex; flex-direction: column; align-items: center; max-height: fit-content; text-align: center;}
    #content a,
    #content p a {
        color: black;
        text-decoration: underline;
    }
}
@media only screen and (max-width: 625px) {
    footer.wrapper {padding-block: 0;}
    #footer-first-row {display: flex; align-items: center; flex-direction: column;}
    .bsr-footer-col-sx, .bsr-footer-col-center {text-align: center;}
    .bsr-footer-col-center {width: fit-content; margin-top: 35px;}
    .bsr-footer-col-center p {line-height: 1;}
    .bsr-footer-col-dx {margin-left: 0; margin-top: 10px;}
}
