/* =============================================================
   Joe Family Foundation — Shared Stylesheet
   Applies to all pages. Page-specific rules are scoped with
   body.page-home, body.page-resources, etc.
   ============================================================= */

/* ----- Base ----- */
body {
    margin: 0 auto;
    max-width: 2000px;
}

nav {
    display: block;
    position: relative;
}

li {
    padding-right: 15px;
    font-size: 17px;
    font-weight: 600;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-top: 10px;
}

/* ----- Layout helpers ----- */
.col-container {
    font-family: 'Roboto', sans-serif;
    display: table;
    width: 100%;
}

.col1 {
    display: table-cell;
    width: 50%;
}

.col3 {
    display: table-cell;
    padding: 16px;
    width: 30%;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ----- Navbar ----- */
.navbar-custom {
    background-color: #24336a;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-nav .nav-link {
    color: #ffffff;
    border: 2px solid #24336a;
}

.navbar-custom .navbar-nav .nav-link:focus {
    border: 2px solid #ffffff;
    outline: none;
}

.navbar-custom .navbar-nav .nav-link:hover {
    border: 2px solid #ffffff;
    outline: none;
}

/* ----- Donate button ----- */
.donate {
    background-color: #FF5F0F;
    border-radius: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
}

/* ----- Responsive topnav (legacy) ----- */
@media screen and (max-width: 1140px) {
    .topnav a {
        font-size: 15px;
        padding: 5px;
    }

    .topnav a.link {
        font-size: 15px;
        padding-top: 50px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 1121px) {
    .topnav a {
        font-size: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive a.icon {
        position: absolute;
        right: 20px;
        top: 37px;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        font-size: larger;
    }
}

.topnav a #pix_image:hover {
    background-color: #24336a;
    color: #24336a;
}

/* ----- Orange header bar (home page contact strip) ----- */
.Joe-jamily {
    background-color: #FF5F0F;
    margin-top: 8px;
    font-weight: bold;
}

.Joe-jamily-text {
    color: #fff;
    font-size: 30px;
    font-family: 'Playfair Display', serif;
}

.Joe-jamily-email-m {
    display: flex;
}

.Joe-jamily-icon {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 100px;
}

.Joe-jamily-phone {
    color: #000;
    font-size: 21px;
    margin-bottom: 8px;
}

/* ----- Footer ----- */
.footer-section h2 {
    font-size: 20px;
    font-weight: 300;
    padding: 0 0 0 90px;
    color: #fff;
    margin: 0 0 20px 0;
    position: relative;
}

.footer-section h2::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff9e12;
    left: 70px;
    top: 8px;
}

.footer-section h2::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 1px;
    background-color: #ff9e12;
    left: 0;
    top: 12px;
}

.footer-section p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.footer-section ul {
    color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
}

.footer-section ul li {
    color: #fff;
    font-size: 14px;
    padding-bottom: 0;
    font-weight: 400;
    line-height: 26px;
    margin-left: 20px;
}

.footer-section li a {
    color: #fff;
}

.footer-section li a:hover {
    color: #ff9e12;
}

.copy-right {
    border-top: solid 1px #394678;
    padding: 30px 0 10px 0;
    margin-top: 50px;
    color: #fff;
}

.copy-right a {
    color: #fff;
}

.copy-right .text-r {
    text-align: right;
}
