body.dark{
	background-color: #252525;
	min-height: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;

}

.comingsoon{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 10px;
	color: #ffffff;
	line-height: 2;
}

#imgMain{
	background-image: url(../../img/CityBG2.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	margin: 0;
	padding: 0;
}
#image1{
	background-image: url(../../img/CityBG2.png);
  	width: auto; /* Maintain aspect ratio */
  	object-fit: cover;
	height: 100%;
	margin: 0;
}
.cover{
	background:rgba(00,00,00,.5); 
	height: 100%;
	margin: 0 auto; padding: 0;


}

.goldman-title {
	font-family: "Goldman", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	font-style: italic;
	color: #fff;
	line-height: .5;
}
.goldman-footer {
	font-family: "Goldman", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	font-style: italic;
	color: #555555;
	line-height: .5;
}
.fire-title {
	font-family: "Goldman", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	font-style: italic;
	color: Red;
}
.goldman-bold {
  font-family: "Goldman", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  font-style: italic;color: #fff;
  line-height: .9;
}
.fire {
	font-family: "Goldman", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 50px;
	font-style: italic;
	color: Red;
}

.goldman-reg {
  font-family: "Goldman", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  color: #fff;
  
 
}

.logIn{
	padding: 20px 0;
	text-align: center;
	background: red;
	border-radius: 10px;
	margin: 1em auto;
	color: #ffffff;
	font-family: "Goldman", sans-serif;
	text-align: center;
}
a.logIn{
    color: inherit;
    text-decoration: none;
}
.signUp{
	background: #fefefe;
	border-radius: 10px;
	margin:1em auto;
	text-align: center;
	padding: 20px 0;
	
}
.container.choose{
	background: #151515;
}

.donut{
	font-family: "Goldman", sans-serif;
	text-align: center; 
	margin:1em auto; 
	background:#555555; 
	border-radius: 35px;
	height: 70px; 
	width:70px;
	color: #ffffff;
	font-weight: 600;
	font-size:30px;
	padding-top: 19px;
}
#showroom{
	color: #a5a5a5;
	padding: 1em;
}
.category{
	font-family: "Goldman", sans-serif;
	text-align: center; 
	color: #ffffff;
	font-weight: 400;
	font-size:25px;
}

.dropdown{
	display: inline-block;
	margin-left: auto;
  	margin-right: auto;
	min-width: 100%;

}
.dropdown button{
	padding: 10px 0 15px 0 ;
	text-align: center;
	background-color: red;
	border-radius: 10px;
	color: #ffffff;
	font-family: "Goldman", sans-serif;
	border: none;
	cursor:pointer;
	width: 100%;
	display: block;
	
	
}

.dropdown .content{
	display: none;
	background-color: #fff;
	position: absolute;
	min-width: 100%;
	box-shadow: 2px 2px 5px #959595;
	text-align: center;
	padding: 33px 0 180px 0;
	border-radius: 0 0 10px 10px;
	width:inherit;

}
.dropdown:hover .content{
	display: block;
}

.dropdown:hover button{
	background-color: #555555;
	border-radius: 10px 10px 0px 0px;
}

.sign{
	width: 30%;
	margin: 0 auto;
	background-color: #f7dc10;
	border-radius: 5px;
	padding: 10px; 
	border: none;
	box-shadow: 2px 2px 10px #555555;
	font-family: "Goldman", sans-serif;
	font-size: 20px;
	color: inherit;
}
.sign:hover{
	box-shadow: none;
}