@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;600&display=swap');  
@font-face {
  font-family: "Chamelton34-SmBd3";
  src: url('webFonts/Chamelton34SmBd3/font.woff2') format('woff2'), url('webFonts/Chamelton34SmBd3/font.woff') format('woff');
  font-display: swap;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.03em;
	color: #555555;
	text-decoration: none;
	background-color: #FFFFFF;
}
img {
	max-width: 100%;
}
#background {
	position: relative;
	margin: auto;
	height: 40vh;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
#backgroundProduct {
	position: relative;
	margin: auto;
	height: auto;
	width: 982px;
	max-width: 98%;
	overflow: hidden;
	z-index: 1;
	background-image: url(../images/backgrounds/background-2800.jpg);
	background-size: 100% 100%;
}
#main {
	position: relative;
	padding-top: 0;
	padding-bottom:30px;
	width: 100%;
	background-color: #FFFFFF;
	display: block;
	height: auto;
	margin: auto;
}
#openingSlogan {
	position: relative;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	background-color: #DEDEDE;
	text-align: center;
}
#navigation {
	position: relative;
	width: 100%;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 20px;
	display: block;
	background-color: #FFFFFF;
	text-align: center;
	overflow: visible;
	display: table;
	z-index: 50;
}
#logo {
	position: relative;
	width: 320px;
	margin: auto;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.2em;
	color: #232323;
	display: table-cell;
}
#logo img {
	width: 100%;
	max-width: 212px;
	height: auto;
	margin: 20px auto 3px auto;
	display: block;
	border-bottom: solid 1px #232323;
}
.navLinks {
	position: relative;
	font-family: 'Oswald', sans-serif;
	color: #333333;
	line-height: 36px;
	text-align:center;
	margin-top: 18px;
	padding-top: 5px;
	white-space: nowrap;
	font-weight: 400;
	letter-spacing: 0.1em;
	z-index: 100;
	vertical-align: middle;
	display: table-cell;
}
.navLinks ul {
	position: relative;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
.navLinks ul li {
	position: relative;
	font-size: 18px;
	display: inline;
	padding-bottom: 15px;
}
.navLinks ul li a, .navLinks ul li a:visited, .navLinks ul li a:active {
	color: #333333;
	text-decoration:none;
	margin: auto 18px;
}
.navLinks ul li a:hover {
	color: #999999;
	text-decoration:underline;
}
.navLinks ul li:hover > ul {
		display: block;
}
.navLinks ul ul {
	position: absolute;
	top: 99%;
	left: 0;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	background-color: #FFFFFF;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	display: none;
}
.navLinks ul ul li {
	display: block;
	font-size: 14px;
	padding: 8px 12px 8px 4px;
}
.navLinks ul ul li a, .navLinks ul ul li a:visited, .navLinks ul ul li a:active {
	color: #333333;
	text-decoration:none;
	margin: auto 18px;
}
.navLinks ul ul li a:hover {
	color: #999999;
	text-decoration:underline;
}

.navActive {
	color: #990000;
	text-decoration:none;
}
.socialHead {
	position: absolute;
	right: 24px;
	top: 18px;
	width: 38%;
	text-align: right;
	font-size:12px;
	z-index: 100;
}
.socialHead img {
	width: 22px;
	height: auto;
	margin: 5px 6px;
	vertical-align: middle;
}
.soldOut {
	font-size: 28px;
	letter-spacing: 0.05em;
	font-weight: 400;
	color: #990000;
	text-decoration:none;
	text-transform: uppercase;
}
#mainArea {
	position: relative;
	width: 1200px;
	max-width: 94%;
	margin: auto;
	vertical-align: top;
	display: block;
}

#mainArea ul {
	margin-left: 45px;
	margin-right: 45px;
}
#mainArea ul li {
	margin-bottom: 15px;
}
#mainArea a {
	color:#333333;
}
.threeColumn {
	position: relative;
	width: 100%;
	display: table;
	border-collapse:separate;
	border-spacing: 35px;
	border: solid 1px #FFFFFF;
	margin-bottom: 5px;
}
.column {
	positon: relative;
	width: 30%;
	vertical-align: top;
	display: table-cell;
}
.column40 {
	positon: relative;
	width: 40%;
	vertical-align: top;
	display: table-cell;
}
.column50 {
	positon: relative;
	width: 50%;
	vertical-align: top;
	display: table-cell;
}
.column20 {
	positon: relative;
	width: 20%;
	vertical-align: top;
	display: table-cell;
}
.column img, .column40 img, .column50 img, .column20 img {
	width: 100%;
}
.column img:hover, .column40 img:hover, .column50 img:hover, .column20 img:hover {
	filter: grayscale(100%);
	opacity: 0.7;
}

#footerContainer {
	clear:both;
	position:relative;
	margin: 30px auto 20px auto;
	padding-top: 5px;
	padding-bottom: 25px;
	width: 1200px;
	max-width: 94%;
	text-align: center;
	overflow: hidden;
	border-top: solid 1px #232323;
}
#footer {
	position: relative;
	margin:auto;
	width: 100%;
	text-align: center;
}
#footer hr {
	width: 100%;
	color: #AB9C82;
	background-color: #AB9C82;
	height: 1px;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
#footer .contact {
	font-size: 14px;
	padding-top: 18px;
	margin: 0px;
	padding: 0px;
}
#footer .contact a {
	color: #000000;
	text-decoration:none;
}
#footer .contact a:hover {
	color: #666666;
	text-decoration:underline;
}
.membership {
	float: left;
	width: 60%;
	margin-top: 28px;
	margin-bottom: 5px;
	line-height: 280%;
	font-weight: 400;
	margin-top: 12px;
	text-align: left;
}
.membership a {
	color: #333333;
	text-decoration: none;
}
.membership a:hover {
	color: #333333;
	text-decoration: underline;
}
.social {
	float: right;
	width: 38%;
	text-align: right;
	font-size:12px;
	margin-top: -20px;
}
.social img {
	width: 42px;
	height: auto;
	margin: 5px 6px;
	vertical-align: middle;
}
.copyright {
	font-size: 14px;
	text-align: center;
	line-height: 200%;
	padding-top: 18px;
}
.spread {
	margin-right: 6px;
	margin-left: 6px;
}
h1 {
	font-family: 'Chamelton34-SmBd3', sans-serif;
	font-size: 48px;
	color: #333333;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	font-weight: normal;
}
h2 {
	font-family: 'Chamelton34-SmBd3', sans-serif;
	font-size: 40px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	font-weight: normal;
}
h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 21px;
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
}
.reviewLks {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #990000;
	text-align:center;
	margin: 50px 0px 0px 0px;
	padding: 0px 5px 0px 15px;
}
.reviewLks a {
	color: #000000;
	text-decoration:none;
}
.reviewLks img {
	width: auto;
	height: auto;
	max-width: 309px;
	max-height: 89px;
}
.reviewQts {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: #333333;
	text-align:center;
	margin: 10px;
	padding: 0px 5px 0px 15px;
}
.reviewQts strong {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #333333;
	text-align:center;
}
.mainAreaIndent {
	margin-left: 0px;
	margin-right: 0px;
}
#leftcol {
	width: 400px;
	margin-left: 60px;
	margin-top: 60px;
	float: left;
}
#rightcol {
	width: 424px;
	margin-right: 60px;
	margin-top: 60px;
	float: right;
}

/* front page stuff */
.frontTxt {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #555555;
	width: 265px;
}
#bottles {
	float: left;
	width: 221px;
	height: auto;
	margin-left: 5px;
	margin-top: 15px;
}
#mainTxt {
	float: right;
	width: 270px;
}

.logo {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.basicTxt {
	font-size: 19px;
	line-height: 155%;
	letter-spacing: 0.03em;
	font-weight: 300;
	margin-top: 0px;
}
.largeTxt {
	font-size: 24px;
	letter-spacing: 0.05em;
	font-weight: 400;
}
.productName {
	font-size: 32px;
	letter-spacing: 0.05em;
	font-weight: 600;
}
.smalltxt {
	font-size: 16px;
	color: #555555;
	text-decoration: none;
}
.smalltxt a, .basicTxt a {
	color: #666666;
	text-decoration: none;
}
.smalltxt a:hover, .basicTxt a:hover {
	color: #666666;
	text-decoration: underline;
}

.cartTxt {
	font-size:16px;
	line-height: 140%;
}
.returnLks {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #333333;
	text-align:center;
}
.returnLks a {
	color: #EB171A;
	text-decoration:none;
}
.returnLks a:hover {
	color: #666666;
	text-decoration:underline;
}
#VimeoVid {
	z-index: 10;
}
#vTitle {
	margin-bottom: 0px;
	margin-top: 5px;
}
#vCaption {
	margin-top: 0px;
}
.bottleshotRight {
	float:right;
	margin: 0px 8px 0px 15px;
}
.bottleshotLeft {
	float: left;
	margin: 0px 15px 0px 3px;
}
.recipeBlock {
	clear: both;
	width: 100%;
	max-width: 900px;
	margin-top: 38px;
	display: block;
	height: auto;
	overflow: hidden;
	margin: 10px auto 30px auto;
}
.recipeImage {
	float: left;
	width: 30%;
	max-width: 250px;
	margin-right: 35px;
}
.recipeImage img {
	border: solid 1px #000000;
	width: 100%;
	margin: auto;
	display: block;
}
.recipeText {
	float: left;
	width: 65%;
}
.recipeText blockquote {
	margin-left: 16px;
}
.frontQts {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: #666666;
	text-align:center;
	margin: 0px;
	padding: 0px;
}
.largeLks {
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
	text-align:center;
	font-size: 24px;
	letter-spacing: 0.05em;
	font-weight: 400;
}
.largeLks a {
	color: #000000;
	text-decoration:none;
}
.largeLks a:hover {
	color: #CC0000;
	text-decoration:underline;
}
.bpaWarn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 90%;
	margin: auto;
}
.bpaWarn a {
	color: #333333;
	text-decoration:underline;
}
.bpaWarn a:hover {
	color: #333333;
	text-decoration:none;
}
.cartButton {
	font-family: 'Oswald', sans-serif;
	font-size: 21px;
	color: #FFFFFF;
	background-color: #333333;
	padding: 8px 18px;
	margin: 20px 10px;
	border-radius: 10px;
	text-decoration: none;
	white-space: nowrap;
	line-height: 180%;
	cursor: pointer;	
}
.cartButton:hover {
	opacity: 0.7;
  	filter: alpha(opacity=70);
}
#mLink {
	display: none;
}
#mLink:hover {
	opacity: 0.6;
}
.fermented {
	margin-top:-110px;
}
.displayTable {
	position: relative;
	width: 100%;
	border-collapse:separate;
	border-spacing: 18px;
	margin: 10px auto;
	display: table;
}
.displayTable75 {
	position: relative;
	width: 75%;
	border-collapse:separate;
	border-spacing: 18px;
	margin: 10px auto;
	display: table;
}
.displayCell {
	position: relative;
	display: table-cell;
	text-align: center;
}
.displayCellProduct {
	position: relative;
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.displayCellProductImage {
	position: relative;
	display: table-cell;
	width: 40%;
	text-align: left;
	padding-top: 12px;
	vertical-align: top;
}
.displayCellProductImage img {
	display: block;
	margin:auto;
	height: auto;
	max-height: 650px;
	width: auto;
	padding-top: 15px;
}
.displayCellRecipe {
	position: relative;
	display: table-cell;
	width: 25%;
	text-align: center;
	vertical-align: top;
	border: solid 1px #999999;
	padding: 22px 0px 18px 0px;
}
.displayCellRecipe img {
	display: block;
	margin:auto;
	height: auto;
	max-height: 200px;
	width: auto;
}
.displayCellRecipe a {
	display: block;
	text-decoration: none;
}
.displayCellRecipe:hover {
	background-color: #EFEFEF;
}
.cartProductPic {
	border: solid 1px black;
	box-shadow: 3px 3px 3px #666666;
}
.displayFlowContainer {
	position: relative;
	text-align: center;
	width: 100%;
}
.displayFlow {
	position: relative;
	display: inline-block;
	margin: 15px;
	text-align: center;
}
.displayFlowStore {
	position: relative;
	display: inline-block;
	width: 21%;
	min-width: 240px;
	margin: 15px 1% 65px 1%;
	text-align: center;
	vertical-align: top;
}
.displayFlowMerch {
	position: relative;
	display: inline-block;
	width: 30%;
	min-width: 240px;
	margin: 15px 1% 65px 1%;
	text-align: center;
	vertical-align: top;
}
.displayFlowMedia {
	position: relative;
	display: inline-block;
	margin: 35px 12px;
	text-align: center;
	font-size: 16px;
}
.displayFlowMedia img {
	height: 225px;
}
.displayFlowMedia .smallImage {
	height: 165px;
}
.displayFlowAuto {
	position: relative;
	display: inline-block;
	margin: 15px;
	text-align: center;
}
.displayProduct {
	position: relative;
	width: 100%;
	height: auto;
	overflow:visible;
	margin: auto;
}
.displayImage {
	position: relative;
	top:0px;
	left: 0px;
	width: 100%;
	height: auto;
	overflow:visible;
	display: block;
	text-align: center;
	height: 260px;
}
.displayImage img {
	max-height: 250px;
}
.displayImageBorder {
	border: solid 1px black;
	box-shadow: 3px 3px 3px #666666;"
}
.displayName {
	position: relative;
	top: 100%;
	left: 0px;
	width: 100%;
	display: block;
	vertical-align: middle;
	background-color: rgba(255, 255, 255, 0.8);
	border: solid 1px #999999;
}
.displayName a {
	display: block;
	height: 100%;
    width: 100%;
	color: #555555;
	font-weight: 400;
	text-decoration: none;
}
.displayName:hover {
	background-color: #EFEFEF;
}
.w50 {
	width: 50%;
}
.w33 {
	width: 33%;
}
.w25 {
	width: 25%;
}
.w20 {
	width: 20%;
}
.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.videoClass {
	position: relative;
	max-width: 90%;
	width: 500px;
	height: 281px;
	margin-bottom: 25px;
}
/* shopping cart */

.copper {	color: #9E6842;}

.fieldtxt {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.cartTxt {
	text-decoration: none;
}

.floater {
	height: 20%;
	width: 100%;
}
.floaterLess {
	height: 15%;
	width: 100%;
}
#viewCart, #viewCartIn {
	position: absolute;
	bottom: 20px;
	right: 10px;
	z-index: 200;
}
#viewCart a, #viewCartIn a {
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	background-color: #333333;
	padding: 3px 9px;
	margin: 0px 10px;
	border-radius: 10px;
	text-decoration: none;
	white-space: nowrap;
	line-height: 160%;	
}
#viewCart a:hover, #viewCartIn a:hover {
	opacity: 0.7;
}
#back2Top {
    width: 30px;
    line-height: 30px;
    overflow: hidden;
    z-index: 190;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 10px;
    right: 0;
    background-color: #555555;
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #BBBBBB;
    color: #EEEEEE;
}
#googleMap {
	position: relative;
	width: 100%;
}
.googleIframe {
	position: relative;
	width: 100%;
	height: 350px;
	border: solid 1px red;
}
#openingSlogan h1 {
	margin: 0px auto;
}
#openingSlogan p {
	margin: -5px auto 10px auto;
	text-transform: capitalize;
}
#vimeoContainer {
	position: relative;
	float: right;
	width: 50%;
	margin-left: 25px;
	margin-bottom: 15px;
}
#vimeoVid {
	display:block;
	cursor: pointer;
}
#vimeoPlayer {
	display:none;
}
.boxLinks {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	color: #000000;
	text-align:center;
	line-height: 74px;
}
.boxLinks a {
	padding: 8px 18px;
	white-space: nowrap;
	border: solid 1px #333333;
	color: #000000;
	text-decoration:none;
	margin: 90px 15px;
	background-color: rgba(255,255,255,1);
}
.boxLinks a:hover {
	background-color: rgba(0,0,0,0.1);
}
.boxLinksActive {
	background-color: #333333;
	padding: 8px 18px;
	white-space: nowrap;
	border: solid 1px #333333;
	color: #000000;
	text-decoration:none;
	margin: 90px 15px;
	color: #FFFFFF
}
#cartResult {
	font-size: 21px;
	letter-spacing: 0.05em;
	font-weight: 400;
	text-align: center;
	color: #3D9A06;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 8px 12px;
	border: solid 1px #3D9A06;
	display: none;
}
.lazyLoad {
	display: none;
}
.noShow {
	display: none;
}
#cookieDiv {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	background-color: #FFFFFF;
	border-top: solid 2px #333333;
	text-align: center;
	z-index: 999;
	animation: 1.5s fadeIn;
}
#cookieTxt {
	position: relative;
	width: 88%;
	margin: 30px auto 38px auto;
	color: #333333;
	font-size: 19px;
}
#cookieTxt button {
	position: relative;
	width: 46%;
	max-width: 400px;
	padding: 20px auto;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 14px;
	padding-top: 12px;
	padding-bottom: 10px;
	background-color: #000000;
	border: solid 1px #FFFFFF;
	border-radius: 4px;
	cursor: pointer;
}
@keyframes fadeIn {
   0% {opacity: 0;}
   100% {opacity: 1;}
}
.fadeInDiv {
  animation: 4s fadeIn;
}
	
@media only screen and (max-width: 1400px) {
	.navLinks ul {
	position: relative;
	margin: 40px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	}
	.navLinks a, .navLinks a:visited, .navLinks a:active {
	color: #333333;
	text-decoration:none;
	margin: auto 16px;
	}
}

@media only screen and (max-width: 1280px) {
	#background {
	height: 240px;
	}
	#logo {
	width: 100%;
	display: block;
	}
	#mLink {
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #232323;
	text-decoration: none;
	text-align:center;
	display: block;
	width: 90px;
	margin: 0px auto auto auto;
	line-height: 50px;
	cursor: pointer;
	}
	.navLinks {
	font-size: 21px;
	color: #333333;
	line-height: 56px;
	vertical-align: bottom;
	width: 100%;
	margin-top: 10px;
	display: block;
	}
	.navLinks ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	border-top: solid 1px #232323;
	}
	.navLinks ul li {
	display: block;
	width: 100%;
	border-bottom: solid 1px #232323;
	padding-bottom: 0px;
	margin: 0px;
	}
	.navLinks ul li a, .navLinks ul li a:visited, .navLinks ul li a:active {
	color: #333333;
	text-decoration:none;
	margin: auto 0px;
	display: block;
	}
	.navLinks ul li a:hover {
	color: #000000;
	text-decoration: none;
	margin: auto 0px;
	}
	.navLinks a:hover {
	color: #333333;
	text-decoration: none;
	}
	.navLinks li:hover {
	background-color: #DEDEDE;
	text-decoration: none;
	}
	.navLinks ul li:hover > ul {
		display: none;
	}
	#vimeoContainer {
	position: relative;
	float: none;
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-bottom: 15px;
	margin-right: auto;
	}
	.displayFlowMedia img {
	height: 220px;
	}
	.displayFlowMedia .smallImage {
	height: 165px;
	}
	#viewCart, #viewCartIn {
	position: absolute;
	bottom: 32px;
	right: 10px;
	z-index: 200;
	}

}

@media only screen and (max-width: 800px) {
	.socialHead {
	display: none;
	}
	.threeColumn {
	width: 400px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	}
	.column, .column40, .column50, .column20 {
	positon: relative;
	width: 100%;
	margin-bottom: 40px;
	display: block;
	}
	.displayCellProductImage {
	position: relative;
	display: table-cell;
	width: 30%;
	text-align: left;
	vertical-align: top;
	}
	.displayCellProductImage img {
	display: block;
	margin:auto;
	height:auto;
	width: auto;
	}
	.displayCell {
	position: relative;
	display: block;
	text-align: center;
	}
	.displayCellProduct {
	position: relative;
	display: block;
	text-align: center;
	vertical-align: top;
	}
	.displayCellProductImage {
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	padding-top: 12px;
	vertical-align: top;
	}
	.displayCellProductImage img {
	display: block;
	margin:auto;
	height: auto;
	max-height: 350px;
	width: auto;
	}
	.displayTable75, .displayTable {
	width: 100%;
	margin: 10px auto 0px auto;
	}
	.displayCellRecipe {
	position: relative;
	display: block;
	width: 50%;
	text-align: center;
	margin: 0px auto 20px auto;
	}
	.displayCellRecipe img {
	display: block;
	margin:auto;
	height: auto;
	max-height: 180px;
	width: auto;
	padding-top: 15px;
	}
	.displayFlowMedia img {
	height: 200px;
	}
	.displayFlowMedia .smallImage {
	height: 165px;
	}
	#openingSlogan h1 {
	font-size: 40px;
	}
	#openingSlogan p {
	font-size: 18px;
	width: 70%;
	margin: 10px auto;
	}
	h1 {
	font-family: 'Chamelton34-SmBd3', sans-serif;
	font-size: 12px;
	color: #333333;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	font-weight: normal;
	}
	h2 {
	font-family: 'Chamelton34-SmBd3', sans-serif;
	font-size: 40px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	font-weight: normal;
	}
	h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 21px;
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
	}
}

@media only screen and (max-width: 680px) {
	h1, h2 {
	line-height: 100%;
	}
	#openingSlogan .largeTxt {
	font-size: 16px;
	width: 70%;
	margin: 10px auto;
	}
	#contactFront h2, #contactFront p {
	text-align: center;
	}
	.column img {
	margin-bottom: 9px;
	}
	.membership {
	float: none;
	text-align: center;
	width: 100%;
	}
	.social {
	float: none;
	width: 100%;
	text-align: center;
	line-height: 100px;
	}
	.displayImage {
	height: auto;
	}
	.displayCellRecipe {
	width: 70%;
	}
	.bottleshotLeft {
	float: none;
	margin: 10px auto;
	display: block;
	}
	.recipeImage {
	float: none;
	width: 30%;
	max-width: 250px;
	margin-right: auto;
	margin-left: auto;
	}
	.recipeText {
	float: none;
	width: 95%;
	margin: auto;
	text-align: center;
	}
	.recipeBlock {
	text-align: center;
	margin-bottom: 45px;
	}
	.recipeBlock {
	list-style: inside;
	margin: 0px;
	padding: 0px;
	}
	.recipeBlock blockquote {
	margin: 0px;
	padding: 0px;
	}
	.recipeBlock blockquote ul {
	list-style: none;
	}
	.displayFlowMedia img {
	height: 190px;
	}
	.displayFlowMedia .smallImage {
	height: 165px;
	}
	.largeLks {
	font-size: 21px;
	display: inline-block;
	}
	#cookieTxt {
	position: relative;
	width: 88%;
	margin: 30px auto 38px auto;
	color: #333333;
	font-size: 18px;
	}
	#cookieTxt button {
	position: relative;
	width: 100%;
	max-width: 400px;
	padding: 20px auto;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 14px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	padding-bottom: 10px;
	background-color: #000000;
	border: solid 1px #FFFFFF;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	}
}