@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,700,900');
/*colors:
gray #999
blue #3399ff
*/
html, body {
	margin: 0 auto;
	
}
div, header, footer, p, h1, h2, h3, h4, h5, span {
	margin: 0;
}
ul {
	padding: 0;
	list-style-type: none;
}
body {
	width: 100%;
	font-size: 1em;
	font-family: 'Maven Pro', sans-serif;
}
header {
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
	font-size: .9em;
}
header a:link,
header a:visited,
header a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
header a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
header > #header-image {
	margin: 0 auto;
	padding: .5em;
	background: #fff;
}
header > #header-image > img {
	margin: 0 auto;
	max-width: 85%;
}
header > #header-contact {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #3399ff;
	background: #999;
	text-shadow: 1px 1px 1px #666;
	border-top: .25em solid #3399ff;
	border-bottom: .25em solid #3399ff;
}
header > #header-contact > .header-contact-icon {
	margin: .35em 2em;
}
header > #header-contact > .header-contact-icon > a > img {
	-webkit-filter: drop-shadow(1px 1px 1px #000 );
	filter: drop-shadow(1px 1x 1px #000);
}
header > #header-contact > .header-contact-icon > a > .header-icon-text {
	font-size: 1.25em;
	text-shadow: 1px 1px 1px #000;
}
.hide-on-desktop {
	display: inline;
}
.hide-on-mobile {
	display: none;
}
#wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: #fff;
}
#section-1 {
	margin: 0 auto;
}
#section-1 > #section-1-image {
	margin: 0 auto;
}
#section-1 > #section-1-image > img {
	margin: 0 auto;
	display: block;
	max-width: 18em;
}
#section-1 > #section-1-image > #image-banner a:link,
#section-1 > #section-1-image > #image-banner a:visited,
#section-1 > #section-1-image > #image-banner a:active {
	color: #3399ff;
	text-decoration: none;
	font-weight: bold;
}
#section-1 > #section-1-image > #image-banner a:hover {
	color: #3399ff;
	text-decoration: underline;
	font-weight: bold;
}
#section-1 > #section-1-content {
	margin: 0 auto;
	background: #3399ff;
}
#section-1 > #section-1-content > #services {
	color: #fff;
	padding-bottom: 1em;
	text-shadow: 1px 1px 1px #000;
}
#section-1 > #section-1-content > #services > h1 {
	margin: 0 auto;
	padding: .25em 0;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	font-size: 1.85em;
	color: #fff;
}
#section-1 > #section-1-content > #services > #list {
	margin: auto;
	display: block;
	text-align: center;
}
#section-1 > #section-1-content > #services > #list > li {
	margin: .25em;
	font-size: 1.35em;
}
#section-1 > #section-1-content > #services > p {
	margin: .5em auto;
	width: 95%;
	text-align: justify;
	font-size: 1.05em;
}
#section-2 {
	margin: 0 auto;
}
#section-2 > #section-2-content {
	margin: 0 auto;
	background: #3399ff;
	text-shadow: 1px 1px 1px #000;
}
#section-2 > #section-2-content > #statement {
	margin: 0 auto;
	padding-bottom: 1em;
}
#section-2 > #section-2-content > #statement > h1 {
	margin: 0 auto;
	padding: .25em 0;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	font-size: 1.85em;
	color: #fff;
}
#section-2 > #section-2-content > #statement > p {
	margin: .5em auto;
	width: 95%;
	text-align: justify;
	font-size: 1.05em;
	color: #fff;
}
footer {
	margin: auto;
	background: #3399ff;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
footer a:link,
footer a:visited,
footer a:active {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}
footer > #footer-contact {
	margin: 0 auto;
}
footer > #footer-contact > ul {
	margin: 0 auto;
	padding-top: 1em;
	text-align: center;
}
footer > #footer-contact > ul > li {
	margin: .25em auto;
}
footer > #footer-contact > ul > li > a > img {
	margin-bottom: -.5em;
	margin-left: .5em;
	width: 2em;
}
footer > #footer-map {
	color: #000;
	text-shadow: none;
	margin: 1em auto;
	width: 85%;
	background: #3399ff !important;
	-webkit-box-shadow: -1px 1px 5px 3px rgba(0, 0, 0, .25);
	 -moz-box-shadow: -1px 1px 5px 3px rgba(0, 0, 0, .25);
	 box-shadow: -1px 1px 5px 3px rgba(0, 0, 0, .25);
}
footer > #copyright > p {
	margin: .5em auto 0 auto;
	text-align: center;
}
/*end of styling for Contact page*/
.wpautoterms-footer {
	background:#3399ff !important;
}
.wpautoterms-footer a {
	color:#fff !important;
}
/*privacy policy page*/
#wrapper > #reset-wrapper > #page.privacy-policy {
	margin: 0 auto;
	padding:1em 0;
	width:90%;
}
#wrapper > #reset-wrapper > #page.privacy-policy h1,
#wrapper > #reset-wrapper > #page.privacy-policy h2,
#wrapper > #reset-wrapper > #page.privacy-policy h3,
#wrapper > #reset-wrapper > #page.privacy-policy h4,
#wrapper > #reset-wrapper > #page.privacy-policy h5,
#wrapper > #reset-wrapper > #page.privacy-policy ul,
#wrapper > #reset-wrapper > #page.privacy-policy p {
	margin: 1em auto -.25em auto;
	text-align:left;
}
/*--===================================================
	Media Queries
=================================================== --*/
/*--===================================================
	screen size of 600px
=================================================== --*/
@media only screen and (min-width: 600px) {
#section-1 > #section-1-content > #services > p {
	width: 75%;
}
#section-2 > #section-2-content > #statement > p {
	width: 75%;
}
}

/*--===================================================
	Media Queries
=================================================== --*/
/*--===================================================
	screen size of 900px
=================================================== --*/
@media only screen and (min-width: 900px) {
a[href*="tel:"] {
	pointer-events: none;
	color: #000;
	text-decoration: none;
}
body {
	background: -webkit-linear-gradient(left, #b3daff 0%, #cce6ff 50%, #b3daff 100%);
}
.hide-on-desktop {
	display: none;
}
.hide-on-mobile {
	display: inline-block;
}
header {
	flex-wrap: nowrap;
	border-bottom: 1em solid #3399ff;
}
header a:link,
header a:visited,
header a:active {
	color: #000;
}
header a:hover {
	color: #000;
}
header > #header-image {
	margin: 0 auto;
	padding: .5em;
}
header > #header-image > img {
	max-width: 35em;
}
header > #header-contact {
	background-color: #fff;
	color: #000;
	text-shadow: none;
	border: 0;
	text-shadow: none;
}
header > #header-contact > .header-contact-icon {
	margin-top: 3em;
	display: flex;
	flex-direction: column;
	text-align: center;
}
header > #header-contact > .header-contact-icon > a > .header-icon-text {
	font-size: 1.5em;
	text-shadow: none;
}
#section-1,
#section-2 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
#section-1 > #section-1-image > img {
	max-width: 28em;
}
#section-1 > #section-1-image {
	flex: 1 0 30%;
}
#section-1 > #section-1-content  {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	background: #fff;
}
#section-1 > #section-1-content > #services  {
	padding: 0;
	color: #000;
	text-shadow: none;
}
#section-1 > #section-1-content > #services > h1 {
	font-size: 1.9em;
	text-shadow: none;
	color: #3399ff;
}
#section-1 > #section-1-content > #services > #list {
	margin: auto;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 7em;
	min-width: 12em;
	padding: .75em;
	font-size: 1.05em;

}
#section-1 > #section-1-content > #services > #list > li {
	margin: .25em;
}
#section-2 > #section-2-content > #statement > h1 {
	font-size: 2.15em;

}
#section-2 > #section-2-content > #statement > p {
	width: 85%;
	text-align: left;
	font-size: 1.25em;
}
footer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	font-weight: bold;
}
footer > #footer-contact {
	flex: 1 0 45%;
	font-size: 1.85em;
}
footer > #footer-contact > ul {
	padding-top: 0;
	text-align: left;
	padding-left: 1em;
}
footer > #footer-contact > ul > li {
	margin: .5em auto;
}
footer > #footer-contact > ul > li > a > img {
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, .5);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, .5);
}
footer > #footer-contact > ul > li:last-child {
	margin-top: -.5em;
}
footer > #footer-map {
	flex: 1 0 45%;
	margin: 1em 2em 1em 1em;
}
footer > #copyright > p {
	flex: 1 0 100%;
}
}
/*--===================================================
	Media Queries
=================================================== --*/
/*--===================================================
	screen size of 1100px
=================================================== --*/
@media only screen and (min-width: 1100px) {
body {
	width: 1000px;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, .5);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, .5);
}

}

