*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Arial, Helvetica, sans-serif;
    color:#1b365d;
    background:#fff;
    line-height:1.5;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

a{
    text-decoration:none;
}

img{
    max-width:100%;
}

/* ==========================
Navigation
========================== */

header{
    background:#1f3a63;
    color:white;
}

.navbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 0;
}

.logo h2{
    font-size:30px;
}

.logo p{
    font-size:13px;
}

nav ul{
    list-style:none;
    display:flex;
    gap:35px;
    align-items:center;
}

nav a{
    color:white;
    font-weight:bold;
}

.btn{
    background:#8d1113;
    color:white;
    padding:12px 28px;
    border-radius:8px;
    display:inline-block;
}

.btn-light{
    background:white;
    color:#1f3a63;
}

/* ==========================
Hero
========================== */

.hero{
    background-image:url("greenhorn.jpg");
    background-size:cover;
    background-position:center;
    padding:120px 20px;
    text-align:center;
    position:relative;
}

.hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(255,255,255,.55);
}

.hero-content{
    position:relative;
    z-index:2;
    max-width:900px;
    margin:auto;
}

.hero h1{
    color:#8d1113;
    font-size:58px;
    margin-bottom:20px;
}

.hero p{
    font-size:24px;
}

/* ==========================
Note
========================== */

.note{
    padding:80px 0;
}

.note-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.placeholder{
    width:100%;
    height:260px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.note h2{
    font-size:46px;
    margin-bottom:20px;
}

/* ==========================
Banner
========================== */

.banner{
    width:80%;
    margin:50px auto;
    background:#8d1113;
    color:white;
    text-align:center;
    padding:45px;
    border-radius:15px;
}

.banner small{
    font-size:26px;
    display:block;
    opacity:.7;
}

.banner h2{
    font-size:52px;
}

/* ==========================
Two Column Sections
========================== */

.section{
    padding:80px 0;
}

.grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
}

.section h2{
    font-size:48px;
    margin-bottom:15px;
}

.section p{
    margin-bottom:30px;
    font-size:20px;
}

.image-row{
    display:flex;
    gap:20px;
}

.image-box{
    flex:1;
    height:240px;
    display:flex;
    justify-content:center;
    align-items:center;
}

/* ==========================
Get Involved
========================== */

.involved{
    background:#f8f7f7;
    border-radius:20px;
    padding:70px;
    margin:80px auto;
}

.involved h2{
    text-align:center;
    font-size:54px;
    margin-bottom:20px;
}

.involved p{
    text-align:center;
    margin-bottom:60px;
    font-size:20px;
}

.cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
    text-align:center;
}

.card{
    padding:20px;
}

.card h3{
    font-size:36px;
    margin-bottom:15px;
}

.center{
    text-align:center;
    margin-top:50px;
}

/* ==========================
Footer
========================== */

footer{
    background:#1f3a63;
    color:white;
    text-align:center;
    padding:60px 20px;
}

footer h2{
    margin-bottom:5px;
}

footer h3{
    margin-top:30px;
}

/* ==========================
Responsive
========================== */

@media(max-width:900px){

.navbar{
    flex-direction:column;
    gap:20px;
}

nav ul{
    flex-wrap:wrap;
    justify-content:center;
}

.note-grid,
.grid,
.cards{
    grid-template-columns:1fr;
}

.hero h1{
    font-size:42px;
}

.banner{
    width:95%;
}

.banner h2{
    font-size:40px;
}

.section h2,
.note h2,
.involved h2{
    font-size:36px;
}

}







/* ====================================
About Page
==================================== */

.split{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
}

.split.reverse{
    flex-direction:row-reverse;
}

.text{
    flex:1;
    text-align:center;
}

.text h1,
.text h2{
    color:#1f3a63;
    font-size:3rem;
    margin-bottom:10px;
}

.text p{
    font-size:1.25rem;
    color:#3d4d66;
}

.image{
    flex:1;
}

.image img{
    width:100%;
    display:block;
    border-radius:35px;
}

.portrait img{
    max-width:420px;
    margin:auto;
}

.banner{
    width:min(1100px,90%);
    margin:70px auto;
    background:#8d1113;
    color:white;
    text-align:center;
    padding:40px;
    border-radius:18px;
}

.banner p{
    font-size:2rem;
    opacity:.6;
}

.banner h2{
    font-size:4rem;
}

.section{
    padding:90px 0;
}

@media (max-width:900px){

.split,
.split.reverse{
    flex-direction:column;
    text-align:center;
}

.text h1,
.text h2{
    font-size:2.3rem;
}

.banner h2{
    font-size:2.5rem;
}

.banner p{
    font-size:1.5rem;
}

}




/* =======================================
Priorities Page
======================================= */

.priorities-page{
    padding:120px 0 80px;
}

.priority-item{
    display:flex;
    align-items:center;
    gap:60px;
    margin-bottom:90px;
}

.priority-number{
    width:160px;
    text-align:right;
    font-size:9rem;
    font-weight:700;
    color:#1f3a63;
    line-height:1;
}

.priority-content h2{
    color:#1f3a63;
    font-size:3rem;
    margin-bottom:8px;
}

.priority-content p{
    font-size:1.4rem;
    color:#50617d;
}

/* =======================================
Quick Notes
======================================= */

.notes-box{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    background:#f8f6f7;
    border-radius:30px;
    margin:60px auto 100px;
    overflow:hidden;
}

.note{
    padding:60px 40px;
    text-align:center;
}

.note:not(:last-child){
    border-right:3px solid #1f3a63;
}

.note h3{
    font-size:2.4rem;
    color:#1f3a63;
    margin-bottom:8px;
}

.note p{
    color:#50617d;
    font-size:1.4rem;
}

/* =======================================
Responsive
======================================= */

@media (max-width:900px){

.priority-item{
    flex-direction:column;
    text-align:center;
    gap:20px;
    margin-bottom:70px;
}

.priority-number{
    width:auto;
    font-size:6rem;
    text-align:center;
}

.priority-content h2{
    font-size:2.2rem;
}

.priority-content p{
    font-size:1.15rem;
}

.notes-box{
    grid-template-columns:1fr;
}

.note:not(:last-child){
    border-right:none;
    border-bottom:3px solid #1f3a63;
}

}


/* =====================================
Get Involved Page
===================================== */

.feature-section{
    padding:70px 0;
}

.feature-section h2{
    text-align:center;
    font-size:3.25rem;
    color:#1f3a63;
    margin-bottom:45px;
}

.content-placeholder{
    min-height:320px;
    width:100%;
}

/* Optional placeholder while developing */

.content-placeholder:empty{
    background:transparent;
}

/* =====================================
Responsive
===================================== */

@media (max-width:900px){

.feature-section{
    padding:50px 0;
}

.feature-section h2{
    font-size:2.25rem;
}

.content-placeholder{
    min-height:220px;
}

}