html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "arial", sans-serif;
	font-size: 17px;
	color: #333;
	background: #000;
}
	
.oss, h1, h2, h3, h4 {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight:500;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}

h1 {
	margin: 0;
	padding: 0;
	/*margin: 0;*/
	/*padding: 15px;*/
	font-size: 38px;
	text-align: center;
	color: #2E3876;
	font-weight: 500;
}

h2 {
	margin: 0;
	padding: 0;
	/*margin: 0;*/
	/*padding: 15px;*/
	/*font-size: 22px;*/
	font-size: 29px;
	text-align: center;
	color: #2E3876;
	font-weight: 700;
	/*line-height: 1.33;*/
}

h3 {
	margin: 0;
	padding: 0;
	/*margin: 0;*/
	/*padding: 15px;*/
	font-size: 22px;
	text-align: center;
	color: #2E3876;
	/*line-height: 1.33;*/
	font-weight: 700;
}

h4 {
	margin: 0;
	padding: 0;
	/*margin: 0;*/
	/*padding: 15px;*/
	font-size: 17px;
	text-align: center;
	color: #2E3876;
	/*line-height: 1.33;*/
	font-weight: 500;
}

h5 {
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: 700;
	font-size: 15px;
	text-align: center;
}

#container {
	height: 100%;

}

#nav {
	width: 100%;
	background: black;
	position: fixed;
	top: 0;
	z-index: 1;
	text-align: center;
}

.nav {
	color: white;
	padding-top: 12px;
	padding-bottom: 5px;
	padding-left: 17px;
	text-decoration: none;
	font-size: 17px;
	display: inline-block;
	float:left
}

#navlogo {
	display: inline-block;
	opacity: 0;
	padding-top:5px;
}

#cart {
	/* display: inline-block; */
	display: none;
	float: right;
	height: 15px;
	width: auto;
	padding-right: 17px;
	padding-top: 12px;
}

#hamburger {
	cursor: pointer;
	display: inline-block;
}

#hamburger div {
	width: 19px;
	height: 3px;
	background-color: #d7d7d7;
}

.sidemenu {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 5px;
}

.sidemenu a {
	color: #818181;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	display: block;
	transition: 0.3s;
}

.sidemenu a:hover {
	color: #f1f1f1;
}

#banner-bottom {
	height: 34px;
	background-image:url('/assets/images/film.jpg');
	background-repeat: repeat-x;
}

#main-5s {
	width: 100%;
	padding: 0;
	margin: 0;
	background: white;
	overflow: hidden;
	min-height: 600px;
	background: #fff url("../images/section-bg.jpg") repeat-x center top;
}

/*
.section a {
	color:#333;
	font-size: 20px;
	display: block;
	text-decoration: none;
	font-weight: 500;
}
*/

.section p a:link {
	display: inline;
	color: #2E3876;
}

.section p a:visited {
	display: inline;
	color: #C13D23;
}

#bullet {
	width: 33px;
	height: auto; 
	position: relative; 
	top: 100px;
}

li.product a.button {
	display: none;
}

h2.woocommerce-loop-product__title {
	font-size: 15px;
}

#footer-top-green {
	background-color: #3BA939;
	height: 5px;
	width: 100%;
}

#footer-top-yellow {
	background-color: #FEF52E;
	height: 1px;
	width: 100%;
}

#footer-main {
	background-color: #2E3876;
	background-color: black;
	width: 100%;
	height: 260px;
	color: #f1f1f1;
}

#location {
	text-align: center;
	padding: 25px;
}

#footer-nav {
	margin-top: 11px;
}

#footer-main h1 {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 20px;
	color: #FEF52E;
	font-size: 22px;
	letter-spacing: .5px;
}

#footer-nav a {
	display: inline-block;
	color: rgba(255,255,255,0.75);
	font-size: 17px;
	text-decoration: none;
	font-weight: 500;
	padding: 8px;
}

#footer-nav a:hover {
	font-weight: bold;
}

#location p {
	font-size: 15px;
	padding: 3px 0;
	margin: 0;
	color: rgba(255,255,255,0.75);
}

#contact-nav a {
	font-size: 15px;
	padding: 3px 0;
	margin: 0;
	color: white;
	text-decoration: none;
}

a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}

.flex-footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

#footer-address {
	color: rgba(255,255,255,0.75);
}

#footer-address a {
	color: rgba(255,255,255,0.75);
}	

#footer-address a:link {
	text-decoration: none;
}

#footer-address a:hover {
	font-weight: bold;
}

#footer-bottom {
	background-color: #F14C2C;
	min-height: 20px;
	width: 100%;
}