@charset "UTF-8";
/* CSS Document */

.html {

	background-color:#000;
	padding:0; 
	margin:0; 
	font-family:Verdana, Geneva, sans-serif;
	height:100%;
	
}

.body {

	background-color:#000;
	font-family: Verdana, Geneva, sans-serif;
	background-color:#000; 
	overflow:scroll-y;
	height:100%;
	
}

#menu_bar {
	
	position:fixed;
	background-color:#000;
	height:48px;
	width:100%;
	-webkit-box-shadow: 0 1px 1px #FFF;
    -moz-box-shadow: 0 1px 1px #FFF;
    box-shadow: 0 1px 1px #FFF;
	z-index:100;
}

#main_page_content {
	width:100%;
	top:48px;
	position:relative;
}

#home_page_content {

	color:#FFF;
	
}

#logo_image {

	background-image:url(img/logo.png);
	background-size:69%;
	background-position:center;
	background-repeat:no-repeat;
	width:48px;
	height:48px;
	cursor:pointer;
	display:inline-block;
	
}

#logo_title {

	width:192px;
	height:48px;
	font-size:18px;
	cursor:default;
	background-image:url(img/oictexttop.png);
	background-size:38%;
	background-position:left;
	background-repeat:no-repeat;
	display:inline-block;
	
}


#sidenav_logo_image {

	background-image:url(img/logo.png);
	background-size:69%;
	background-position:center;
	background-repeat:no-repeat;
	width:48px;
	height:48px;
	cursor:default;
	display:inline-block;
	
}

#sidenav_logo_title {

	width:192px;
	height:48px;
	font-size:18px;
	cursor:default;
	background-image:url(img/oictexttop.png);
	background-size:50%;
	background-position:left;
	background-repeat:no-repeat;
	display:inline-block;
	
}

#login_bar_icon {

	background-image:url(img/eye_icon.png);
	background-size:69%;
	background-position:center;
	background-repeat:no-repeat;
	width:48px;
	height:48px;
	cursor:pointer;
	display:inline-block;
	float:right;
	opacity:0.5;
	
}


#menu_bar_icon {

	background-image:url(img/menu_bar_icon.png);
	background-size:69%;
	background-position:center;
	background-repeat:no-repeat;
	width:48px;
	height:48px;
	cursor:pointer;
	display:inline-block;
	float:right;
	
}

#home_page_content {

	width:100%; 
	height:100%; 
	margin:0; 
	padding:0; 
	/*background-image:url(img/discovery-bg.png); 
	background-repeat:no-repeat; 
	background-size:231%; 
	background-position:top;*/ 
	display:inline-block; 
	background-color:#000;
	
}


.videoContainer {
  position: absolute;
  width: 100%;
  height: 100% - 50px;
  top: 50px;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

iframe {
  /* optional */
  width: 100%;
  height: 100%; 
}


#music_page_content {

	width:100%; 
	height:100%; 
	margin:0; 
	display:inline-block; 
	background-color:#000;
	
}


#artists_page_content {

	width:100%; 
	height:100%; 
	margin:0; 
	display:inline-block; 
	background-color:#000;
	
}

#contact_page_content {

	width:100%; 
	height:100%; 
	margin:0; 
	display:inline-block; 
	background-color:#000;
	
}

#mstaken_header {
	
	width:100%;
	height:350px;
	background-image:url(img/mstakenheader.png);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:top;
	
}

#copyrightText {

	color:#fff;
	font-size:10px;
	float:right;
	text-align:right;
	padding:8px;
	
}
