@import url("http://fonts.googleapis.com/css?family=Bitter:400,700");
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
* {
	margin: 0;
	padding: 0
}

html, body {
	height: 100%;
	background-color: rgb(20,20,20);
	font-family: "Lato",sans-serif;
	
}

#mainWrapper {
	min-height: 100%
}

#contentWrapper {
	padding-bottom: 15px
}

#footer {
	height: 15px;
	margin-top: -15px;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	color: #444;
}

#footer a {
	color: #444
}

.topbar {
	width:70%;
	margin:auto;
	padding-top: 20px;
}

.topbar img {
	padding-top: 10px;
}

.menuLinks {
	float: right;
	height:30px;
}

.menuLinks a {
	width:70px;
	height:40px;
	padding-top: 20px;
	display:inline-block;
	text-align: center;
	color: rgb(191,191,191);
}

h1 {
	padding-top: 50px;
	width: 100%;
	text-align: center;
	font-family: "Raleway",sans-serif;
	font-style: normal;
	font-size:40px;
	color: rgb(191,191,191);
	margin-bottom: 10px;
}

a {
	color: #ff2a13;
	text-decoration: none;
}

a:hover {
	color: #D80F0F;
	text-decoration: none;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.infocontainer {
	font-family: "Raleway",sans-serif;
	font-size:15px;
	color: rgb(191,191,191);
	background-color: rgb(30,30,30);
	width:100%;
	margin:auto;
}

.infocontainer div {
	width:70%;
	max-width: 800px;
	margin:auto;
	padding-top:20px;
	padding-bottom:20px;
}

.infocontainer table {
	margin-top:40px;
	margin-bottom:20px;
	width:50%;
	border-collapse: collapse;
	font-size:12px;
	background-color: rgb(25,25,25);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.infocontainer td {
	padding:4px;
}

/* .infocontainer tr:nth-child(even) {
	background-color: rgb(33, 33, 33);
}
.infocontainer tr:nth-child(odd) {
	background-color: rgb(25,25,25);
} */

.infocontainer td:nth-child(odd) {
	width:100px;
}

form {
	margin: 20px auto 0;
	display: table;
}

form .table {
	display: table
}

form .boxWrap, form .labelWrap {
	display: table-cell
}

form .btnWrap {
	display: block
}

form input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	vertical-align: top;
	width: 20px;
	height: 20px;
	margin-top: 1px;
	margin-right: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(0,0,0,0);
	border: 2px solid rgb(191,191,191);
	box-shadow: 0 0 5px 0 #000 inset;
}

form input[type="checkbox"]:checked, form input[type="checkbox"]:hover {
	box-shadow: -1px -1px 5px 0 #000 inset
}

form input[type="checkbox"]:checked {
	border: 2px solid rgb(191,191,191);
}

form input[type="checkbox"]:checked:after {
	content: '\2714';
	font-size: 13px;
	color: #ff2a13;
	position: absolute;
	margin-top: -1px;
	margin-left: 2px
}

form input[type="submit"] {
	width: 100%;
	height: 50px;
	margin-top: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(0,0,0,0);
	/* background-image: -webkit-linear-gradient(top, #0984ff, #0053a6);
	background-image: -moz-linear-gradient(top, #0984ff, #0053a6);
	background-image: -ms-linear-gradient(top, #0984ff, #0053a6);
	background-image: -o-linear-gradient(top, #0984ff, #0053a6);
	background-image: linear-gradient(top, #0984ff, #0053a6); */
	border: 3px solid #ff2a13;
	text-transform: uppercase;
	font-size: 2em;
	font-family: "Raleway",sans-serif;
	color: rgb(191,191,191);
}

form input[type="submit"]:hover {
	/* background-image: -webkit-linear-gradient(bottom, #0984ff, #0053a6);
	background-image: -moz-linear-gradient(bottom, #0984ff, #0053a6);
	background-image: -ms-linear-gradient(bottom, #0984ff, #0053a6);
	background-image: -o-linear-gradient(bottom, #0984ff, #0053a6);
	background-image: linear-gradient(bottom, #0984ff, #0053a6) */
	background-color: rgba(0,0,0,0);
	border: 3px solid rgb(191,191,191);
}

form label {
	color: rgb(191,191,191);
}

.lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.lightbox>div {
	position: absolute;
	height: 0;
	width: 0;
	top: 50%;
	left: 50%;
	background-color: rgb(18,18,18);
	box-shadow: 0 0 15px 0 #000;
	/* -webkit-transition: height 1s, width 1s, top 1s, left 1s;
	-moz-transition: height 1s, width 1s, top 1s, left 1s;
	-ms-transition: height 1s, width 1s, top 1s, left 1s;
	-o-transition: height 1s, width 1s, top 1s, left 1s;
	transition: height 1s, width 1s, top 1s, left 1s; */
}

.lightbox>div>a {
	position: absolute;
	color: rgb(191,191,191);
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	background-color: rgb(22,22,22);
	text-align: center;
	border: 0 solid #ff2a13;
	border-width: 3px;
	line-height: 100%;
	height: 20px;
	width: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	margin-top: -13px;
	margin-left: -13px;
	box-shadow: 0 0 15px 0 #000;
}

.lightbox>div>a span {
	position: absolute;
	top: 2px;
	left: 5px
}

.lightbox>div>div {
	height: 100%;
	padding: 0 20px;
	max-width: 400px;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: auto;
}

.lightbox>div>div>* {
	text-align: justify;
	color: rgb(191,191,191);
	padding-bottom: 10px;
}

.lightbox>div>div>*:first-child {
	padding-top: 20px
}

.lightbox>div>div>*:last-child {
	padding-bottom: 20px
}

.lightbox:target {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 1s, height 0 0, width 0 0;
	-moz-transition: opacity 1s, height 0 0, width 0 0;
	-ms-transition: opacity 1s, height 0 0, width 0 0;
	-o-transition: opacity 1s, height 0 0, width 0 0;
	transition: opacity 1s, height 0 0, width 0 0;
}

.lightbox:target>div {
	height: 60%;
	width: 60%;
	top: 20%;
	left: 20%
}

.lightbox ul {
	margin-left: 30px
}