@charset "utf-8";
/* CSS Document */

* { background-color:#FFF !important;
	background-image: none !important;
	color:#000 !important; 
	}

#wrapper {
	display: flex !important;
	flex-wrap: wrap !important;
    }

main img, main iframe, article img, article iframe {
	width: 45% !important;
	height: auto !important;
    }

main div, article div {
	width: 45%;
	text-align: left;
	margin-left: 32px;
    }

.column {
	width: 30% !important;
	margin-left: 1.5% !important;
	margin-right: 1.5% !important;
    }

aside, .section2, .section3 {width: 100% !important;}

nav, footer, .btn, .btn-secondary, header img {display: none !important; } 

li::before {content: none !important;} 
ul {list-style: disc !important;}

.column {border: 2px solid #000 !important;}

body {
    font-family: "Times New Roman", Times, serif !important;
	line-height: 1 !important;}
h1, h2, h3, h4 {
    font-family: "Times New Roman", Times, serif !important;
	line-height: 1 !important;
	text-shadow: none !important;
}

header:before {
	content: "Please see www.watchful-walks.com for the latest version of this information.";
	border: thin dotted;
	padding: 5px;
	margin-bottom: 10px;}


