@charset 'UTF-8';

html,
html * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

header {
	width: 100%;
	height: auto;
	top: 0em;
	padding: 0.5em;
	margin-bottom: 2em;
	position: fixed;
	background-color:rgba(0,0,0,0.85);
	z-index: 1000;
	text-align: center;
}

.invisible{
	opacity: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	/*font-size: 1vw;*/
	font-size: 7.5pt;
	overflow: auto;
}


main {
	/*max-width: 1024px;*/
	margin: auto;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
a, a:visited {
	color: inherit;
}


.site-logo {
	position: relative;
	display: inline-block;
	width: 13em;
	margin-right: -60px;
}
.site-logo img {
	width: 13em;
}
.logo {
	opacity: 1;
	margin: 0 auto;
}
.site-nav {
	z-index: 400;
	display: block !important;
	width: 100%;
	margin: 0 auto;
	margin-right: -65px;
}
.site-nav ul {
	list-style-type: none;
	margin: 0;
	line-height: 1.4;
}
.site-nav ul li {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 1.5em;
	padding: 0 1em;
}
.site-nav ul li a {
	font-size: 1.5em;
	padding-bottom: .5em; /*the distance of the hover underline*/
	text-decoration: none;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.site-nav img {
	width: 35%;
	padding: 4px 0px 4px 0px;
}

hero {
	width: 100%;
}

.hero-container {
	/*margin-bottom: 10em;*/
}

/* The hero image */
.hero-image {
    /* The image used */
	background: url("images/hero-barb-large.jpg") no-repeat center center fixed;
	background: url("images/hero-caesar-large.jpg") no-repeat center center fixed;
	background: url("images/hero-succulent-large.jpg") no-repeat center center fixed;
	background: url("images/hero-cactus-large.jpg") no-repeat center center fixed;
	background-blend-mode: darken;
	transition: 4s;

    /* Set a specific height */
	width: 100%;
	height: 50vh;
	
    /* Position and center the image to scale nicely on all screens */
    background-position: left center;
    background-repeat: no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment:scroll;
	
	padding: .5vw;
	font-size: 0;
	flex-flow: row wrap;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}

/* Place text in the middle of the image */
.hero-text {
    text-align: left;
	flex-direction: column;
    align-items: flex-start;
    /*position: absolute;*/
    color: white;
  display: flex;
  max-width: 100%;
  margin: 6vw;
}

.hero-text h1{
	font-size: 7vw;
	color: white;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
}

.down-arrow{
	width: 128px;
}


#hidden-overlay{
	z-index: 500;
	display: none;
}

.close-button{
	width:100%;
	text-align: right;
	cursor:pointer;
	position: relative;
}

.close-button img {
	width: 50px;
	margin: 20px;
}

.modal-content{
	margin: 40px;
}

h1 {
	font-family: 'Oswald', sans-serif;
	color: #000;
	text-transform: uppercase;
	font-size: 6em;
	letter-spacing: .2em;
	margin: 0.2em;
}
h2 {
	font-weight: 100;
	font-size: 2em;
	line-height: 1.5;
	letter-spacing: .1em;
	text-transform: uppercase;
}
h3 {
	font-size: 1.5em;
	font-weight: 100;
	line-height: 2.75;
	letter-spacing: .35em;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}

.page-heading h1{
	text-align: center;
	font-size: 30pt;
}


.intro-container {
	display: flex;
	justify-content: center;
}

.intro-content{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	/*margin: 2em;*/
	/*padding: 2em;*/
	width: 500px;
}

.intro-text {
	padding: 1.5em;
	flex: 1 1 300px;
}

.intro-content p {
	font-size: 1.6em;
	margin: 0.6em;
}
.intro-image {
	width: 35%;
	max-width: 200px;
	margin: 1em;
}

.shop-logo {
	min-width: 100px;
	max-width: 200px;
	display: flex;
	margin: 1em auto;
}

.from-scratch-logo {
	float: left;
}

.product-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.product-container .product-intro{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.product-intro{
	max-width: 1024px;
}

.product-box {
	width: 100%;
	max-width: 500px;
	min-width: 250px;
	height: 100vw;
	max-height: 500px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	margin: 5px 0;
}

.product {
	height: 100vw;
	max-height: 500px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	background-color: rgba(255,255,255,0.70);
}




.portfolio-container{
  padding: .5vw;
  font-size: 0;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap; 
  flex-flow: row wrap; 
  display: -webkit-box;
  display: flex;
}
.portfolio-container div{ 
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto; 
  width: 300px; 
  margin: .5vw; 
}

.portfolio-container div img { 
  width: 100%;
  height: auto;
}

@media screen and (max-width: 400px) {
  portfolio-container div { margin: 0; }
  portfolio-container { padding: 0; }
}

.portfolio-intro {
	font-family: 'Droid Serif', serif;
	padding: 10px;
	text-align: center;
}

.portfolio-intro h1{
	text-align: center;
}


/*portfolio pieces*/
.piece-container{
	padding: .5vw;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	-ms-flex-direction: row-reverse;
	-webkit-flex-flow: row-reverse wrap; 
	flex-flow: row-reverse wrap; 
	display: -webkit-box;
	display: flex;
	justify-content: center;
}

.piece-container p{
	font-size: 12pt;
	padding-bottom: 10px;
}

.piece-images, .piece-description{
	padding: .5vw;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	-ms-flex-direction: column;
	-webkit-flex-flow: column wrap; 
	flex-flow: column wrap; 
	display: -webkit-box;
	display: flex;
}

.piece-description{
	align-content: flex-start;
	max-width: 800px;
	flex: 2;
}

.piece{
	padding: 5px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.description-row{
	padding: 5px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.piece{
	align-self: center;
	max-width: 610px;
}

.row-heading, .row-content{
	padding: 5px;
	display: flex;
	align-content: flex-end;
	flex-direction: column;
}

.row-heading{
	text-align: left;
}

.row-heading h3{
	line-height: normal;
	opacity: 0.35;
}

.row-content h1{
	line-height: normal;
	text-transform: none;
	font-size: 18pt;
}


.explain-text{
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	padding: 1em 3em;
	margin: 20px 0;
}

.explain-text p{
	font-size: 1.5em;
	line-height: 1.5;
	letter-spacing: .1em;
	margin: 0.5em 0;
}

.quote {
	font-style: italic;
	font-family: "Droid-Serif";
}

.product-container a {
	text-decoration: none;
}

.product h1{
	font-size: 12vw;
	color: white;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}

.product-box p {
	font-size: 18px;
}

.items{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-content: center;
}

.stores-section{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-content: center;
	padding-top: 5em;
	padding-bottom: 10em;
	text-align: center;
	min-width: 300px;
	max-width: 800px;
	
}

.stores{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-content: center;
}

.store{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-content: center;
	text-align: center;
}

.store p{
	font-size: 1.5em;
}

.button-shape{
	border: 2px solid rgba(0,0,0,0.25);
	border-width: 0 0 3px 0;
	background-color: #EDEDED;
	border-radius: 20px;
	padding: 10px 50px;
	margin: 0 auto;
	font-size: 5vw;
	color: #231F20;
	outline:none;
}

.button-shape:hover{
	background-color: black;
	color: white;
}

.button-shape:active{
	border: 2px solid rgba(255,255,255,0.5);
	background-color:grey;
	color: white;
	border-width: 3px 0 0 0;
}

.product-fade{
  vertical-align: top;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.product-fade:hover{
  background-color: rgba(255,255,255,0);
}

.from-scratch {
	/*background-color:#1A906A;
	background-image: url(images/background.png);
	background-size: cover;*/
}
.from-scratch-intro {
	font-family: 'Droid Serif', serif;
	/*background-color:rgba(207,248,255,1.00);*/
	padding: 5vw;
}
.bourbon-sour {
	background-image: url(images/bourbon-sour-teaser.png);
	background-size: cover;
}
.margarita {
	background-image: url(images/margarita-teaser.png);
	background-size: cover;
}
.caesar {
	background-image: url(images/caesar-teaser.png);
	background-size: cover;
}
.gin-martini {
	background-image: url(images/gin-martini-teaser.png);
	background-size: cover;
}
.mojito {
	background-image: url(images/mojito-teaser.png);
	background-size: cover;
}
.art-prints {
	background-image: url(images/wall-art-background-2.jpg);
	background-size: cover;
}
.greeting-cards {
	background-image: url(images/greeting-cards-background-2.jpg);
	background-size: cover;
}

.coasters {
	background-image: url(images/coasters-background.jpg);
	background-size: cover;
}
.clothing {
	background-image: url(images/tshirt-teaser.jpg);
	background-size: cover;
}

.section-break {
	padding-top: 5em;
	display: flex;
	justify-content: center;
	outline:none;
}

.section-break-item{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1em;
	text-align: center;
}

.line {
	display: flex;
    height: 1px;
    border: 0;
    border-top: 1px solid black;
    margin: 2em auto;
    padding: 0;
	width: 10vw;
}

.line-longer {
	display: flex;
    height: 1px;
    border: 0;
    border-top: 1px solid black;
    margin: 3em auto;
    padding: 0;
	width: 200px;
}

.section-break h2 {
	font-weight: 100;
	font-size: 2em;
	line-height: 1.5;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.social-media {
	display: inline !important;
	position: relative;
	text-align: center;
	float: right;
}

.social-media img{
	width: 20px;
	margin: 8px 5px;
	display: inline;
}

footer {
	margin-top: 1em;
	padding-top: 1em;
	background-color:rgba(0,0,0,0.85);
}
.footer-content {
	width: 80%;
	margin: 0 auto;
	padding-bottom:1.7em;
}
.footer-social {
	display: block;
	width: 100%;
	list-style-type: none;
	text-align: center;
}
.footer-social li {
	display: inline-block;
	margin: 0 1vw;
}
.footer-social li a {
	line-height: 3.5em;
	display: inline-block;
	width: 4em;
	height: 4em;
	text-align: center;
	border: 2px solid rgba(255,255,255,.3);
	border-radius: 50%;
}
.footer-social li a:hover {
	border-color: #fff;
	background: #fff;
}
.footer-social li a img {
	width: auto;
	height: 2em;
}
.footer-social li a .social-hover {
	display: none;
}
.footer-social li a:hover .social-default {
	display: none;
}
.footer-social li a:hover .social-hover {
	display: inline;
}
.footer-info {
	padding-top: 5em;
}
.footer-info p {
	font-size: 1.2em;
	color:#fff;
	line-height: 1.55;
	margin-bottom: 1em;
	text-align: center;
}
.footer-info {
	clear: both;
}
.footer-legal {
	opacity: .8;
}
.footer-credit a:hover {
	text-decoration: none;
}



/*Very Narrow Viewport*/
@media (min-width: 512px){
	.site-nav ul li {
		display: inline-block;
	}
	.site-nav ul li a:hover {
		outline: none;
		border-bottom: 1px solid white;
	}
	
	.product h1{
		font-size: 60px;
	}
	
	.from-scratch-intro{
		padding: 50px;
	}
	
	h2 {
		font-size: 2em;
		letter-spacing: .3em;
		text-transform: uppercase;
	}
	
	.button-shape{
		font-size: 16pt;
	}
	
	.product-box, .explain-text {
		margin: 5px;
	}
	
	.row-heading{
		width:160px;
		min-width:160px;
		justify-content: flex-end;
		text-align: right;
	}
	
	.description-row{
		padding: 5px;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
	}
	
	.page-heading h1{
		font-size: 40pt;
	}
	
	.hero-text h1{
		font-size: 6vw;
	}
	
}

/*Tablet View*/
@media (min-width: 768px){
	header {
		padding: 1em;
		height: 60px;
	}
	.body {
		max-width: 778px;
	}

	.site-logo {
		position: relative;
		display: block;
		width: 14em;
	}
	.site-logo img {
		width: 14em;
		padding-bottom: 0;
	}
	.logo {
		opacity: 1;
		margin: 0;
		float: left;
	}
	.site-nav {
		position: relative;
		z-index: 400;
		top: 0;
		left: 0;
		display: block !important;
		width: 390px;
		padding: 1em 1em 1em 0;
		opacity: .95;
		float: right;
		margin-right: auto;
	}
	.site-nav ul {
		list-style-type: none;
		margin: 0;
		text-align: right;
	}
	.site-nav ul li {
		margin-bottom: 0;
		margin-left: 1.5em;
	}
	.site-nav ul li a {
		font-size: 1.5em;
		padding-bottom: .5em; /*the distance of the hover underline*/
		text-decoration: none;
		letter-spacing: .15em;
		text-transform: uppercase;
		color: #fff;
		-webkit-transition: color .3s;
		transition: color .3s;
	}
	.site-nav ul li a:hover {
		outline: none;
		border-bottom: 1px solid white;
	}
	
	.social-media {
		float: right;
	}
	
	.social-media img{
		display: inline;
		margin-bottom: 0;
	}
	
	.quote {
		padding: 0 3em;
	}
	
	.intro-content{
		flex-direction: row;
		width: 900px;
	}
	
	.hero-text h1{
		font-size: 5vw;
	}
	
}