@media (min-width: 64em) {

	/* text */
	
	/* header */
	
	.navigation{
		font-size: 62px;
    	line-height: 48px;
	}
	
	/* content */
	
	.text{
		margin-bottom:1em;
	}
	.text-header{
		margin-bottom:0.75em;
	}
	.text p,.text ul,h2{
		font-size: 19px;
   		line-height: 27px;
	}
	
	/* events */
	.list-feature .teaser-item:nth-child(2) .teaser-info{
		font-size:30px;
	}
	.list-feature .teaser-item:nth-child(2) .teaser-title{
		font-size:36px;
	}
	
	/* event */
	.event-info{
		font-size: 23px;
    }
	.event-notes{
		font-size: 26px;
	}
	.event-artists{
		font-size: 26px;
    }
    .event-artist:first-child{
		letter-spacing: 1px; 	
	}
	.event-artist--featured{
		letter-spacing: 1px; 
	}
	.event-links{
		font-size: 19px;
   		line-height: 27px;
	}
	
	/* reels */
	article.reels{
    	font-size: 26px;
	}


	/* service */	
	.service-title{
		font-size:34px;
	}	

	
	
	
	/* layout */
		
	.block{		
		width:60em;
		margin-bottom:5em;
	}
	.content{
		margin-bottom:3em;
	}
	
	/* header */
	.header{
		margin-bottom:3em;
	}
	.masthead{
		padding-right:16px;
	}
	.navigation{
		padding-left:14px;	
	}
	.logo{
		width:160px;
	}	

	/* footer */
	.footer-column{
		padding-left:1em;
	}
	.footer-column:first-child{
		padding-right:1em;
	}	
	
	
	
	
	
	/* events */
	
	.list-current{
		margin-bottom:8em;
	}

	/* teaser */
	.teaser-item{
		margin-left:1.687em;
		margin-bottom:1.687em;
	}
	.teaser-item:nth-child(odd){
		margin-left:1.688em; /* overwrite smaller version */
	}
	.teaser-item:nth-child(3n+1){
		margin-left:0em; /* new layout */	
	}
	/* feature */
	.list-feature .teaser-item:nth-child(3n+1){
		margin-left:1.688em; /* overwrite standard layout */	
	}
	.list-feature .teaser-item:nth-child(3n+3){
		margin-left:0em; /* first item in row */	
	}
	.list-feature .teaser-item:nth-child(1){
		margin-left:0em; /* first item in row */	
	}
				
	/* card */
	.box{
		width:9.188em;
		height:13em;
	}
	.box-section{
		width:18.875em;
	}
	.list-feature .teaser-item:nth-child(-n+2) .box{
		width:18.875em;
		height:26.688em;
	}
	.list-feature .teaser-item:nth-child(2) .box-text{
		padding:1em;
	}
	.list-feature .teaser-item:nth-child(2) .box-image{
		margin-right:1.688em;
	}
	
	
	/* event */

	.column{
		width:48%;
	}
	.column:first-child{
		margin-left:4%;
	}
	
	/* media */
	.flyer{
		margin-bottom:2em;
	}
	
	/* food */
	.meal .flyer img{
        margin-bottom:2em;
    }
    
	/* shop */
	.product .flyer img{
        margin-bottom:2em;
    }
	
}