body { background: #000; }
a { color: #d90000; transition: color .4s !important; }
a:hover { color: #ff0000 !important; }

.content h2 { color: #ccc; text-align: center; }
.content h3 { color: #a5a5a5; text-align: center; }
.content h4 { color: #a5a5a5; text-align: center; }

#header { background-image: url("../gfx/pic.jpg"); background-size: cover; background-position: absolute; padding: 1em 0 8em 0; }
#header .icons { float: right; margin: 0 15px 0 0; }
#header .icons a { border: 0; background: rgba(255,255,255,0.2); border: 2px solid rgba(255,255,255,0.2); }
#logo { background: url("../gfx/logo.png") no-repeat; margin: 6em auto 0 auto; width: 401px; height: 240px; }
.feature { height: 35em; }
.image { background-size: cover; background-repeat: no-repeat; }
header.major { background: none !important; }
#footer { background-color: #222; }

#header:before, header.major:before, header.major:after, footer.major:before, footer.major:after { {
				background: rgba(224, 224, 224, 0.1) !important;
				border: 0 !important;

}