/* general */
div, p{
	font-family:Arial;
}

/*
.ficklefinger {
    width: 160px;
    height: 50px;
    position:absolute;
    top:100;
    right: 0;
    padding-top: 60px;
    padding-right: 28px;
*/    
    
    
}
.helpButton {
    width:160px;
    height: 50px;
    position:absolute;
    top:0;
    right: 0;
    padding: 15px;
    
    
    
}
.menuButton {
     width: 160px;
    height: 50px;
    position:absolute;
    top:0;
    left: 0;
    padding: 15px;
    
}

/*html { 
  background: url( media/images/slide_stagecropped.jpg) no-repeat center center fixed; 
   background-color: black;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   
                
}
*/


.gallery1DecHeader{
	font-family:"Arial", Helvetica, sans-serif;
	font-size:22px;
	margin:8px;
	color:#666666;
	font-weight:bold;
}

.gallery1DescP{
	font-size:14px;
	margin:8px;
	margin-top:6px;
	margin-bottom:6px;
	color:#555555;
	line-height:18px;
}

.audioDecHeader{
	font-family:"Arial", Helvetica, sans-serif;
	font-size:22px;
	margin:8px;
	margin-top:10px;
	color:#666666;
	font-weight:bold;
}

.htmlContentHeader{
	font-family:"Arial", Helvetica, sans-serif;
	font-size:22px;
	margin:8px;
	margin-top:10px;
	color:#FFFFFF;
	font-weight:bold;
}

.htmlContentDescP{
	font-size:14px;
	margin:8px;
	margin-top:6px;
	margin-bottom:6px;
	color:#FFFFFF;
	line-height:18px;
}

.htmlContentYoutubeP{
	margin:8px;
	margin-top:12px;
	margin-bottom:0px;
}

/* login form */
.login-card {
	font-family:myFont, Arial;
	width:100%;
	background-color: #FFFFFF;
	border-radius: 2px;
	overflow: hidden;
}

.login-form{
	margin:20px;
	margin-top:10px;
}

.login-card h1 {
	margin:12px;
	margin-top:30px;
	font-weight: 100;
	text-align: center;
	font-size: 2.3em;
}

.login-card input[type=submit] {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	position: relative;
}

.login-card input[type=text], input[type=password] {
	height: 44px;
	font-size: 16px;
	width: 100%;
	margin-bottom: 10px;
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	/* border-radius: 2px; */
	padding: 0 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.login-card input[type=text]:hover, input[type=password]:hover {
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.login {
	text-align: center;
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	height: 36px;
	padding: 0 8px;
	/* border-radius: 3px; */
	/* -webkit-user-select: none;
	user-select: none; */
}

.login-submit {
	/* border: 1px solid #3079ed; */
	border: 0px;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1); 
	background-color: #0099FF;
	/* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.login-submit:hover {
	/* border: 1px solid #2f5bb7; */
	border: 0px;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #357ae8;
	/* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.login-card a {
	text-decoration: none;
	color: #666;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	opacity: 0.6;
	transition: opacity ease 0.5s;
	margin-bottom:36px;
}

.login-card a:hover {
  opacity: 1;
}

.login-help {
  width: 100%;
  text-align: center;
  font-size: 12px;
}

/*SIDE NAV MENU BEGINS HERE*/
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    /*color: #463ac6;*/
    color: #bcb8f2;
}

/* Position and style the close button (top right corner) */
.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation 
#main {
    transition: margin-left .5s;
    padding: 20px;
} */

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
/*SIDENAV MENU ENDS HERE*/

/*Mega Menu begin*/
/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: black;
  font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: left;
  padding: 14px 10px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px; 
  border: none;
  outline: none;
  color: white;
  padding: 14px 10px;
  background-color: inherit;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover, .dropbtn {
  background-color: deepskyblue;
}



/* Dropdown content (hidden by default) */
 .dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  width: 75%;
  left: 50;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Mega Menu header, if needed */
.dropdown-content .header {
  background: black;
  padding: 10px;
  color: white;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Create five equal columns that floats next to each other */
.column {
  float: left;
  width: 20%;
  padding: 2px;
  background-color: black;
  height: 150px;
}

/* Style links inside the columns */
.column a {
  float: none;
  color: white;
  padding: 5px;
    font-size: 14px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a background color on hover */
.column a:hover {
  background-color: deepskyblue;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
} 