<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

.nav &gt; li &gt; a {
	text-transform: uppercase;
	padding: 5px;	
}

#menubottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #8F8F8F;	
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

#menubottom ul li {
	line-height: 35px;	
}

#menubottom ul a {
	color: inherit;
	font-size: inherit;
	text-decoration: none;	
}

#menubottom ul a:hover {
	color: #999;	
}

.col-feature {
	height: 280px;	
}

.img-shadow-no-bottom {
	box-shadow:
		5px 0px 5px -4px #656565,
		-5px 0px 5px -4px #656565,
    0px -5px 5px -4px #656565;
	position: absolute;
	bottom: 0;
}

.flexslider img,
#portfolio img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}</pre></body></html>