/*  BEGIN HEADER -----------------------------------------------------*/

#main-header{
	font-size: 24px;
	text-transform: uppercase;
	position: fixed;
	line-height: 1em;
	top: 0px;
	width: 100%;
	font-weight: 100;
	background-color: #fff;
	z-index: 1;
}

.bar{
	margin:10px 10px 20px 10px;
	overflow:hidden;
	font-weight: 1%;
	margin-left: 3%;
}

#navbar{
	color:black;
	text-transform: uppercase;
	position: fixed;
	top: 20px;
	line-height: 0;
	width: 100%;
	height: 20px;
	z-index: 1;
}

#navbar ul{
	padding:0;
	list-style: none;
}

#navbar li{
	display:inline;
}

#navbar a{
	color:#333;
	text-decoration: none;
	font-size:18px;
	padding-right:15px;
}

/* END HEADER ----------------------------------------------------------------*/



/* BEGIN BODY ----------------------------------------------------------------*/

body {
	background-color: #fff;
	color:black;
	font-family: 'Courier Prime';font-size: 12px;
	line-height:1em;
	margin:0;
	font-weight: 100;
}

img {
    object-fit: cover;
    object-position: 100% 80%;
}

li:hover{
	background-color:#adceee;
	color: black;
}



a:hover{
	background-color: #adceee;
	color: black;
}
a.ex1:hover{
	background-color: transparent;
	color: black;
}




.con_img{
	z-index: 0;
	width:30%;
	margin-left: 5%;
	margin-right: 65%;
	overflow:hidden;
	position: absolute;
	top: 100px;
}
.con_img img {
	z-index: 0;
	display: inline;
  	margin-left: 15%;
  	margin-right: 25%;
  	width: 300px;
  	border-radius: 0px;
  	font-weight: 1%;
}



.container{
	width:40%;
	margin-left: 30%;
	margin-right: 30%;
	overflow:hidden;	
}


.container th{
	padding-left: 0px;
}

.container a{
	color:#665f04;
	text-decoration: none;
}

.container iframe {
	position: relative;
	left: 0%;
}


.container img {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 50%;
}


.con_fig img {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 100%;
}



.container th {
	text-align: left;
	font-weight: 100;
	vertical-align: top;
	padding: 10px 30px 10px 30px;
}

.container td {
	height: 100px;
  	vertical-align: top;
}

#table th {
	padding-left: 0px;
}



#bio {
	text-align: justify;
	line-height: 1em;
}



#biografi {
	text-align: center;
	line-height: 1.5em;
}


.con_film{
	width:80%;
	margin-left: 2%;
	margin-right: 18%;
	overflow:hidden;	
}

.con_film a{
	color:#665f04;
	text-decoration: none;
}

.con_film img {
	display: inline;
  	margin-left: 30%;
  	margin-right: 25%;
  	width: 320px
  	height: 120px;
  	border-radius: 0px;
  	font-weight: 1%;
}

#frame {
	display: inline;
  	margin-left: 30%;
  	margin-right: 25%;
  	width: 320px;
  	height: 60px;
  	border-radius: 0px;
  	font-weight: 1%;
}

.second{
	position: relative;
	top: 500px;
	left: 500px;
}

/* END BODY  -----------------------------------------------------------------*/


/* BEGIN FOOTER --------------------------------------------------------------*/

#main-footer{
	background: #333;
	color:#fff;
	text-align: center ;
	padding:20px;
	margin-top:40px;
}

#main-footer a{
	color: white;
	text-decoration: none;
}

a.ex2:hover{
	background-color: black;
}



/* END FOOTER -----------------------------------------------------------------*/