
* {
	box-sizing: border-box;
}

html, body {
	min-height: 100%;
}

body {
	background-color: #1e1321;
}

.background-image {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url("/images/Screenshot_4.png") no-repeat;
	background-size: auto 100%;
	background-color: black;
	z-index: -1;
}

.pull-right {
	float: right;
}

.header {
	height: 50px;
	padding: 10px 0px 10px 0px;
	background-color: rgba(0,0,0,0.70);
	margin-bottom: 40px;
	z-index: 10;
	position: relative;

}

.footer {
	height: 50px;
	padding: 10px 0px 10px 0px;
	background-color: rgba(0,0,0,0.70);
	margin-top: 40px;
	font-size: 0.9em;
	color: #999;
	text-align: center;
}

.footer a {
	color: #999;
}

.header ul {
	padding: 0;
	margin: 0;
}

.header li {
	list-style-type: none;
	padding: 0px 15px 0px 15px;
	display: inline-block;
	height: 40px;
	vertical-align: middle;
}

.header li:first-child {
	padding: 0px 15px 0px 10px;
}

.header li a.textlink {
	color: white;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.header img.logo {
	max-height: 100%;
	position: relative;
	top: -5px;
}

.biglogo-container {
	padding-top: 200px;
}

.biglogo {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding: 30px;
	background-color: rgba(0,0,0,0.60);
}

.biglogo img {
	max-width: 100%;
	max-height: 100%;
}

.button {
	margin-top: 50px;
	text-align: center;
}

.button a {
	display: inline-block;
	cursor: pointer;
	background-color: rgba(245, 131, 32, 0.80);
	color: white;
	padding: 15px;
	width: auto;
	font-size: 2.0em;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
}

.contactme {
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
	padding-bottom: 20px;
}
.contactme a {
	color: rgba(255,255,255,0.7);
	font-size: 0.9em;
}

img.miniavatar {
	max-width: 30px;
	max-height: 30px;
	vertical-align: middle;
	margin-right: 10px;
}

ul li.accountmenu {
	min-width: 150px;
}

ul li .submenu {
	display: none;
}

ul li:hover .submenu {
	display: block;
}

.submenu ul {
	padding-top: 10px;
}

.submenu ul li {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #666;
	height: auto;
	background-color: rgba(255,255,255,0.80);
	font-size: 0.9em;
	position: relative;
}

.submenu ul li:first-child {
	padding: 10px;
}

.submenu ul li a {
	color: black;
	text-decoration: none;
	display: block;
	width: 100%;
}

.container.maincontent {
	background-color: #F7F7F7;
	padding-top: 20px;
}

.alert-error {
	background-color: #f2dede;
	color: #a94442;
	border-color: #ebcccc;
}

input[readonly=true] {
	cursor: not-allowed;
}

.videoheader {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000000;
	overflow: hidden;
	z-index: -1;
}

.videoheader video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: auto;
	min-height: 100%;
	min-width: 100%;
	width: auto;
	object-fit: contain;
}

.midheader {
	width: calc(100% - 120px);
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	background-color: #2e1d33;
	box-shadow: 0px 0px 2px black;
}

.midheader ul li img {
	height: 120px;
	position: relative;
	top: -17px;
	left: -26px;
}

.midheader ul {
	margin: 0;
	padding: 0;
}

.midheader ul li {
	margin: 0;
	border-right: 2px solid #482d50;
	display: inline-block;
	list-style-type: none;
	height: 80px;
	vertical-align: top;
	display: none;
}

.midheader ul li:first-child {
	display: block;
}

.midheader ul li a:hover {
	color: #f8aa68;
	text-decoration: none;
}

.calltoaction{
	position: absolute;
	right: 200px;
	bottom: 100px;
}

.midheader ul li a {
	font-size: 22px;
	color: #ea9248;
	padding: 24px 20px 24px 20px;
	display: block;
	font-family: Garamond, Georgia, "serif";
}

.transparent-hero {
	margin-top: 150px;
	padding-left: 30px;
	margin-bottom: 80px;
	position: relative;
}

.transparent-hero h1 {
	color: white;
	text-shadow: 0px 0px 4px black;
	font-size: 100px;
}

.transparent-hero h2 {
	color: #f4c297;
	text-shadow: 0px 0px 4px black;
	font-size: 40px;
	max-width: 1000px;
}

.homecontainer .infobox {
	width: 45%;
	float: left;
	margin-right: 2%;
	background-color: rgba(46,29,51,0.90);
	margin-bottom: 30px;
	min-width: 600px;
	padding: 30px;
	margin-top: 30px;
	font-size: 1.1em;
	line-height: 1.6em;
}

.infobox a {
	color: white;
	text-decoration: underline;
}

@media (max-width: 800px) {
	.videoheader {
		display: none;
	}
}

@media (min-width: 1200px) {
	.homecontainer {
		max-width: 100%;
		width: calc(100% - 120px);
		margin-top: 30px;
	}
}

@media (min-width: 1270px) {
	.midheader ul li {
		display: inline-block !important;
	}
}

.homecontainer .row h1 {
	color: white;
	font-size: 60px;
	margin-bottom: 30px;
	text-shadow: 0px 0px 4px black;
}

.homecontainer .row h2 {
	text-shadow: 0px 0px 4px black;
	color: white;
	font-size: 40px;
}

.homecontainer .row h3 {
	color: #ea9248;	
}

.homecontainer .row {
	background-color: #241728;
	color: #d1d1d1;
	padding: 30px;
	margin-bottom: 60px;
}

#blog-posts {
	padding-left: 20px;
	padding-right: 20px;
}

#blog-posts > h2 {
	color: white;
	margin-bottom: 20px;
	font-size: 34px;
	text-shadow: 0px 0px 4px black;
}

#blog-posts .blog-post h2 {
	font-size: 24px;
}

#blog-posts .blog-post {
	width: calc(33% - 15px);
	min-width: 550px;
	padding: 30px;
	background-color: rgba(46,29,51,0.90);
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	color: #d1d1d1;
	height: 170px;
	overflow: hidden;
}

#blog-posts div.blog-post:last-child {
	margin-right: 0px;
}

#blog-posts div.blog-post:hover {
	cursor: pointer;
}

#blog-posts div.blog-post:hover h2 {
	color: #ea9248;
}

#time_icon {
	margin-right: 5px;
}

#online_icon {
	margin-left: 10px;
	margin-right: 5px;
}

#live_header {
	font-size: 0.7em;
	position: absolute;
	top:  10px;
	left: 20px;
}






