* {
	margin: 0; 
	padding: 0;
	text-decoration: none;
}

h1 {
	text-align: center;
	color: #AD0000;
}

.nama{
	color: #AD0000;
	font-family:Comic Sans MS;
	font-size:320%;
}

.judul{
	color: #AD0000;
	text-align:center;
}

body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: arial;
}

#header
{
	background-color: #FFFFFF;
	border-bottom: 3px solid #AD0000;
	height: 64px;
	position: fixed; 
	padding: 10px 15px;
	width: 100%;
	z-index:1;
}


	
/* icon home */
#homeContent{
	width:70%;
	height:60%;
	margin-left:20%;
	margin-right:15%;
	padding-left:1%;
	padding-top:112px;
}

.panel{
	float:left;
	margin-bottom:20px;
	margin-left:1%;
}

.ikon:hover{
	opacity:1;
	color:white;
}
	
.gambarIcon{
	width:60%;
	height:60%;
	margin-left:20%;
	margin-top:12%;
	margin-bottom:5%;
}

.ikon{
	border-radius:20px;
	margin-left:8%;
	margin-right:8%;
	background-color:#AD0000;
	color:#ff751a;
	width:240px;
	height:240px;
	opacity:0.6;
	font-family:Arial;
	font-weight:bold;
	z-index:8;
}

/* icon home */
	
	
/* navbar */
	#navbar li {
		float: left;
		list-style: none;
		position: relative;
	}
	#navbar ul li a {
		color:#E56800;
		text-align: center;
		display: block;
		width:150px; 
		border-bottom:2px solid #AD0000;
		
	}
		#navbar ul li a:hover {
			background-color:#AD0000; 
			color: #fff;
			display:block; 
		}
	#navbar ul ul {
		position: absolute;
		display: none;
	}
	#navbar ul ul li a {
		background-color: #fff;
		float:none; 
		display:block;  
		text-align:center;  
	}
	#navbar ul li:hover ul {
		display: block;

	}
/* navbar */


/* konten menu */
.content{
	padding-top:100px;
	padding-bottom:10px;
	margin-left:23%;
	margin-bottom:50px;
	opacity:0.95;
	border-radius:10px;
	float:left;
	width:56.1%;
	height:auto;
	background:rgba(255,245,204, 0.8);
	color:#ff751a;
}


.voucher{
	background:rgba(255,230,228, 0.8);
	padding-top:150px;
	padding-bottom:150px;
}

.minuman{
	background:rgba(255,230,228, 0.8);
}

#beli{
	text-decoration:none;
	color:#ff751a;
}

.thumbnail{
	opacity:0.8;
	background-color:#ad0000;
	width:232px;
	height:300px;
	margin:10px;
	float:left;
}

.thumbnail:hover{
	opacity:1;
	color: white;
}

.gambar{
	width:222px;
	height:200px;
	margin:6px auto;
}

.menu{
	width:222px;
	height:200px;
}

.kiri{
	clear:both;
	float:left;
	color:black;
}

.pos{
	margin:0px 20px;
	text-decoration:none;
}

.kanan{
	float:right;
}

.kanan:hover{
	color:blue;
}


/* kontent menu  */


/* transaksi */

.info{
	padding-left:300px;
}

.thumbnail2{
	opacity:1;
	background-color:#ad0000;
	width:232px;
	height:300px;
	margin:10px;
	float:left;
	color:white;
}

.info2{
	padding-left:50px;
	width:50%;
	margin-top:120px;
	padding-top:30px;
	padding-bottom:20px;
	font-weight:bold;
	color: #AD0000;
}
	
.kiri2{
	float:left;
	color:black;
}

.kiri2:hover{
	color:blue;
}
	
	/* media */


@media (max-width: 720px) {
	
	#navbar {
	background-color: #FFF;
	font-weight: bold; 
	line-height: 84px; 
	left: 20%;
	position: fixed;
	width: auto;
	z-index:2;
}
	
	#navbar ul li a {
		color:#E56800;
		text-align: center;
		display: block;
		width:150px; 
		border-bottom:2px solid #AD0000;
	}
	
	#footer{
		clear:both;
		background-color:white;
		color:#E56800;
	}

	.content{
		margin-left:10%;
		width:80%;
		padding-left:5%;
	}
	
	#about{
		width:100%;
		height:750px;
		padding-top:120px;
		background:rgba(255,245,204, 0.8);
	}

	.imgA{
		width:150px;
		height:150px;
	}
	
}

@media (min-width: 721px) {
	#navbar {
	background-color: #FFF;
	font-weight: bold; 
	line-height: 84px; 
	left: 40%;
	position: fixed;
	width: auto;
	z-index:2;
	}

		/* aboutUs */
	#about{
		width:67%;
		height:750px;
		padding-top:120px;
		margin-left:16%;
		background:rgba(255,245,204, 0.8);
		border-radius:5px;
		border:5px groove #ff1a1a;
	}

	.imgA{
		width:250px;
		height:250px;
	}
	
	
	
		/* aboutUs */
}
	/* media */

	
	/* about us */
#isi{
	text-align:justify;
	padding:20px;
}


/* login */
#log {
	position: fixed;
	font-size: 12px;
	right: 0px;
	color: #E56800;	
	z-index:6;
}
	#log li {
		float: left;
		list-style: none;
		position: relative;
	}
	#log ul li a {
		color:#E56800;
		text-align: center;
		display: block;
		width:auto; 
		margin: 10px;
	}
	#log ul li a:hover {
			color: #AD0000; 
	}
		
#containerLog {
	position: relative;
	margin:0px auto;
	height:730px;
	width: 75%;
	top: 100px;
	display: block;
	font-size: 16px;
	
}

.isiLog {
	width:100%;
	text-align:center;
	border:5px groove #ff1a1a;
	border-radius:10px;
	background-color:white;
	margin-bottom: 2%;
	padding-top: 4%;
	padding-bottom:4%;
}

#pass{
	margin-left:-5%;
}

/* login */



/* footer */
#footer {
	opacity: 0.8;
	font-size: 12px;
	bottom: 0px;
	padding: 10px;
	color: #E56800;
	position: fixed;
	background:white;
	width:100%;
	font-family:arial;
	float:right;
	font-weight:bold;
}

#footnav {
	right: 0px;
	bottom: 5px;
	position: fixed;
	clear:both;
	font-weight:bold;
}

	#footnav li {
		float: right;
		list-style: none;
		position: relative;
	}

	#footnav ul li a {
		padding: 10px;
		color:#E56800;
		text-align: center;
		text-transform: uppercase;
		text-align: center;
		display: block;
		width: auto;
	}
	
	#footnav ul li a:hover{
		color:blue;	
	}