body {font-size:12px; font-family: arial; background:#000; }
h1, h2, h3, h4, input, textarea, p {font-family: arial;}
*{margin:0; padding:0;}
ul {list-style:none;}

.containerStarJam{background:#000 url(../images/bg-starjamHome.jpg)center center no-repeat; background-size: cover; width:100%;   height: 100vh; position:relative;}
.no-space {margin:0;padding:0;}
.logo{position:absolute; bottom:5%; left:7%;}

/******media quiry*******/

@media all and (min-width: 1024px) and (max-width: 1123px) {
 }
 
@media all and (min-width: 768px) and (max-width: 1023px) {
 
 .logo{bottom:6%; left:7%;}
}

@media all and (min-width: 320px) and (max-width: 767px) {
.containerStarJam {height:94vh;}.logo{bottom:6%; left:7%; position:fixed;}

}


@media (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {

}

@media all and (min-width: 480px) and (max-width: 640px) {
	.containerStarJam {background-size:75%;}
	

}

@media all and (min-width: 640px) and (max-width: 767px) {
	.containerStarJam {background-size:75%;}

}
