<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 28px;
	font-family: "Federo";
	font-weight: 400;
	font-style: normal;
}
a:link {
	color: #7e290c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7e290c;
}
a:hover {
	text-decoration: underline;
	color: #963e09;
}
a:active {
	text-decoration: none;
	color: #7e290c;
}
.main_page_content_block {
	padding-top: 5px;
	padding-right: 90px;
	padding-bottom: 20px;
	padding-left: 90px;
}
.main_page_content_block div {
}





.img_dictionary_def {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.img_aboutpg_headshot {
	display: inline;
	margin-left: 20px;
	border: thin solid #333;
	float: right;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px -5px 11px -1px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px -5px 11px -1px rgba(0,0,0,0.42);
	box-shadow: 0px -5px 11px -1px rgba(0,0,0,0.42);
}
.img_misc {
	display: inline;
	border: thin solid #333;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px -5px 11px -1px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px -5px 11px -1px rgba(0,0,0,0.42);
	box-shadow: 0px -5px 11px -1px rgba(0,0,0,0.42);
}
h2 {
	font-family: 'Josefin Sans', sans-serif;
	color: #6B1C01;
	font-weight: bold;
	font-style: normal;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-shadow: -2px -3px 2px #656565;
}
h3 {
	font-family: 'Kreon', sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 22px;
	line-height: 30px;
	text-transform: none;
	text-shadow: -2px -3px 2px #656565;
	color: #3A1D01;
}
h4 {
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	line-height: 25px;
	text-shadow: -2px -3px 2px #767575;
}
.footer_content_block {
	font-size: 14px;
	color: #333;
	padding-top: 0px;
	padding-right: 90px;
	padding-bottom: 30px;
	padding-left: 90px;
	text-align: center;
}


.navigation_text {
	font-family: 'Kreon', sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 25px;
	line-height: 30px;
	text-transform: none;
	text-shadow: -1px -2px 1px #656565;
	color: #3A1D01;
	text-align: center !important;
	display: block;
}


/* --------------------- PROJECTS PAGE --------------------- */

.text_productionproject_body {
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 25px;
}
.text_productionproject_title {
	display: block;
	font-weight: bold;
	font-style: normal;
	font-size: 22px;
	line-height: 25px;
	color: lightgrey;
	background-image: url("/images/topic_title_bg.jpg");
	background-color: black;
  	font-variant: small-caps;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
  	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 4px;
	-webkit-box-shadow: 0px -5px 11px -1px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px -5px 11px -1px rgba(0,0,0,0.42);
	box-shadow: 0px -5px 11px -1px rgba(0,0,0,0.42);
}

.text_productionproject_description {
	display: block;
	font-weight: bold;
 	margin-top: 10px;
	line-height: 18pt;
}

.text_productionproject_projectformat {
	display: block;
	font-style: italic;
	line-height: 20px;
  	margin-top: 8px;
  	margin-bottom: 18px;
}

.img_productionproject_image {
	display: block;
	border: thin solid #333;
	margin: auto;
	margin-bottom: 15px;
	align-items: center;
	justify-content: center;
	-webkit-box-shadow: 0px -5px 11px -1px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px -5px 11px -1px rgba(0,0,0,0.42);
	box-shadow: 0px -5px 11px -1px rgba(0,0,0,0.42);
}


/* --------------------- CONTACTS PAGE --------------------- */

.contact_form {
	background-color: #B4B0AF;
	border: 1px solid #666;
	padding: 20px;
	margin: 0px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px -5px 11px -1px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px -5px 11px -1px rgba(0,0,0,0.42);
	box-shadow: 0px -5px 11px -1px rgba(0,0,0,0.42);
}
.text_contact_message {
	font-weight: bold;
	color: #C00;
}

</pre></body></html>