html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: ;background: transparent;}

@font-face {
  font-family: 'BJHeadline-Bold';
  src: url('/fonts/BJHeadline-Bold.eot');
  src: url('/fonts/BJHeadline-Bold.woff2') format('woff2'),
       url('/fonts/BJHeadline-Bold.woff') format('woff'),
       url('/fonts/BJHeadline-Bold.ttf') format('truetype'),
       url('/fonts/BJHeadline-Bold.svg#BJHeadline-Bold') format('svg'),
       url('/fonts/BJHeadline-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@import url("/count/35bdf6");

@font-face {
	font-family: 'CaslonOldFaceBTWXX-Roman';
	src: url('/fonts/35BDF6_0_0.eot');
	src: url('/fonts/35BDF6_0_0.eot?#iefix') format('embedded-opentype'),
	url('/fonts/35BDF6_0_0.woff2') format('woff2'),
	url('/fonts/35BDF6_0_0.woff') format('woff'),
	url('/fonts/35BDF6_0_0.ttf') format('truetype');
}

body{
	background: #fce5db;
}

/* CLOUDS SETUP */

.cloudContainer{
	position: fixed;
	width: 100%;
	height: 600%;
	z-index: 0;
	background: #fce5db;
	transition: background 0.5s linear, transform 0.1s linear;
}

.cloud .svg{
	width: 100%;
}

.cloud1{
    position: absolute;
    top: 0px;
    right: 10%;
    width: 400px;
}

.cloud2{
    position: absolute;
    top: 400px;
    left: 20%;
    width: 215px;
}

.cloud3{
    position: absolute;
    top: 800px;
    left: 60%;
    width: 100px;
}

.cloud4{
    position: absolute;
    top: 1100px;
    left: -10%;
    width: 400px;
}

.cloud5{
    position: absolute;
    top: 1400px;
    right: -8%;
    width: 500px;
}

.cloudContainer.dark{
	background: #1b3b5b;
}

.cloudContainer .cloudFill, .cloudContainer .cloudFill2{
	transition: all 0.5s linear;
}

.cloudContainer.dark .cloudFill, .cloudContainer.dark .cloudFill2{
	fill: #1b324b;
}

/* TYPE STUFF */

.headline{
	font-family: 'BJHeadline-Bold';
}

.largeHeadline{
	font-family: 'BJHeadline-Bold';
	font-size: 70px;
	line-height: 76px;
    width: 100%;
}

.smallHeadline{
	font-family: 'BJHeadline-Bold';
	font-size: 34px;
	line-height: 36px;
    width: 100%;
    text-align: center;
}

.orangeText{
	color:#e85b28;
}

.greenText{
	color:#3aaa59;
}

.yellowText{
	color:#e8b307;
}

.pinkText{
	color:#f29ba0;
}

.peachText{
	color:#fbe6db;
}

/* LANDING SECTION */

.landing{
	position: relative;
	float: left;
	z-index: 1;
	width: 100%;
	height: 100vh;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.landing.fadeIn{
	transition-delay: 0.5s;
	opacity: 1;
}

.header{
	opacity: 1;
    position: fixed;
    top: -50px;
    left: 50px;
    z-index: 6;
}

.header.fadeIn{
	opacity: 1;
}

.landingAnimation{
    position: absolute;
    width: 55%;
    left: 50%;
    top: 52%;
    transform: translate(-50%,-50%);
    max-width: 750px;
}

.landingAnimation img{
	width: 100%;
}

.sectionHolder{
	overflow: hidden;
}

/* STATS SECTION */

.stats{
	position: relative;
	float: left;
	width: 100%;
	height: 100vh;
	color: #1a395b;
	margin-top: 50vh;
}

.statsContainer{
	text-align: center;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}

/* ABOUT SECTION */

.about{
	position: relative;
	float: left;
	width: 100%;
	min-height: 200vh;
}

.aboutText{
	text-align: center;
	padding-top: 230px;
}

.aboutText p{
	font-family: 'CaslonOldFaceBTWXX-Roman';
	font-size: 28px;
	line-height: 30px;
	padding-top: 60px;
}

.buyBtn{
    position: relative;
    color: #fdfdfd;
    width: 190px;
    font-size: 20px;
    margin: auto;
    margin-top: 60px;
    height: 46px;
}

.buyBtnCta{
	z-index: 1;
    color: #FFF;
    position: absolute;
    text-align: center;
    width: 100%;
    padding-top: 14px;
}

.buyBtnBackground{
	position: absolute;
    width: 100%;
}

a{
	text-decoration: none;
	color: inherit;
}


/* SESSION TIMES SECTION */

.sessionTimes{
    padding-top: 130px;
    text-align: center;
    overflow: hidden;
}

.session{
	width: 200px;
    float: left;
    margin-right: 75px;
}

.sessionDescription{
    padding-top: 40px;
    font-size: 18px;
    line-height: 28px;
}

.sessionCircle{
	position: relative;
    color: #FFF;
    width: 200px;
    height: 200px;
    border-radius: 100px;
}

.green .sessionCircle{
    background: #3aaa59;
}

.yellow .sessionCircle{
    background: #e8b307;
}

.pink .sessionCircle{
    background: #f29ba0;
}

.orange .sessionCircle{
    background: #e85b28;
}

.session.orange{
	margin-right: 0px;
    padding-top: 60px;
}

.session.yellow{
    padding-top: 60px;
}

.sessionsHolder{
	width: 1025px;
    margin: auto;
    padding-top: 85px;
}

.circleText{
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.green .buttonFill{
	fill:#3aaa59;
}

.yellow .buttonFill{
	fill:#e8b307;
}

.pink .buttonFill{
	fill:#f29ba0;
}

/* INSTAGRID SECTION */

.instaGrid{
	float: left;
	width: 100%;
	margin-top: 200px;
}

.instaGrid .inner{
	width: 896px;
	margin: auto;
}

.instaPic{
	float: left;
	background-size: cover;
	width: 281px;
	height: 281px;
    margin-right: 26px;
    margin-bottom: 26px;
}

.instaPic:nth-child(3n){
    margin-right: 0px;
}

.buyLink{
    float: left;
    width: 100%;
}

/* BREWERIES SECTION */

.statsSection2{
	padding-top: 200px;
	width: 100%;
	float: left;
	position: relative;
}

.statsSection2 .inner{
	padding-top: 25vh;
    width: 100%;
    float: left;
}

.breweries{
	padding-top: 200px;
	width: 100%;
	float: left;
	position: relative;
}

.breweries .inner{
	padding-top: 25vh;
    width: 100%;
    float: left;
}

.breweryHolder{
    width: 100%;
    padding-top: 80px;
    float: left;
    text-align: center;
    color: #1a395b;
}

.breweryTitle{
	width: 100%;
	float: left;
	font-size: 86px;
	line-height: 82px;
    letter-spacing: 0.00em;
    transition: color 500ms linear;
    /*cursor: pointer;*/
}

.breweryTitle:hover{
	/*color: #e85b28;*/
}

.breweryContent{
	display: none;
    background-color: #1b2534;
    height: 400px;
    float: left;
    width: 100%;
    padding-top: 100px;
}

.breweries h2{
	text-align: center;
}

.breweryName{
	font-size: 50px;
	line-height: 82px;
}

.closeIcon{
	width: 20px;
	height: 20px;
	background: url('/images/closeIcon.svg');
	background-position: center center;
	background-size: contain;
    position: absolute;
    left: 100px;
}

.orange .breweryName{
	color: #e85b28;
}

.green .breweryName{
	color:#3aaa59;
}

.yellow .breweryName{
	color:#e8b307;
}

.pink .breweryName{
	color:#f29ba0;
}

.breweryDescription p{
	font-family:'CaslonOldFaceBTWXX-Roman';
	font-size: 28px;
	line-height: 30px;
	margin-top: 40px;
}

footer{
	position: relative;
	float: left;
	width: 100%;
	min-height: 100vh;
    padding-top: 50vh;
}

.footerClouds{
	position: absolute;
    bottom: 0px;
    width: 100%;
}

.socialHolder{
	float: left;
	margin-right: 80px;
}

.socialHolder:nth-child(3){
	margin-right: 0px;
}

.socialHolder:nth-child(2){
    margin-top: 65px;
}

footer .smallHeadline{
	margin-top: 80px;
}

.socialCircle{
	width: 220px;
    height: 220px;
    background: #FFF;
    border-radius: 110px;
}

.socialCircles{
	width: 820px;
    margin: auto;
    margin-top: 50px;
}

.socialDescription{
    color: #FFF;
    text-align: center;
    margin-top: 30px;
}

.socialDescription.headline{
	text-transform: uppercase;
	font-size: 18px;
	line-height: 28px;
}



.header .buyBtn{
	margin-top: 0px;
    width: 140px;
    font-size: 15px;
}

.header .buyBtnCta{
    padding-top: 12px;
}

.breweriesLink{
	display: none;
	position: absolute;
    left: 160px;
    font-size: 15px;
    margin-top: 11px;
    cursor: pointer;
}

.landingBg{
    position: absolute;
    width: 55%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 750px;
}

.socialCircle{
    position: relative;
    background-size: cover;
    background-position: center;
}

.socialIcon{
	width: 60px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}

.footerClouds{
	overflow: hidden;
    height: 300px;
}

.footerCloud1{
    width: 700px;
    position: absolute;
    bottom: 0px;
    left: -350px;
    height: 250px;
}

.footerCloud2{
    width: 400px;
    position: absolute;
    bottom: 0px;
    right: -150px;
    height: 145px;
}

.stats .smallHeadline{
    margin-top: 100px;
}

.socialIconsHeader{
	position: fixed;
	width: 100px;
	right: 20px;
	z-index: 9;
    top:-50px;
}

.socialIconHeader{
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}

.cloudMan{
	position: absolute;
    width: 400px;
    right: -3%;
    bottom: 100px;
}

.mobileNavBg{
	display: none;
}

.mobileLanding{
	display: none;
}

.desktop{
    display: block;
}
    
.mobile{
    display: none;
}
    
.footerLocation{
	position: absolute;
    bottom: 40px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    font-family: 'CaslonOldFaceBTWXX-Roman';
    font-size: 18px;
    line-height: 20px;
    z-index: 9;
}

.mobileIllustration{
	width: 100%;
    position: absolute;
    bottom: -4px;
    display: none;
}

.stats .smallHeadline{
    margin-bottom: 80px;
}

@media only screen and (max-width: 1200px)  {
	
	.sessionsHolder{
	    width: 475px;
    }
    
    .session:nth-child(2){
	    margin-right: 0px;
    }

}

@media only screen and (max-width: 900px)  {
	
	.landingBg{
		width: 70%;
	}
	
	.landingAnimation{
		width: 70%;
	}
	
	.largeHeadline{
	    font-size: 50px;
		line-height: 56px;
    }
    
    .aboutText p{
        font-size: 20px;
	    line-height: 24px;
    }
    
    .breweryTitle {
	    font-size: 56px;
	    line-height: 62px;
    }
    
    .desktop{
	    display: block;
    }
    
    .mobile{
	    display: none;
    }
    
    .instaGrid .inner {
    	width: 490px;
    }
    
    .instaPic{
        width: 150px;
	    height: 150px;
	    margin-right: 20px;
	    margin-bottom: 20px;
    }

}

@media only screen and (max-width: 600px)  {

	.mobileNavBg{
		display: block;
		width: 100%;
		background: #1a395b;
	    position: fixed;
        height: 50px;
        z-index: 2;
	}
	
	.socialHolder {
		margin-right: 0px;
    }
    
    .socialCircles {
    	width: 100%;
    }
    
    .socialHolder{
	    width: 90%;
	    margin-left: 5%;
    }
    
    .socialCircle {
	    width: 80%;
	    margin-left: 10%;
	    height: 0;
	    padding-bottom: 80%;
	    border-radius: 100%;
	}
	
	footer{
		height: auto;
	    padding-bottom: 200px;
	}
	
	.mobileLanding{
		display: block;
	    width: 75%;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	}
	
	.landingBg{
		display: none;
	}
	
	.landingAnimation{
		display: none;
	}
	
	.cloudContainer{
	    height: 600%;
	}
	
	.header .buyBtn {
    	margin-top: -13px;
    }
    
    .socialIconsHeader{
        margin-top: -14px;
    }
    
    .header .buyBtnBackground {
    	display: none;
	}
	
	.header{
	    left: 0px;
    }
    
    .socialIconsHeader {
    	right: 5px;
    }
    
    .mobile{
	    display: block;
    }
    
    .desktop{
	    display: none;
    }
    
    .instaGrid .inner {
    	width: 90%;
    }
    
    .instaPic{
        float: left;
	    background-size: cover;
	    width: 100%;
	    height: 0;
	    padding-bottom: 100%;
	    margin-right: 26px;
	    margin-bottom: 26px;
    }
    
    .instaPic:nth-child(n+5){
       display: none;
    }
    
    .aboutText .largeHeadline{
        width: 85%;
	    margin: auto;
    }
    
    .sessionsHolder {
	    width: 100%;
	}
	
	.session {
    	width: 100%;
	    margin-top: 50px;
    }
    
    .sessionCircle{
	    margin: auto;
    }
    
    .breweryTitle {
	    font-size: 50px;
	    line-height: 56px;
	}
	
	.cloudMan{
		display: none;
	}
	
	.socialHolder{
	    margin-bottom: 60px;
	}
	
	.socialHolder:nth-child(2) {
    	margin-top: 0px;
	}
	
	.cloud5{
	    position: absolute;
	    top: 1900px;
	    right: -8%;
	    width: 200px;
    }
    
    .mobileIllustration{
		display: block;
	}
	
	.stats {
	    height: 115vh;
	}
	
	.largeHeadline{
	    width: 100%;
	}
	
	.sessionsHolder{
		padding-top: 0px;
	}
	
	.breweryHolder{
		padding-top: 40px;
	}
	
}