/* 0098ff */

 /**RESET**/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}

/** Background image is set on html element **/
html{
	margin: 0;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
/**** We put pattern mask in body ***/
body{
	background-color:#000;
	margin:0;
	font-family: sans-serif;
}





p {color:#fff;text-align: center;}

h1 {
	font-weight: 500;
	font-size: 2vw;
	margin: 0 auto;
	color: #fff;
	top: 15%;
	width: 100%;
	text-align: center;
}

h2{
	color: #fff;
	font-size: 3vw;
	text-align: center;
}

h3 {
	font-weight: 500;
	font-size: 2vw;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}


a{
	color: #fff;
}


.logo{top:0;z-index:998;width:100%;}


.logo img {
    width: 30vw;
    height: auto;
	z-index:998;
}



.copyright{
	position: fixed;
	text-align: right;
	bottom: 10px;
	right: 10px;
	color: #fff;
}

* {
/*-webkit-user-select: none; yandex form input kiltliyor*/
-html-user-select: none;
-moz-user-select: -moz-none;
-o-user-select: none;
user-select: none;
}

@media screen and (max-width: 500px){
	h1{font-size: 3.5vw}
	h2{font-size: 5vw}
	h3{font-size: 5vw}
	.iletisim{font-size: 3vw}
	.lcdstyle{font-size: 10vw;}
	.lcdstyle sup{font-size: 3vw;}
	.logo img {width: 30vw;}
}