@font-face {
    font-family: 'Carattere';
    src: url('Carattere-Regular.eot');
    src: local('Carattere Regular'), local('Carattere-Regular'),
        url('Fonts/Carattere-Regular.eot?#iefix') format('embedded-opentype'),
        url('Fonts/Carattere-Regular.woff2') format('woff2'),
        url('Fonts/Carattere-Regular.woff') format('woff'),
        url('Fonts/Carattere-Regular.ttf') format('truetype'),
        url('Fonts/Carattere-Regular.svg#Carattere-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Arvo';
    src: url('Arvo-Italic.eot');
    src: local('Arvo-Italic'),
        url('Fonts/Arvo-Italic.eot?#iefix') format('embedded-opentype'),
        url('Fonts/Arvo-Italic.woff2') format('woff2'),
        url('Fonts/Arvo-Italic.woff') format('woff'),
        url('Fonts/Arvo-Italic.ttf') format('truetype'),
        url('Fonts/Arvo-Italic.svg#Arvo-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arvo';
    src: url('Arvo-BoldItalic.eot');
    src: local('Arvo Bold Italic'), local('Arvo-BoldItalic'),
        url('Fonts/Arvo-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('Fonts/Arvo-BoldItalic.woff2') format('woff2'),
        url('Fonts/Arvo-BoldItalic.woff') format('woff'),
        url('Fonts/Arvo-BoldItalic.ttf') format('truetype'),
        url('Fonts/Arvo-BoldItalic.svg#Arvo-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

html {
  scroll-padding-top: 0px;
}

body {
  background: #696357;
}

h2 em {
  font-family: 'Carattere', Arial;
  font-size: 45px;
  line-height: 52px;
  font-style: normal;
}

p a:hover {
  color: #fff;
}

.wrapper-padding {
  padding: 40px 0px;
  margin: 50px 0px 30px 0px;
}

.ce-border img, .ce-border iframe {
  border: 0px;
}

blockquote p {
  font-size: 20px;
  line-height: 26px;
}

blockquote p a,
blockquote p a:hover {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
}

blockquote.video p:first-of-type {
  background: url(../images/Icons/video-icon.png) top left no-repeat;
  background-size: 80px;
  padding-left: 100px;
  display: block;
  min-height: 80px;
}

#c789 .ce-row:last-of-type figure .image-caption,
#c826 .ce-row:last-of-type figure .image-caption,
#c892 .ce-row:last-of-type figure .image-caption,
#c905 .ce-row:last-of-type figure .image-caption,
#c906 .ce-row:last-of-type figure .image-caption {
  text-align: center;
}

/* Gallery */

#stage .gallery-wrapper .ce-column {
    aspect-ratio: 3 / 4; 
    overflow: hidden; 
    position: relative;
    height: 340px;
}

#stage .gallery-wrapper .ce-column figure {
    width: 100%;
    aspect-ratio: 3 / 4;
    height: 340px;
    object-fit: cover; 
    object-position: top center; 
    border: 2px solid rgba(0,0,0,.5);
    overflow: hidden;
}


#stage .gallery-wrapper .ce-column figure img {
    width: 100%;
    aspect-ratio: 3 / 4;
    height: 340px;
    object-fit: cover; 
    object-position: top center; 
    transition: transform 0.6s ease;
}

#stage .gallery-wrapper .ce-column figure a:hover img {
    transform: scale(1.2); 
}

#stage .gallery-wrapper .ce-column figure figcaption {
    width: 100%;
    height: auto;
    min-height: 60px;
    background: rgba(0,0,0,.5);
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    display: flex; 
    justify-content: center; 
    align-items: center;
    text-align: center; 
    border-bottom: 2px solid rgba(0,0,0,.5);
}

#stage .gallery-wrapper.no-frame .ce-column figure {
  border: 0px;
}

#stage .gallery-wrapper.no-frame .ce-column figure figcaption {
  border: 0px;
}


@media (max-width: 1159px) {

.ce-gallery[data-ce-columns="4"] .ce-column {
   width: 48%; 
   margin-bottom: 3%;
   margin-right: 2%; 
}
   
}

@media (max-width: 499px) {
  

#stage .gallery-wrapper .ce-column {
    height: 200px;
    margin-right: 2%;
}

#stage .gallery-wrapper .ce-column figure {
    height: 200px;
}


#stage .gallery-wrapper .ce-column figure img {
    height: 200px;
}
  

   
}

/* TopLink */

.scroll-container {
  position: absolute;
  top: 0;
  right:20px;
  height: 100%;
}

.scroll-container:before {
  content: '';
  display: block;
  height: 100vh;
  pointer-events: none;
}

.scroll-container a {
  position: sticky;
  top: 88vh;
  right: 10vw;
  cursor: pointer;
  font-size: 20px;
  background: rgba(139,53,59,.6) url(../images/Icons/arrow-top.png) center no-repeat;
  height: 60px;
  width: 60px;
  display: block;
  background-size: 30px;
  border-radius: 100%;
  border: 2px solid #fff;
  color: transparent; 
  overflow: hidden;
}

.scroll-container a:hover {
  background: rgba(139,53,59,1) url(../images/Icons/arrow-top.png) center no-repeat;
  background-size: 30px;
}

@media (max-width: 767px) {
  
.scroll-container {
  right:10px;
}
  
.scroll-container a {
  top: 85vh;
  right: 0;
  height: 50px;
  width: 50px;
  background-size: 30px;
}

.scroll-container a:hover {
  background: rgba(139,53,59,1) url(../images/Icons/arrow-top.png) center no-repeat;
  background-size: 30px;
}
  
}  