body#top {
	background-color: #333;
}
.hero.text-light h1 {
	font-weight: 100;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.66);
}
.hero.text-light h2 {
	color: #fff;
	font-weight: 700;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.66);
}
.hero #to-start {
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.66);
}
/* *** this is here in case images need to be aligned to the center 
.column img {
	display: block;
	margin: 0 auto;
}
*/
.section.modular-features.small, .section.modular-text.small.bg-gray {
	background-color: #222 !important;
}
.section.modular-features.small h1, .section.modular-text.small.bg-gray h1, .section.modular-features.small h2, .section.modular-text.small.bg-gray h2, .section.modular-features.small h3, .section.modular-text.small.bg-gray h3, .section.modular-features.small h4, .section.modular-text.small.bg-gray h4, .section.modular-features.small h5, .section.modular-text.small.bg-gray h5, .section.modular-features.small h6, .section.modular-text.small.bg-gray h6, .section.modular-features.small p, .section.modular-text.small.bg-gray p {
	color: #fff;
}
.modular-features .feature-icon {
  color: #fff;
}
#footer {
  background-color: #131313 !important;
}
.section.modular-features.standard {
	background-color: #181715;
}
.section.modular-features.standard h1, .section.modular-features.standard h2, .section.modular-features.standard h3, .section.modular-features.standard h4, .section.modular-features.standard h5, .section.modular-features.standard h6, .section.modular-features.standard p {
	color: #fff;
}
/* *** this is here so that the mobile menu look nice, do not delete *** */
span.toggler {
	visibility: hidden;
}
.overlay.open {
	height: 22rem;
}
.treemenu li a, .treemenu li a.active, .treemenu li a:focus, .treemenu li a:hover, .treemenu li a:visited {
	color: #fff !important;
	background-color: #000;
}
.treemenu li a {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.treemenu li {
	background: #000;
}
.modular-features .frame-box {
	padding-top: 1px;
	padding-bottom: 3em;
}
#youtube.youtube-embed {
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.35);
	height: 642px;
}
#facebook-container {
	padding-bottom: 3rem;
}
#facebook.facebook-embed {
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.88);
}
/* *** forms-page shenanigans *** */
section.container.grid-lg p, section.container.grid-lg label, section.container.grid-lg h1, section.container.grid-lg h2, section.container.grid-lg h3, section.container.grid-lg h4, section.container.grid-lg h5, section.container.grid-lg h6 {
	color: #fff;
}
section.container.grid-lg button {
	color: #fff;
	background: #3085ee;
	margin-top: 1rem;
}
/* *** footer *** */
#footer-some {
	font-size: 1.5em;
	margin-bottom: 1.33em;
}
/* *** youtube embed optimization for mobile devices *** */
@media only screen and (max-device-width : 840px) {
	#youtube.youtube-embed {
		height: 333px;
	}
}