html {
	padding: 0;
	margin: 0;
}
body {
	background: url('../body-bottom-cover.png') bottom center repeat-x, url('../themed-images/backgrounds/section-bg-a.jpg') bottom center repeat-x, url('../body-bg.jpg');
	margin: 0;
	padding: 0;
}
.header__outer-height {
	min-height: 200px;
}
@media (min-width:992px) {
.header__outer-height {
	min-height: 100px;
}
}
.themed-bg {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-a.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	top: 0;
	height: 480px;
	position: absolute;
}
.themed-bg::after {
	content: "";
	width: 100%;
	height: 480px;
	background: url('../graphics/themed-bg-bottom.png') repeat-x center bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.secondary-layout .header__top {
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.secondary-layout .header__top .container {
	position: relative;
}
.header__wrapper {
	position: fixed;
	width: 100%;
	background: rgba(255,255,255,0.0);
	transition: all 1s ease;
	z-index: 111111;
}
.header__wrapper {
	position: fixed;
	width: 100%;
	background: rgba(255,255,255,0.0);
	transition: all 1s ease;
	z-index: 111111;
}
position: fixed;
	width: 100%;
	background: rgba(255,255,255,0.0);
	transition: all 1s ease;
	z-index: 111111;
}

.header__social {
	opacity: 1;
	transition: all 1s ease;
}
.header__scroll {
	width: 100%;
	background: rgba(255,255,255,1.0);
	transition: all 1s ease;
}
.header__scroll2 {
	opacity: 0;
	transition: all 1s ease;
}
body.template.secondary-layout section.section.section-default:first-of-type {
}
.section-heading__top h1:first-of-type {
	color::#030;
}
.section-heading__top h1:nth-of-type(2) {
	color::#060;
}
body.template.secondary-layout .section-heading:first-of-type {
	margin: 10px auto 100px auto;
	position: relative;
	text-align: center;
	padding: 10px 0;
}
.header__scroll .website-name, .header__scroll .website-name a {
	color: #9A9D36;
	transition: all 1s ease;
}
.header__scroll ul#menu.menu.nav.navbar-nav > li > a {
	color: #9A9D36;
	transition: all 1s ease;
}
