@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300..900;1,300..900&display=swap');
@font-face {
	font-family: 'ROOSTER PERSONAL USE';
	src: url('../fonts/ROOSTER PERSONAL USE.ttf');}
*{
	margin:0px; padding:0px; outline: none; scroll-behavior: smooth; box-sizing:border-box;}
body{
	margin: 0px; padding: 0px; font-family: "Roboto", sans-serif; overflow-x:hidden; background-color:#121212}
.tus_deskstop{
	margin:0px; padding:0px; width:100%; height:100vh; position:relative}
.tus_deskstop img{
	margin:0 auto; padding:0px; width:100%; height:100%;}
.tus_logo{
	margin:0px auto; padding:0px; position:absolute; top:14%; left:0; right:0; width:20%;}
.tus_logo img{
	margin:0 auto; padding:0px;}
.tus_xlogo{
	margin:0px auto; padding:0px; position:absolute; bottom:35%; left:0; right:0; width:10%;}
.tus_xlogo img{
	margin:0 auto; padding:0px;}
.tus_mobile{
	margin:0px; padding:15px 0; background:url(../../images/background.jpg) repeat center top; background-size:cover; position:relative; height:100vh}
.tus_moblink{
	margin:0px 0 15px 0; padding:0px; position:relative;}
.tus_moblink img{
	margin:0 auto; padding:0px; width:100%; height:auto;}





















@media only screen and (min-width: 280px) and (max-width: 359px) {

}
@media only screen and (min-width: 360px) and (max-width: 479px) {

}
@media only screen and (min-width: 480px) and (max-width: 666px) {

}
@media only screen and (min-width: 667px) and (max-width: 767px) {

}
@media only screen and (min-width: 768px) and (max-width: 799px) {

}
@media only screen and (min-width: 800px) and (max-width: 991px) {

}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tus_deskstop{height:100%;}
}
