* {
   font-family: sans-serif;
   font-size: 16px;

}


/*	
	body {
    background-color: lightblue;
}

*/

 body {
	background-color: #000;

	}


/*  Color List
	tigerlily orange E2593E — light brown 9B4B12
	bright marigold FD8D25 — bright green 3AA729
	rose red C92250 — flat gold CFB727
	hollyhock 833271 — sharp purple A13A94
*/


/*
		header {
   height: 50px;
   border-bottom: 1px solid gray;
 
}
*/

.primary_head {
	margin: auto;
    width: 80%;
}

 .header {
	color: #E2593E;
   font-size: 2.5em;
   font-weight: bold;
   padding-bottom: 10px;
   padding-left: 45px;

}

.navigation {
	
	margin: auto;
    width: 60%;
	padding-top: 0px;
	padding-bottom: 25px;
	background-color: #000000;
	
}
/*
.button-group {
	padding-left: 20px;
}
*/
.list_buttons {
	width: 80px;
	text-align: center;
	padding: 4px;
	margin: 5px;
	background-color: #833271;

}


.nav_button {
	margin: 5px;
	color: #FD8D25;
width: 80px;
}


.nav_button:hover {
	color: #9B4B12;
	
} 

.nav_button:active {
	color: #FD8D25;
	
} 



.list_buttons:hover {
	
	background-color: #FD8D25;
	
}

.list_buttons:active {
	background-color: #C92250;
	
} 




.active_buttons {
	
	width: 80px;
	text-align: center;
	padding: 4px;
	margin: 5px;
	background-color: #C92250;
	
} 


.button_active {
	margin: 5px;
	width: 80px;
	color: #FD8D25;
	
} 







.site {
	background-color: black;
	
}

strong {
	color: yellow;
}

.main_text {
	float: left;
	color: #CFB727;
	font-size: 1em;
	line-height: 1.25em;
	margin: 0.625em 0;

}

	p:first-letter {
	font-size: 2em;
	line-height: 1em;
}

	p + p:first-letter {
	font-size: 1em;
	line-height: 1.25em;

}

.text_space {
		color: #CFB727;
	font-size: 1em;
	line-height: 1.25em;
	margin: 0.625em 0;
	
  margin-bottom: 0; 

  text-indent: 1.5em;


}

.display_image {
	float: right;
	padding-top: 20px;
	padding-right: 30px;
	
}

h2 {
	color: #E2593E;
   font-size: 1.5em;
   font-weight: bold;
   padding-left: 40px;
   margin-bottom: -10px;
	
}



.main_text a:link {
	color: #FD8D25;
	
}

.main_text a:hover {
	color: #3AA729;
	
}

.main_text a:active {
	color: #C92250;
	
}

.main_text a:visited {
	color: #E2593E;
	
}


.text_space a:link {
	color: #FD8D25;
	
}

.text_space a:hover {
	color: #3AA729;
	
}

.text_space a:active {
	color: #C92250;
	
}

.text_space a:visited {
	color: #E2593E;
	
}



.list_text  {
	
	width: 100%;
	color: #CFB727;
	font-size: 1em;
	line-height: 1.25em;
	margin: 0.625em 0;
}

.footer a {
	color: #E2593E;
	font-weight: bold;

	
	
}

.footer a:hover { 
    color: yellow;
}

.footer a:active { 
    color: #C92250;
}

.footer_active a{
	font-weight: bolder;
	font-style: italic;
	color: #C92250;
}


.copyright {
	color: #C92250;
	
	
}


footer {
	background-color: #000000;	
	padding-top: 30px;
	clear: both;
	margin: 0 auto;
	width: 100%;
}

/* contact form 

legend {
	
	color: #C92250;
	
}


.inline {
	
	color: #E2593E;
	
}

.copyright {
	
	clear:left;
	
}

.button {
	color: #000000;
	font-weight: bolder;
	font-size: 1.5 em;
	text-align: center; 
	background-color: #C92250;
	float: right;
	clear: right;
}

.button: hover {
	color: #833271;
	
	
}

*/


.display_image {
	
	padding-top: 15px;
}



.contact-form {
	
	width: 95%;
	padding-left: 20px;
}

legend{
	
	color: #C92250;
	font-size: 1.5em;
	font-weight: bold;	
}

h3 {
	
		color: #E2593E;
	font-size: 1.15em;
	font-weight: bold;	
	text-align: right;
	
	
}
 
.email {
	color: #C92250;
	font-size: 1.25em;
	font-weight: bold;
	
} 
 
 .thanks {
	 
	 color: #FD8D25;
	font-size: 1em;
	font-weight: bold;
	 
 }
 
 .work {
	  color: #CFB727;
	font-size: 1.05em;
	font-weight: bold;
	 
 }
 
 /*
.submit {
	
	{
    background-color: #4CAF50; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
	*/
	
	
.em {
	font-style: oblique;
	color: yellow;
	}


