@import url('https://fonts.googleapis.com/css?family=Open+Sans:800'); .container-fluid {	padding: 0px 10%;}body {	font-family: 'Open Sans', sans-serif;	background: url(images/bg.jpg) center no-repeat;	background-size: cover;	background-attachment: fixed;}#logo img {	margin-top: 21px;	margin-bottom: 20px;	width: 229px;}.h2, h2 {    font-size: 23px;}p.soon {	font-size: 26.5px !important;	color: #b22e48;}#select-store {	background: #fff;	border: 10px solid rgba(0, 0, 0, 0.1);}#select-store h1 {	font-family: 'Open Sans', sans-serif;	font-weight: 800;}#content {	padding: 10px;	margin-top: 50px;}#content .panel {	border: none;	box-shadow: none;	height: 375px;	padding: 10%;}.store-name {	text-transform: uppercase;}#content h2:after {	content: "";	border-bottom: 1px dashed #bbb;	display: block;	height: 3px;	width: 10%;	margin: auto;	margin-top: 10px;}.burger-icon img {	width: 45px;	margin-bottom: 10px;}.btn-success {	color: #b22e48;	background: transparent;	border: #b22e48 solid 1px;	border-radius: 0px;	padding: 8px 20px;	white-space: normal;	margin-top: 10px;	width:100%;}.btn-success.active,.btn-success:active,.btn-success:hover {	color: #fff;	background: #b22e48;	border: #b22e48 solid 1px;}@media (max-width: 480px) {	#content .panel {		padding: 1% !important;		height: 450px !important;	}	.store-name h2 {		font-size: 20px !important;	}}@media (max-width: 1600px) {	#content .panel {		padding: 5% !important;		height: 450px !important;	}}}@media (max-width: 993px) {	#content .panel {		height: 450px !important;		padding: 1%;	}}