@charset "UTF-8";
/* CSS Document */

html {
	direction: ltr;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-size: 100%;
	margin: 0 !important;
}

body {
	background-color: #000;
	color: #91997a;
	align-items: center;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	text-align: left;
}

/* Responsive */
@media (max-width: 991px) {
	html.safari {
		position: relative;
		overflow-x: hidden;
}
}

@media (max-width: 767px) {

 .img {
  background-image: url("coming-soon-mobile.jpg");
	 background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
	 overflow: hidden;
	  height: 900px;
	
}
}
@media (min-width: 768px) {
  .img {
	  background-image: url("coming-soon.jpg");
	  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
	  overflow: hidden;
	  height: 1368px;
  
}
}
	

