

html,body {
	margin: 0;
	padding: 0;
	background: #fffffd;
}

.min-header-wrapper {
	height: auto;
	width: 100%;
}
.min-header-content-wrap {
	width: 100%;	
	padding: 2px;
	position: fixed;
	opacity: 0.85;
	z-index: 4;
	background: #f5f2f2;
	height: auto;
}
.min-header-content-wrap h1 {
	margin-left: 20px;
	font-family: verdana,sans-serif;
	font-size: 40px;
}
.min-header-content-wrap h1 > a{
	text-decoration: none;
	color: #000;
}
.min-header-content-wrap h1 > a:hover{
	transition : 0.7s ease-in;
	font-size: 39.5px;
	color: silver;
}
.min-header-content-wrap h1 a > b{
	font-family: tahoma;
	font-size: 45px;
	color: skyblue;
}
/* h2 min logo */
.min-header-content-wrap h2 {
	margin-left: 80px;
	font-family: verdana,serif,cursive;
	display: none;
	font-size: 35px;
	width: 90px;
}
.min-header-content-wrap h2 > a{
	text-decoration: none;
	padding: 10px;
	border: 2px solid skyblue;
	border-radius: 4px;
	color: #000;
}
.min-header-content-wrap h2 > a:hover{
	transition : 0.7s ease-in;
	font-size: 34.5px;
	color: #000;
	border: 2px solid #000;
}
.min-header-content-wrap h2 a > b{
	font-family: tahoma;
	font-size: 40px;
	color: skyblue;
}


@media screen and (max-width: 800px) { 

	.min-header-content-wrap {
		width: 99%;
        transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
	}
	.min-header-content-wrap h1 {
		display: none;
	}
	.min-header-content-wrap h1 {	
		font-size: 30px;
	}
	/* min logo */
	.min-header-content-wrap h2 {
		display: block;
	}
}