article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:0.0625rem dotted;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:0.0625rem solid #c0c0c0;margin:0 0.125rem;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body{
	min-height: 100%;
	width: 100%;
}
body {
	background: url('./bg.jpg');
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #fff;
}


header {
	text-align: center;
	width: 100%;
}
header IMG {
	width: 96%;
	height: auto;
	max-width: 586px;
}
footer,
.container {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
}
.btns{
	margin: -50px auto 0;
	text-align: center
}
.btn {
	width: 94%;
	margin: 10px;
	max-width: 400px;
	font-size: 30px;
	border-radius: 25px;
	border: 1px solid #fff;
	text-decoration: none;
	color: #fff;
	padding: 30px 0;
	display: inline-block;
	transition: all .5s linear;
}
.btn:hover {
	background: #fff;
	color: #000;
}

footer {
	margin-top: 60px;
	margin-bottom: 30px;
}
footer a {
	color: #fff;
	text-decoration: none;
	margin: 10px;
	font-weight: 400;
	font-size: 15px;
}
@media only screen and (max-width:1024px) and (orientation: portrait){

}
@media only screen and (max-width: 520px){

}
@media only screen and (max-width:480px){

}
@media only screen and (max-width: 380px){

}

@media only screen and (max-width:320px){
}

@media only screen 
	and (min-device-width: 320px) 
	and (max-device-width: 920px) 
	and (orientation: landscape) {
}

@media only screen 
	and (min-device-width : 320px) 
	and (max-device-width : 640px) 
	and (orientation : landscape) {
}