<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    src: url(../web_fonts/SVN-Nickainley-Script.woff2);
    font-family:Nickainley;
}
.sapo {
    font-family: Nickainley;
    color: #5d0808;
    font-size: 30px;
}
.in-gallery-img{
	color:#333;
	line-height:1.5;
}
.in-gallery-img .img-desc{
	margin-bottom:0;
}
.section-text .title {
        font-family: Nickainley;
    color: #fff;
    font-size: 35px !important;
    letter-spacing: 1.5px;
    padding: 0 15px;
    display: inline-block;
    background: #880f0f;
	position:relative;
}
.section-text .title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #880f0f;
    right: -10px;
    bottom: -10px;
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3);
}
.img-desc{
	font-style:italic;
	margin:0 0 35px;
	font-size:15px;
}

.gallery .img-desc{
	text-align:center;
}
.mb{
	display:none;
}
@media screen and (max-width: 991px){
.mb{
	display:block;
}
.desk{
	display:none;
}
.img-desc{
	text-align:center;
	margin:0;
}
.section-text .sapo{
    font-size: 25px !important;
}
.gallery .d2-3,
.gallery .d1-3{
	width:100%;
}
}</pre></body></html>