@font-face {
    font-family: Ginora;
    src: url("../fonts/GinoraSansCzech.otf");
}
@font-face {
    font-family: GinoraBold;
    src: url("../fonts/GinoraSansCzechBold.ttf");
}
@font-face {
    font-family: Renner;
    src: url("../fonts/Renner_\ 400Book.ttf");
}
body {
	background-color: #1e1e1e;
	width: 100%;
	background-image: url("../images/finalWeb3.png");
	background-position: 50% -100px;
	background-size: 3000px;
	background-repeat: no-repeat;
}

header {
	background-repeat: no-repeat;
	background-size: 130%;
	background-position: -200px;
	width: 100%;
}

h1, h2, h3 
{
	font-family: GinoraBold;
	text-transform: uppercase;
	color: white;
	text-shadow: 0px 0px 5px #000000;
}

p {
	font-family: Renner;
}

#topBar {
	background-color: #000000c7;
	width: 100%;
	color: white;
	padding-left: 10vw;
	padding-right: 10vw;
	margin: 0px;
	position: fixed;
	top: 0px;
	z-index: 10000;
}

/*
#menuContainer 
{
	margin-top: 3%;
	margin: 3% 10% 0 10%;
}
*/

#logo {
	height: 190px;
}

/*
#menuButtons {
	margin-top: 8vh;
	margin-left: 5vh;
	background-image: url("../images/menuBarShadow.png");
	background-repeat: no-repeat;
	background-size: cover;
}


.menuButton {
	display: inline-flex;
	padding-left: 20px;
	padding-right: 20px;
	justify-content: center;
	font-family: GinoraBold;
	text-transform: uppercase;
	background: #FFFFFF;
	background: -webkit-linear-gradient(to top, #FFFFFF 0%, #B0B87A 100%);
	background: -moz-linear-gradient(to top, #FFFFFF 0%, #B0B87A 100%);
	background: linear-gradient(to top, #FFFFFF 0%, #D0D5B1 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: #E2ECA082;
	text-shadow: 0px 0px 5px #000000;
	font-size: 14pt;
	transition: 0.3s;
	cursor: pointer;
}


.menuButton:hover 
{
	-webkit-text-fill-color: rgb(253, 255, 230);
}

.menuButton a {
	line-height: 75px;
	text-decoration: none;
}
*/
.whiteUpper
{
	color: white; 
	text-transform: uppercase; 
	font-family: Renner;
}

.blackLineText 
{
	line-height: 40px;
}

.green 
{
	color: #c3ff85ff;
}

.leftMargin 
{
	margin-left: 20px;
}

.floatRight 
{
	float: right;
}

.floatLeft {
	float: left;
}

.dropdown-menu
{
	border-radius: 0px; 
	background-color: #000000b5; 
	color: white;
}

.dropdown-menu > li > a 
{
	color: white;
}

#centerNews {
	margin-left: 10%;
	margin-bottom: 600px;
}

.newsBox{background-size: 100%; min-height: 400px; background-repeat: no-repeat; background-color: #151515; -webkit-box-shadow: 7px 7px 16px 0px rgb(20,20,20,1); -moz-box-shadow: 7px 7px 16px 0px rgb(20, 20, 20); box-shadow: 7px 7px 16px 0px rgb(20,20,20);}
.newsBox:hover .bgNews{background-size: 120%;}
.newsBox h3{padding-left: 20px; margin-top: -23pt;;}

.newsBox .bgNews{background-size: 100%;  transition: 0.5s;  background-repeat: no-repeat; background-position: center center; width:100%; padding-top: 53%;}
.newsImage 
{
	width: 100%;
}

.newsBoxContent
{
	padding: 30px;
	padding-top: 10px;
}

.newsBoxContent hr{
	border-color: #242424;
}


#accountButton {
	padding-left: 100px;
}

.greenButton {
	display: inline-block;
	width: 180px;
	height: 40px;
	background-color: rgba(70, 70, 70, 0.808);
	border: solid 2px #b0cc34;
	color: #b0cc34;
	text-align: center;
	text-transform: uppercase;
	line-height: 35px;
	padding: 0px;
	box-shadow: 2px 2px 8px 0px rgba(20, 20, 20, 0.27);
	font-family: Ginora;
}

.yelowText
{
	color: #f5eaae; 
	text-shadow: 0px 0px 5px #000000;
}

.padding 
{
	padding-top: 15px;
	padding-bottom: 15px;
}

.row 
{
	padding: 0px;
	margin: 0px;
}

section#newsContent > div.row > div.col-sm-4 
{
	margin-top: 2vh;
}

#newsContent, #aboutGame, #aboutUs {
	display: block;
	min-height: 60vh;
	height: fit-content;
	margin: 4vh 10vw 4vh 10vw;
}
#newsContent{
	margin-top: 0px;
}
#menuContainer{margin-top: 80px;}
#logoBase {
	background-image: url("../images/curseaLogoShadowDarker.png");
	background-repeat: no-repeat;
	height: 300px;
	background-size: 300px;
	background-position: 0px 30px;
	margin-left: -60px;
}
#menuBase{background-image: url("../images/menuBarShadow.png"); background-repeat: no-repeat; background-size: 100%; background-position: 0px 125px;}
#menuButtons{margin-top: 135px; margin-left: -50px; transition: height 1s;}
.menuButton {display: inline-flex; padding-left:20px; padding-right:20px; justify-content: center; font-family: GinoraBold;text-transform: uppercase;background: #FFFFFF;background: -webkit-linear-gradient(to top, #FFFFFF 0%, #B0B87A 100%);background: -moz-linear-gradient(to top, #FFFFFF 0%, #B0B87A 100%);background: linear-gradient(to top, #FFFFFF 0%, #D0D5B1 100%); -webkit-background-clip: text;-webkit-text-fill-color: #E2ECA082; text-shadow: 0px 0px 5px #000000;font-size: 14pt; transition: 0.3s; cursor: pointer;}
.menuButton:hover {-webkit-text-fill-color: rgb(253, 255, 230);}
.menuButton a {line-height: 75px; text-decoration: none;}
#midLine{width: 1400px; display: block; position: absolute; left: 50%; margin-left: -700px; top: 0px;}

#aboutGame, #aboutUs {
	overflow: auto;
	margin: 4vh 0vw 4vh 0vw;
}

#img_aboutGame {
	width: 90%;
}

footer {
	background-image: url("../images/rockBaseSeamless.png");
	background-size: 50%;
	-webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.44);
	-moz-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.44);
	box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.44);
}

#followUs {
	/* height: 30px; */
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	margin-left: 0px;
	border-top: 2px solid rgb(51, 60, 43);
	border-bottom: 2px solid rgb(51, 60, 43);
	box-shadow: 0px 5px 15px -1px rgba(0, 0, 0, 0.44);
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 22pt;
	font-family: GinoraBold;
	text-align: center;
	margin-left: 0px;
	position: relative;
	line-height: 70px;
}

#followUs .followText{
	margin: 0px;
	line-height: 50px;
	display: inline-block;
	height: 50px;
}

#dcSvg {
	width: 50px;
	height: auto;
	margin: 0px;
	vertical-align: middle;
	margin-top: -7px;
	margin-left: 40px;
}

#blackGradient {
	height: 200px;
	background: linear-gradient(#fff0, #000);
	width: 100%;
	margin: 0px;
	margin-top:-20px;
}
.midCentered{
	margin: 4vh 15vw 4vh 15vw;
	text-align: left;
	color: #656665;
	font-family: Ginora;
}
.midCentered ul{
	list-style-type: none;
}
.copyrightBox{
	margin-top: 20px;
	text-align: center;
}
header{
	min-height:  500px;
}
.dynamicBackground{
	background-size: 100%;
	background-position: 0px 30px;
}
.contentBox{
	margin: 4vh 0px 0px 0px;
	margin-top: 300px;
}
.articleDate{
	color: #e1e1e1;
}
.disscussButton{
	color: #ffe083;
}
h1{
	font-size: 32pt;
}
.contentHeader {
	padding: 4vh 10vw 4vh 10vw;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.53) 0%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100%);
	padding-bottom: 70px;
}
.content {
	/* margin: 4vh 10vw 4vh 10vw; */
	background-image: url("/resources/images/darkWoodsSeamless.png");
	padding: 4vh 10vw 30vh 10vw;
	background-size: 40%;
	border-top: 2px solid #222;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
}
.content p{
	color: #f5eaae;
	font-size: 13pt;
}
.loginBox {
	width: 700px;
	/*! min-height: 400px; */display: inline-block;
	background-image: url("/resources/images/loginTransparentShadowCutMiddle.png");
	/*! padding-top: 100%; */background-size: 100%;
	/*! position: absolute; */top: 0px;
	width: 100;
	background-position: 50% 50%;
	/*! margin-top: 40%; *//*! height: 100%; */
	margin-bottom: 10vh;
}
   
.loginBg{
	background-image: url("/resources/images/loginTransparentShadowCutMiddle.png");
	padding-top: 100%;
	background-size: 100%;
	width: 100;
	background-position: 50% 50%;
	height: 100%;
}
.loginHeader{
	background-image: url("/resources/images/loginTransparentShadowCutTop.png");
	padding-top: 100%;
	background-size: 100%;
	width: 100%;
	margin-top: -30%;
	background-position: 50;
}
.loginBottom{
	background-image: url("/resources/images/loginTransparentShadowCutBottom.png");
	padding-bottom: 25%;
	background-size: 100%;
	background-position: bottom;
	margin-bottom: -5%;
	margin-top: -15%;
}
.loginContent{
	margin-top: -40%;
	min-height: 300px;
	text-align: center;
	padding-left: 25%;
	padding-right: 25%;
}
input, textarea, button, select{
	width: 100%;
	border: 0px;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.42);
	padding-top: 5pt;
	padding-bottom: 5pt;
	transition: 0.3s;
	padding-left: 10pt;
	border: 1px solid rgba(0, 0, 0, 0.05);
	color:#7a7266;
	margin-top: 20pt;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, input:autofill, textarea:autofill, select:autofill{
	-webkit-box-shadow: 0 0 0 30px #000000b3 inset !important;
}
button{
	width: unset;
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0, 0, 0);
	-moz-box-shadow: 0px 0px 5px 0px rgb(0, 0, 0);
	box-shadow: 0px 0px 5px 0px rgb(0, 0, 0);
	color: #969775;
	transition: 0.3s;
	padding: 5pt 20pt 5pt 20pt;
	border: solid 2px #969775;
	background-image: url("/resources/images/rockBaseSeamless.png");
	color:#7a7266;
	margin-top: 20pt;
	font-size: 12pt;
	text-transform: uppercase;
}
button:hover{
	background-color: red;
}

input:invalid, textarea:invalid, select:invalid{
	-webkit-box-shadow: inset 0px 0px 5px 0px rgb(175, 0, 0);
	-moz-box-shadow: inset 0px 0px 5px 0px rgb(175, 0, 0);
	box-shadow: inset 0px 0px 5px 0px rgb(175, 0, 0);
}
input:hover, textarea:hover {
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
}
input:focus, textarea:focus, select:focus{
	outline: none;
}
label {
	color: #969775;
	font-family: Ginora;
	/* text-transform: uppercase; */
	margin-top: 5pt;
	font-size: 9pt;
	width: 100%;
	display: block;
	text-align: left;
	margin-left: 5pt;
	text-shadow: 2px 2px 4px #000000a8;
	margin-bottom: -18pt;
}
#loginButton{
	background-image: url("/resources/images/buttonUpCut.png");
	padding-bottom: 17.5%;
	background-size: 100%;
	background-color: unset;
	background-repeat: no-repeat;
	box-shadow: unset;
	font-size: 16pt;
	font-family: GinoraBold;
	line-height: 30pt;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px #000;
	padding-bottom: 20pt;
	padding-top: 8pt;
	-webkit-text-fill-color: #E2ECA082;
	display: block;
	width: 100%;
	border: 0px;
	margin-bottom: 30pt;
}

#loginButton:hover{
	background-image: url("/resources/images/buttonDownCut.png");
}

/* Customize the label (the container) */
.checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	/*! margin-bottom: 12px; */
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-left: 0px;
	margin-bottom: 16pt;
}

/* Hide the browser's default checkbox */
.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color:  rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(0, 0, 0, 0.05);
		-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.42);
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
	background-color:  rgba(0, 0, 0, 0.3);
	 -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid #969775;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
} 
.errorMessage{
	color: #ce381f;
	margin-top: 12pt;
}
form hr{
	border-top: 1px solid #969775;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.42);
}
form p{
	color: #969775;
	margin-top: 12pt;
}
form a{
	color: #aaa25f;;
}
form a:hover{
	color: #ddb547;;
}
form h2{
	font-size: 12pt;
}
.auth{
	background-image: url("../images/darkWoodsSeamless.png");
}
#languageSelect {
	width: auto;
	margin-top: 0px;
}

select option{
	background-color: #423b00;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
select option:hover{
	background-color: #525147;
}
option:hover{
	background-color: #525147;
}

#mobileMenuSwitch{
    display: none;
}