/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
http://html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* End of reset sylesheet */

html,
body {
	margin: 0;
	padding: 0;
	font-family: serif, sans-serif;
	color: #000000;
	display flex; 
	flex-direction: column;
	min-height: 100%;
	max-width: 1500px;
}

html {
	height: 100%
}

.ListItem {
	font-size: 1.00rem;
	padding-right: 10px;
	color: #ffffff;
}

h1  {
    color: #262626;
	font-size: 2.2rem;
	text-align: center;
	font-style: italic;
}

h3  {
    color: #262626;
	font-size: 1.5rem;
	padding-top: 10px;
}

.subheading  {
    color: #262626;
	font-size: 1.5rem;
	padding-top: 10px;
}

.linkheader {
	padding-bottom: 10px;
}

.categoryheader {
	width: 100%;
	clear: both;
	margin-top: 20px;
}	

p { 
	color: #262626;
	font-size: 1.0rem;
	padding: 10px 0px 10px 0px;
	display: block;
	width; 100%;
}


.Intro {
	color: #262626;
	font-size: 1.1rem;
	font-style: italic;
	text-align: center;
}

.Why {
	color: #262626;
	font-size: 1.5rem;
	font-style: italic;
	margin-bottom: 20px;
}

.mainpcaption {
	color: #000000;
	font-size: 1.00rem;
}

.FlexWrapper {
	background-color: indigo;
	display: flex;
	flex-direction: column;
}

.FlexItems {
	display: flex;
	align-items: center;
	min-height: 0.75rem;
	padding: 0.5rem;
}

.FlexHeader {
	background-color: #bfbfbf;
	order: 1;
	text-align: center;
	border-bottom: 5px double #262626;
	
}

.FlexContent {
	background-color: #f2f2f2;
	order: 3;
}

.FlexSideOne {
	background-color:  #666666;
	order: 2;
	color: #ffffff;
	text-align: center;
}

.FlexSideTwo {
	background-color: #666666;
	color: #ffffff;
	order: 4;
	border-bottom: 5px double #262626;
}

.FlexFooter {
	background-color: #bfbfbf;
	order: 5;
}

.ContentWrapper, .MenuWrapper, .LinkWrapper {
    width: 100%;
}

.Strap {
	font-family: 'Parisienne', cursive;
	font-weight: bold;
	font-size: 1.8rem;
	color: #ffffff;
	text-transform: capitalize;
	margin-top: -20px;
	}

#mainpic, #logotop {
	max-width: 100%;
}

#mainpic {
	margin-top: 1.00rem;
}

.foot {
	color: #ffffff;
	text-align: center;
}

.areas, .arealist {
	color: #ffffff;
	text-align: center;
}
	

.foot-tel {
	color: #ffffff;
}

.consult {
	color: #ffffff;
	text-align: center;
	font-size: 1.5rem;
}

img {
	max-width: 100%;
}

#icon {
	position: absolute;
	top: 10px;
	left: 1px;
	width: 6%;
	align-self: flex-left;
	margin-left: 10px;
	z-index: 1;
}

#datetoday {
	color:  #bfbfbf;
	font-size: 0.75rem;
	font-style: italic;
	position: absolute;
	top: -2px;
	right: 1px;
	margin-right: 10px;
	z-index: 1;
	clear: both;
} 

#logotop {
	width: 8%;
	margin-bottom: 15px;
	clear: both;
}

.row {
	clear: both;
}

@media only screen and (min-width: 480px) and (max-width: 800px){
#container {
	flex-direction: row;
}
#mainpic {
	width: 40%;
	float: right;
}
.mainpcaption {
	color: #000000;
	font-size: 0.75rem;
	float: right;
	clear: both;
}

.Intro	{
	display: inline;
	max-width: 50%;
	float: left;
	font-size: 1.5rem;
	padding: 20px;
	margin-top: 20px;
}

.Why {
	clear: both;
}

hr {
	clear: both;
}

#datetoday {
	color:  #ffffff;
	font-size: 1.00rem;
}

.linkbox {
	width: 20%;
	height: 400px;
	float: left;
	display: inline;
	margin-right: 5%;
	min-height: 550px;
}

}

@media only screen and (min-width: 480px) and (max-width: 800px){

#mainpic {
	width: 55%;
	float: right;
}

.Intro	{
	display: inline;
	max-width: 30%;
	float: left;
	font-size: 1.3rem;
	padding: 20px;
	margin-top: 20px;
}	
	
}

#datetoday {
	color:  #ffffff;
	font-size: 0.75rem;
}

hr {
	clear: both;
}


@media only screen and (min-width: 800px) and (max-width: 1250px){
	.Intro	{
	font-size: 1.60rem;
}
.ListItem {
	font-size: 1.30rem;
}
.Strap {
	font-size: 2.00rem;
}
p { 
		font-size: 1.10rem;
}

.linkbox {
	width: 20%;
	float: left;
	display: inline;
	margin-right: 5%;
	min-height: 450px;
}


}

@media only screen and (min-width: 1250px) and (max-width: 1600px){
html,
body {
	margin: 0;
	padding: 0;
	font-family: serif, sans-serif;
	color: #000000;
	display flex; 
	flex-direction: row;
	min-height: 100%;
	max-width: 1500px;
}

.FlexWrapper {
	flex-flow: row wrap;
}

.FlexItems {
	display: flex;
	align-items: center;
	min-height: 0.75rem;
	padding: 0.5rem;
}

.FlexHeader {
	background-color: #bfbfbf;
	order: 1;
	text-align: center;
	border-bottom: 5px double #262626;
	width: 100%;
	
}

.FlexContent {
	background-color: #f2f2f2;
	flex: 1;
	order: 3;
}

.FlexSideOne {
	background-color:  #666666;
	order: 2;
	color: #ffffff;
	width: 150px;
}

.FlexSideTwo {
	background-color: #666666;
	color: #ffffff;
	order: 4;
	width: 150px;
	border: none;
}

.FlexFooter {
	background-color: #bfbfbf;
	order: 5;
	width: 100%;
}

#mainpic {
	width: 55%;
	float: right;
}

.Intro	{
	display: inline;
	max-width: 30%;
	float: left;
	font-size: 1.80rem;
	padding: 30px;
	margin-left: 40px;
	
}

.Why {
	clear: both;
	font-size: 2.0rem;
}

hr {
	
}

.mainpcaption {
	color: #000000;
	font-size: 0.75rem;
	float: right;
	clear: both;
}

.MenuWrapper { 
	align-self: flex-start;
	left: 5px;
	margin-top: 20px;
	
}

.ListItem {
	display: block;
	font-size: 1.50rem;
	padding-bottom: 10px;
	margin-left: 10px;
	text-align: left;
}

.Strap {
	color: white;
	text-transform: capitalize;
	font-size: 3.20rem;
	margin-top: -20px;
	}

.FlexSideTwo [class="ContentWrapper"] {
	align-self: flex-start;
	margin-top: 20px;
}		
.arealist {
	font-size: 1.30rem;
}
p { 
		font-size: 1.2rem;
}

#datetoday {
	color:  #ffffff;
	font-size: 1.00rem;
}

.linkbox {
	width: 20%;
	float: left;
	display: inline;
	margin-left: 2%;
	margin-right: 2%;
	min-height: 450px;
}

}