/**
 * Pageasy - Template Styles
 * Styles specific to individual section templates
 */

/* ============================================
   NAVBAR TEMPLATES
   ============================================ */

/* --------------------------------------------
   navbar-1.php - Centered navbar with logo on top
   -------------------------------------------- */
.navbar-centered {
    min-height: 80px;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

.navbar-centered .navbar-brand {
    margin: 0 auto;
}

.navbar-centered .navbar-brand img {
    max-height: 60px;
    max-width: 80vw;
    width: auto;
    object-fit: contain;
}

@media (max-width: 576px) {
    .navbar-centered .navbar-brand img {
        max-height: 50px;
        max-width: 70vw;
    }
}

.navbar-centered .navbar-nav {
    justify-content: center;
    width: 100%;
}

.navbar-centered .navbar-collapse {
    flex-basis: 100%;
    justify-content: center;
}

@media (min-width: 992px) {
    .navbar-centered .container {
        flex-direction: column;
        align-items: center;
    }
}

/* --------------------------------------------
   navbar-2.php - Classic navbar with logo left
   -------------------------------------------- */
.navbar-classic {
    min-height: 60px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-classic .navbar-brand img {
    max-height: 50px;
    width: auto;
    object-fit: contain;
}

/* ============================================
   HERO TEMPLATES
   ============================================ */

/* hero-1.php styles here if needed */

/* ============================================
   ABOUT TEMPLATES
   ============================================ */

/* about-1.php styles here if needed */
/* about-2.php styles here if needed */
/* about-3.php styles here if needed */
/* about-4.php styles here if needed */
/* about-5.php styles here if needed */

/* ============================================
   CONTACT TEMPLATES
   ============================================ */

/* contact-1.php styles here if needed */
/* contact-2.php styles here if needed */

/* ============================================
   BIO TEMPLATES
   ============================================ */

/* bio-1.php styles here if needed */

/* ============================================
   FOOTER TEMPLATES
   ============================================ */

/* footer-1.php styles here if needed */