* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.preload {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

body {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	min-height: 100%;
	background-image: url(../images/bg.jpeg);
	background-attachment: fixed;
	background-size: cover;
}

.k-blank {
	position: absolute;
	margin-top: -50px;
	margin-left: 68.5px;
	height: 50px;
	width: 200px;
	background-color: transparent;
	display: none;
}

.k-hnav ul {
	background-color: rgba(249, 204, 226, 0.6);
	height: 50px;
	margin: 0;
	padding-left: 10%;
}

.k-hnav li {
	float: left;
	list-style-type: none;
	width: 50px;
	height: 50px;
	text-align: center;
	transition-duration: 0.5s;
	line-height: 45px;
}

.k-hnav li:hover {
	background-color: rgba(241, 158, 194, 0.5);
	transition-duration: 0.5s;
}

.k-hlir {
	margin-left: 62%;
}

.k-hnav a {
	text-decoration: none;
	font-weight: bold;
	color: hotpink;
	text-shadow: 0.5px 0.5px 0 aliceblue;
}

.k-logo {
	position: absolute;
	border-radius: 50%;
	height: 70px;
	width: 70px;
	margin-left: 5%;
	margin-top: -40px;
	transition-duration: 0.7s;
	z-index: 2;
}

.k-logo:hover {
	height: 90px;
	width: 90px;
	margin-left: 8%;
	transition-duration: 0.7s;
}

.k-nav:hover ul {
	width: 200px;
	height: auto;
	opacity: 1;
	transition: 0.5s opacity;
}

.k-nav:hover .k-blank {
	display: block;
}

.k-nav:hover img {
	height: 90px;
	width: 90px;
	margin-left: 8%;
	transition-duration: 0.7s;
}

.k-nav ul {
	position: absolute;
	background-color: rgba(249, 204, 226, 0.6);
	width: 0;
	height: 0;
	z-index: 1;
	margin-top: 0px;
	margin-left: 4.5%;
	padding: 0;
	opacity: 0;
	list-style-type: none;
	border-radius: 0 0 15px 15px;
}

.k-nav ul>* {
	display: none;
}

.k-nav:hover ul>* {
	display: block;
}

.k-nav ul:hover+.k-logo {
	height: 90px;
	width: 90px;
	margin-left: 8%;
	transition-duration: 0.7s;
}

.k-nav li {
	list-style-type: none;
	border-top: 1px solid transparent;
	text-align: center;
	vertical-align: middle;
	transition-duration: 0.5s;
	padding-top: 10px;
	padding-bottom: 15px;
}

.k-nav li:hover {
	background-color: rgba(241, 158, 194, 0.5);
	transition-duration: 0.5s;
}

.k-nav a {
	font-size: 1.3em;
	text-decoration: none;
	font-weight: bold;
	color: #FF69B4;
	text-align: center;
	text-shadow: 1px 1px 0 aliceblue;
}

.k-navin {
	margin-top: 60px;
	margin-bottom: 15px;
}

.k-anc {
	position: absolute;
	margin: 70px 100px;
	color: #FF69B4;
}

.k-anc h1,
h2 {
	text-shadow: 1.5px 1.5px 0.8px aliceblue;
}
