@charset "UTF-8";
/*Global Desktop View*/
header {
	top: auto;
	margin-top: 48px;
	text-decoration: none;
}
.container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
nav {
	float: right;
	text-decoration: none;
}
.mobile-view {
	display: none;
}
.desktop-view ul li {
	list-style-image: none;
	list-style-type: none;
	display: inline-block;
	padding-left: 20px;
	text-decoration: none;
}
.desktop-view {
	margin-top: -10px;
	text-decoration: none;
}
.desktop-view ul li a {
	text-decoration: none;
	color: #1A1A1A;
}
.bottom-desktop-view ul li {
	list-style-image: none;
	list-style-type: none;
	display: inline-block;
	text-decoration: none;
	padding-right: 60px;
	float: left;
	margin-left: -40px;
}
.bottom-desktop-view {
	margin-top: -10px;
	text-decoration: none;
	list-style-type: none;
	float: left;
}
.bottom-desktop-view ul li a {
	text-decoration: none;
	color: #1A1A1A;
	float: left;
}
body {
	font-family: voltaire;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
}
main {
	min-height: 600px;
}
footer {
	height: 80px;
}
.social-icons {
	float: right;
	padding-left: 10px;
	display: inline-block;
}
.social-icons a img {
	padding-left: 20px;
}
.bottom-nav {
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	float: left;
}
.hero-content  {
	margin-bottom: 50px;
	margin-top: 20px;
}
.h1 {
	font-family: voltaire;
	font-style: normal;
	font-weight: 400;
	color: #333333;
	text-align: center;
	background-color: rgba(242,242,242,1.00);
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 0px;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 0px;
}
.h1-copy  {
	font-family: voltaire;
	font-style: normal;
	font-weight: 400;
	color: #333333;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 0px;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 0px;
}
.clear-float {
	clear: both;
}
.image-grid {
	padding-bottom: 60px;
	padding-top: 35px;
}
.image-grid:after {
	content: "";
}
.column {
	margin-left: 2%;
	margin-bottom: 2%;
	margin-right: 2%;
}
.col-lg {
	width: 30.7%;
	margin-right: 0px;
}
.float-left {
	float: left;
}
.responsive-image {
	width: 100%;
	display: block;
	height: auto;
}
.main-image {
	margin-top: 35px;
	margin-bottom: 20px;
}
.image-padding {
	padding-top: 5px;
	padding-bottom: 5px;
}
.ul-shop {
	font-family: voltaire;
	font-style: normal;
	font-weight: 400;
	color: #333333;
	text-align: center;
	margin-bottom: 0px;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 0px;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	font-size: medium;
	line-height: normal;
	padding-bottom: 40px;
}
.paragraph {
	font-family: open-sans-condensed;
	font-style: normal;
	font-weight: 300;
	color: #333333;
	text-decoration: none;
	text-align: left;
	list-style-image: none;
	list-style-type: none;
}
.h2 {
	color: #333333;
	font-size: 15pt;
	padding-top: 35px;
}
.h3 {
	color: #333333;
	font-family: open-sans-condensed;
	font-style: normal;
	font-weight: 300;
}






/*Tablet View*/
@media ( min-width : 401px ) and (max-width : 786px ){
.mobile-view {
	display: block;
	float: right;
}
.desktop-view {
	display: none;
}
.expand {
	display: block;
}
.desktop-view ul li  {
	display: block;
	top: auto;
	margin-top: 15px;
	text-decoration: none;
}
.bottom-desktop-view {
	margin-top: -10px;
}
.bottom-desktop-view ul li  {
	display: inline-block;
	top: auto;
	text-decoration: none;
}
.h1 {
	color: #333333;
	text-align: center;
	font-size: 20pt;
}
.col-md {
	width: 46%;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	height: auto;
}
}


/*Mobile View*/
@media (max-width: 400px){
.mobile-view {
	display: block;
	float: right;
}
.desktop-view {
	display: none;
}
.expand {
	display: block;
}
header a img {
	width: 70%;
	height: 70%;
}
.desktop-view ul li {
	display: block;
	margin-top: 15px;
	text-decoration: none;
}
.bottom-desktop-view {
	display: inline-block;
	padding-right: 0px;
	margin-top: -10px;
}
.bottom-desktop-view ul li {
	display: inline-block;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;
}
.social-icons {
	width: 70%;
	height: 70%;
	padding-right: 40px;
}
.social-icons a img {
	padding-left: 6px;
	padding-right: 6px;
}
.h1 {
	font-size: medium;
	color: #333333;
}
.col-xs {
	width: 96%;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
}
}
.col-md {
}
.col-xs {
}
.h {
}
