body{
	font-family: helvetica;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}

.AWquarium{
	background: #ff8c1a;
	color: white;
	font-size: 11pt;
	width: 10%;
	border: none;
	border-radius: 3px;
	padding: 10px;
	padding-left: 10px;

	
}

.button_kanan{
	background: #ff8c1a;
	color: white;
	font-size: 11pt;
	width: 10%;
	border: none;
	border-radius: 3px;
	padding: 10px;
	padding-left: 10px;
	float: right;
	margin-left: 20px;
}

.fixedhead{
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 1;
}

.nav{
	background-color: black;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.content{
		width: 75%;
		background-color: white;
		margin: 150px auto;
		padding: 20px;
		opacity: 0.85;
}

.event{
	margin: 10px 0px;
	width: 100%;            
	height: 300px;
	border-style: solid;
}

.detail{
	float: left;
	width: 55%;
	padding: 5px 50px;
}

.content h1{
	text-align: center;
}

.items{
	width: 30%;
	display: inline-block;
	height: 250px;
	margin: 5px;
	padding: 20px 5px;
	color:#ff8c1a;
	text-align:center;
	text-transform:uppercase;
}

.items img{
	width: 100%;
	height: 100%;
}

.kotak_buy{
	width: 500px;
	background: white;
	margin: 200px auto;
	padding: 30px 20px;
}

.tombol_submit{
	background: #ff8c1a;
	color: white;
	font-size: 11pt;
	width: 100%;
	border: none;
	border-radius: 3px;
	padding: 10px 20px;
}

.kotak_buy h2{
	color: #ff8c1a;
}