@CHARSET "ISO-8859-1";

html{
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}

@font-face { 
		font-family: "Yu Gothic Light"; 
		src: url("../fonts/yugothil.ttf"); 
} 

@font-face { 
		font-family: "Yu Gothic Bold"; 
		src: url("../fonts/yugothib.ttf"); 
} 

.bold{
	font-family: "Yu Gothic Bold";
	font-size: 1.45;
}

h1{
	text-align: center;
	font-size: 1.5em;
}

h2{
	font-size: 1.4em;
}

a{
	color: white;
}

body {
    margin: 0;
    padding: 0;
    color: white;
    background-color: black;
 
    font-family: "Yu Gothic Light";  	
}

#header_image{
	position:fixed;
	z-index:3;
	margin: 30px 0 0 50px;
}

#container{
	margin: 0;
	padding: 0;
	background-color: black;
}

#header_image img{
	width: 200px;
	height: 200px;
}

#left_column{
	margin-left: 10px;
	padding-top: 220px;
	width: 280px;
	min-height: calc(100vh - 240px);

	background-color: #181717;
	
	float: left;
}

#right_column{
	margin: 10px 10px 10px 300px;
	width: calc(100% - 310px);
	min-height: calc(100vh - 20px);
	
	background-color: #181717;
	
}

/* ------------------ Header Line ------------------ */

#header_line{
	height: 50px;
	padding: 20px;
	border-bottom: 2px solid #717171;
}

#header_line h2{
	margin: 0;
	padding: 0;	
}

#header_time{
	position: relative;
	
	float: right;
	font-size: 0.8em;
}

#content{
	padding-left: 20px;
}


/* ------------------ Navigation ------------------ */
.overlay {
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.95);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
 /*   display: block;*/
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
	.overlay a {
  		font-size: 20px
  	}
	.overlay .closebtn {
    	font-size: 40px;
    	top: 15px;
    	right: 35px;
  	}
}

nav ul{
	margin-left: 20px;
}

nav li{
	list-style: none;	
	margin-top: 12px;
}

nav a{
	text-decoration: none;
}

nav a:visited{
	color: white;
}

.overlay-content ul{
	margin-top: 150px;
	margin-left: -40px;
}

.icons{
	padding-right: 12px;
	width: 25px;
	height: 25px;
	position: relative;
	top: 4px;
}

#big_screen_nav{
	
}

#small_screen_nav{
	/* Burger Icon */
	display: none;
	text-align: right;
	margin-right: 18px;
	margin-top: -68px;
}


/* ------------------ Smartphone ------------------ */


@media screen and (max-width :600px) {
	#big_screen_nav{
		display: none;
	}	
	
	#small_screen_nav{
		display: block;
	}
	
	#left_column{
		min-height: 100px;
		width: calc(100% - 20px);
		float: none;
	}
	
	#right_column{
		margin-left: 10px;
		width: calc(100% - 20px);
	}
	
	#header_image{
		margin-left: calc(50% - 100px);
	}
}


/* ------------------ Login ------------------ */

#loginView{
	width: 306px;
	margin: 300px auto 0 auto;
}

.loginMask{
	width: 280px;
	height: 38px;
	background-color: black;
	border: 1px solid #786627;
	margin-top: 10px;
	color: white;
	font-size: 1em;
	padding-left: 10px;
	font-family: "Yu Gothic Light"; 
}

#loginView .submit{
	background-color: black;
	border: 2px solid black;
}

/* ------------------ Table ------------------ */

#links_page p{
	font-size: 15px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid grey;
}

tr, td {
	padding: 0;
	margin: 0;
	font-size: 15px;
	min-width: 130px;
	height: 20px;
}

td a{
	text-decoration: none;
}