@import url(
'https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');

body {
	font-family: 'Helvetia', sans-serif;
	font-weight: 300;
	//color: #484848;
	//color: #ffffff;
	background-color: #101010;
}

h1 {
	font-family: 'Helvetia', sans-serif;
	font-weight: 700;
	color: #999;
}

h2, h4, h5 {
	font-family: 'Helvetia', sans-serif;
	font-weight: 400;
	color: #ccc;
}
h3 {
	font-family: 'Helvetia', sans-serif;
	font-weight: 700;
	color: #888;
	font-size: 1.50rem;
}

.card-titles {
	margin-bottom: .75rem;
	font-weight: 700;
	font-size: 1.25rem;
	color:rgba(0,0,0,0.7);
}

.card-text {
	color:rgba(0,0,0,0.9);
	font-weight: 400;
}

.impress {
	font-weight: 700;
	font-size: 0.75rem;
	float:right;
	background-color:rgba(0,0,0,0.2);
}

}

.card-body-dfn {
        padding:0.75rem;
}

.card {
	background-color:rgba(255,255,255,0.4);
}


.mt-5 {
	//background-image: url("../../img/gqueen/deep-super-store.jpg");
	// background-image: url("../../img/gqueen/shopping_dfn.png");
	background-image: url("../frankfurt_logo2.pngXXXXXX");
	//background-size: 200px;
	background-size: 50px;
}


.form-control {
	opacity: 0.6;
	color: #fff;
	//margin-left: 50%;
	background-color: #666;
	font-weight: 700;
	border-color: #666;
}

.form-group {
	color: #999;
	font-weight: 500;
	//border-color: #999;
	//margin: 1%;
	margin-left: 25%;
	margin-right: 25%;
}
