<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.site-title a {
    font-size: 60px;
    line-height: 60px;
}

h2.entry-title {
font-size: 3.9rem;
line-height: 1.2308;
margin-bottom: 1.2308em;
font-family: 'Kaushan Script';
font-style: normal;
font-weight: 400;
}

.site-title a, h2.entry-title a:hover {
color: ffffff;
}

h3 {
font-size: 2rem;
font-family: "Lato", sans;
}

p.site-description {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding-top: 20px;
    margin-top: 20px;
}

article a {
color: #2b6e9d;
}

.entry-content a {
border-bottom: 1px solid  #2b6e9d;
}

.entry-content a:hover {
color: #2b6e9d;
 padding-bottom: 2px;
text-decoration: none!important;
}

a:hover, a:focus {
color: #2b6e9d;
}

nav#site-navigation {
font-family: "Lato", sans;
}

.main-navigation .current-menu-item &gt; a, .main-navigation .current-menu-ancestor &gt; a {
font-weight: inherit;
color: #2b6e9d;
}

h2.entry-title a {
color: #333;
}

input[type="submit"]:hover {
    background-color: #C40203;
}

.site-info a:hover, .site-info a:focus {
    color: #C40203;
}

.video {
text-align: center;
}

article iframe {
    outline: 1px solid rgba(51, 51, 51, 0.1);
    border: 6px solid #ffffff;
    box-sizing: content-box;
}

.textwidget a {
    border-bottom: 1px solid #2b6e9d;
color: #2b6e9d;
}

.textwidget a:hover {
padding-bottom: 2px;
text-decoration: none!important;
}

/* Sidebar*/

#sidebar {
background-color: #548dd4;
}

body:before {
background-color: #548dd4;
}

.site-title a, p.site-description, .main-navigation a, .textwidget, .tagcloud a  {
color: #ffffff;
}

.tagcloud a:hover {
color: #2b6e9d;
}

.main-navigation .current-menu-item &gt; a, .main-navigation .current-menu-ancestor &gt; a {
color: #2b6e9d;
}

.widget-title {
text-transform: none;
color: orange;
}

.widget_recent_entries a {
    color: #ffffff;
    font-family: 'Lato';
}

.widget_recent_entries a:hover {
}

.textwidget {
font-family: 'Lato';
}

/* Footer */

.site-info {
text-align: right;
font-family: 'Lato';
}

.site-info a:hover, .logged-in-as a:hover {
    border-bottom: 1px solid #2b6e9d;
}


/* Tablet */


.site-header, #masthead {
    background-color: #854442!important;
}

p.site-description {
    border-top: 1px solid #ffffff;
}

/*Mobile */

div.toggled-on {
background-color: #548dd4;
}

.secondary-toggle {
    border: 1px solid #ffffff;
    width: 60px;
}

/* Hamburger Icon Edits START

.secondary-toggle:before {
    color: #ffffff;
    content: "MENU";
    line-height: 40px;
    width: 60px;
    font-family: Sans-serif;
    font-weight: bold;
    position: relative;
    right: 1px;
}

.secondary-toggle:hover, .secondary-toggle:focus {
    border: 1px solid #ffffff;
}

.secondary-toggle.toggled-on:before {
    content: "CLOSE"!important;
    font-size: 15px;
    position: relative;
    top: 1px;
    left: -1px;
}

Hamburger Icon Edits END */</pre></body></html>