/*
| Template created by Kadir Hanoglu
| Author: Kadir Hanoglu
| URL: https://www.kadirhanoglu.com
| Create Date: 07.06.2017
| Last Update: 09.06.2017
*/

html, body {
	background-color: #000;
}

section .home-content:before {
	position: fixed;
	content: "";
	width: 100%;
	height: 100%;
	background: url(../themes/blogport/assets/images/dot.png) repeat;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

nav.topmenu ul {
	position: absolute;
	top: 20px;
	right: 50px;
	margin: 0;
}

nav.topmenu a {
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.home-logo, .home-logo-text, .home-text, .footer-social {
	position: relative;
	z-index: 2;
}

.home-logo {
	width: 260px;
	height: 260px;
	margin: 18% auto 80px auto;
	text-align: center;
}

.home-logo .kh-logo {
	font-size: 20em;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.home-logo-text {
	font-family: 'JK Abode', sans-serif;
	font-style: normal;
	font-size: 1.8em;
	letter-spacing: 0.1em;
	display: block;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.home-logo-text > span {
	color: #4481e0;	
}

/* Footer Start */

.home-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 0;
	z-index: 3;
	text-align: center;
}

.footer-social {
	text-align: center;
}

.footer-social a {
	font-size: 1.8em;
	margin: 0 15px;
	color: #fff;
}

.footer-social a:hover {
	color: #aaa;
}

/* Footer End */

/* Responsive */

@media screen and (max-width: 479px){

	nav.topmenu ul {
		top: 0px !important;
		padding: 100px 0 0 30px !important;
	}

	.home-logo {
		height: 200px;
		margin: 60px auto 0 auto;
		text-align: center;
	}

	.home-logo .kh-logo {
		font-size: 10em;
	}

	.home-logo-text {
		font-size: 1.9em;
	}

	.home-logo-text > span {
		display: block;
	}
	
}

@media screen and (min-width: 480px) and (max-width: 767px){



}

@media screen and (min-width: 768px) and (max-width: 1024px){

	
}

@media screen and (min-width: 1025px) and (max-width: 1280px){



}

@media screen and (min-width: 1281px) and (max-width: 1366px){

	.home-logo {
		height: 200px;
		margin: 15% auto 40px auto;
		text-align: center;
	}

	.home-logo .kh-logo {
		font-size: 12em;
	}

}

@media screen and (min-width: 1367px) and (max-width: 1440px){



}

@media screen and (min-width: 1441px) and (max-width: 1920px){



}