@charset "UTF-8";
/* CSS Document */

/* everything from here to the "@media" line is for the mobile phone size */
/* ITEMS THAT ARE ONLY MENTIONED ONCE ON THE PAGE ARE FOR EVERY SIZE */
/* ALL THE ONE-TIME-GENERAL-THINGS ARE IN THIS TOP SECTION */
/* make the content go to the edges of the entire page */
html {height:100%;}


/* set up flex containers for relative scaling */
.flex-container > * {
    flex: 1 100%;
}
.flex-item {
    margin: 0px 0px 0px 0px;
}

body {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	color: black;
}


/* use one big container to hold the entire page and hold it to a suitable max width */
#mainwrapper {
	margin: 0 auto;
	padding: 0;
	max-width: 1800px; 
    font-weight: bold;
}


/* make the header bits behave properly */
#header {
    /* allow logo to run with page - remove comment to stick at top
    position: -webkit-sticky;
	position: sticky;*/
	top: 0;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	/*float: left;*/
    width: auto;
    height: auto;
	padding: 0px 0px 0px 0px;
}



/* define the space for the navigation at all sizes 
#nav {
    display: initial;
	max-width: 100%;
    height: 40px;
    margin: 0px 0px 0px 0px;
    padding: 10px 30px 10px 5px;
	text-align: right;
}
*/



#LogoLine {
    display: inline-block;
    z-index: +1;
    padding: 0px 0px 0px 0px;
	max-width: 60%;
}






/* next 4 determine the display order of the main content sections */
.main    { 
	flex: 3 0px;
	order: 2;
}
.aside1 { 
	margin-top: 10;
	max-width:300px;
	order: 1; 
} 

.aside2 { 
	margin-top: 10;
	max-width: 300px;
	order: 3;
}

.footerHeadSpace { order: 20; }
.footer  { order: 100; }


/* RESPONSIVE IMAGES */
img	{
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	height: auto;
}

.fade {
	opacity: 0.6;
	z-index: -1;
	margin: 0;
}

/* adjust the style of my headings and links */
h1  {
	position: absolute;
	top: 225px;
	right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 24px;
	color: #70b0fb;
	font-weight: 100;
}
h2 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}
h3 {
	color: #F0B30B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
}

.mainB {
	padding: 0px 0px 0px 0px;
	margin: auto;
	color: #999999;
	font-weight: bold;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
a2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: clamp(20px, 4vw, 42px);
	color: #333333;
	font-weight: bold;
	font-style: italic;
}

a3 {
	color: #f0b30b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

a4 {
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40pt;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

red {
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}


/* main document text control */
titleBlack  {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: clamp(14px, 3.5vw, 40px);
	color: #111111;
	font-weight: bold;
}

.main {
	padding: 0px 0px 0px 0px;
	margin: auto;
	color: #A2C0E2;
	font-weight: bold;
	font-size: clamp(14px, 3vw, 30px);
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

/* normal body link*/
a:link {
	color: #000;
	text-decoration: underline;
}

/* mouseover body link*/
a:hover {
	color: #A27BD2;
	text-decoration: underline;
}





/* tune up the header formatting for the largest size */ 
#nav {
    display: inline-block;
	max-width: 500px;
	height: 40px;
	float: left;
    padding: 5px 5px 5px 5px;
}


/* two fixes for a formatting problem */
#center {
	text-align: center;
}
#left {
	text-align: left;
	margin-left:10%;
	margin-right: 10%;
}
#contact {
	text-align: center;
	margin-left:10%;
	margin-right: 10%;
}
#photo {
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}

/* border around decorative images */

.border {
	border-style: solid;
	border-color:#A27BD2;
	border-width: medium;
	margin-left: 6;
	margin-right: 6;
}
.border2 {
	border-style: solid;
	border-color:#A27BD2;
	border-width: medium;
}
.fineprint {
	color: #fff;
	text-align: left;
	margin: auto;
	font-weight: 100;
	font-size: clamp(14px, 2vw, 18px);
	font-family: Arial, Helvetica, sans-serif;
}

/* space at the bottom of the page */
.footerHeadSpace {
	order: 20;
	max-width:90%;
	min-width: 290px;
	margin: auto;
	padding: 0px 0px 0px 0px;
	color: #000;
	border: 0;
	font-weight: 100;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 10 auto 20;
}

.footer {
	position: relative;
	height: 50px;
	order: 100;
	max-width: 75%;
	margin: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(14px, 2vw, 18px);
	color: #000;
	font-weight: 100;
}
















.button,
input[type=submit] {
	position: relative;
	font-size: 16px;
	color: black;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	padding: 5px 10px;
    background-color: #666;
	border-radius: 8px;
	margin: 40px auto;
	border: 5px;
	border-style: outset;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19);
}


/* Contact info */
	#popup-container {
		background: rgba(181,181,181,0.75);
		display: none;
		
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;

		z-index: +5;
	}

	.contact-popup {
		background: #fff;
		
		width: 100%;
		margin: auto;
	}
	
	.closebutton {
		display: block;
		float: right;
		
		width: 30px;
		margin: 20px 20px 0 0;
		padding: 0;	
	}

	.showcase {
		display: none;
		width: 80%;
		margin: auto;
	}
		
	.contactbuttonbar {
		display: -webkit-flex;
		display: flex;
		width: 100%;
	}
		
	/*contact form*/
		input[type=text], select, textarea {
		  font-family : Arial, Helvetica, sans-serif;
		  font-size   : 100%;
		
		  width: 100%;
		  margin: 10px auto;
		
		  -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
			 -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
				  box-sizing: border-box;
		}
		
		input[type=text], textarea {
			padding:5px; 
			border:2px solid #ccc; 
			-webkit-border-radius: 8px;
			border-radius: 8px;
		}
		
		input[type=text]:focus {}
		
		.error {color: #FF0000;}






/* THIS HORIZONTAL MENU LIST USES ONLY CSS AND HTML */
/* display the pagelinks instead of dropdown */
#pagelinks { display: inline;}
	ul {
    list-style-type: none;
    margin: 0;
    padding: 0px 0px;
    overflow: hidden;
    background-color: #ffffff;
	text-decoration: none;
}

li {
    float: right;
}
li a:link:not(.active) {
    display: block;
    color: black;
    text-align: center;
	height: 30px;
    text-decoration: none;
	font-weight: normal;
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	margin: 0px auto;
	border: none;
	/*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
}
li a:hover {
    color: #A27BD2;
}
li .active {
	display: block;
    background-color: #ffffff;
	color: #A27BD2;
	text-align: center;
    padding: 5px 10px;
	height: 30px;
	text-decoration: underline;
	font-weight: normal;
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	margin: 0px auto; 
}

/* hide the drop menu at the DESKTOP screen size */
.dropbtn {
	display: none;
}


/* THIS DROP MENU ONLY USES CSS AND HTML */
/* next bits are all drop down menu stuff and the names mean what they are */

/* menu button unsellected */
.dropbtn {
	cursor: pointer;
	background-color: #FFFFFF;
	color: #a90000;
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 10px 16px;
	margin: 0px auto;
	border: none;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
/* menu button sellected color */
.dropdown:hover .dropbtn {
    background-color: #FFFFFF;
}
.dropdown {
    position: relative;
    display: inline-block;
	z-index: +1;
}
/* the dropdown page list BUTTONS unsellected*/
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
/* the dropdown page list TEXT unsellected*/
.dropdown-content a {
    color: #a90000;
    padding: 10px 16px;
    text-decoration: none;
	font-weight: normal;
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
    display: block;
}
/* dropdown pagelist hover color */
.dropdown-content a:hover {
	background-color: #000;
	color: #999999;
	padding: 10px 16px;
    text-decoration: none;
	font-weight: bold;
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.dropdown:hover .dropdown-content {
    display: block;
}



/* border around decorative images */
.border {
	border-style: solid;
	border-color:#A27BD2;
	border-width: medium;
	margin-left: 6;
	margin-right: 6;
}
.border2 {
	border-style: solid;
	border-color:#A27BD2;
	border-width: narrow;
	margin-left: 0;
	margin-right: 0;
}
	
	#popup-container {
		padding: 40px 0;
	}

	.contact-popup {
		max-width: 700px;
		min-width: 280px;
		
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
	}
	
	.closebutton {
		width: 40px;	
	}



