*{
	margin: 0px;
}
body{
	background-color: white;
	font-family:calibri;
}
#header{
	background-color:white;
	width: 100%;
	height: 65px;
	position: fixed;
	opacity: 0.9;
}
#menu-kanan{
	float:right;
}
#menu-kanan{
	padding: 20px;
}
#menu-kiri-float{
	float:left;
	padding-right: 40px;
}

#menu-kiri ul{
	padding: 20px 0px;
}

#menu-kiri a{
	color: black;
	font-weight: bold;
	font-size: 19px;
	font-family: Bebas;
	src:url('BEBAS.ttf') format('truetype');
}

#menu-kiri a li{
	display:inline;
	padding: 20px;
}

#menu-kiri a li:hover, .active{
	border-bottom: solid 3px orange;
	color: orange;
	background-color: black;
}
#container{
	margin: auto;
	border-top: solid 1px
}
#bg{
	background-image: ("images/bg.jpg");
}
#konten1{
	background-color: white;
	margin-top:65px;

}
#konten2{
	background-color: white;
	padding-left:15%;
	padding-right:15%; 
	color:black;
}

#gambar{
	width: 300px 500px;
}

#gambar img{
	width:300px;
}
#gambar td:hover img{
	opacity: 0.85;
}
#gambar_text{
	position: absolute;
	top:722px;
	left:15.2%;
	width:300px;
	height:46px;
	background-color:orange;
	opacity:0.8;
	color: white;
	padding-top: 10px;
	text-align: center;
	font-family: bebas;
}


#gambar_text2{
	position: absolute;
	top:722px;
	left:37.7%;
	width:300px;
	height:46px;
	background-color:orange;
	opacity:0.8;
	color: white;
	padding-top: 10px;
	text-align: center;
	font-family: bebas;
}

#gambar_text3{
	position: absolute;
	top:722px;
	right: 17.5%;
	width:300px;
	height:46px;
	background-color:orange;
	opacity:0.8;
	color: white;
	padding-top: 10px;
	text-align: center;
	font-family: bebas;
}

#gambar_text4{
	position: absolute;
	top:930px;
	left: 15.2%;
	width:300px;
	height:46px;
	background-color:orange;
	opacity:0.8;
	color: white;
	padding-top: 10px;
	text-align: center;
	font-family: bebas;
}


#gambar_text5{
	position: absolute;
	top:930px;
	left: 37.7%;
	width:300px;
	height:46px;
	background-color:orange;
	opacity:0.8;
	color: white;
	padding-top: 10px;
	text-align: center;
	font-family: bebas;
}

#gambar_text6{
	position: absolute;
	top:930px;
	right: 17.5%;
	width:300px;
	height:46px;
	background-color:orange;
	opacity:0.8;
	color: white;
	padding-top: 10px;
	text-align: center;
	font-family: bebas;
}
footer {
  background: #e4e4e4;
}
footer a li{
	display: inline;
	padding: 10px;
}
footer ul a{
	font-family: futura md bt;
	color:black;
	font-size: 15px;
}



.section{
	padding:100px 0px;
}


/*Login*/
#kontenbtn input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}
.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}
#konten{
	margin-top:-540px;
	margin-left: 910px;
	margin-bottom:190px;
	position:inherit;
	width:70%%;
	color:white;
	text-shadow:solid;
	font-size:30px;
	font-weight: bold;
	color: white;
	text-shadow:2px 3px 5px #002;
}
#kontenbtn{
	margin-top:-251px;
	margin-left: 1040px;
	position:inherit;
	width:70px;
	color:black;
	text-shadow:solid;
	font-size:33px;
	font-weight: bold;
	color: orange;

}
#kontenbtn button{
	color:white;
	font-size:22px;
	font-family: Segoe UI;
	font-weight:bold;
	height:50px;
	width:180px;
	background-color:grey;
	border:10px;
	border-radius:10px;
}
#kontenbtn button:hover{
	color: orange;
	background-color: black;
}
#kontenfbgp{
	margin-left: 43.8%;
	ma
	position:inherit;
	width:100%;
	color:white;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: white;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 75%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: orange;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/*Animasi */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

