/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/******************************************************/
/******************** Desain Menu *********************/
/******************************************************/
body {
	background-image:url(../../img/bodi3.png);

}
nav {

  vertical-align: middle;
	height: 53px;
	width: 100%;
	background: #3498db;
	font-size: 1em;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 500px;
	height: 55px;
}
nav li {
	display: inline-block;
	float: left;
}
nav a {
	color: #ffffff;
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav a:hover, nav a:active {
	background-color: #ecf0f1;
	color: #333;
}
nav a#pull {
	display: none;
}

.koplak {
	position: flex;
	margin: 0 auto;
	margin-top: 1%;
	width: 100%;
	float: center;
	background-image: url(../../images/bodi.png);

  } 
  .infaq {
	background: #FFFFFF;
	border:2px  solid #999999;
	border-radius:10px;
    padding: 5px;
	margin: 15px;

}

.footer {
	background:#333366;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	width:99.8%;
	position:absolute;
	bottom:0;
	height:30px;
	font-size: 1em;
	text-align: center;
}

/******************************************************/
/*************** Desain Menu Responsive ***************/
/******************************************************/

/* Desain untuk perangkat dengan layar 600px kebawah*/
@media screen and (max-width: 600px) {
	nav {
		width: auto;
  		height: auto;
  		border-bottom: 0;
  		background: #3498db;
  	}
  	nav ul {
  		width: 100%;
  		display: none;
  		height: auto;
  	}
  	nav li {
  		width: 100%;
  		float: none;
  		display: block;
  		background: #ffffff;
  	}
  	nav li a {
		border-bottom: 1px solid #f0f0f0;
		border-right: 1px solid #f0f0f0;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
	  	color: #333333;
  	}
  	nav a#pull {
		display: block;
		background-color: #3498db;
		width: 100%;
		position: relative;
		color: #ffffff;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
.koplak {
	width: 100%;
	float: center;
	background-image: url(../../images/bodi.png);
	border:1px  solid #000000;
  } 
.footer {
	display: none;
	background:#333366;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	position:flex;
	bottom:0;
	height:30px;
	font-size: 0.8em;
	text-align: center;
}
  .infaq {
	  width: 100%;
	background: #3C3;
	border:2px  solid #999999;
	border-radius:8px;
	font-size: 0.1 em;
	padding: 0;
	margin: 0;

}
}
