<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Starter Theme
Theme URI: https://joneswaysolutions.com/starter-theme
Author: William Jones
Author URI: https://joneswaysolutions.com
Description: Generic Starter theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: &lt;https://www.gnu.org/licenses/gpl-2.0.html&gt;
Text Domain: starter-theme
Tags: bootstrap, starter
*/

body {
    width: 100%;
    margin: auto;
    line-height: 1.65;
    font-family: Georgia, Times, Times New Roman, serif;
    background-image:url("img/city.svg"); 
    background-repeat:no-repeat; 
    background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6,
.menu {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

a {
	color: #073979;
}

.site-header {
    border-bottom: 2px solid
}

.site-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: .25rem;
    line-height: 1;
}

.site-title a {
    text-decoration: none;
    color: black
}

.site-description {
    margin-top: 0;
    color: #36ada3;
}

.menu {
    border-top: 1px solid #ccc;
}

.menu ul {
    list-style: none;
    padding: 0;
}

.menu ul li a {
    text-decoration: none;
    color: #696969;
}

.menu ul li a:hover {
    text-decoration: underline;
    color: #000;
}

.site-content {
    width: 100%;
    height: 100%;
}

article {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.sidebar {
    width: 280px;
    float: left;
    list-style: none;
    margin-top: 2em;
	font-size: 14px
}

.widgettitle {
    border-top: 2px solid;
    border-bottom: 1px solid #ccc;
    padding: .25rem 0;
    font-size: 1.25rem
}

.widget {
    margin-bottom: 3rem
}

label {
	display: block
}

.commentlist {
	list-style: none;
	padding-left: 0;
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
    transform: none;
    top:120px;
}

.menu-item { cursor: pointer; }


@media (max-width: 767px) {

    .offcanvas.show:not(.hiding), .offcanvas.showing {
        transform: none;
        top:0px;
    }
    .ex-width{

        width:15em;

    }
    .ex-height{

        height:10em;

    }
    .msg-width{
        width:100%;
    }
    .msg-height{
        height:11em;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .offcanvas.show:not(.hiding), .offcanvas.showing {
        transform: none;
        top:0px;
    }
    .svc-margin{
        margin-top: 1em;
    }
    .ex-width{

        width:30em;

    }
    .ex-height{

        height:15em;

    }
    .msg-width{
        width:35em;
    }
    .msg-height{
        height:11em;
    }

}

@media (min-width: 992px) {

    .offcanvas.show:not(.hiding), .offcanvas.showing {
        transform: none;
        top:0px;
    }
    .svc-ttl-margin{
        margin-left:1em;
    }
    .svc-btn-margin{
        margin-right:2.5em !important;
    }
    .ex-ttl-margin{
        margin-left:1em;
    }
    .ex-btn-margin{
        margin-right:2.5em !important;
    }
    .ex-width{

        width:30em;

    }
    .ex-height{

        height:15em;

    }
    .con-ttl-margin{
        margin-left:10em;
    }
    .con-btn-margin{
        margin-right:12.5em !important;
    }
    .msg-width{
        width:50em;
    }
    .msg-height{
        height:11em;
    }
    .form-height{
        height:100%;
    }

}</pre></body></html>