body {
font-family: "Manrope", sans-serif;
}


@media (max-width: 912px) {
 #contenttop h1 {
    font-size: 2em;
}
}


/*above top banner text */
.c-texttopbanner {
font-size: 0.8em;
line-height: 1em;
padding-top: 5px;
margin-bottom: 0px;
}

@media (max-width: 912px) {
 #abovetopbanner {
   display: none;
}
}



/*NEWS*/

div.horizontalitemsnews div.itemcontent {
    border-radius: 20px;
    overflow: hidden;
}

div.items div.photos img {
    border-radius: 10px;
}

/*END OF NEWS*/



.c-textallpage {
font-weight: 300;
font-size: 1.1em;
line-height: 1.6em;
text-align: justify;
}

#contenttop div.gallery div.photogroup div.aphoto img {
    border-radius: 10px;
}


/*FOOTER*/


.c-footer-flex {
display: flex;
    gap: 4vh;
    justify-content: center;
    margin-top: 30px;
margin-bottom: 20px;
}

@media (max-width: 912px) {
.c-footer-flex {
    flex-direction: column;
    align-items: center;
}
}

.c-footer-text {
text-align: center;
font-size: 0.8em;
}.c-fade-in {
    opacity: 0;
    transform: translateX(-60px);
    transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}

.c-fade-in.show {
    opacity: 1;
    transform: translateX(0);
}

.c-fade-in-down {
    opacity: 0;
    transform: translateY(-60px);
    transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}

.c-fade-in-down.show {
    opacity: 1;
    transform: translateY(0);
}

.c-zoom-in {
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}

.c-zoom-in.show {
    opacity: 1;
    transform: scale(1);
}.c-button1 {
display: inline-block;
    text-decoration: none;
    position: relative; 
    font-weight: 800;
    padding-bottom: 2px;
    letter-spacing: 1px;
    font-size: 0.9em;
   margin-bottom: 0px;
}

.c-button1:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0; 
    height: 0.5px; 
    background: currentColor; 
    transition: width 1s ease; 
}

.c-button1:hover:before {
    width: 100%; 
}

.c-button-color {
color: #00599d;
}.mobile-header {
    box-shadow: none;
}

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/2e3b0acb16865e2a05bef99b5e857823d95fedb2.png') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin: 2vh;
}

.side-nav__header {
    max-height: 145px;
}

.side-nav__container {
    width: 100%;
max-width: 100%;
position: relative;
z-index: 999;
}


.side-nav__container {
    will-change: transform, opacity;
    transition: 0.5s;
}

.side-nav--visible .side-nav__container {
    -webkit-transform:  translateX(0%);
    -ms-transform:  translateX(0%);
    transform: translateX(0%);
}

aside.side-nav--animatable .side-nav__container {
    -webkit-transition: transform 0.5s linear, opacity 0.5s;
    -moz-transition: transform 0.5s linear, opacity 0.5s;
    -o-transition: transform 0.5s linear, opacity 0.5s;
    transition: transform 0.5s linear, opacity 0.5s;
}

aside.side-nav--visible.side-nav--animatable .side-nav__container {
    -webkit-transition: transform 0.5s linear, opacity 0.5s;
    -moz-transition: transform 0.5s linear, opacity 0.5s;
    -o-transition: transform 0.5s linear, opacity 0.5s;
    transition: transform 0.5s linear, opacity 0.5s;
}


.side-nav__footer {
    box-shadow: none;
}#topmenu ul#treemenu_m10_parent_734 > li:nth-last-child(1) a {
    background-color: #cc0000;
color: #fff;
height: 100%;
}


.side-nav ul li:nth-last-child(4) a {
    background-color: #cc0000;
color: #fff;
}#contenttop div.gallery div.photogroup {
    max-height: 260px;
}

#contenttop div.gallery div.photogroup div.aphoto {
    padding-right: 10px;
    box-sizing: border-box;
}

#contenttop div.gallery div.photogroup div.aphoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 250px;
}