<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 {
	padding: 0;
	margin: 0:
}
.room {
	padding-bottom: 50px;
}
.splash {
	padding-top:225px;
	padding-bottom: 225px;
}
.head1 {
	color: #383D3B;
	font-family: century gothic,quattrocento sans,san serif;
	font-style: normal;
	font-weight: 250;
	text-align: center;
	font-size: 4em;
}
.sub1 {
	color: #383D3B;
	font-family: century gothic,quattrocento sans,san serif;
	font-style: normal;
	font-weight: 80;
	text-align: center;
	font-size: 2em;
	padding-top: 10px;
}
.sub2 {
	color: #383D3B;
	font-family: garamond, book antiqua, serif;
	font-style: normal;
	font-weight: 200;
	text-align: center;
	font-size: 1.5em;
	padding-top: 25px;
}
.nav_bar {
	font-family: century gothic,quattrocento sans,san serif;
	font-weight: 800;
	color: #2E7776;
	font-style: normal;
	font-size: 1.5em;
	text-align: center;
	text-decoration: none;
	padding-top: 40px;
	padding-bottom: 40px;
	border: 1.5px;
	border-top-style: solid;
	border-top-color: #2E7776;
	border-bottom-style: solid;
	border-bottom-color: #2E7776;;
	text-decoration: none;
}

row a:link {color: #2E7776 ¡important; text-decoration: none;}
row a:visited {color: #2E7776; text-decoration: none;}
.room .nav_bar a:hover {color: #383D3B; text-decoration: none;}
.room .nav_bar a:active {color: #2E7776;text-decoration: none;}

.about {
	font-family: century gothic,quattrocento sans,san serif;
	font-style: normal;
	font-weight: 750;
	font-size: 2em;
	color: #383D3B;
	padding-top:25px;
	padding-bottom: 8px;
}
.about_txt {
	font-family: garamond, book antiqua, serif;
	font-style: normal;
	color: #383D3B;
	font-weight: 400;
	margin-top: 2px;
	line-height: 180%;
	font-size:1.1em;
}
.mepic{
	opacity: 0.75;
}
.pull-right {
  float: right !important;
}
.projects {
	font-family: century gothic,quattrocento sans,san serif;
	font-style: normal;
	font-weight: 750;
	font-size: 2em;
	color: #383D3B;
	padding-bottom:8px
}
.projects_list {
	font-family: century gothic,quattrocento sans,san serif;
	font-style: normal;
	font-weight: 750;
	font-size: 2em;
	color: #383D3B;
	text-align: center;
	padding-top:20px;
	content: center;
}
.final {
	font-family: century gothic,quattrocento sans,san serif;
	font-style: normal;
	font-weight: 750;
	font-size: 2em;
	color: #383D3B;
	padding-bottom:8px
	}

.footer {
	font-family: garamond, book antiqua, serif;
	font-style: normal;
	font-weight: 400;
	color: #383D3B;
	text-align:center;
	font-size: 1.25em;
	padding-top: 15px;
	padding-bottom: 10px;
	border: 1.5px;
	border-top-style: solid;
	border-top-color: #2E7776;
	width: 100%;
}</pre></body></html>