@import url('https://fonts.googleapis.com/css2?family=Play&family=Teko:wght@500&display=swap');
body{
	background-color: #000;
	color: #EEE;
	font-family: 'Play', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .navbar-brand{
	color: #e5a045;
	font-family: 'Play', sans-serif;	
}
iframe{
    width: 100%;
    height: 480px;
}
#brand-text
{
	font-family: 'Teko', sans-serif;	
	line-height: 0.8;
	
}
a{ 
	color: #e5a045;
	text-decoration: none;
}
a:hover{
	color: #e48a0f;
}
#logo{
	width: 700px;
	max-width: 100%;
	padding-top: 40px;
}
.text-shadow-light{
	text-shadow: 2px 2px 5px rgba(255,255,255,1);
}
.text-shadow-dark{
	text-shadow: 2px 2px 5px rgba(0,0,0,1);
}
#topbar{
	background: linear-gradient(rgba(0,0,0,0.7959558823529411) 0%, rgba(0,0,0,0.4542191876750701) 60%, rgba(0,0,0,0) 100%);
}
#header{
	min-height: 100vh;
	background: url(../img/back3.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	color: #EEE;
}
#questions{
	padding: 50px 0;
	background: url(../img/back-3.jpg) no-repeat center right;	
	background-size: cover;
	background-attachment: fixed;
	
}
#menu, #contacts{	
	background: url(../img/back-2.jpg) no-repeat center center;	
	background-size: cover;
}
.pano{
	background-color: rgba(0,0,0,0.7);
	border-radius: 10px;
	padding: 10px;
}
#footer{
	padding: 50px 0;
}
#about{
	padding: 50px 0;
	background: url(../img/back-4.jpg) no-repeat bottom right;	
	background-color: #000;
}
#payment h3, #payment h2{
	color: #000;
}
#payment{
	color: #222;
	background-color: #e5a045;
}
.soc-links a{
	text-decoration: none;
	color: #fff;
	font-size: 25px;
}
.soc-links a:hover{
	color: #e5a045;
}
#navs{
	overflow: hidden;
	max-width: 100%;
}
#all-list{
	    padding-inline-start: 10px;

}
#all-list li{
	padding 2px;
	line-height: 2.2rem;
	padding-bottom: 2px;
	list-style-type: decimal;
}
#all-list li:hover{
	background-color: rgba(255,255,255,0.3);
}
.orderItem input{
	font-size: 80%;
}
.tooltip pre{
	text-align: left;
	color: #fff;
	font-size: 1rem;
}