

html,
body {
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 1.6em;
    font-family: 'Source Sans Pro', sans-serif;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
header {
    display: grid;
    width: 100%;
    height: 48vh;
    background: url(../img/ChargeofthelightBrigade.jpg) fixed no-repeat center center;
    background-size: cover;
    

}
header2 {
    display: flex;
    width: 100%;
    height: 28vh;
    background: url(../img/ChargeofthelightBrigadeMed.jpg) fixed no-repeat center center;
    background-size: cover;


}

.article{
display:block;
height:50px;
    background:whitesmoke;
    padding-left: 2vw;



}


h1,
h2,
h3 {
    color: #654c4e;
    font-family: 'Merriweather', serif;
}

header h1 {
    color: #fff;
    font-size: 4vw;
    font-weight: 100;
}
.topBar {
    /*    margin: 10px;*/
display:block;
    padding: 0px 20px 15px 0px;
    background: rgba(255, 252, 230, 0.95);
    height: 60px;
    width: 100%;
    position: fixed;
    z-index: 200;
}
.topBar img {
    padding-left:20px;
    padding-top: 8px;
    max-width: 420px;
}
.navigation {
padding-bottom:20;
    padding-right:40px;
    float: right;
    background:whitesmoke;
}
#siteNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#siteNav ul li {
    display: inline-block;
}
#siteNav ul li a {
    display:block;
    color: #654c4e;
    padding: 5px 5px;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s;
}
.current {
    border: 2px #654c4e solid;
margin-top:20px;
}
#siteNav ul li a:hover {
    background: #654c4e;
    color:#00D410;
}
.lowerText {
    margin: 0 10px 50px 10px;
    padding: 10px;
    text-align: center;
    color: #fff;
}
.grid-12-col {
    padding: 50px 50px 60px;
    display: grid;
    
    grid-gap: 60px;
    align-items: center;
}




.sectionHead {
    grid-column-end: span 12;
    padding: 30px 20% 20px 10%;
    text-align: center;
    
    color: #fff;
    font-size: 1vw;

}

.power {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 0 auto;
}


footer {
    display: grid;
    grid-template-columns: 33% 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    padding: 90px 30px;
    background: #f0eaed;
    color: #fff;
}
.breadcrumb {
    font-family: Arial, sans-serif;
    margin-bottom: 1em;
    margin-top:1em;
    margin-left:1em;
    


    
}

.crumb {
    cursor: pointer;
    color: red;
    margin-right: 5px;
    border:#222 2px solid;
    padding:8px;
    background-color: #e0eae1;
}

.crumb:hover {
    text-decoration:underline;

        background: #654c4e;
        color: #00D410;
}

.content-section {
    display:none;
    padding: 1em;
    border: 1px solid blue;
    margin-top: 2em;
}

.breadcrumb-vertical {
    width: 200px;
    font-family: Arial, sans-serif;
}

.breadcrumb-vertical ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-left: 2px solid #ccc;
}

.breadcrumb-vertical li {
    position: relative;
    padding: 10px 15px;
    margin-left: 10px;
}

.breadcrumb-vertical li::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #0078D4;
    border-radius: 50%;
}

.breadcrumb-vertical li a {
    text-decoration: none;
    color: #0078D4;
}

.breadcrumb-vertical li span {
    color: #333;
    font-weight: bold;
}
.breadcrumb2 {
    font-family: Arial, sans-serif;
    margin-bottom: 1em;
    margin-top: 1em;
    margin-left: 1em;




}



.crumb2 {

    background-color:whitesmoke;
    padding-top: 16px;
    width: 100px;
    height: 30%;
    font-family: Arial, sans-serif;
    border: #222 2px solid;;
    position:fixed;
    left:0%
}

.crumb2 a {
    color:blue;
    text-decoration: none;
    padding: 12px 8px;
    border-left: 4px solid;
    transition: all 0.3s ease;
}

.crumb2 a:hover {
    color: #fff;
    border-left: 4px solid #fff;
    background-color: #111;
}

.crumb2 a.active {
    color: #fff;
    font-weight: bold;
    border-left: 4px solid #fbbc05;
    /* Optional highlight color */
    background-color: #222;
}

.dark {
    padding: 100px 10%;
    background: #654c4e;
    color: #fff;
}
.social {
    width: 100%;
    max-width: 120px;
}
body {
    font-family: Arial, sans-serif;
    background: #f9f9f9;
    padding: 40px;
}

.faq-container {
    position: relative;
    max-width: 700px;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq-item {
    margin-bottom: 20px;
}

.faq-question {
    width: 100%;
    text-align: left;
    background: #0078D4;
    color: white;
    border: none;
    padding: 15px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

.faq-question.active {
    background: #005A9E;
}

.faq-answer {
    display: none;
    padding: 15px;
    background: #f1f1f1;
    border-left: 4px solid #0078D4;
    margin-top: 5px;
    border-radius: 4px;
}

/* Tablet sized screens */

@media only screen and (max-width: 1025px) {
    .grid-12-col {
        grid-template-columns: repeat(6, 1fr);
    }
    .sectionHead {
        grid-column-end: span 6;
        padding: 30px 15% 50px 15%;
    }
    .six {
        grid-column-end: span 3;
    }
    header h2 {
        font-size: 5vw;
    }
    .topBar {
        margin: 0px;
        padding: 5px 5px 14px;
        text-align: center;
        height: auto;
        width: 100%;
    }
    .topBar img {
        display: none;
    }
    .navigation {
        float: none;
    }
    #siteNav ul {
        margin: 15px 0 0 0;
    }
    #siteNav ul li a {
        padding: 7px 10px;
    }
    .dark {
        padding: 80px 30px 60px;
    }
    h2 {
        font-size: 3vw;
    }
}

/* Mobile sized screens */

@media only screen and (max-width: 790px) {
    .body{max-width: 750px;}
    .grid-12-col {
        grid-template-columns: repeat(6, 1fr);
    }

    .sectionHead {
        grid-column-end: span 6;
        padding: 30px 15% 50px 15%;
    }

    .six {
        grid-column-end: span 3;
    }

    header h2 {
        font-size: 5vw;
    }

    .topBar {
        margin: 0px;
        padding: 5px 5px 14px;
        text-align: center;
        height: auto;
        width: 100%;
    }

    .topBar img {
        display: none;
    }

    .navigation {
        float: none;
    }

    #siteNav ul {
        margin: 15px 0 0 0;
    }

    #siteNav ul li a {
        padding: 7px 10px;
    }

    .dark {
        padding: 80px 30px 60px;
    }

    h2 {
        font-size: 3vw;
    }
}

