@charset "UTF-8";

html {
	width:100%;
	height:100%;
}
body {
	font-family:"Source Code Pro";
	color:#585858;
	font-size:16px;
	width:100%;
	height:100%;
	position: relative;
	background-color:#000;
	margin:auto;
}

#background{
z-index: -1;
  position: fixed;
  margin: auto;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;}

#background img{
	overflow: hidden;
	min-height: 100%;
	max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
 }

body a{
	text-decoration:underline;
	color:#315cf3;
}

body a:visited{
	color:#315cf3;	
}

#qoniak_logo{
	position:fixed;
	width:100%;
	text-align: center;
	height: 100%;
}
#qoniak_logo img{
	position:absolute;
	display: table-cell;
	vertical-align: middle;
	top:38%;
	margin: auto;
	  left: 0;
	  right: 0;
	  text-align: center;
	width:50%;
}
.photo_credits{
	color: #CCCCCC;
	font-size:10px;
	position:fixed;
	bottom:0px;
	right:0px;
	z-index:1;
}
.social{
	position:fixed;
	bottom:5px;
	left:14px;
	z-index:1;
}

.social img, .menu-item img{
	width:30px;
}
h2{
	color:#575757;
	font-size:40px;
	font-weight:light;
	padding:0;
	margin:0;
}
h3{
	color:#575757;
	font-size:22px;
	font-weight:light;
	margin:0;
}

.centered{
	width:100%;
	height:120%;
	text-align:center;
}

.fixed {
   position: fixed;
   top: 0px;
   width: 100%;
   box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}

.small_text{
	font-size:12px;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	z-index: 100;
	width:99%;
	opacity:0;
	transition: opacity linear 500ms;
	padding-left:1%;
	font-weight:700;
}

#menu-logo{
	width: 30px;
	margin-top: 8px;
}

#menu-logo-close{
	width: 30px;
	margin-top: 8px;
	display:none;
}

nav{
	position:fixed;
	display:none;
	left:0;
	width:100%;
	overflow:hidden;
	height:100%;
	height:100vh;
	opacity: 1;
	transition: opacity .5s ease-in;
	background-color:#162458;
	background-color:rgba(0, 0, 0, 0.9);
	z-index:99;
}
nav ul{
	margin:0px 0px 0 0px;
	padding:0;
	list-style: none;
	display:table-cell;
	vertical-align: middle;
	height:100%;
	height:100vh;
	width:100%;
	width:100vw;
}

nav ul li {
	width:100%;
	padding:7px 0;
	text-align: center;
}

nav ul li a.menu_link {
	text-decoration: none;
	font-weight: bold;
	color:yellow;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 0.2em;
}

nav ul li a.menu_link:visited {
	color:yellow;
}

#main-content{
	position:relative;
	z-index:90;
	padding-top:1%;
	overflow: hidden;
}

#left_column{
	background-color:#e2e2e2;
	width:39.5%;
	margin:10px 2.5% 0px 5%;
	text-align: justify;
	padding:1%;
	border: 2px red solid;
	border-radius: 2px;
	box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.25);
}
.right_column{
	margin-left:40%;
	width:60%;
	position: relative;
}
.boxwrapper{
	min-height: 100vh;
	margin-top: 40vh;
	padding-top: 10vh;
	padding-bottom:50vh;
	position:relative;
}
.boxwrapper:first-child{
	margin-top: 0vh;
}
.boxitem{
	position:relative;
	background-color:#e2e2e2;
	width:93%;
	margin:10px 5% 10px 0%;
	padding:1%;
	border: 2px #dbdb00 solid;
	border-radius: 2px;
	box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.25);
}

.stuck{
	position:fixed;
	top:50px;
	width: 55.8%;
	margin:0;
	padding:0.6%;
}

.grid{
	width:85%;
	margin:10px 10% 0px 5%;
	
}

.item{
	width:48%;
	margin:10px 1% 10px 1%;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.live_table{
	width: 100%;
}
.live_table td{
	vertical-align: text-top;
}
.live_table .live_table_col1{
	width:25%;
}
.live_table .live_table_col2{
}
#past_dates_table{
	display: none;
}

#footer{
	border-top:10px solid red;
	position:relative;
	z-index:101;
	background-color:black;
	min-height: 100vh;
	height:100vh;
	}
	
#footer img{
	overflow: hidden;
	min-height: 100%;
	max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1100px) {
	.right_column{
		width:80%;
		margin:0% 10%;
	}
	.boxitem{
		width:98%;
		margin:10px 0% 10px 0%;
		padding:1%;
	}
	.stuck{
		position:fixed;
		width:78.4%; 
		top:50px;
		margin:0;
		padding:0.8%;
	}
}
