body {
	margin: 0;
	padding: 0;
}

.red {
	color:red;
}

.bold {
	font-weight:bold;
}

#header_div {
	margin: 0 0 10px 0;
	padding: 0;
	height: 155px;
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#222222+0,222222+92,ffffff+100 */
    background: linear-gradient(to bottom,  #222222 0%,#222222 92%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


	color: #FFFFFF;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;

}



#store_logo {
	float: left;
}

#store_logo img{
	padding-top: 8px;
	padding-left: 21px;
	height: 110px;
	width: auto;
}

#ordersCount {
	font-size: 9px;
}

#store_links {
	float: right;
	padding-top: 20px;
	padding-right: 20px;
}

#store_links a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#store_links a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#store_links a:hover{
	color: #ffff99;
	text-decoration: none;
}

.cart_link {
   display: flex;
   align-items:center;
}

.ec-cart-widget {
	text-align: right;
	width: 96%;
	margin: 0 auto;
}

#footer {
	width: 100%;
	margin: 0;
	height: 150px;
	background-color: #222222;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 14px;
	padding: 15px 0;
}

#footer a:link {
	color: #dde884;
	text-decoration: none;
}

#footer a:visited {
	color: #dde884;
	text-decoration: none;
}

#footer a:hover {
	color: #e5ff21;
	text-decoration: underline;
}

.content {
	margin: 0;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 18px;
	padding: 0 20px;
}

.bottom {
	position: fixed;
	bottom: 0;
}

#ups_map {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.ups_map_map {
	width: 95%;
	max-width: 875px;
}

#important_notes {
	width: 95%;
	font-family: "Proxima Nova","-apple-system","BlinkMacSystemFont","Segoe UI","Roboto",Arial,sans-serif;
	font-weight: bold;
}

#important_notes #header {
	width: 100%;
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: 1.4em;
}

#important_notes ul{
	display: table;
	margin: 0 auto;
	font-size: 1.0em;
}

#important_notes li{
	padding: 5px 0;
}

#important_notes #li1 {
	color: #008c23;
}

#important_notes #li2 {
	color: #006cd9;
}

#important_notes #li3 {
	color: #8c4600;
}

#important_notes #li4 {
	color: red;
}

#store_hours {
	margin: 0 0 30px 0;
	padding: 0 5px;
	font-size: 1.1em;
	color: black;
	width: 95%;
	text-align: center;
	font-family: Arial, Helvetica, Sans-serif;
}

#usps_note {
	color: #297fd6;
}

.medium_header {
	font-size: 1.5em;
	width: 100%;
	text-align: center;
	margin: 10px 0;
	font-weight: bold;
}

.red_note {
	width: 95%;
	margin: 5px auto;
	background-color: red;
	border: 3px solid black;
	color: yellow;
	font-size: 22px;
	padding: 20px;
	text-align: center;
	font-face: Arial, Verdana, Sans-serif;
}

.yellow_note {
	width: 95%;
	margin: 5px auto;
	background-color: #ffff83;
	border: 3px solid black;
	color:#214a7b;
	font-size: 19px;
	padding: 20px;
	text-align: center;
	font-face: Arial, Verdana, Sans-serif;
	box-sizing: border-box;
}

a[href="/statistics/src/index.php"] {
	display: none;
}


/*FOR NARROW MOBILE SCREENS*/


@media only screen and (max-width: 415px) {
  #header_div {
    height: 250px; /* set your desired height here */
  }
  
  #store_logo {
	  float: none;
	  margin: 0 auto;
	  width: 200px;
	}

	#store_links {
	  float: none;
	  padding-top: 20px;
	  padding-right: 20px;
	  width: 200px;
	  margin: 0 auto;
	}
	
	.cart_link {
	  justify-content: center;
	}

}
