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

* {
	margin:0;
	padding:0;
	border:0;
	outline:none;	
}

html {
	min-height:100%;	
}

body {
	margin:0 auto;
	width:100%;
	height:100%;
	padding:0;
	min-height:100%;
	background-image:url(https://gambinosmoscow.com/images/brick2.jpg);
	background-color:#000000;
}

img {
	border:none;	
	outline:none;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size:50px;
	line-height:50px;
	color:#000000;
	text-transform:uppercase;
	letter-spacing:5px;
}

hr {
	margin:35px auto 30px auto; 
	width:200px; 
	background-color:#ffffff; 
	height:1px; 
	border:none;
}

.logo {
	width:100%;
	height:100vh;
	margin:0 auto;
	position:fixed;
  	top:50%;
  	left:50%;
  	transform:translate(-50%, -50%);	
	z-index:-9999;
	-webkit-box-shadow: inset 0px 0px 1000px 200px rgba(0,0,0,.75);
	-moz-box-shadow: inset 0px 0px 1000px 200px rgba(0,0,0,.75);
	box-shadow: inset 0px 0px 1000px 200px rgba(0,0,0,.75);
}

.logo_content {
	width:800px;
	margin:0 auto;
	position:fixed;
  	top:50%;
  	left:50%;
  	transform:translate(-50%, -50%);	
	z-index:-9999;
}

.logo img {
	width:100%;	
}

.hours {
	padding-top:15px;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	line-height:18px;
	text-align:center;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:4px;
	text-decoration:none;
}

.time {
	font-size:10px;	
}	

.logo_content ul {
	margin:0 auto 0 auto;	
	text-align:center;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:8px;
	font-size:18px;
	line-height:28px;
	font-family: 'Montserrat', sans-serif;
}

.logo_content ul li {
	margin:0 auto;
	padding:0 5px;
	text-transform:uppercase;
	letter-spacing:10px;
	font-size:18px;
	line-height:28px;
	display:inline;
	font-family: 'Montserrat', sans-serif;
	cursor:pointer;
}

.logo_content ul li:last-child {
	padding:0 0 0 5px;
}

.logo_content ul li a {
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
   	-moz-transition: all 0.3s ease-in-out;
   	-webkit-transition: all 0.3s ease-in-out;
	cursor:pointer;
}

.logo_content ul li a:hover {
	color:#b00000;
	cursor:pointer;
}

.footnote {
	width:100%;
	margin:0 auto;
	position:fixed;
    bottom:10px;
}

.footnote p {
	font-family: 'Montserrat', sans-serif;
	font-size:10px;
	line-height:14px;
	color:#9f9f9f;
	text-align:center;
}



@media (max-width: 810px) and (min-width: 540px) {

.logo {
	-webkit-box-shadow: inset 0px 0px 1000px 150px rgba(0,0,0,.75);
	-moz-box-shadow: inset 0px 0px 1000px 150px rgba(0,0,0,.75);
	box-shadow: inset 0px 0px 1000px 150px rgba(0,0,0,.75);	
}
	
.logo_content {
	width:530px;
	margin:0 auto;
	position:fixed;
  	top:50%;
  	left:50%;
  	transform:translate(-50%, -50%);	
	z-index:-9999;
}
	
.bullet2 {
	display:none;	
}

.bullet3 {
	display:none;	
}
	
.bullet4 {
	display:none;	
}
	
}



@media (max-width:540px) {
	
hr {
	margin:35px auto 25px auto; 	
}
	
nobr {
	display:block;
}

.logo {
	-webkit-box-shadow: inset 0px 0px 1000px 100px rgba(0,0,0,.75);
	-moz-box-shadow: inset 0px 0px 1000px 100px rgba(0,0,0,.75);
	box-shadow: inset 0px 0px 1000px 100px rgba(0,0,0,.75);	
}
	
.logo_content {
	width:90%;
}

.logo_content ul li {
	display:block;
	padding:5px 0;
}
	
.bullet1 {
	display:none;
}

.bullet2 {
	display:none;
}
	
.hours {
	padding-top:5px;
	font-size:10px;
	line-height:15px;
}
	
.time {
	font-size:8px;	
}
	
.bullet3 {
	display:none;
}
	
.bullet4 {
	display:none;
}

}