/* Text highlight colours */
::selection /* WebKit/Blink Browsers */ {
	background: rgba(112, 51, 155, .8);
	color: white;
}
::-moz-selection /* Gecko Browsers */ {
	background: rgba(112, 51, 155, .8);
	color: white;
}
html {
	scroll-behavior: smooth;
    background-color: silver;
}
body {
	font-family: mySegoe, sans-serif;
	font-size: 18px;
    max-width: 1024px;
    background-color: #eeeeee;
    margin: 1.5em auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    padding: 1.5em;
}
@media screen and (max-width: 1078px) {
	body {margin: 0;};
}

header {
    margin: 0 -1.5em 1.5em;
    display: flex;
    align-items: center;
}
header div {
    background: url("/images/background.png"), #000000;
    padding: 1px 3em;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
    border-radius: 1em;
    width: fit-content;
    text-align: center;
}
header div p {
	background-image: radial-gradient(
		#666666 0,
    	#999999 22%, 
		#cccccc 45%,
		#ffffff 50%,
		#cccccc 55%,
		#999999 78%,
		#666666 100%
	);
   color: transparent;
   background-clip: text;
   -webkit-background-clip: text;
}
@media screen and (max-width: 639px) {
    header img {display: none;}
    header div {margin: 0 auto;}
}
#brand {
    font-size: 42px;
    font-family: myArial, sans-serif;
    margin: 0.3em 0;
    letter-spacing: 0.07em;
}
#tagline {
    font-size: 17px;
	font-weight: bold;
    font-family: mySegoePrint, sans-serif;
    letter-spacing: 0.05em;
}
nav {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    background: #eeeeee;
    font-size: 1.1em;
	font-family: myArial, sans-serif;
	z-index: 1;
}
nav p {
	margin: 0.75em auto 0.75em;
	text-align: center;
	line-height: 150%;
}
nav a {
    padding: 0.5em;
    border-radius: 0.5em;
    text-decoration: none;
}
#bHome #nHome,
#bAbout #nAbout,
#bGallery #nGallery,
#bTestimonials #nTestimonials,
#bContact #nContact {
	text-decoration: underline;
}
p:has(+.blockquote) {
	font-family: myArial, sans-serif;
	color: indigo;
}
p.blockquote {
	background: white;
	border-left: 0.2em solid silver;
	margin: 1em auto 2em;
	padding: 1em;
	font-style: italic;
	width: 90%;
	max-width: fit-content;
}
@media screen and (max-width: 1078px) {
	p.blockquote {	
		width: 100%;
		padding: 1em;
	}
}
p.blockquote::before,
p.blockquote::after {
	color: indigo;
	font-family: mySegoePrint, sans-serif;
	font-size: 1.5em;
	line-height: 0.1em;
	font-weight: bold;
}
p.blockquote::before {
	content: "\0201C";
	margin-right: 0.25em;
}
p.blockquote::after {
	content: "\0201E";
	margin-left: 0.25em;
}
footer {
	font-size: 0.7em;
	text-align: center;
	line-height: 160%;
}
footer p {
	margin: 1em auto 0;
}
footer a {
	text-decoration: none;
	font-family: myArial, sans-serif;
	font-size: 1.3em;
}
/* Email Links */
a[href^="mailto"]::before {
	font-family: faSolid;
	font-style: normal;
	font-weight: normal;
	content: '\f0e0\00A0';
	line-height: 0;
}
/* Phone Links */
a[href^="tel"]::before {
	font-family: faSolid;
	font-style: normal;
	font-weight: normal;
	content: '\f095\00A0';
	line-height: 0;
}
/* External Links */
a[href^="http"]::after {
	font-family: faSolid;
	font-style: normal;
	font-weight: normal;
	content: '\00A0\f35d';
	line-height: 0;
}
.bus a[href^="http"]::before {
	font-family: faSolid;
	font-style: normal;
	font-weight: normal;
	content: '\f35d\00A0';
	line-height: 0;
}
a[href^="http"].img::after,
a[href$=".jpg"].img::after,
.bus a[href^="http"]::after {
	content: none;
}
/* Image Links */
a[href$=".jpg"]::after,
a[href$=".png"]::after {
	font-family: faSolid;
	font-style: normal;
	font-weight: normal;
	content: '\00A0\f1c5';
	line-height: 0;
	color: orangered;
	transition: 0.2s all ease-in-out;
}
a[href$=".jpg"].img::after,
a[href$=".png"].img::after {
	content: none;
}
/* PDF Links */
a[href$=".pdf"]::after {
	font-family: faSolid;
	font-style: normal;
	font-weight: normal;
	content: '\00A0\f1c1';
	line-height: 0;
	color: #b30b00;
	transition: 0.2s all ease-in-out;
}
a[href$=".pdf"].img::after {
	content: none;
}
/* Word Links */
a[href$=".doc"]::after,
a[href$=".docx"]::after {
	font-family: faSolid;
	font-style: normal;
	font-weight: normal;
	content: '\00A0\f1c2';
	line-height: 0;
	color: #124078;
	transition: 0.2s all ease-in-out;
}
/* Excel Links */
a[href$=".xls"]::after,
a[href$=".xlsx"]::after {
	font-family: faSolid;
	font-style: normal;
	font-weight: normal;
	content: '\00A0\f1c3';
	line-height: 0;
	color: #0e5c2f;
	transition: 0.2s all ease-in-out;
}
/* PowerPoint Links */
a[href$=".ppt"]::after,
a[href$=".pptx"]::after {
	font-family: faSolid;
	font-style: normal;
	font-weight: normal;
	content: '\00A0\f1c4';
	line-height: 0;
	color: #a92b1a;
	transition: 0.2s all ease-in-out;
}
/* Twitter Links */
a[href*="twitter"]::after {
	font-family: faBrands;
	font-style: normal;
	font-weight: normal;
	content: '\00A0\f099';
	line-height: 0;
	color: #1DA1F2;
	transition: 0.2s all ease-in-out;
}
/* Facebook Links */
a[href*="facebook"]::after {
	font-family: faBrands;
	font-style: normal;
	font-weight: normal;
	content: '\00A0\f09a';
	line-height: 0;
	color: #1877f2;
	transition: 0.2s all ease-in-out;
}
.bus a[href*="facebook"]::before {
	font-family: faBrands;
	font-style: normal;
	font-weight: normal;
	content: '\f09a\00A0';
	line-height: 0;
	color: #1877f2;
	transition: 0.2s all ease-in-out;
}
/* Google Maps Links */
a[href*="goo.gl/maps"]::after,
a[href*="g.page"]::after {
	font-family: faBrands;
	font-style: normal;
	font-weight: normal;
	content: '\00A0\f1a0';
	line-height: 0;
	color: #ea4335;
	transition: 0.2s all ease-in-out;
}
.bus a[href*="goo.gl/maps"]::after,
.bus a[href*="g.page"]::after,
.bus a.img[href*="goo.gl/maps"]::before,
.bus a.img[href*="g.page"]::before {
	content: none;
}
.bus a[href*="goo.gl/maps"]::before,
.bus a[href*="g.page"]::before {
	font-family: faBrands;
	font-style: normal;
	font-weight: normal;
	content: '\f1a0\00A0';
	line-height: 0;
	color: #ea4335;
	transition: 0.2s all ease-in-out;
} 
/* Youtube Links */
a[href*="youtu"]::after {
	font-family: faBrands;
	font-style: normal;
	font-weight: normal;
	content: '\00A0\f167';
	line-height: 0;
	color: #ff0000;
	transition: 0.2s all ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	font-family: myArial, sans-serif;
	line-height: 110%;
	margin: 1em 0 0.2em 0;
	color: Indigo;
	font-weight: bold;
	text-align: left;
}
h1 + h2,
h2 + h3,
section h3,
h3 + h4 {
	margin-top: 0;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
abbr {
	text-decoration: none;
}
sup, sub {
	font-size: 0.7em;
	vertical-align: baseline;
	position: relative;
}
sup {
	top: -0.4em;
}
sub { 
	top: 0.4em; 
}
p {
	margin: 0.2em 0 1em;
}
q {
	font-style: italic;
}
blockquote {
	text-align: center;
	font-style: italic;
}
blockquote::before {
	content: '\201c';
	font-size: 2em;
	line-height: 0;
	vertical-align: baseline;
	position: relative;
	top: 0.3em;
}
blockquote::after {
	content: '\201d';
	font-size: 2em;
	line-height: 0;
	vertical-align: baseline;
	position: relative;
	top: 0.3em;
}
a,
a:link,
a:visited {
	color: Indigo;
	transition: 0.2s all ease-in-out;
	font-family: myArial, sans-serif;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
}
.print-only {
	display: none;
}
img[src$=".png"],
img[src$=".svg"],
img[src$=".gif"] {
	box-shadow: none;
}
figure {
	padding: 0 1em;
	width: fit-content;
	margin: 1em auto;
}
figcaption {
	text-align: center;
	font-size: 16px;
	font-style: italic;
	display: block;
	margin-top: 0.5em;
}
div.map_wrap {
    position: relative;
    width: 1000px;
	height: 600px;
	margin: 0 auto;	
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
}
.map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 1106px) {
	div.map_wrap {
		width: 100%;
		height: 0;
		padding-bottom: 60%; /* Set aspect ratio here */	
	}
}
/* Devices that can hover or select using a keyboard */
@media (hover: hover) and (pointer: fine) {
	abbr {
		text-decoration: indigo dotted underline;
		text-underline-offset: 0.2em;
	}
	a[href$=".pdf"]:hover::after,
	a[href$=".pdf"]:focus::after {
		color: #f20f00;
	}
	a[href$=".jpg"]:hover::after,
	a[href$=".jpg"]:focus::after {
		color: orange;
	}
	a[href$=".doc"]:hover::after,
	a[href$=".doc"]:focus::after,
	a[href$=".docx"]:hover::after,
	a[href$=".docx"]:focus::after {
		color: #2b579a;
	}
	a[href$=".xls"]:hover::after,
	a[href$=".xls"]:focus::after,
	a[href$=".xlsx"]:hover::after,
	a[href$=".xlsx"]:focus::after {
		color: #217346;
	}
	a[href$=".ppt"]:hover::after,
	a[href$=".ppt"]:focus::after,
	a[href$=".pptx"]:hover::after,
	a[href$=".pptx"]:focus::after {
		color: #b7472a;
	}
	a:hover,
	a:focus {
		color: #8600e6;
        text-decoration: underline;
	}
    nav a:hover,
    nav a:focus {
		color: #eeeeee;
        background-color: #8600e6;
        text-decoration: none;
    }
	/* Twitter Links */
	a[href*="twitter"]:hover::after {
		color: #87ccf8;
	}
	/* Facebook Links */
	a[href*="facebook"]:hover::after,
	.bus a[href*="facebook"]:hover::before {
		color: #6ea9f7;
	}
	/* Google Maps Links */
	a[href*="goo.gl/maps"]:hover::after,
	a[href*="g.page"]:hover::after,
	.bus a[href*="goo.gl/maps"]:hover::before,
	.bus a[href*="g.page"]:hover::before  {
		color: #f07f75;
	}
	/* Youtube Links */
	a[href*="youtu"]:hover::after {
		color: #ff6666;
	}
}