/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/******************************************************/
/******************** Desain Menu *********************/
/******************************************************/
*


{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
	background-color: #ece8e5;
	width: 100%;
   
    background-position: center;
    background-size: cover;
    
   
}
nav {
	height: 40px;
	width: 100%;
	background: #3498db;
	font-size: 11pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	position: relative;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 500px;
	height: 40px;
}
nav li {
	display: inline;
	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;
}



/******************************************************/
/*************** Desain Menu Responsive ***************/
/******************************************************/

/* Desain untuk perangkat dengan layar 600px kebawah*/
@media screen and (max-width: 10000000000px) {
	nav {
  		height: auto;
  		border-bottom: 0;
  		background: #3498db;
  	}
  	nav ul {
  		width: auto;
  		display: none;
  		height: auto;
  	}
  	nav li {
  		width: auto;
  		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: auto;
		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;
	}
	img.kiri {
		float: right;
		margin: 100px;
	}

	.post-body embed, .post-body object, .post-body iframe {width:100% !important;}

	.container {
		margin: 150px auto;
        width: 400px;
        
		background: rgb(196, 203, 204);
		border-radius: 5px;
		box-shadow: 0 0 5px rgba(0,0,0,.3);
		padding: 40px 30px;
		display: flex;
    	justify-content: center;
    	align-items: center;
	}
	 
	.container .login-text {
		color: #111;
		font-weight: 500;
		font-size: 1.1rem;
		text-align: center;
		margin-bottom: 20px;
		display: block;
		text-transform: capitalize;
	}
	 
	.container .login-email .input-group {
		width: 100%;
		height: 50px;
		margin-bottom: 25px;
	}
	 
	.container .login-email .input-group input {
		width: 100%;
		height: 100%;
		border: 2px solid #e7e7e7;
		padding: 15px 20px;
		font-size: 1rem;
		border-radius: 30px;
		background: transparent;
		outline: none;
		transition: .3s;
	}
	 
	.container .login-email .input-group input:focus, .container .login-email .input-group input:valid {
		border-color: #a29bfe;
	}
	 
	.container .login-email .input-group .btn {
		display: block;
		width: 100%;
		padding: 15px 20px;
		text-align: center;
		border: none;
		background: #a29bfe;
		outline: none;
		border-radius: 30px;
		font-size: 1.2rem;
		color: #FFF;
		cursor: pointer;
		transition: .3s;
	}
	 
	.container .login-email .input-group .btn:hover {
		transform: translateY(-5px);
		background: #6c5ce7;
	}


}
