/* Reset CSS */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  }

  /* Global Styles */
  body {
	font-family: Chakra Petch;
	line-height: 1.6;
	color: #333;
	background-color: #f8f2ef;
	font-size: 16px; /* Increased font size */
  }

  h1, h2 {
	font-weight: bold;
	margin-bottom: 10px;
  }

  a {
	text-decoration: none;
	color: #337ab7;
  }

  a:hover {
	color: #23527c;
  }

  /* Logo Container Styles */
  .logo-container {
	width: 100%; /* Made logo container full-width */
	height: 15%;
	background-color: #f8f2ef;
	padding: 10px;
	text-align: center;
	margin-bottom: 40px;
	border: 1px solid #e75900f2;
  }

  .logo-container img {
	width: 70%; /* Made logo full-width */
	height: 70%;
	margin: 0 auto;
  }

  /* Store Information Section Styles */
  .store-info {
	margin-top: 40px;
	text-align: center;
	font-size: 18px; /* Increased font size */
  }


#maintextcontainer {
	position:relative;
	width: 90%;
	height: 40%;
	padding: 16px 16px 16px 16px;
	border: 1px solid #e75900f2;
	border-radius: 12px;
	margin: 0 auto;
	
}

 .specialscontainer {
	position:relative;
	width: 90%;
	height: 40%;
	padding: 16px 16px 16px 16px;
	border: 1px solid #e75900f2;
	border-radius: 12px;
	margin: 20px auto auto auto;
	
}

  .store-info h1 {
	font-size: 24px;
	margin-bottom: 16px;
  }

  .store-info p {
	margin-bottom: 16px;
  }

  .store-info a {
	color: #337ab7;
  }

	button {
		background-color: #337ab7;
		color: #fff;
		padding: 10px 20px;
		border: none;
		border-radius: 5px;
		cursor: pointer;
		margin-bottom: 16px;
		margin-top: 16px;

	  }

	button:hover {
		background-color: #23527c;
  		}



  /* Add styles for the map preview */
  .g-map {
	width: 40vw ; /* Adjust the width and height to your liking */
	height: 40vh;
	border: 2px solid #e75900f2;
	border-radius: 12px;
	margin: 0 auto;
  }

  .maps:hover .g-map {
	opacity: 0.7; /* Make the map preview fade in when hovering over the link */
  }

.bottombanner {
	margin-top: 20px;
	margin-bottom: 00px;
	border: 1px solid #e75900f2;
	height: 50px;
}

.bottombanner p {
	text-align: center;
	padding: 1%;
}