/*
Theme Name: GARR
Theme URI: 
Author: GARR Theme Creator
Author URI: 
Description: Theme for Groupe d'Appui aux Rapatriés et Réfugiés (GARR), a Haitian organization supporting repatriates and refugees
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: garr
Tags: nonprofit, humanitarian, organization, haiti
*/

/* Fonts and external resources are now loaded via functions.php */

body {
    background-color: #fffff !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

::selection {
    background: #FF0000;
    color: #FFF;
}

h1, h2, h3, h4 {
    font-family: 'Anton', sans-serif;
}
/* Default (desktop/tablet) */
h1 {
  font-size: 40px !important;
}

h2 {
  font-weight: 700;
  font-size: 32px;
}

h3 {
  font-weight: 600;
  font-size: 24px;
}

h4 {
  font-weight: 500;
  font-size: 20px;
}

h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Mobile (screens <= 768px) */
@media (max-width: 768px) {
  h1 {
    font-size: 28px !important;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h6 {
    font-size: 14px;
  }
}

.page-title {  
    background-color: #ED2224;
    background-image: url('images/663aa058c8de56158b97b113_B1 MID.png');
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 80px;
    text-align: center;
    background-size: cover;
}

.page-title h1 {
    color: #fff;
    margin-bottom: 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
    z-index: 1;
}

.page-title h1::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #fff;
    margin: 20px auto 0;
}

.breadcrumbs {
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
}

.breadcrumbs a {
    color: #000;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.breadcrumbs a:hover {
    color: #ED2224;
}

.page-subtitle {
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 300;
}

.main-content-wrapper {
    background-color: #fff;
    box-shadow: 0 0 100px #0000001a;
    width: 80%;
    margin: 0 auto;
}



/* Media query for mobile devices */
@media (max-width: 768px) {
    .main-content-wrapper {
        width: 100%;
        margin: 0 auto;
    }
}