/*
 * Variables
 */

:root {
	--body-font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	--heading-font-family: open_sans_condensedbold, Arial, sans-serif;
	--link-color: #82134B;
}

/*------------------------------ Headings ------------------------------*/

h1, h2, h6 {
	margin: 0;
	padding: 0 0 0.5rem;
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
h3 {
	font-family: open_sans_condensedbold, Arial, sans-serif;
	padding: 0 0 0.5rem;
	margin: 0;
	color: #5d5d5d;
}
h4 {
	margin: 0;
	padding: 1rem 0 0.5rem;
	font-family: open_sans_condensedbold, Arial, sans-serif;
	font-weight: normal;
}
h5 {
	margin: 0;
	padding: 0 0 1.5rem;
	font-family: open_sans_condensedbold, Arial, sans-serif;
	font-weight: normal;
	font-size: 24px;
}
h1.block-title {
	margin-top: 3em;
}

/*------------------------------ Text ------------------------------*/
body {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	font-family: var(--body-font-family);
}
/*
p, .l-content li:not(.horizontal-tab-button) {
	font-size: 1.2em;
}
.l-content li:not(.horizontal-tab-button) li {
	font-size: 1em;
}
*/

/* ---- Text alignment ---- */

.text-justify {
	text-align:justify;
	}
.text-center {
	text-align:center;
	}
.text-right {
	text-align:right;
	} 
.text-left {
	text-align:left;
	}


/* ---- Links ---- */

a {
	color: var(--link-color);
}
.paragraph a {
	text-decoration: underline;
}
.paragraph a:hover {
	text-decoration: none;
}

/* ---- Lists ---- */

ul {
	list-style-type: square;
}

/*------------------------------ Navigation ------------------------------*/

.l-header ul:not(.contextual-links) li {
	color: #ffffff;
	text-transform: uppercase;
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	letter-spacing: 3px;
}
@media (min-width: 62em) {
	.l-header .menu > li {
		font-size: 1.25em;
	}
}
@media (min-width: 34em) {
	.l-header .menu > li {
	    font-size: 1em;
	}
	.l-header .menu a {
		padding: 1.25rem 1.25rem;
	}
}

/*---------------------------- Footer ----------------------------*/

.l-footer {
	font-size: 14px;
	line-height: 24px;
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
.l-footer a {
	color: #cccccc;
	font-size: 14px;
}
.l-footer .block-title {
	color: #cccccc;
	text-align: left;
	font-size: 12px;
}
