*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	font-family: "Roboto", sans-serif;
	color: black;
	position: relative;}
.noscroll{
	height: 100vh;
    overflow: hidden;
}
/** Text styling **/
h1, h2, h3, h4, h5, h6{
    -webkit-margin-before: .5em;
    -webkit-margin-after: .5em;
}
.nomargin{
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
.extramargin{
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
}
h1{
	font-size: 4rem;
	font-weight: 100;
}
h2{
	font-size: 3rem;	
	font-weight: 100;
}
h3{
	font-size: 2.25rem;	
	font-weight: 100;		
}	
h4{
	font-size: 1rem;
	font-weight: 300;		
}
h5{
	font-size: .8rem;
	font-weight: 300;	
}
h6{
	font-size: .6rem;
	font-weight: 300;	
}
@media screen and (min-width: 800px) {
	h1{
		font-size: 4.5rem;
		font-weight: 100;
	}
	h2{
		font-size: 3.75rem;	
		font-weight: 100;
	}
	h3{
		font-size: 2.5rem;	
		font-weight: 100;		
	}	
	h4{
		font-size: 1.8rem;
		font-weight: 300;		
	}
	h5{
		font-size: 1.2rem;
		font-weight: 300;	
	}
	h6{
		font-size: .8rem;
		font-weight: 300;	
	}
}
@media screen and (min-width: 1200px) {
	h1{
		font-size: 5rem;
		font-weight: 100;
	}
	h2{
		font-size: 4rem;	
		font-weight: 100;
	}
	h3{
		font-size: 3rem;	
		font-weight: 100;		
	}	
	h4{
		font-size: 2rem;
		font-weight: 300;		
	}
	h5{
		font-size: 1.5rem;
		font-weight: 300;	
	}
	h6{
		font-size: 1rem;
		font-weight: 300;	
	}
}
.thintext{
	font-weight: 100;	
}
.uppertext{
	text-transform: uppercase;
}
.graytext{
	color: #555555;
}
.italictext{
	font-style: italic;
}
ul{
	padding: 0;
}
ul li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/** Header, nice and responsive **/
#flexheaderbar{
	position: fixed;
	width: 100%;
	min-height: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #F4F4F4;
	margin-top: 0;
	border-bottom: solid 1px #077524;
	z-index: 5000;
	list-style: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 3vw;
	padding-right: 3vw;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#flexheaderbar a,
	a:link,
	a:visited,
	a:active	{
		color: inherit;
		text-decoration: inherit;
		font-weight: inherit;
}
#flexheaderbar a:hover{
	color: #077524;
	text-decoration: inherit;
	font-weight: inherit;
}	
#flexheaderbar li{
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	margin-left: 10px;
	margin-right: 10px;
	min-height: 2rem;
}
#flexheaderbar li:nth-child(1) {
	margin-left: 2px;
	margin-right: auto;
}
/** smallest res first **/
#flexheaderlogo{
	display: none;
}
#flexheaderlogoimg{
	height:75%;
	width:75%;
	margin-top: 12.5%;
	margin-bottom: 12.5%;
}
#flexheadertwname{
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
}
#flexheaderburger{
	font-size: 1.6rem;
	height: 0;
}	
#flexheaderbar.responsivenavhoriz .flexheadernav{
	padding-top: 6px;
	display: none;
	font-size: 1.2rem;
}
#flexheaderburger{
	display: none;
}
/** screen size adjustments **/
@media screen and (min-width: 325px) {
	#flexheaderlogo{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	#flexheadertwname{
		width: auto;
		text-align: left;
		font-size: 1.5rem;
	}
	#flexheaderburger{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: auto;
	}
}
@media screen and (min-width: 1100px) {
	#flexheaderburger{
		display: none;
	}
	#flexheaderbar.responsivenavhoriz .flexheadernav{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
/** vert layout **/
.responsivenavhoriz{
	-ms-flex-wrap: no-wrap;
	    flex-wrap: no-wrap;
}
.responsivenavvert{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.responsivenavvert .flexheadernav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-top: 8px;
	padding-bottom: 2px;
}

/** ~~~~~~shared elements~~~~~~ **/
.linkbutton{
	background-color: #F4F4F4;
    border: 3px solid #077524;
    color: black;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
	cursor:pointer;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.linkbutton:hover{
	background-color: #077524;
	color: #F4F4F4;
}
.is-active{
	background-color: #077524;
	color: #F4F4F4;
}
.flexcontainerrow{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}
.flexcontainercolumn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}
.flexcontainercanwrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.flexcontainerstart{
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
/** flex item adjustments **/
.flexitembasis25{
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 25%;
	        flex: 1 0 25%;
}
.flexitembasis33{
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 33%;
	        flex: 1 0 33%;
}
.flexitembasis50{
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}
.flexitembasis75{
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 75%;
	        flex: 1 0 75%;
}
.flexitembasis100{
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 100%;
	        flex: 1 0 100%;
}
.flexitemsingle{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.flexitemdouble{
	-webkit-box-flex: 2;
	    -ms-flex-positive: 2;
	        flex-grow: 2;
}
.flexitemtriple{
	-webkit-box-flex: 3;
	    -ms-flex-positive: 3;
	        flex-grow: 3;
}

/** different row types **/
.tinyrow{
	min-height: 100px;
}
.shortrow{
	min-height: 200px;
}
.midrow{
	min-height: 400px;
}
.tallrow{
	min-height: 600px;
}
.fullrow{
	min-height: 100vh;
}
.slopedboth{
	margin-top: -12vw;
	margin-bottom: -12vw;
	padding-top: 12vw;
	padding-bottom: 12vw;
	-webkit-clip-path: polygon(0 12vw, 100% 0, 100% calc(100% - 12vw), 0 100%);
	        clip-path: polygon(0 12vw, 100% 0, 100% calc(100% - 12vw), 0 100%);
}
.slopedbot{
	margin-bottom: -12vw;
	padding-bottom: 12vw;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12vw), 0 100%);
	        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12vw), 0 100%);
}
.slopedtop{
	margin-top: -12vw;
	padding-top: 12vw;
	-webkit-clip-path: polygon(0 12vw, 100% 0, 100% 100%, 0 100%);
	        clip-path: polygon(0 12vw, 100% 0, 100% 100%, 0 100%);
}
.parentheightrow{
	height: 100%;
}
.paddedboth{
	padding-top: 14%;
	padding-bottom: 18%;
}
.paddedtop{
	padding-top: 14%;
}
.paddedbot{
	padding-bottom: 18%;
}
.paddedcolumn{
	padding-left: 5%;
	padding-right: 5%;
}
.headedrow{
	margin-bottom: .5em;
}
/** color and text **/
.graystrip{
	background-color: #333333;
	color: #F4F4F4;
}
.whitestrip{
	background-color: #F4F4F4;
	color: black;
}
.brownstrip{
	background-color: #8e8072;
	color: #F4F4F4;
}
.colorstrip{
	background-color: #077524;
	color: #F4F4F4;
}
.woodstrip{
	background-image: url("../img/background-tree-wood.jpg");
	background-size: cover;
}
.snowstrip{
	background-image: url("../img/background-snow.jpg");
	background-size: cover;
}
.textonimage{
	background-color: rgba(0,0,0,0.4);
	color: #F4F4F4;
}
.highlighttext{
	color: #077524; }

/** parallax stuff **/
.parallax-window {
	width: 100%;
}

/** inner alignment **/
.contentsectioninner{
	width: 100vw;
}
@media screen and (min-width: 400px) {
	.contentsectioninner{
		width: 92vw;
		margin-left: 4vw;
		margin-right: 4vw;
	}
}
@media screen and (min-width: 600px) {
	.contentsectioninner{
		width: 88vw;
		margin-left: 6vw;
		margin-right: 6vw;
	}
}
@media screen and (min-width: 1400px) {
	.contentsectioninner{
		width: 84vw;
		margin-left: 8vw;
		margin-right: 8vw;
	}
}
@media screen and (min-width: 1800px) {
	.contentsectioninner{
		width: 80vw;
		margin-left: 10vw;
		margin-right: 10vw;
	}
}
.leftaligned{
	-webkit-box-pack: left;
	    -ms-flex-pack: left;
	        justify-content: left;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	text-align: left;
}

/** extra details **/
.blockimg{
	display: block;
}
.headerimg{
	height: 240px;
    width: 100%;
	display: block;
}
.linebreak{
	width: 80px;
	height: 2px;
	background-color: #077524;
	margin-top: .5rem;
	margin-bottom: .5rem;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0;
	        flex: 0 0;
}
.linebreak.medline{
	width: 50%;
}
.linebreak.longline{
	width: 100%;
}
.vertlinebreak{
	background-color: #077524;
	height: 80px;
	width: 2px;
	margin: 10px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 2px;
	        flex: 0 0 2px;
}
.tallbreak{
	height: 280px;
}
.borderbot{
	border-bottom: 1px solid;
	border-color: #077524;
}

/** Decoration **/
.titlecont{
	position: relative;
	z-index: 100;
}
.underplane{
    background-color: #077524;
    opacity: .2;
    height: 30%;
    width: 120%;
	min-width: 300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-clip-path: polygon(5vw 0%, 100% 0%, calc(100% - 5vw) 100%, 0% 100%);
            clip-path: polygon(5vw 0%, 100% 0%, calc(100% - 5vw) 100%, 0% 100%);
    position: absolute;
    bottom: 15%;
    z-index: -1;
}

/** Music **/
.spotifyframe{
	width: 90vw;
	height: 278px;
}
	@media screen and (min-width: 800px) {
		.spotifyframe{
			width: 70vw;
		}
	}
	@media screen and (min-width: 1200px) {
		.spotifyframe{
			width: 50vw;
		}
	}
	
/** Shows **/

#tl-widget-wrapper-8b2f8b22-a595-40be-89c6-2602be492b42{
	min-width: 70%;
	max-width: 1200px;
}
#showcont{
	max-width: 1200px;
}
.showrow{
	width: 100%;
}
.showrow li{
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	margin-left: 6%;
	min-height: 2rem;
}
.showrow li:nth-child(1) {
	margin-left: 0;
}
.showrow li:nth-child(3) {
	margin-right: auto;
}

/** Video **/
#videogallery{
	max-width: 1200px;
}
.videoframecont{
	-webkit-box-flex: 1 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
	margin-left: 20px;
	margin-right: 20px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	font-style: italic;
}
.videoframecont.active{
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
	margin-bottom: 40px;
}
.videothumb{
	width:100%;
	cursor:pointer;
}
.videoframewrapper{
	display: none;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoframewrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	@media screen and (min-width: 800px) {
		.videoframe{
			width: 70vw;
			height: calc(70vw * .5625);
		}
	}
	@media screen and (min-width: 1200px) {
		.videoframe{
			width: 50vw;
			height: calc(50vw * .5625);
		}
	}

/** Store **/
.storeitem{
	-webkit-box-flex: 1 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	border: 2px solid #077524;
	background-color: rgba(7,117,36,.2);
	margin:20px;
	max-width: 320px;
}
.storeimg{
	height: 300px;
}
.storeitem .linkbutton{
	position: relative;
	top: 10px;
}

#footerrow{
	-webkit-box-align: bottom;
	    -ms-flex-align: bottom;
	        align-items: bottom;
	
}
#footerrow h6{
	font-size: .5rem;
	text-align: right;
}