/* Modernized Responsive Template CSS for Joomla 6 - petrsevcik.com style */



@font-face {

    font-family: 'WCManoNegraBta';

    src: url('../fonts/WCManoNegraBta.ttf') format('truetype'),

         url('../fonts/WCManoNegraBta.woff') format('woff');

    font-weight: normal;

    font-style: normal;

}



*, *::before, *::after {

    box-sizing: border-box;

}



body {

    margin: 0;

    padding: 0;

    background-color: #ffffff;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

    color: #222222;

    font-size: 15px;

    line-height: 1.65;

    text-align: center;

}



a {

    color: #222222;

    text-decoration: underline;

}

a:hover {

    color: #000000;

}



.site-container {

    max-width: 980px;

    margin: 0 auto;

    padding: 30px 20px;

}



/* Header & Nav Row */

.header-nav-row {

    margin-bottom: 30px;

}



.fallback-nav {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 50px;

    flex-wrap: wrap;

}



.nav-link {

    font-family: 'WCManoNegraBta', sans-serif;

    font-size: 34px;

    font-weight: bold;

    text-transform: lowercase;

    text-decoration: none;

    color: #111111;

    letter-spacing: 0.5px;

}

.nav-link:hover {

    text-decoration: underline;

}



.site-logo {

    display: block;

    max-width: 173px;

    height: auto;

}



/* Info & Contact row */

.header-info-row {

    margin-top: 10px;

    margin-bottom: 40px;

}



.fallback-info {

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 25px;

}



.info-image-box {

    max-width: 536px;

    width: 100%;

}



.info-img {

    width: 100%;

    height: auto;

    display: block;

}



.contact-details {

    font-family: 'WCManoNegraBta', sans-serif;

    font-size: 20px;
    
    color: #111111;

    line-height: 1.6;

}

.contact-details a {

    text-decoration: none;

}

.contact-details a:hover {

    text-decoration: underline;

}



/* Main content settings */

.site-main {

    text-align: left;

    margin-top: 20px;

    margin-bottom: 40px;

}



.main-component {

    padding: 10px 0;

}



.main-component h3 {

    font-family: 'WCManoNegraBta', serif;

    font-weight: normal;

    font-size: 28px;

    color: #000000;

    margin-top: 30px;

    margin-bottom: 12px;

    line-height: 1.4;

}



.main-component p {

    font-size: 15px;

    color: #333333;

    margin-bottom: 15px;

}



.main-component hr {

    border: 0;

    border-top: 1px solid #e5e5e5;

    margin: 35px 0;

}



.main-component h6 {

    font-size: 15px;

    font-weight: normal;

    color: #222222;

    line-height: 1.9;

    margin: 25px 0;

}



/* Decorative Divider */

.decorative-divider {

    margin: 40px auto;

    display: flex;

    justify-content: center;

    width: 100%;

    max-width: 964px;

}



.divider-line-img {

    max-width: 100%;

    height: auto;

    display: block;

}



/* Footer structure */

.site-footer {

    padding: 30px 0 60px 0;

}



.footer-columns {

    display: flex;

    justify-content: space-between;

    gap: 50px;

    text-align: center;

}



.footer-col {

    flex: 1;

    font-family: 'WCManoNegraBta', serif;

    font-size: 19px;

    line-height: 1.8;

    color: #444444;

    text-align: center;

}



.om-symbol-box {

    margin-top: 20px;

    display: block;

}



.om-symbol-img {

    max-width: 62px;

    height: auto;

}



/* Responsive viewports */

@media (max-width: 768px) {

    .fallback-nav {

        flex-direction: column;

        gap: 20px;

    }

    .footer-columns {

        flex-direction: column;

        gap: 40px;

        text-align: center;

    }

    .om-symbol-box {

        display: flex;

        justify-content: center;

    }

}

.site-main img {
    max-width: 100% !important;
    height: auto !important;
    display: inline-block;
}
