* {
	padding:0;
	margin:0;
	font-family: sans-serif;
}
a {
	color: inherit;
	text-decoration: none;
}
.medsos {
	padding:5px 0;
	background-color:#065FA0  ;
}
.medsos ul li {
	display: inline-block;
	color: #fff;
	margin-right: 10px;

}
header {
	height:70px;
	border:3px solid #065FA0  ;
	background-color: #fff
}
header h1 {
	display: inline-block;
	float: left;
	padding:15px 24px;
	text-transform: uppercase;
}
header h1 a {
	transition: .3s;
}
header h1 a:hover {
	color:#065FA0    ;
}
header ul {
	float: right;
}
header ul li {
	padding:24px;
	display: inline-block;
}
header ul li a {
	transition: .3s;
}
header ul li a:hover {
	color: #065FA0   ;
}
a {
	text-decoration: none;
}
body{
	background-image: url('../img/batik 1.jpg');
}

.container {
	width:90%;
	margin:0 auto;
}
.container::after {
	content: '';
	display: block;
	clear: both;
}
.mobile-menu {
	float: right;
	display: none;
	padding:18px;
}
.mobile-menu:hover {
	cursor: pointer;
}
#check {
	display: none;
}
.sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -300px;
	width:300px;
		background-color: rgba(6, 95, 160, .9 );
	transition: .3s;
	z-index: 9999;
}
.sidebar ul li a {
	color: #fff;
}
.sidebar ul li {
	padding:24px;
	transition: .3s;
	transition-property: background-color;
}
.sidebar ul li:hover {
	background-color: #065FA0   ;
}
#check:checked ~ .sidebar {
	left: 0;
}

h1,h2,p,a{
		font-family: sans-serif;
		font-weight: normal;
	}
 
	.jam-digital-malasngoding {
		overflow: hidden;
		width: 330px;
		margin: 20px auto;
		border: 5px solid #efefef;
	}
	.kotak{
		float: left;
		width: 110px;
		height: 100px;
		background-color: #065FA0;
	}
	.jam-digital-malasngoding p {
		color: #fff;
		font-size: 36px;
		text-align: center;
		margin-top: 30px;
	}

@media (max-width: 768px){
	.mobile-menu {
		display: block;
	}
	header ul {
		display: none;
	}
	.col-4 {
		width:50%;
	}
	.col-3 {
		width:100%;
	}

}
.banner {
	height: 60vh;
	background-image: url('../img/wp-1.jpg');
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.banner:after {
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(43,41,41,1, );
}
.banner h2 {
	color: #000;
	z-index: 1;
	padding: 20px 25px;
	border:0px solid #000;



}
.about p {
	color: #666;
	word-spacing: 2px;
	line-height: 25px;
	margin-bottom: 20px;
	text-align: center;
}
.logo{
	margin: px;
	border:0px solid #065FA0;
	padding: 20px 25px;
}
.detail{
	border:0px solid #065FA0;


}

.thumbnails img {
	height: 80px;
	border: 4px solid #555;
	padding: 1px;
	margin: 0 10px 10px 0;
}

.thumbnails img:hover {
	border: 4px solid #065FA0;
	cursor:pointer;
}

.preview img {
	border: 0px solid #444;
	padding: 1px;
	width: 100%;
}



 table {
    border-collapse: collapse;
}
table, th, td {
    border: 1px solid black;
}
th, td {
    padding: 10px;
}
th {
    background-color: #065FA0;
    color: white;
}

footer {
	background-color: #3F4346 ;
	padding:20px;
	text-align: center;
}
footer small {
	color: #fff;

}
