<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Custom CSS */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #227760;
}

.navbar.bg-dark { 
  background-color: #227760; 
  background-image: linear-gradient(#227760, #0c412d 60%, #0c412d);
}

.nav-link { color: #d0d0d0; }
.nav-link:hover { color: white; }

footer {
  background: honeydew;
}

.btn-primary {
    color: #ffffff !important;
    font-weight: normal;
    background-color: #227760;
    border-color: #227760;
    background-image: none;
}
.btn-primary:hover {
    background-color: #11412d;
    border-color: #11412d;
}

.btn-lg, .btn-group-lg &gt; .btn {
    padding: 14px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.region-content a, footer a {
    color: chocolate;
    font-weight: normal;
}
.region-content a:hover, footer a:hover {
    color: coral;
}

/* YouTube video embed */
/*
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
video {
    object-fit: contain;
    overflow-clip-margin: content-box;
    overflow: clip;
}
*/
video { width:100%; height: auto; }
</pre></body></html>