@charset "UTF-8";
/* CSS Document */

::-webkit-scrollbar { 
    display: none; 
}

body {
	min-width: 1000px;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 25px;
	background-color: #222;
}

#body {
	width: 80%;
	max-width: 1400px;
	margin: auto;
}

/*--------- header ---------*/

#header {
	width: 100%;
	height: 150px;
	position: relative;
	background-color: #151515;
	z-index: 500;
}

.paraxify {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

#overlay {
	width: 100%;
	height: 200px;
	top: 175px;
	left: 0;
	z-index: 501;
}

.normal {
	position: absolute;
	left: 0;
	margin-top: 0px;
}

.fixedh {
	position: fixed;
	height: 75px;
	width: 100%;
	margin-top: -225px;
	padding-bottom: 8px;
}

#overlay p {
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	color: #EEE;
	text-align: center;
	line-height: 200px;
	margin-top: -15px;
	font-size: 50px;
	height: 20px;
}

#overlay d {
	font-size: 21px;
	text-align: center;
	margin-top: 30px;
	color: #EEE;
	line-height: 100px;
	width: 100%;
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	/*font-weight: 700;*/
	position: absolute;
	top: 40px;
}

/*--------- navigation ---------*/

#screen0 {
	position: relative;
	width: 100%;
	height: 75px;
}

#back {
	width: 100%;
	height: 160px;
	background-color: rgba(20, 20, 20, 0.90);
	z-index: 100;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(6px);
	border-bottom: medium solid #FF8443 0px;
}

#bar {
	width: 100%;
	height: 75px;
	z-index: 502;
}

.navi1 {
	position: absolute;
	top: -125px;
}

.navi2 {
	position: absolute;
	top: -2px;
}

.fixed1 {
	position: fixed; 
	top: -0px;
}

.fixed2 {
	position: fixed; 
	top: 83px;
}

#bar ul {
	list-style: none;
	width: 750px;
	height: 75px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -375px;
}

.li1 {
	color: #EEE;
	display: table-cell;
	width: 150px;
	height: 75px;
	line-height: 50px;
}

.li2 {
	display: table-cell;
	width: 0px;
	line-height: 0px;
	color: #353535;
}

.li1 a {
	display: block;
	position:absolute;
	font-size: 20px;
	width: 116px;
	height: 35px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	letter-spacing: -0px;
	color: #EEE;
	text-decoration: none;
	text-align: center;
	margin-left: 10px;
	margin-top: 4.5px;
}

#selected {
	background-color: rgba(231, 76, 60, 1.0);
	width: 140px;
	height: 40px;
	border-radius: 5px;
	margin-top: 17.5px;
	margin-left: 5px;
	line-height: 30px;
}

#selected2 {
	background-color: rgba(0, 0, 0, 0);
	width: 140px;
	height: 40px;
	border-radius: 5px;
	margin-top: 17.5px;
	margin-left: 5px;
	line-height: 30px;
}

#selected2:hover {
	background-color: rgba(127, 140, 141, 1.0);
}

/*--------- footer ---------*/

footer {
	height: 200px;
	background-color: #121212;
	padding-top: 10px;
}

footer #container {
	width: 80%;
	max-width: 1400px;
	height: 100%;
	margin: auto;
}

footer #container #left {
	width: 50%;
	float: left;
	text-align: left;
}

footer #container #right {
	width: 50%;
	float: left;
	text-align: right;
}

footer p {
	width: 100%;
	font-size: 24px;
	color: #EEE;
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	margin-bottom: 0px;
}

footer p img {
	width: 50px;
	height: 50px;
}

footer d, footer a {
	width: 100%;
	font-size: 15px;
	color: #BBB;
	line-height: 20px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	text-decoration: none;
}

img {
	width: 50px;
	height: 50px;
}