/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*--------------------------------------------------------------
CSS Reset -taken from Flexbox demo all-together reset
--------------------------------------------------------------*/
html {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
    background-color:#d6dfc7;
    }

body {
    max-width: 1000px;
    margin: 0 auto 0 auto;
    border: solid #d6dfc7 1px;
    }
figcaption,
article,
aside,
details,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;    
    } 

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
    }

audio:not([controls]) {
	display: none;
	height: 0;
    }

[hidden],
template {
	display: none;
    }

a {
	background-color: transparent;
    }

a:active,

a:hover {
	outline: 0;
    }

abbr[title] {
	border-bottom: 1px dotted;
    }

b,
strong {
	font-weight: bold;
    }

dfn {
	font-style: italic;
    }

h1 {
	font-size: 2em;
	margin: 0.67em 0;
    }

mark {
	background: #ff0;
	color: #000;
    }

small {
	font-size: 80%;
    }

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
    }

sup {
	top: -0.5em;
    }

sub {
	bottom: -0.25em;
    }

img {
	display: block;
	border: 0;
	width: 100%;
	height: auto;
    }

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0.5em 0.5em;
    }

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
    }

pre {
	overflow: auto;
    }

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
    }


button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
    }

button {
	overflow: visible;
    }

button,
select {
	text-transform: none;
    }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
    }

button[disabled],
html input[disabled] {
	cursor: default;
    }

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
    }

input {
	line-height: normal;
    }

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
    }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
    }

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
    }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
    }

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
    }

legend {
	border: 0;
	padding: 0;
	}

textarea {
	overflow: auto;
    }

optgroup {
	font-weight: bold;
    }

table {
	border-collapse: collapse;
	border-spacing: 0;
    }

td,
th {
	padding: 0;
    }

blue {
    color: blue;
}

/*Stylesheet for MENUS on whole website Stylesheet for MENUS on whole website*/

.main-menu-section {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 1px solid hsl(0, 0%, );
    }
.main-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: darkseagreen;
    }
.main-menu li a {
	display: block;
	text-decoration: none;
	color: black;
	padding: .6em 1em;
    border: 1px solid black;
    }
.main-menu li a:hover {
	background-color: forestgreen;
    }
.sub-menu, {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 1px solid hsl(0, 0%, );
    }
.sub-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: darkseagreen;
    }
.page-top ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: darkseagreen;
    }
.sub-menu li a {
	display: block;
	text-decoration: none;
	color: black;
	padding: .6em 1em;
    border: 1px solid black;
    }
.page-top li a {
	display: block;
	text-decoration: none;
	color: black;
	padding: .6em 1em;
    border: 1px solid black;
    }
.sub-menu li a:hover {
	background-color: forestgreen;
    }
.page-top li a:hover {
	background-color: forestgreen;
    }
#cb-logo img {
    max-width: 1000px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    }
footer p {
    margin-left: 5px;
    }

/*sets color of the "back to the top" button*/
.sub-menu li.to-top-tab a {
    background-color: #fc3939;
    }
.sub-menu li.sellingGuide-tab a {
    background-color: #fc3939;
    }
.page-top li.to-top-tab a {
    background-color: #fc3939;
    }

/*sets color of the "xarchive" buttons*/
.sub-menu li.xarchive-tab a {
    background-color: #ff9d00;
    }


/*sets color of the "walkGroup" buttons*/
.sub-menu li.walkGroup-tab a {
    background-color: #ff9d00;
    }


/*sets color of the "xgardening" buttons*/
.sub-menu li.xgardening-tab a {
    background-color: #ff9d00;
    }

/*sets background color of the "Contact" tab*/
.sub-menu li.contacts-tab a {
    background-color: #fa7d1f;
    }


/*styling for the MORE button that scrolls to bottom of page*/
.main-menu ul button {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: darkseagreen;
    }
.main-menu li button {
	display: block;
	text-decoration: none;
	color: white;
	padding: .6em 1em;
    border: 1px solid white;
    }
.main-menu li button:hover {
	background-color: forestgreen;
    }


/*Styles for News (index) and some of Events page*/
.news-content p {
    margin: 5px 5px 5px 8px;
    }
.news-content-columns p {
    margin: 0 5px 5px 5px;
    }
.news-item h3 {
    margin: 0px 0px 8px 8px;
    }
.news-item {
    border: solid forestgreen 1px;
    margin: 0;
    background-color: #f4f6e9;
    }
.news-item figure img {
    margin: 0 auto 5px auto;
    width: 100%;
    }
.page-banner {
    border: 1px solid black;
    margin: 0px; 
    width: auto;
    background-color: #791818;
    }


/* Colour of banner for archive pages  */
.page-bannerx {
    border: 1px solid black;
    margin: 0px; 
    width: auto;
    background-color: #791818;
    }
.page-bannerx h3{
    font-family: sans-serif;
    color: white;
    font-size: 1.2em;
    padding: 0.2em 0.2em 0.2em 0.2em;
    margin: 0;
    }






.page-banner h3{
    font-family: sans-serif;
    color: white;
    font-size: 1.2em;
    padding: 0.2em 0.2em 0.2em 0.2em;
    margin: 0;
    }
figure {
    margin: 0 5px 12px 5px;
    padding: 0;
}
.news-item figure img.wide-image {
    max-width: 600px;
    }
img.wide-image {
    max-width: 600px;
}
.news-item figcaption {
    color: #6d6a6a;
    text-align: center;
    padding-right: 5px;
    margin-bottom: 10px;
    }

figcaption.align-left {
    color: #6d6a6a;
    text-align: left;
    padding-right: 5px;
    margin-bottom: 10px;
    }

span.article-date {
    color: #000099;
    font-size: 0.8em;
    font-weight: bold;
    }
section.news-page {
    background-color: #f4f6e9;
}
.news-page a {
    text-decoration: none;
    color: black;
    }
article.news-item {
    margin: 0;
    padding-bottom: 20px;
    }
span.bold {
    font-weight: bold;
}
.news-content-columns li {
    margin: 5px 0;
    }

/*A large article that has more content on an EXTRA page, eg picnic in the park photos.*/
.news-item-extra {
    border: solid forestgreen 1px;
    margin: 0;
    padding: 0 0 0 0;
    background-color: #f4f6e9;
    }

.news-item-extra h3 {
    margin: 0px 0px 0px 5px;    
    }

.news-item-extra figure img {
    margin: 5px auto;
    max-width: 300px;
    }

.news-extra h3 {
    margin: 0px 0px 0px 5px;    
    }
article.news-extra {
    background-color:  #f4f6e9;
    }
.news-extra img {
    max-width: 300px;
    }
.wide-image {
    max-width: 600px;
    }



.masthead {
    background-color: #ffffd8;
    }

.see-more p {
    background-color: rgba(245, 7, 7, 0.72);
    border: solid forestgreen 1px;
    padding: 5px;
    font-size: 1.3em;
    font-weight: 800;
    }

.see-more h3 {
    color: firebrick;
    margin-bottom: 10px;
    }

/*Added after creating 15-12-20 Fireworks Extra News page using a list of photos*/
ul.photos li img {
    display: block;
    margin: 5px auto;
    }
ul.photos {
    padding: 0;
    }

dl {margin: 5px;}

dt {margin: 5px;}

dt.year {
    margin-top: 8px;
    margin-bottom: 2px;
    color: darkslategrey;
    }
dd {margin-left: 25px;}

/*EVENT STYLES  EVENT STYLES  EVENT STYLES  EVENT STYLES  EVENT STYLES  EVENT STYLES */

figure.poster {
    max-width: 600px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 3px;
    }
figure.poster img {
    margin: auto;
    }
figcaption.posted-date {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    color: blue;
    margin: 0 5px 0 0;
    }
article.event {
    margin: 0;
    }
p.soldout {
	background-image:url(images/posters/SOLD-OUT.png);
	background-position: left;
	background-repeat:no-repeat;
	}

/*SELLING STYLES - SELLING STYLES - SELLING STYLES - SELLING STYLES - */
.borderless {
    border: 0px;
    margin: 0;
    max-width: 100%;
    min-width: 80%;
    }
article.forsale {
    border: 2px solid black;
    background-color: #f4f6e9;
    margin: 10px 5px;
    }
.selldate {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    color: blue;
    margin: 2px 5px 0 0;
    }
.forsale figure {
    margin: 0 15px;
    max-width: 100%;
    }
.sellphoto img {
    border: 1px solid black;
    margin: 0;
    max-width: 100%;
    min-width: 80%;
    }
.forsale .description {
    margin: 0;
    }
.forsale .price {
    margin: 10px 0;
    }
.forsale .price p {
    font-size: 14pt;
    font-weight: bold;
    }
.forsale .contact {
    margin-bottom: 10px;
    }
.forsale p {
    margin: 0 15px;
    }
.forsale h2 {
    margin: 0 15px;
    }
figure.sellphoto {
    margin: 5px; 
    }
p.sold {
	background-image: url(images/selling-images/SOLD.png);
	background-position: left;
	background-repeat:no-repeat;
	}
p.gone {
	background-image:url(images/selling-images/GONE.png);
	background-position: left;
	background-repeat:no-repeat;
	}


/*CLUB STYLES - CLUB STYLES - CLUB STYLES - CLUB STYLES - */

section.club-page {
    background-color: #f4f6e9;
    display: block;
    }
article.club {
    margin: 5px;
    padding-bottom: 10px;
    border-bottom-style: double;
    border-bottom-width: thick;
    border-bottom-color: forestgreen;
    }
.image {
    max-width: 300px;
    height: auto;
    margin: 5px auto;
    }
article.club .images img {
    max-width: 300px;
    height: auto;
    margin: 5px auto;  /*auto ensures that image appears central in single column view*/
    }
article.club .text {
    -webkit-columns: 300px 1;
       -moz-columns: 300px 1;
            columns: 300px 1;
    margin: 5px auto;
    height: auto;
    }
article.club .text-columns {
    -webkit-columns: 300px 1;
       -moz-columns: 300px 1;
            columns: 300px 1;
    margin: 5px auto;
    height: auto;
    }
article.club h3 {
    margin-top: 0;
    }
/*to ensure the top of neighbouring columns are in line - */

.text-columns p {
    margin: 0 0 5px 0;
    }
.text-columns li {
    margin: 3px 0;
    }
.text-columns h3 {
    margin: 0 0 3px 0;
    }
.text-columns img {
    margin-bottom: 5px;
    }

h4 {
    display: inline;
    }
.club .text li {
    margin-bottom: 5px;
    }

/*DIARY STYLES - DIARY STYLES - DIARY STYLES - DIARY STYLES - DIARY STYLES */

.year {
    margin: 0 3px;
    }
header h1 {
    margin-bottom: 0px;
    }
.month {
    margin-top: 1px;
    border: 2px;
    }
.month h2 {
    margin: 12px 0px 2px 2px;
    }
.day {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
	-ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
	   flex-direction: row;
    border: 1px solid darkred;
    margin: 1 0 1 0;
    background-color: #ffffff;
    }
.day:nth-of-type(6) {
    background-color: #f5f5f5;
    }
.day:nth-of-type(7) {
    background-color: #f5f5f5;
    }
.morning {
    -ms-flex: 1 0 40%;
    -webkit-box-flex: 1;
    flex: 1 0 40%;
    padding-left: 1px;
    }
.number {
    -ms-flex: 1 0 20%;
    -webkit-box-flex: 1;
    flex: 1 0 20%;
    }
.lunar {
    -ms-flex: 1 0 40%;
    -webkit-box-flex: 1;
    flex: 1 0 40%;
    }
.date {
    -ms-flex: 0 0 7em;
    -webkit-box-flex: 0;
    flex: 0 0 7em;
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
	-ms-flex-pack: flex-start;
    -webkit-box-pack: start;
	   justify-content: flex-start;
    font-size: 16px;
    color: darkred;
    font-family: sans-serif;
    }
.day-events-diary {
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin: 0 0 3px 3px;
    }
.event-diary {
    -ms-flex: auto;
    -webkit-box-flex: 0;
    flex: auto;
    font-family: sans-serif;
    font-size: 15px;
    padding: 0 2px 2px 2px;
    margin: 0;
    color: black;
    }
.calendar {
    margin: 0;
    background-color: #f4f6e9; 
    }
span.diaryeventhead {
    font-weight: bold;
    color: firebrick;
    display: block;
    margin: 0;
    }

/* MEDIA QUERIES for MENUS for over 320px - MEDIA QUERIES for MENUS for over 320px */
/*NB so far I haven't found a screen less than 320px.*/

@media screen and (min-width: 320px) {
    .main-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        }  
     .main-menu li {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        text-align: center;
        }
    .sub-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        }
     .sub-menu li {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        text-align: center;         
        }
    .page-top li {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        text-align: center;         
        }
    }

/* - MEDIA QUERIES FOR OVER 560px -- NOTE changed from 550 to 560px 2020-09-21. This ensures that single column view of CBPlan selling page is still possible when make browser as narrow as possible - */

@media screen and (min-width: 560px) {
   
    .sub-menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        }
    .more-tab {
        display: none; /*Stops display of "More" button in main menu*/
        }
    .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                flex-flow: row;
        }
    .main-area {
        border: solid forestgreen 1px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 90%;
                flex: 1 1 90%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        background-color: #f4f6e9;
        }
    .sidebar {
        width: 110px;
        margin: 0;
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        background-color: #f4f6e9;
        }  
    .news-content-columns {
        -webkit-columns: 200px 2; /* Chrome, Safari, Opera */
        -moz-columns: 200px 2; /* Firefox */
        columns: 200px 2;
        }
    
    /*Code below is from James Williamson: prevents container collapsing 
    when image is floated. Use class (cf) for container*/
    .cf:before,
    .cf:after {
        content: "";
        display: table;
        }
    .cf:after {
        clear: both;
        }
    /*for IE6/7 (trigger has Layout)*/
    .cf {
        zoom:1;
        }
       
    .float-right {
        float: right;
        margin: 0 10px 0 10px;
        }
    .float-left {
        float: left;
        margin: 0 10px 0 10px;
        }    
       
/*An article on the news page that has more content on an extra page, eg picnic in the park photos.*/
    article.news-item-extra {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 40%;
                flex: 1 1 40%;
        margin: 0;
        } 

/*The NEWS EXTRA page that displays the additional photos etc*/     
    article.news-extra ul.photos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                flex-flow: row wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        }
    article.news-extra ul.photos li {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 30%;
                flex: 1 1 30%;
        margin: 5px;
        display: block;
        max-width: 300px;
        }
 
/*SELLING - SELLING - SELLING - SELLING*/  
    .sell-page {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                flex-flow: row wrap;
        }
    article.forsale {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 46%;
                flex: 1 1 46%;
        margin: 5px;
        max-width: 385px;
        }
 /* CLUB - CLUB - CLUB - CLUB - CLUB -*/ 
 /*The settings below apply for all bigger widths too because I have given max-width values for the img and text (of 300px initially)*/   
 
    article.club .images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                flex-flow: row wrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        }
    article.club .images img {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 30%;
                flex: 1 1 30%;
        margin: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 280px;
        }    
    article.club .text-columns {
                /*width: 1000px;*/
        -webkit-columns: 200px 2; /* Chrome, Safari, Opera */
        -moz-columns: 200px 2; /* Firefox */
        columns: 200px 2;    
        }
    .club .text a {
        text-decoration: underline;
        color: #0f4ffc;
        }
       
/* - Diary - Diary - Diary - Diary - Diary - Diary - */  
    .calendar {
        flex: 1 1 90%;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 90%;
                flex: 1 1 90%;        
        }
    .week {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-pack: space-between;
        -webkit-box-pack: justify;
        justify-content: space-between;
        }
    .day {
        -ms-flex: 0 1 14%;
        -webkit-box-flex: 0;
        flex: 0 1 14%;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        border-width: thin;
        border-color: black;
        -ms-flex-flow: column wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-flow: column wrap;
        min-height: 40px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        }
    .date {
        display: -ms-flexbox;        
        display: -webkit-box;        
        display: flex;
        /*flex none ensures that diary items are listed from the top*/
        -ms-flex: none;
        -webkit-box-flex: none;
        flex: none;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        font-size: 14px;
        padding-top: 0;
        color: darkred;
        font-family: sans-serif;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        }
    .morning {
        -ms-flex: 0 0 3em;
        -webkit-box-flex: 0;
        flex: 0 0 3em;
        margin: 2px;
        }
    .number {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
        color: darkred;
        padding-right: 4px;
        margin: 2px;
        margin-left: auto;
        text-align: right
        }
    .lunar { 
        -ms-flex: 0 0 0; 
        -webkit-box-flex: 0; 
        flex: 0 0 0;        
        display: none;
        }
/*    .day-events-diary {
        margin: 0;
    }*/
    .day-events-diary  {
     display: block;   
/*        display: -webkit-flex;
        display: -ms-flexbox;        
        display: -webkit-box;        
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
                flex: 1 1 auto;*/
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        margin: 0;
        padding: 2px 2px 2px 4px;
        }
    .event-diary {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
    }
    }

/* - MEDIA QUERIES FOR OVER 550px -- MEDIA QUERIES FOR OVER 550px - MEDIA QUERIES FOR OVER 550px - */
@media screen and (min-width: 800px) {
    article.forsale {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 30%;
                flex: 1 1 30%;
        margin: 5px;
        }
    
}

/* - use for sub-headings in text -*/

    .subhead {
        margin-left: 5px;
        color:darkslateblue;
    }

    .boldtext {
        color: darkslateblue;
        font-weight: bold;
          
    }