@charset "UTF-8";
/* CSS Document */
body {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color:rgba(31,31,31,1.00);
	min-height:800px;
	margin:0px auto;
}
a {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	text-decoration:none;
	color:inherit;
}
.main-container {
    margin: 0px auto;
    float: none;
    width: 100%;
    z-index: 1;
    position: absolute;
	top: 0px;
}
.menu {
	background-color: rgba(24, 24, 24, 0.75);
	height: 80px;
	color: #fff;
	z-index: 2;
	position: relative;
	padding-right: 60px;
}
.menu-item-container a {
	color:#fff;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	text-decoration:none;
}
.menu-item-container a:hover {
	color: rgba(0,186,234,1.00);
}
.menu-item-container {
	margin-top:20px;
	float:right;
	text-align:center;
	padding:20px;
}
.logo-container {
	float:left;
	padding:10px;
}
.header-image {
	margin:0px auto;
	height:400px;
	float:none;
	width:100%;
	overflow:hidden;
}
.header-image img {
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	width:100%;
}
.logo-container {
	float:left;
	position:relative;
	margin-left:60px;
}
.floating-text {
	color:#fff;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size:20px;
	position:absolute;
	z-index:7;
	margin-top: -300px;
	width: 52%;
	left: 15%;
}
.inside-header-text {
	color:#fff;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size:20px;
	position:absolute;
	z-index:7;
	margin-top: -300px;
	width: 100%;
	text-align:center;
	margin:0px auto;
}
.description {
	text-align:left;
	color:#000;
	width:42%;
	margin-left:80px;
	float:left;
}
.description p {
	line-height:30px;
	font-size:18px;
}
.description h3 {
	color:rgba(0,186,234,1.00);
	font-size:40px;
	margin-top: 30px;
}
.body-container {
	margin:0px auto;
	float:none;
	text-align:center;
}
.item-container {
	float:left;
	display:block;
	height:150px;
	width: 16%;
}
.item-container:hover {
	background:#000000
}
.item-container img {
	background-position:center;
	background-size: cover;
	height: 150px;
}
.item-container:hover {
	filter: brightness(0.30);
	background-color:#fff;
}
.item-section .item-container {
	width:25%;
}
.item-section {
	margin:0px auto;
	float:none;
	text-align:center;
	padding-left: 12%;
	padding-right: 12%;
	min-height: 160px;
	margin-bottom: 40px;
	margin-top: 40px;
}
.featured-items {
	margin:0px auto;
	float:none;
	text-align:center;
	padding-left: 12%;
	padding-right: 12%;
	min-height: 160px;
	margin-bottom: 40px;
	margin-top: 40px;
}
.dividing-bar-1 {
	background-color: rgba(0,186,234,1.00);
	min-height: 250px;
}
.dividing-bar-2 {
	background-color: rgba(0,186,234,1.00);
	min-height: 250px;
	padding-bottom:40px;
}
.alt-text {
	color: #fff;
    padding-left: 150px;
    padding-top: 40px;
    text-align: left;
    float: left;
	width: 35%;
}
.bar-img {
	height: 250px;
	overflow: hidden;
	float: right;
	width: 50%;
}
.bar-img img {
	background-position:center;
	background-size: cover;
	width:100%;
}

.dividing-bar-2 .alt-text {
	color: #fff;
    padding-left: 60px;
    padding-top: 40px;
    text-align: left;
    float: right;
	width: 42%;
}
.dividing-bar-2 .bar-img {
	height: 250px;
	overflow: hidden;
	float: left;
	width: 50%;
}
.divided-description {
	width:100%;
	min-height:450px;
}

.right-side-image img {
	float:right;
	width: 40%;
	margin-top: 20px;
	margin-right:40px;
}

.footer-styles {
	height:150px;
	background-color:#000;
	padding:20px;
	margin:0px auto;
	text-align:center;
	color:#fff;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	padding-top:40px;
	margin-top:40px;
}
.footer-styles a {
	text-decoration:none;
	color:#fff;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}
.footer-styles a:hover {
	color: rgba(0,186,234,1.00);
}
.loud-link { 
	font-size:50px;
	text-decoration:none;
	color: rgba(0,186,234,1.00);
	text-align:center;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom:40px;
	font-weight:600;
}
.h1-alt {
	color:#fff;
	padding-top:40px;
}
.row {
	padding-bottom:40px;
	min-height:200px !important;
}
.qty-input {
	padding: 20px;
	font-size: 18px;
	width: 20px;
}
.add-to-cart-button {
	padding: 20px;
	border: 2px solid rgba(0,186,234,1.00);
	font-size: 18px;
	color: rgba(0,186,234,1.00);
	background: transparent;
}
.add-to-cart-button:hover {
	color: #fff;
	background: rgba(0,186,234,1.00);
}
h5 {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size:40px;
	
}
h6 {
	font-size: 16px;
	margin-bottom: 10px;
}
.link-wrapper {
	padding-top: 40px;
}
label {
	border: 2px solid #aaa;
    padding: 10px;
    margin-right: 10px;
    color: #aaa;
}

