::-webkit-scrollbar {
    display: none;
}
@font-face {
	font-family: Jost;	
	src: url('../font/Jost-Regular.ttf');
}
* {
	font-family: Jost, sans-serif;
	color: #FFF;
	font-size: 18px;
	text-transform: uppercase;
}
html {
	background-color: rgba(127,67,21,1);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-blend-mode: multiply;
	transition: background-color .25s ease-in;	
}
body {
	position: absolute;
	top: 0px;
	backdrop-filter: blur(10px);
	min-width: 100vw;
	min-height: 100vh;
	margin: 0;
}
#container {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 924px;
	margin: 0 -462px;
	position: relative;
	left: 50%;
}
#footer {
	border-top: 5px solid #FFF;
	padding-top: 10px;
	width: 920px;
	margin-top: 30px;
	font-size: 8px;
	border-top-left-radius: 5px;
}
#countdown {
	width: 920px;
	text-align: center;
	font-size: 92px;
	color: #FF862B;
	text-shadow: 0 0 6px #000;
}
img {
	cursor: pointer;
}
ul {
	display: inline-block;
	width: 180px;
	padding: 10px 0;
	text-align: center;
	background-color: rgba(0,0,0,0.3);
	border-bottom: 5px solid #FFF;
	font-size: 30px;
	border-image: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 50%, #FFFFFF 100%) 30;
	border-bottom-right-radius: 5px;
	transition: background-color .2s ease-in, color .2s ease-in, border-bottom .2s ease-in, border-image 1s ease-in;
}
ul:hover {
	color: #FF862B;
	cursor: pointer;
	background-color: rgba(0,0,0,0.2);
	border-image: linear-gradient(to right, #FF862B 0%, #FF862B 50%, #FF862B 100%) 30;
}
#footer a {
	transition: color .2s ease-in;
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
	text-shadow: 0px 0px 2px #000, 0px 0px 4px #FF862B;
}
#footer a:hover {
	color: #FF862B;
}
#header {
	font-size: 24px;
	line-height: 64px;
	margin: 30px 0 0 0px;
}
#logo {
	display: inline-block;
	width: 64px;
	height: 64px;
	background-image: url('../images/marne-logo-new.png');
	background-size: cover;
	margin-right: 16px;
}

#download {
	cursor: pointer;
	display: inline-block;
	width: 587px;
	height: 330px;
	transition: background-size .5s ease-in, box-shadow .5s ease-in;
	border: 2px solid #FFF;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 4px;
	background-image: url('../images/download.jpg');
	background-size:100%;
	background-position: center center;
	float: left;
}

#download_dedi {
	cursor: pointer;
	display: inline-block;
	width: 260px;
	height: 110px;
	padding: 20px;
	transition: background-size .5s ease-in;
	border: 2px solid #FFF;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 4px;
	background-image: url('../images/dedi.jpg');
	background-size:140%;
	background-position: top center;
	float: right;
}

#download_dedi p {
	margin: 0 0 20px 0;
	color: #FF862B;
	font-size: 24px;
	text-shadow: 0 0 2px #000, 0 0 4px #FFF;
	font-weight: bold;
}

#instructions {
	cursor: pointer;
	display: inline-block;
	width: 260px;
	height: 289px;
	padding: 20px;
	transition: background-size .5s ease-in, box-shadow .5s ease-in;
	border: 2px solid #FFF;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 4px;
	background-image: url('../images/instructions2.jpg');
	background-size:200%;
	background-position: center center;
	float: right;
}

#instructions p {
	margin: 0 0 20px 0;
	color: #FF862B;
	font-size: 24px;
	text-shadow: 0 0 2px #000, 0 0 4px #FFF;
	font-weight: bold;
}

#instructions span {
	font-size: 18px;
	color: #FFF;
	text-shadow: 0 0 2px #000;
	transition: text-shadow .3s ease-in;
}

#tongadl {
	cursor: pointer;
	display: inline-block;
	width: calc(100% - 44px);
	height: 110px;
	padding: 20px;
	transition: background-size .5s ease-in, box-shadow .5s ease-in;
	border: 2px solid #FFF;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 4px;
	background-image: url('../images/tonga2.jpg');
	background-size: 100%;
	background-position: center center;
	margin-top: 26px;
}

#tongadl p {
	margin: 0 0 20px 0;
	color: #FF862B;
	font-size: 24px;
	text-shadow: 0 0 2px #000, 0 0 4px #FFF;
	font-weight: bold;
}

#tongadl span {
	font-size: 18px;
	color: #FFF;
	text-shadow: 0 0 2px #000;
	transition: text-shadow .3s ease-in;
}

#download #backdrop {
	transition: backdrop-filter .5s ease-in;
	padding: 20px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 4px;
	width: 547px;
	height: 289px;
	backdrop-filter: blur(0px) brightness(60%);
}

#download:hover #backdrop {
	backdrop-filter: blur(10px) brightness(100%);
}

#download:hover #backdrop p {
	transition: box-shadow .3s ease-in, text-shadow .3s ease-in;
}

#download:hover #backdrop span {
	transition: box-shadow .3s ease-in, text-shadow .3s ease-in;
}

#download #backdrop p {
	margin: 0 0 20px 0;
	color: #FF862B;
	font-size: 30px;
	text-shadow: 0 0 2px #000, 0 0 4px #FFF;
	font-weight: bold;
}

#instructions #backdrop {
	position: relative;
	transition: backdrop-filter .5s ease-in;
	padding: 20px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 4px;
	width: 260px;
	height: 289px;
	right: 20px;
	bottom: 20px;
	backdrop-filter: blur(0px) brightness(60%);
}

#instructions:hover #backdrop {
	backdrop-filter: blur(10px) brightness(100%);
}

#instructions:hover #backdrop p {
	transition: box-shadow .3s ease-in, text-shadow .3s ease-in;
}

#instructions:hover #backdrop span {
	transition: box-shadow .3s ease-in, text-shadow .3s ease-in;
}

#instructions #backdrop p {
	margin: 0 0 20px 0;
	color: #FF862B;
	font-size: 30px;
	text-shadow: 0 0 2px #000, 0 0 4px #FFF;
	font-weight: bold;
}
#tongadl #backdrop {
	position: relative;
	transition: backdrop-filter .5s ease-in;
	padding: 20px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 4px;
	width: 100%;
	height: 110px;
	right: 20px;
	bottom: 20px;
	backdrop-filter: blur(0px) brightness(60%);
}

#tongadl:hover #backdrop {
	backdrop-filter: blur(10px) brightness(100%);
}

#tongadl:hover #backdrop p {
	transition: box-shadow .3s ease-in, text-shadow .3s ease-in;
}

#tongadl:hover #backdrop span {
	transition: box-shadow .3s ease-in, text-shadow .3s ease-in;
}

#tongadl #backdrop p {
	margin: 0 0 20px 0;
	color: #FF862B;
	font-size: 30px;
	text-shadow: 0 0 2px #000, 0 0 4px #FFF;
	font-weight: bold;
}

#dlbg {
	position: relative;
	height: 290px;
	width: 547px;
}

#download:hover {
	box-shadow: 0px 0px 10px #FF862B;
	background-size: 150%;
}

#download_dedi:hover {
	box-shadow: 0px 0px 10px #FF862B;
	background-size: 100%;
}

#instructions:hover {
	box-shadow: 0px 0px 10px #FF862B;
	background-size: 300%;
}

#tongadl:hover {
	box-shadow: 0px 0px 10px #FF862B;
	background-size: 130%;
}

#download:hover #backdrop p {
	text-shadow: 0 0 2px #000, 0 0 4px #FFF, 0 0 10px #FF862B;
}

#download #backdrop span {
	font-size: 18px;
	color: #FFF;
	text-shadow: 0 0 2px #000;
	transition: text-shadow .3s ease-in;
}
#download:hover #backdrop span {
	text-shadow: 0 0 2px #000, 0 0 4px #FF862B;
}
#discord {
	height: 36px;
	width: 36px;
	background-image: url('https://assets-global.website-files.com/6257adef93867e50d84d30e2/636e0a6cc3c481a15a141738_icon_clyde_white_RGB.png');
	background-size: cover;
}
#serverlist {
	width: 920px;
	max-height: 500px;	
        overflow-x: hidden;
        overflow-y: auto;
	padding-top: 15px;
	padding-left: 10px;
}

#serverlist .server {
	width: 880px;
	cursor: pointer;
	background-color: rgba(0,0,0,0.3);
	height: 80px;
	padding: 10px 10px;
	transition: background-color .2s ease-in, box-shadow .5s ease-in;
	margin-bottom: 10px;
	border: 2px solid #FFF;
	border-bottom-right-radius: 10px;
}

#serverlist .server:hover {
	background-color: rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px #FF862B;
}

#serverlist .server .servercontainer {
	float: right;
	width: 700px;
	position: relative;
	bottom: 10px;
	right: 16px;
	line-height: 30px;
}
#serverlist .server .name {
	text-transform: none;
	font-weight: bold;
	color: #FF862B;
	font-size: 24px;
	display: inline-block;
	padding: 20px 0 10px 0;
	width: 100%;	
}
.server .countryflag {
	float: left;
}
#serverlist .server .name .players {
	font-weight: 100;
	float: right;
}
#serverlist .server .mapimage {
	float: clear;
	position: relative;
	bottom: 10px;
	right: 10px;
	display: inline-block;
	width: 160px;
	height: 100px;
	margin: 0 10px 0 0;
	background-size: cover;
}

#serverdetails .server {
	background-color: rgba(0,0,0,0.3);
	padding: 10px 10px;
	transition: background-color .1s ease-in;
	margin-bottom: 50px;
}
.server-header {
	width: 100%;
	float: left;
	font-size: 24px;
	color: #FF862B;
}
#serverdetails .server .servercontainer {
	float: right;
	width: 720px;
	position: relative;
	bottom: 10px;
	right: 20px;
	line-height: 30px;
}
#serverdetails .server .name {
	text-transform: none;
	font-weight: bold;
	color: #FF862B;
	font-size: 24px;
	display: block;
	padding: 20px 0 10px 0;	
}
#serverdetails .server .name .countryflag {
	float: right;
}
#serverdetails .server .players {
	float: right;
}
#serverdetails .server .mapimage {
	float: clear;
	position: relative;
	bottom: 10px;
	right: 10px;
	display: inline-block;
	width: 160px;
	height: 100px;
	margin: 0 10px 0 0;
	background-size: cover;
}
#serverdetails .server .settings-container {
	display: inline-block;
	width: 100%;
}
#serverdetails .server .settings-left {
	float: left; 
	width: 47%;
}
#serverdetails .server .settings-right {
	float: right;
	width: 47%;
}
#serverdetails .server .settings-container p {
	margin: 3px;
}
#serverdetails .server .settings-container .settings-nametag {
	margin: 6px;
	color: #FF862B;
	font-size: 24px;
}
#serverdetails .server .rotation-container {
	float: clear;
	width: 98%;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 10px;
}
#serverdetails .server .rotation-container .rotation-map {
	min-width: 240px;
	height: 150px;
	margin: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	font-weight: 900;
	text-align: center;
	display: table-cell;
	vertical-align: bottom;
	font-size: 24px;
	white-space: pre;
	border: 5px solid rgba(0,0,0,0);
}

.text {
	padding: 10px;
	width: 900px;
	font-weight: 100;
	height: 500px;
	overflow-y: auto;
	background-color: rgba(0,0,0,0.5);
	border-bottom-right-radius: 20px;
	border: 2px solid #FFF;
}
.text h3 {
	color: #FF862B;
	margin-bottom: 0px;
}
#contact {
	width: 905px;
}
#contact input[type="text"] {
	margin-top: 10px;
	background-color: rgba(0,0,0,0.3);
	color: #FFF;
	width: 400px;
	padding: 5px 10px;
        border: 2px solid #FFF;
        border-bottom-right-radius: 20px;
	transition: box-shadow .2s ease-in;
}
#contact textarea {
	padding: 5px 10px;
	margin-top: 10px;
	background-color: rgba(0,0,0,0.3);
	color: #FFF;
	width: 600px;
	font-weight: light;
	height: 300px;
	border: 2px solid #FFF;
	border-bottom-right-radius: 20px;
	transition: box-shadow .2s ease-in;
}
#contact input[type="text"]:hover {
	box-shadow: 0px 0px 10px #FF862B;
}
#contact textarea:hover {
	box-shadow: 0px 0px 10px #FF862B;
}
#contact input[type="button"] {
	margin-top: 10px;
	width: 200px;
	color: #FF862B;
	background-color: rgba(0,0,0,0.3);
        border: 2px solid #FFF;
        border-bottom-right-radius: 20px;
	transition: box-shadow .2s ease-in;
}
#contact input[type="button"]:hover {
	box-shadow: 0px 0px 10px #FF862B;
}
.instructions h1 {
	color: #FF862B;
	font-size: 24px;
	text-shadow: 0px 0px 2px #000, 0px 0px 4px #FF862B;
}
.instructions table {
	border-collapse: separate; 
	border-spacing: 10px;
}
.instructions tr {
	vertical-align: top;
	background-color: rgba(0,0,0,.7);
	border: 10px solid #000;
	margin-top: 50px;
}
.instructions tr td {
	padding: 10px;
	border-radius: 5px;
	border: 2px solid #FFF;
	transition: box-shadow .2s ease-in;
}
.instructions tr td:hover {
	box-shadow: 0px 0px 10px #FF862B;
}
.instructions img {
	float: right;
	transition: width .2s ease-in;
 	width: 250px;
}
