@charset "UTF-8";
/* CSS Document */
/* Filename: default.css */
/* 1rem = 16px */

/* Colors:
#000000
#990000
#cc0000
#e60000
#afafaf
#bfbfbf
#f3f3f3
*/

@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans+SC&display=swap');

html,
body,
main,
.first {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Inria Sans', Helvetica, Arial, sans-serif;
	color: #000000;
	-ms-text-size-adjust:		100%;
	-moz-text-size-adjust:		100%;
	-webkit-text-size-adjust:	100%;
	text-rendering: optimizeLegibility;
	/* using kerning and ligatures http://www.aestheticallyloyal.com/public/optimize-legibility/ */
	font-feature-settings:			"kern" on, "liga" on, "calt" on, "onum", "pnum", "zero";
	-o-font-feature-settings:		"kern" on, "liga" on, "calt" on, "onum", "pnum", "zero";
	-ms-font-feature-settings:		"kern" on, "liga" on, "calt" on, "onum", "pnum", "zero";
	-moz-font-feature-settings:		"kern" on, "liga" on, "calt" on, "onum", "pnum", "zero";
	-webkit-font-feature-settings:	"kern" on, "liga" on, "calt" on, "onum", "pnum", "zero";
}

body p {
	hyphenate-limit-after:			4;
	-o-hyphenate-limit-after:		4;
	-ms-hyphenate-limit-after:		4;
	-moz-hyphenate-limit-after:		4;
	-webkit-hyphenate-limit-after:	4;
	hyphenate-limit-before:			4;
	-o-hyphenate-limit-before:		4;
	-ms-hyphenate-limit-before:		4;
	-moz-hyphenate-limit-before:	4;
	-webkit-hyphenate-limit-before:	4;
	hyphens:			auto;
	-o-hyphens:			auto;
	-ms-hyphens:		auto;
	-moz-hyphens:		auto;
	-webkit-hyphens:	auto;
	transition:			font .66s ease-out;
	-o-transition:		font .66s ease-out;
	-ms-transition:		font .66s ease-out;
	-moz-transition:	font .66s ease-out;
	-webkit-transition:	font .66s ease-out;
}

.second,
.third {
	-webkit-box-sizing:	border-box;	/* Safari/Chrome, other WebKit */
	-moz-box-sizing:	border-box; /* Firefox, other Gecko */
	box-sizing:			border-box; /* Opera/IE 8+ */
}

a {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #bfbfbf; /* rem fallback */
	border-bottom: .0625rem solid #bfbfbf;
	padding-bottom: 5px; /* rem fallback */
	padding-bottom: .3125rem;
}

a:hover,
/**.subtle a:hover,
**/.subtler a:hover {
	color: #e60000;
	border-bottom: 3px solid #e60000; /* rem fallback */
	border-bottom: .1875rem solid #e60000;
}

a:link {
    -webkit-tap-highlight-color: #e60000;
}

::-moz-selection {
	background: #f3f3f3;
	color: #000000;
	text-shadow: none;
}

::selection {
	background: #f3f3f3;
	color: #000000;
	text-shadow: none;
}

.nodisplay {
	display: none;
}

main,
section {
	display: block;
}

main:after {
	content: '';
	display: block;
	height: 0;
}

canvas { /* remove canvas default margin */
	display: block;
	vertical-align: bottom;
	position: absolute;
	left: 0;
	top: 0;
	/*z-index: 1;*/
}

/**.subtle,
.subtle a {
	color: #afafaf;
	border-color: #afafaf;
}
**/
.subtler,
.subtler a {
	color: #bfbfbf;
	border-color: #bfbfbf;
}

.first {
	background: /*#f3f3f3*/ /*#bfbfbf*/ #e60000;
	background-image: linear-gradient(to bottom, #990000 0%, #e60000 100%);
	background-image: -o-linear-gradient(top, #990000 0%, #e60000 100%);
	background-image: -moz-linear-gradient(top, #990000 0%, #e60000 100%);
	background-image: -webkit-linear-gradient(top, #990000 0%, #e60000 100%);
	/* vertical centering parent */
	display:					-webkit-flex;
	display:					flex;
	-webkit-align-items:		center;
	align-items:				center;
	-webkit-justify-content:	center;
	justify-content:			center;
	/*z-index: 1;*/
}

.first:before {
	transition: all .33s ease-in-out;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url('../_img/hole.min.svg') center center no-repeat;
	opacity: 0;
}

/*.scrolled .first:before {
	transition: all .66s ease-in-out;
	opacity: 1;
}*/

.first h1 {
	/*background: url('../_img/jeem_200x200_ffffff.png') center center no-repeat;*/
	background:			transparent url('../_img/jeem_200x200_ffffff.png') center center no-repeat;
	background-image:	-webkit-linear-gradient(transparent, transparent), url('../_img/jeem_200x200_ffffff.svg');
	background-image:	linear-gradient(transparent, transparent), url('../_img/jeem_200x200_ffffff.svg');
	width: 200px; /* rem fallback */
	width: 12.5rem;
	height: 200px; /* rem fallback */
	width: 12.5rem;
	text-indent: /*-100%*/ -100vw;
	white-space: nowrap;
	overflow: hidden;
	/* vertical centering children */
	display:					-webkit-flex;
	display:					flex;
	-webkit-justify-content:	center;
	justify-content:			center;
	-webkit-align-items:		center;
	align-items:				center;
	/*z-index: 2;*/
}

.second,
.third {
	max-width: 1200px; /* rem fallback */
	max-width: 75rem;
	margin: auto;
}

.second {
	font-size: 16px; /* rem fallback */
	font-size: 1rem;
	line-height: 2;
	margin-bottom: -3px; /* rem fallback */
	margin-bottom: -.1875rem;
	padding: 30px 20px 0; /* rem fallback */
	padding: 1.875rem 1.25rem 0;
	/*background: cyan;*/
}

.second p:last-of-type {

}

.third {
	padding: /*15px 5% 5%*/ 30px 0 0; /* rem fallback */
	padding: 1.875rem 0 0;
	margin-bottom: -15px; /* rem fallback */
	margin-bottom: -.9375rem;
	/*background: yellow;*/
	/*display: none;*/
}

.third ul {
	text-align: center;
}

.third li {
	display: inline-block;
	text-transform: uppercase;
	padding: 0 10px 0 7px; /* rem fallback */
	padding: 0 .625rem 0 .4375rem;
	border-left: 1px dotted #bfbfbf; /* rem fallback */
	border-left: .0625rem dotted #bfbfbf;
	/*background: yellow;*/
}

.third li:first-child {
	padding-left: 0;
	border: none;
}

.third li a {
	border: none;
	color: #bfbfbf;
	letter-spacing: 1px; /* rem fallback */
	letter-spacing: .0625rem;
	line-height: 1;
}

.third li a:hover {
	color: #e60000;
}

@media screen and (max-width: 15rem) {
.page_intro .third li:nth-of-type(4) {
	display: none;
}
}

@media screen and (max-width: 30rem) {
.page_intro .third li:nth-of-type(1) {
	display: none;
}
.page_intro .third li:nth-of-type(2) {
	border-left: none;
}
}

@media screen and (min-width: 25rem) {
a {
	border-bottom: 1px dotted #000000; /* rem fallback */
	border-bottom: .0625rem dotted #000000;
}

.second {
	font-size: 32px; /* rem fallback */
	font-size: 2rem;
	line-height: 1.75;
	margin-bottom: -10px; /* rem fallback */
	margin-bottom: -.625rem;
}

.third {
	padding: /*15px 5% 5%*/ 35px 0 25px; /* rem fallback */
	padding: 2.1875rem 0 1.5625rem;
	margin-bottom: /*-25px*/ -20px; /* rem fallback */
	margin-bottom: 1.25rem;
}

.third li {
	padding: 0 15px 0 12px; /* rem fallback */
	padding: 0 .9375rem 0 .75rem;
}

.third li a {
	font-weight: bold;
}
}

@media screen and (min-width: 40rem) {
.scrolled .first:before {
	transition: all .66s ease-in-out;
	opacity: 1;
}
}

@media screen and (min-width: 50rem) {
.second {
	padding: 30px 40px 0; /* rem fallback */
	padding: 1.875rem 2.5rem 0;
	font-size: 48px; /* rem fallback */
	font-size: 3rem;
	line-height: 1.5;
}

.page_intro .nodisplay.only_narrow {
	display: inline;
}
}
