h3 {
    font-size: 1.6em;
    font-weight: 400;
}
h4 {
    font-size: 1.2em;
    font-weight: 400;
}
h1 {
    font-size: 2.6em;
}
h2 {
    font-size: 2.6em;
		text-transform:uppercase;
}
#site-header {
    box-shadow: 0 0px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0px 0 rgba(0,0,0,.1);
	padding: 5px 30px;
}
#footer {
    margin-top: 60px;
}
.space20 {
	padding-top:30px;
	clear:both;
}
p, address {
    font-size: 1.0em;
    font-weight: 400;
		color: #222;
}
.main-nav ul li ul li, .main-nav ul li ul li a {
		text-transform:uppercase;
    height: auto !important;
    line-height: normal !important;
}
#footer li {
    font-size: 0.9em !important;
    font-weight: 400;
    text-transform: uppercase;
}
.widget-box ul li {
    padding: 4px 0;
}
#footer .widget-box .widget-title, #slide-panel .widget-box .widget-title {
    font-size: 1.0em;
}
.cn-button.bootstrap {
    color: #fff;
    background: #e2bf2a;
}