<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { 
    background: #F7F8FB;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section {
    padding: 15px 0;
    position: relative;
}

#logo img {
    height: 80px;
    margin-top:10px;
}

#navbarSupportedContent {
    margin-top: 70px;
}

#main-content {
    min-height:300px; 
    background:#fff;
    padding:15px;
}

#main-content img {
    padding-right:10px;
}

.sidebar { 
    background:#fff;
    margin-bottom: 20px;
}

.box-title {
    background: #2CB062;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 8px;
    padding-bottom: 3px;
    padding-left: 20px;
}

.news h2 {
    font-size:18px;
    color: #000000;
}

.news h2 a {
    color: #000000;
}

.box-title h3 {
    color: #ffffff;
}

.box-body {
    background: #FFFFFF;
    padding: 10px;
}

.gallery {
    display: inline-block;
    margin-top: 20px;
}

.team-img img {
    width: 300px;
    height: auto;
}

.team-info .team-name {
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

ul.navbar-nav li.nav-item &gt; a {
    padding: 0;
}

btn-group-xs&gt;.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

h1 {
    font-size: 40px;
}

.fancybox-slide--iframe .fancybox-content {
    max-width  : 70%;
    max-height : 80%;
    margin: 0;
}

#patronlogos img{
    margin-top: 50px;
    padding-right: 20px;

}

ul.navbar-nav &gt; li.nav-item &gt; a.nav-link {
    padding-top:10px;
    padding-bottom:10px;
    padding-left:0px;
    font-size: 18px;
    z-index:100!important;
}

.charity-banner-column {
    padding-top: 5em;
}

@media only screen and (max-width: 800px) {
    #charterlogo {
        display:none;
    }
}</pre></body></html>