@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");

/*
	Spectral by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*────────────────────────────────────────────────────────────────────────────*/
/*  RESET + BASE STYLES                                                       */
/*────────────────────────────────────────────────────────────────────────────*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*────────────────────────────────────────────────────────────────────────────*/
/*  BACKGROUND + TYPOGRAPHY                                                   */
/*────────────────────────────────────────────────────────────────────────────*/

body {
  -webkit-text-size-adjust: none;

  /* Layer a semi‐transparent black gradient on top of the logo: */
  background:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../../images/ChronohymnLOGO.jpeg") center center / cover fixed;

  color: #fff;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/*────────────────────────────────────────────────────────────────────────────*/
/*  BASIC LAYOUT + TYPOGRAPHY                                                 */
/*────────────────────────────────────────────────────────────────────────────*/

@-ms-viewport {
	width: device-width;
}

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

/*  (We’ve commented out the old “body { background: #2e3842; }” because we want your logo.) */
/*
body {
	background: #2e3842;
}
*/

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

body, input, select, textarea {
	color: #fff;
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: 400;
	letter-spacing: 0.075em;
	line-height: 1.65em;
}

@media screen and (max-width: 1680px) {
	body, input, select, textarea {
		font-size: 13pt;
	}
}

@media screen and (max-width: 1280px) {
	body, input, select, textarea {
		font-size: 12pt;
	}
}

@media screen and (max-width: 736px) {
	body, input, select, textarea {
		font-size: 11pt;
		letter-spacing: 0.0375em;
	}
}

a {
	-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	transition: color 0.2s ease, border-bottom-color 0.2s ease;
	border-bottom: dotted 1px;
	color: inherit;
	text-decoration: none;
}
a:hover {
	border-bottom-color: transparent;
}

strong, b {
	color: #fff;
	font-weight: 600;
}

em, i {
	font-style: italic;
}

p {
	margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-weight: 800;
	letter-spacing: 0.225em;
	line-height: 1em;
	margin: 0 0 1em 0;
	text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}

h2 {
	font-size: 1.35em;
	line-height: 1.75em;
}
@media screen and (max-width: 736px) {
	h2 {
		font-size: 1.1em;
		line-height: 1.65em;
	}
}

h3 {
	font-size: 1.15em;
	line-height: 1.75em;
}
@media screen and (max-width: 736px) {
	h3 {
		font-size: 1em;
		line-height: 1.65em;
	}
}

h4 {
	font-size: 1em;
	line-height: 1.5em;
}

h5 {
	font-size: 0.8em;
	line-height: 1.5em;
}

h6 {
	font-size: 0.7em;
	line-height: 1.5em;
}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

hr {
	border: 0;
	border-bottom: solid 2px #fff;
	margin: 3em 0;
}
hr.major {
	margin: 4.5em 0;
}

blockquote {
	border-left: solid 4px #fff;
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 2em;
}

code {
	background: rgba(144, 144, 144, 0.25);
	border-radius: 3px;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	letter-spacing: 0;
	margin: 0 0 0.25em 0.25em;
	padding: 0.25em 0.65em;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0 2em 0;
}
pre code {
	display: block;
	line-height: 1.75em;
	padding: 1em 1.5em;
	overflow-x: auto;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

/*────────────────────────────────────────────────────────────────────────────*/
/*  ROW / GRID                                                              */
/*────────────────────────────────────────────────────────────────────────────*/

.row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: stretch;
}

.row > * {
	box-sizing: border-box;
}

.row.gtr-uniform > * > :last-child {
	margin-bottom: 0;
}

.row.aln-left {
	justify-content: flex-start;
}

.row.aln-center {
	justify-content: center;
}

.row.aln-right {
	justify-content: flex-end;
}

.row.aln-top {
	align-items: flex-start;
}

.row.aln-middle {
	align-items: center;
}

.row.aln-bottom {
	align-items: flex-end;
}

.row > .imp {
	order: -1;
}

.row > .col-1 {
	width: 8.33333%;
}
.row > .off-1 {
	margin-left: 8.33333%;
}
.row > .col-2 {
	width: 16.66667%;
}
.row > .off-2 {
	margin-left: 16.66667%;
}
.row > .col-3 {
	width: 25%;
}
.row > .off-3 {
	margin-left: 25%;
}
.row > .col-4 {
	width: 33.33333%;
}
.row > .off-4 {
	margin-left: 33.33333%;
}
.row > .col-5 {
	width: 41.66667%;
}
.row > .off-5 {
	margin-left: 41.66667%;
}
.row > .col-6 {
	width: 50%;
}
.row > .off-6 {
	margin-left: 50%;
}
.row > .col-7 {
	width: 58.33333%;
}
.row > .off-7 {
	margin-left: 58.33333%;
}
.row > .col-8 {
	width: 66.66667%;
}
.row > .off-8 {
	margin-left: 66.66667%;
}
.row > .col-9 {
	width: 75%;
}
.row > .off-9 {
	margin-left: 75%;
}
.row > .col-10 {
	width: 83.33333%;
}
.row > .off-10 {
	margin-left: 83.33333%;
}
.row > .col-11 {
	width: 91.66667%;
}
.row > .off-11 {
	margin-left: 91.66667%;
}
.row > .col-12 {
	width: 100%;
}
.row > .off-12 {
	margin-left: 100%;
}

.row.gtr-0 {
	margin-top: 0;
	margin-left: 0em;
}
.row.gtr-0 > * {
	padding: 0 0 0 0em;
}
.row.gtr-0.gtr-uniform {
	margin-top: 0em;
}
.row.gtr-0.gtr-uniform > * {
	padding-top: 0em;
}

.row.gtr-25 {
	margin-top: 0;
	margin-left: -0.375em;
}
.row.gtr-25 > * {
	padding: 0 0 0 0.375em;
}
.row.gtr-25.gtr-uniform {
	margin-top: -0.375em;
}
.row.gtr-25.gtr-uniform > * {
	padding-top: 0.375em;
}

.row.gtr-50 {
	margin-top: 0;
	margin-left: -0.75em;
}
.row.gtr-50 > * {
	padding: 0 0 0 0.75em;
}
.row.gtr-50.gtr-uniform {
	margin-top: -0.75em;
}
.row.gtr-50.gtr-uniform > * {
	padding-top: 0.75em;
}

.row {
	margin-top: 0;
	margin-left: -1.5em;
}
.row > * {
	padding: 0 0 0 1.5em;
}
.row.gtr-uniform {
	margin-top: -1.5em;
}
.row.gtr-uniform > * {
	padding-top: 1.5em;
}

.row.gtr-150 {
	margin-top: 0;
	margin-left: -2.25em;
}
.row.gtr-150 > * {
	padding: 0 0 0 2.25em;
}
.row.gtr-150.gtr-uniform {
	margin-top: -2.25em;
}
.row.gtr-150.gtr-uniform > * {
	padding-top: 2.25em;
}

.row.gtr-200 {
	margin-top: 0;
	margin-left: -3em;
}
.row.gtr-200 > * {
	padding: 0 0 0 3em;
}
.row.gtr-200.gtr-uniform {
	margin-top: -3em;
}
.row.gtr-200.gtr-uniform > * {
	padding-top: 3em;
}

@media screen and (max-width: 1680px) {
	.row { display: flex; flex-wrap: wrap; box-sizing: border-box; align-items: stretch; }
	.row > * { box-sizing: border-box; }
	.row.gtr-uniform > * > :last-child { margin-bottom: 0; }
	.row.aln-left { justify-content: flex-start; }
	.row.aln-center { justify-content: center; }
	.row.aln-right { justify-content: flex-end; }
	.row.aln-top { align-items: flex-start; }
	.row.aln-middle { align-items: center; }
	.row.aln-bottom { align-items: flex-end; }
	.row > .imp-xlarge { order: -1; }
	.row > .col-1-xlarge { width: 8.33333%; }
	.row > .off-1-xlarge { margin-left: 8.33333%; }
	.row > .col-2-xlarge { width: 16.66667%; }
	.row > .off-2-xlarge { margin-left: 16.66667%; }
	.row > .col-3-xlarge { width: 25%; }
	.row > .off-3-xlarge { margin-left: 25%; }
	.row > .col-4-xlarge { width: 33.33333%; }
	.row > .off-4-xlarge { margin-left: 33.33333%; }
	.row > .col-5-xlarge { width: 41.66667%; }
	.row > .off-5-xlarge { margin-left: 41.66667%; }
	.row > .col-6-xlarge { width: 50%; }
	.row > .off-6-xlarge { margin-left: 50%; }
	$row > .col-7-xlarge { width: 58.33333%; }
	$row > .off-7-xlarge { margin-left: 58.33333%; }
	$row > .col-8-xlarge { width: 66.66667%; }
	$row > .off-8-xlarge { margin-left: 66.66667%; }
	$row > .col-9-xlarge { width: 75%; }
	$row > .off-9-xlarge { margin-left: 75%; }
	$row > .col-10-xlarge { width: 83.33333%; }
	$row > .off-10-xlarge { margin-left: 83.33333%; }
	$row > .col-11-xlarge { width: 91.66667%; }
	$row > .off-11-xlarge { margin-left: 91.66667%; }
	$row > .col-12-xlarge { width: 100%; }
	$row > .off-12-xlarge { margin-left: 100%; }
	$row.gtr-0 { margin-top: 0; margin-left: 0em; }
	$row.gtr-0 > * { padding: 0 0 0 0em; }
	$row.gtr-0.gtr-uniform { margin-top: 0em; }
	$row.gtr-0.gtr-uniform > * { padding-top: 0em; }
	$row.gtr-25 { margin-top: 0; margin-left: -0.375em; }
	$row.gtr-25 > * { padding: 0 0 0 0.375em; }
	$row.gtr-25.gtr-uniform { margin-top: -0.375em; }
	$row.gtr-25.gtr-uniform > * { padding-top: 0.375em; }
	$row.gtr-50 { margin-top: 0; margin-left: -0.75em; }
	$row.gtr-50 > * { padding: 0 0 0 0.75em; }
	$row.gtr-50.gtr-uniform { margin-top: -0.75em; }
	$row.gtr-50.gtr-uniform > * { padding-top: 0.75em; }
	$row { margin-top: 0; margin-left: -1.5em; }
	$row > * { padding: 0 0 0 1.5em; }
	$row.gtr-uniform { margin-top: -1.5em; }
	$row.gtr-uniform > * { padding-top: 1.5em; }
	$row.gtr-150 { margin-top: 0; margin-left: -2.25em; }
	$row.gtr-150 > * { padding: 0 0 0 2.25em; }
	$row.gtr-150.gtr-uniform { margin-top: -2.25em; }
	$row.gtr-150.gtr-uniform > * { padding-top: 2.25em; }
	$row.gtr-200 { margin-top: 0; margin-left: -3em; }
	$row.gtr-200 > * { padding: 0 0 0 3em; }
	$row.gtr-200.gtr-uniform { margin-top: -3em; }
	$row.gtr-200.gtr-uniform > * { padding-top: 3em; }
}

/*────────────────────────────────────────────────────────────────────────────*/
/*  SECTIONS, FEATURES, SPOTLIGHT, WRAPPER                                     */
/*────────────────────────────────────────────────────────────────────────────*/

/* (All of your existing “section.special”, “.features”, “.spotlight”, etc. go here unchanged.) */
/* … I omitted them in this snippet for brevity. In your file, you can leave them exactly as they were. */

/*────────────────────────────────────────────────────────────────────────────*/
/*  PAGE WRAPPER + MENU                                                        */
/*────────────────────────────────────────────────────────────────────────────*/

#page-wrapper {
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	opacity: 1;
	padding-top: 3em;
}

#page-wrapper:before {
	background: rgba(0, 0, 0, 0);
	content: '';
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10001;
}

#menu {
	-moz-transform: translateX(20em);
	-webkit-transform: translateX(20em);
	-ms-transform: translateX(20em);
	transform: translateX(20em);
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	-webkit-overflow-scrolling: touch;
	background: #21b2a6;
	color: #ffffff;
	height: 100%;
	max-width: 80%;
	overflow-y: auto;
	padding: 3em 2em;
	position: fixed;
	right: 0;
	top: 0;
	width: 20em;
	z-index: 10002;
}

#menu ul {
	list-style: none;
	padding: 0;
}

#menu ul > li {
	border-top: solid 1px rgba(0, 0, 0, 0.125);
	margin: 0.5em 0 0 0;
	padding: 0.5em 0 0 0;
}

#menu ul > li:first-child {
	border-top: 0 !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

#menu ul > li > a {
	border: 0;
	color: inherit;
	display: block;
	font-size: 0.8em;
	letter-spacing: 0.225em;
	outline: 0;
	text-decoration: none;
	text-transform: uppercase;
}

@media screen and (max-width: 736px) {
	#menu ul > li > a {
		line-height: 3em;
	}
}

#menu .close {
	background-image: url("images/close.svg");
	background-position: 4.85em 1em;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	height: 3em;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: middle;
	width: 7em;
}

@media screen and (max-width: 736px) {
	#menu {
		padding: 3em 1.5em;
	}
}

body.is-menu-visible #page-wrapper {
	opacity: 0.35;
}

body.is-menu-visible #page-wrapper:before {
	display: block;
}

body.is-menu-visible #menu {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

/*────────────────────────────────────────────────────────────────────────────*/
/*  HEADER                                                                      */
/*────────────────────────────────────────────────────────────────────────────*/

#header {
	-moz-transition: background-color 0.2s ease;
	-webkit-transition: background-color 0.2s ease;
	-ms-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	background: #2e3842;
	height: 3em;
	left: 0;
	line-height: 3em;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

#header h1 {
	-moz-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	height: inherit;
	left: 1.25em;
	line-height: inherit;
	position: absolute;
	top: 0;
}

#header h1 a {
	border: 0;
	display: block;
	height: inherit;
	line-height: inherit;
}

@media screen and (max-width: 736px) {
	#header h1 a {
		font-size: 0.8em;
	}
}

#header nav {
	height: inherit;
	line-height: inherit;
	position: absolute;
	right: 0;
	top: 0;
}

#header nav > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#header nav > ul > li {
	display: inline-block;
	padding: 0;
}

#header nav > ul > li > a {
	border: 0;
	color: #fff;
	display: block;
	font-size: 0.8em;
	letter-spacing: 0.225em;
	padding: 0 1.5em;
	text-transform: uppercase;
}

#header nav > ul > li > a.menuToggle {
	outline: 0;
	position: relative;
}

#header nav > ul > li > a.menuToggle:after {
	background-image: url("images/bars.svg");
	background-position: right center;
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	height: 3.75em;
	vertical-align: top;
	width: 2em;
}

@media screen and (max-width: 736px) {
	#header nav > ul > li > a.menuToggle {
		padding: 0 1.5em;
	}
	#header nav > ul > li > a.menuToggle span {
		display: none;
	}
}

@media screen and (max-width: 736px) {
	#header nav > ul > li > a {
		padding: 0 0 0 1.5em;
	}
}

#header nav > ul > li:first-child {
	margin-left: 0;
}

#header.alt {
	background: transparent;
}

#header.alt h1 {
	pointer-events: none;
	opacity: 0;
}

/*────────────────────────────────────────────────────────────────────────────*/
/*  BANNER                                                                      */
/*────────────────────────────────────────────────────────────────────────────*/

#banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: default;
	height: 100vh;
	min-height: 35em;
	overflow: hidden;
	position: relative;
	text-align: center;
}

#banner h2 {
	transform: scale(1);
	transition: transform 0.5s ease, opacity 0.5s ease;
	display: inline-block;
	font-size: 1.75em;
	opacity: 1;
	padding: 0.35em 1em;
	position: relative;
	z-index: 1;
}

#banner h2:before, #banner h2:after {
	transition: width 0.85s ease;
	transition-delay: 0.25s;
	background: #fff;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	width: 100%;
}

#banner h2:before {
	top: 0;
	left: 0;
}

#banner h2:after {
	bottom: 0;
	right: 0;
}

#banner p {
	letter-spacing: 0.225em;
	text-transform: uppercase;
}

#banner p a {
	color: inherit;
}

#banner .more {
	transition: transform 0.75s ease, opacity 0.75s ease;
	transition-delay: 3.5s;
	transform: translateY(0);
	border: none;
	bottom: 0;
	color: inherit;
	font-size: 0.8em;
	height: 8.5em;
	left: 50%;
	letter-spacing: 0.225em;
	margin-left: -8.5em;
	opacity: 1;
	outline: 0;
	padding-left: 0.225em;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 16em;
	z-index: 1;
}

#banner .more:after {
	background-image: url("images/arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 4em;
	content: '';
	display: block;
	height: 1.5em;
	left: 50%;
	margin: 0 0 0 -0.75em;
	position: absolute;
	width: 1.5em;
}

#banner:after {
	pointer-events: none;
	transition: opacity 3s ease-in-out;
	transition-delay: 1.25s;
	content: '';
	background: #2e3842;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

@media screen and (max-width: 736px) {
	#banner {
		padding: 7em 3em 5em 3em;
		height: auto;
		min-height: 0;
	}
	#banner h2 {
		font-size: 1.25em;
	}
	#banner br {
		display: none;
	}
	#banner .more {
		display: none;
	}
}

body.is-preload #banner h2 {
	transform: scale(0.95);
	opacity: 0;
}
body.is-preload #banner h2:before,
body.is-preload #banner h2:after {
	width: 0;
}
body.is-preload #banner .more {
	transform: translateY(8.5em);
	opacity: 0;
}
body.is-preload #banner:after {
	opacity: 1;
}

/*────────────────────────────────────────────────────────────────────────────*/
/*  CTA                                                                         */
/*────────────────────────────────────────────────────────────────────────────*/

#cta .inner {
	display: flex;
	max-width: 45em;
}
#cta .inner header {
	order: 1;
	padding-right: 3em;
	width: 70%;
}
#cta .inner header p {
	color: inherit;
}
#cta .inner .actions {
	order: 2;
	width: 30%;
}
@media screen and (max-width: 980px) {
	#cta .inner {
		display: block;
		text-align: center;
	}
	#cta .inner header {
		padding-right: 0;
		width: 100%;
	}
	#cta .inner .actions {
		margin-left: auto;
		margin-right: auto;
		max-width: 20em;
		width: 100%;
	}
}
@media screen and (max-width: 736px) {
	#cta .inner .actions {
		max-width: none;
	}
}

/*────────────────────────────────────────────────────────────────────────────*/
/*  MAIN (we removed the “banner.jpg” override so your ChronohymnLOGO stays visible) */
/*────────────────────────────────────────────────────────────────────────────*/

#main > header {
	padding: 12em 0 10em 0;
	/* COMMENTED OUT banner.jpg gradient because it was hiding your logo: */
	/*
	background-image:
		-moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
		url("../../images/banner.jpg");
	background-image:
		-webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
		url("../../images/banner.jpg");
	background-image:
		-ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
		url("../../images/banner.jpg");
	background-image:
		linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
		url("../../images/banner.jpg");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	*/
	text-align: center;
}

#main > header h2 {
	font-size: 1.75em;
	margin: 0 0 0.5em 0;
}
#main > header p {
	color: inherit;
	letter-spacing: 0.225em;
	text-transform: uppercase;
	top: 0;
}
#main > header p a {
	color: inherit;
}

@media screen and (max-width: 1680px) {
	#main > header {
		padding: 10em 0 8em 0;
	}
}

@media screen and (max-width: 1280px) {
	#main > header {
		padding: 8em 3em 6em 3em;
	}
}

@media screen and (max-width: 980px) {
	#main > header {
		padding: 10em 3em 8em 3em;
	}
}

@media screen and (max-width: 736px) {
	#main > header {
		padding: 5em 3em 3em 3em;
	}
	#main > header h2 {
		font-size: 1.25em;
		margin: 0 0 1em 0;
	}
}

body.is-mobile #main > header {
	background-attachment: scroll;
}

/*────────────────────────────────────────────────────────────────────────────*/
/*  FOOTER                                                                     */
/*────────────────────────────────────────────────────────────────────────────*/

#footer {
	padding: 6em 0 4em 0;
	background-color: #1d242a;
	text-align: center;
}
#footer .icons {
	font-size: 1.25em;
}
#footer .icons a {
	color: rgba(255, 255, 255, 0.5);
}
#footer .icons a:hover {
	color: #fff;
}
#footer .copyright {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.8em;
	letter-spacing: 0.225em;
	list-style: none;
	padding: 0;
	text-transform: uppercase;
}
#footer .copyright li {
	border-left: solid 1px rgba(255, 255, 255, 0.5);
	display: inline-block;
	line-height: 1em;
	margin-left: 1em;
	padding-left: 1em;
}
#footer .copyright li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}
#footer .copyright li a {
	color: inherit;
}
#footer .copyright li a:hover {
	color: #fff;
}

@media screen and (max-width: 980px) {
	#footer {
		padding: 4em 3em 2em 3em;
	}
}

@media screen and (max-width: 736px) {
	#footer {
		padding: 3em 2em 1em 2em;
	}
}
/* 2a) Force #page-wrapper above the overlay */
#page-wrapper {
  position: relative;
  z-index: 1;
}

/* 2b) The full‐screen black overlay, starting at 60% opacity */
#bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.60); /* initial alpha = 0.60 */
  z-index: 0; /* sits between body‐background (z-index:—) and #page-wrapper (z-index:1) */
  pointer-events: none; /* mouse clicks pass through */
  transition: background-color 0.1s linear; /* smooth updates */
}

/*────────────────────────────────────────────────────────────────────────────*/
/*  LANDING (completely removed the banner override so that your ChronohymnLOGO remains visible) */
/*────────────────────────────────────────────────────────────────────────────*/

/*
body.landing #page-wrapper {
	background-image:
		-moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
		url("../../images/banner.jpg");
	background-image:
		-webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
		url("../../images/banner.jpg");
	background-image:
		-ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
		url("../../images/banner.jpg");
	background-image:
		linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
		url("../../images/banner.jpg");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0;
}

body.landing #footer {
	background-color: rgba(29, 36, 42, 0.9);
}

body.is-mobile.landing #page-wrapper {
	background: none;
}

body.is-mobile.landing #banner,
body.is-mobile.landing .wrapper.style4 {
	background-image:
		-moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
		url("../../images/banner.jpg");
	background-image:
		-webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
		url("../../images/banner.jpg");
	background-image:
		-ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
		url("../../images/banner.jpg");
	background-image:
		linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
		url("../../images/banner.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

body.is-mobile.landing #footer {
	background-color: #1d242a;
}
*/

/*────────────────────────────────────────────────────────────────────────────*/
/*  (The rest of your CSS—spotlight, features, wrapper, etc.—remains exactly as it was.) */
/*────────────────────────────────────────────────────────────────────────────*/

/*────────────────────────────────────────────────────────────────────────────*/
/*  SOCIAL ICONS (IMAGE‐BASED)                                                   */
/*────────────────────────────────────────────────────────────────────────────*/

/*
  We’ve replaced FontAwesome “boxed” icons with sleek, gray‐toned PNGs.
  Use the .social-links class on any <ul> containing <li><a><img /></a></li>.
*/

.social-links {
	display: flex;
	justify-content: center;
	gap: 1.5em;           /* space between each icon */
	padding: 0;
	list-style: none;
	margin: 1em 0;        /* vertical spacing around the list */
}

.social-links li {
	display: inline-block;
}

.social-links img {
	width: 32px;          /* adjust as needed (32px or 40px) */
	height: 32px;
	filter: grayscale(80%); /* subtle silver/gray look */
	transition: filter 0.2s ease, transform 0.2s ease;
}

.social-links img:hover {
	filter: none;          /* full brightness on hover */
	transform: scale(1.1); /* gentle zoom‐in effect */
}
.social-links {
  display: flex;                /* default flex‐direction: row */
  justify-content: center;      /* center icons horizontally */
  gap: 1.5em;                   /* spacing between each icon */
  padding: 0;
  list-style: none;
  margin: 1em 0;
}
