﻿/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

html {height: 100%;}
header, figure, figcaption, footer, nav, article, section, aside, summary {display: block;}
body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	font-size: 12px!important;
}

.slogan {font-size: 22px; font-family: 'Cormorant Garamond', cursive, Verdana, Helvetica, sans-serif; color: #ff8c00; padding: 10px 0 0 10px; font-style:italic; margin: 0;}
.row4 a:hover {color: #ff8c00; text-decoration: none; font-weight: normal; outline: none;}

.nav-menu {clear:both; color:#222; font-size:12px; font-weight:400; text-transform:uppercase; width:100%; margin: -5px 0 5px 0;}

/* databack: background color for data areas */
.databack {
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 3px;
}


