<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Autumn Leaves Jazzfestival
 * Juni 2019
 * Stylesheet
 */

html, body {
	font-family: 'Akkurat-Regular', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #1d1d1b;
	min-width: 800px;
	background-color: #fff;
	min-height: 100%;
}

p {
	margin: 1em 0;
}

a {
	cursor: pointer;
	text-decoration: none;
}

a:active {
	position: relative;
	top: 2px;
}

::selection {
	background:#0baed9;
	color: #fff;
}

h2, h3, h4, h5 {
	font-family: 'Akkurat-Bold', sans-serif;
	color: #1d1d1b;
	background-color: #0baed9;
	padding: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	line-height: 2em;
}

section {
	overflow: hidden;
	position: relative;
	z-index: 5;
}

div.content {
	width: 800px;
	margin: 50px auto;
	text-align: justify;
	padding: 0 5px;
	box-sizing: border-box;
	overflow: hidden;
}

/* Header Nav */
header#header {
	min-width: 800px;
	width: 100%;
	height: 118px;
	position: fixed;
	top: 0; left: 0;
	z-index: 999;
	overflow: hidden;

	-webkit-transition: background 0.5s linear, box-shadow 0.5s linear;
	-moz-transition: background 0.5s linear, box-shadow 0.5s linear;
	-o-transition: background 0.5s linear, box-shadow 0.5s linear;
	-ms-transition: background 0.5s linear, box-shadow 0.5s linear;
	transition: background 0.5s linear, box-shadow 0.5s linear;  
}

header#header h1 {
	width: 149px; height: 0;
	float: left;
	position: relative;
	padding-top: 108px;
	margin: 5px 15px;
	overflow: hidden;
	background: url('../img/autumnleaves-logo.png') no-repeat;
	background-size: 149px 108px;
}

header#header nav ul {
	float: right;
	position: relative;
	width: 505px;
	margin-right: 15px;
	overflow: hidden;
}

header#header nav ul li {
	float: left;
}

header#header nav a {
	font-family: 'Akkurat-Bold', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #1d1d1b;
	line-height: 118px;
	display: block;
	margin: 0 15px;
	font-size: 28px;
}

header#header nav ul li:last-child a {
	margin-right: 0;
}

header#header nav ul li:first-child a {
	margin-left: 0;
}

header.scroll {
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, .8);
}

/* Home slider */
section#home {
	width: 100%; min-height: 538px;
	background: #fff url('../img/backgrounds/background00.jpg') no-repeat center center;
	transition: background 3s ease;
	background-size: cover;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, .8);
}

header#home-logo {
	overflow: hidden;
	margin: 150px auto 25px auto;
	width: 800px;
	height: 300px;
	text-transform: uppercase;
	position: relative;
}

header#home-logo h2 {
	margin-left: 60px;
	line-height: 1em;
	font-size: 4.5em;
	float: left;
	background: none;
	text-shadow: 3px 2px 0 rgba(0,0,0, .4);
}

header#home-logo h2 span {
	display: block;
	position: relative;
	top: 0; left: 0;
	transition: all 0.5s ease 0s;
}

header#home-logo h2 span:nth-child(3) {
	margin-left: 110px;
}

header#home-logo h2:hover span:nth-child(1)  {
	position: relative;
	top: -20px;
	left: -30px;
}

header#home-logo h2:hover span:nth-child(2)  {
	position: relative;
	top: -5px;
	left: -10px;
}

header#home-logo h2:hover span:nth-child(3)  {
	position: relative;
	top: 20px;
	left: 30px;
}

header#home-logo h3 {
	color: #1d1d1b;
	background-color: #ef7f7d;
	width: 240px;
	margin-right: 60px;
	float: right;
	line-height: 1em;
	position: absolute;
	top: 180px; right: 20px;
}

/* Programma */
section#programma {
	box-shadow: 0 4px 4px -4px rgba(0, 0, 0, .8);
}

ul#artiesten li {
	display: block;
	width: 375px;
	height: 375px;
	margin-bottom: 20px;
	float: left;
	overflow: hidden;
	background: url(../img/artiesten.jpg) no-repeat;
	background-size: 750px 2625px;
}

ul#artiesten li:nth-child(odd) {
	margin-right: 10px;
}

ul#artiesten li:nth-child(even) {
	margin-left: 10px;
}

ul#artiesten li div.artist-info {
	width: 375px; height: 375px;
	overflow: hidden;
	background: rgba(11, 174, 217, .3);
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
	font-size: .75em;
	line-height: 1.25em;
	cursor: pointer;
	position: relative;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear; 
}

ul#artiesten li:hover div.artist-info {
	opacity: 1 !important;
}

div.artist-info h4 {
	margin-top: 10px;
	text-align: left;
	font-size: 1.75em;
	line-height: 1em;
	text-transform: uppercase;
}

div.artist-info h5 {
	font-size: 1em;
	line-height: 1.15em;
	margin-top: 10px;
	text-transform: uppercase;
}

div.artist-info p a {
	color: #fff;
	text-decoration: underline;
}

/* ARTIESTEN */
ul#artiesten li#a1 {
	background-position: 0 0;
}


ul#artiesten li#a2 {
	background-position: 0 -1125px;
}


ul#artiesten li#a3 {
	background-position: 0 -375px;
}


ul#artiesten li#a4 {
	background-position: 0px -1875px;
}

ul#artiesten li#a5 {
	background-position: -375px -375px;
}

ul#artiesten li#a6 {
	background-position: -375px 0px;
}

ul#artiesten li#a7 {
	background-position: -375px -750px;
}

ul#artiesten li#a8 {
	background-position: 0px -1500px;
}

ul#artiesten li#a9 {
	background-position: 0 -750px;
}

ul#artiesten li#a10 {
	background-position: -375px -1875px;
}

ul#artiesten li#a11 {
	background-position: -375px -1125px;
}

ul#artiesten li#a12 {
	background-position: -375px -1500px;
}

ul#artiesten li#a13 {
	background-position: 0 -2250px;
}

footer.buttons {
	position: absolute;
	left: 0; bottom: 0;
	width: 355px;
	margin: 10px;
}

a.btn {
	padding: 3px 10px;
	margin-right: 4px;
	color: #ef7f7d;
	overflow: hidden;
	line-height: 20px;
	font-size: .75em;
	border-radius: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Akkurat-Bold', sans-serif;
	-webkit-transition: background 0.3s linear, color 0.3s linear;
	-moz-transition: background 0.3s linear, color 0.3s linear;
	-o-transition: background 0.3s linear, color 0.3s linear;
	-ms-transition: background 0.3s linear, color 0.3s linear;
	transition: background 0.3s linear, color 0.3s linear;  
}

a.btn:nth-child(2) {
	margin-right: 0;
}

a.btn:hover {
	background-color: #00aed8;
	color: #fff;
	text-shadow: none;
}

a.tickets {
	float: left;
}

a.whatsapp, a.facebook, a.twitter, a.ical {
	float: right;
}

/* Live */
section#live {
	width: 100%;
	height: 450px;
	background: #1d1d1b;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, .8);
}

div#video {
	position: relative;
	width: 800px;
	height: 450px;
	margin: auto;
	overflow: hidden;
}

iframe#iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
}

/* Tickets &amp; Info */
section#tickets-info {
	margin-bottom: 50px;
	box-shadow: 0 4px 4px -4px rgba(0, 0, 0, .8);
}

section#tickets-info a {
	text-decoration: underline;
	color: #222;
}

ul.logos {
	height: 80px;
	overflow: hidden;
	margin: 30px auto 0 auto;
}

ul.logo-top {
	width: 630px;
}

ul.logo-bottom {
	width: 520px;
}

ul.logos li {
	float: left;
	overflow: hidden;
}

ul.logos li a {
	margin: 0 14px;
	display: block;
}

ul.logos li a#deklep {
	width: 54px; height: 0;
	padding-top: 80px;
	background: url('../img/deklep.png') no-repeat;
	background-size: 54px 80px;
}

ul.logos li a#maaspoort {
	margin-top: 10px;
	width: 144px; height: 0;
	padding-top: 40px;
	background: url('../img/maaspoort.png') no-repeat;
	background-size: 144px 40px;
}

ul.logos li a#takefive {
	width: 70px; height: 0;
	padding-top: 60px;
	background: url('../img/takefive.png') no-repeat;
	background-size: 70px 60px;
}

ul.logos li a#grenswerk {
	margin-top: 10px;
	width: 144px; height: 0;
	padding-top: 40px;
	background: url('../img/grenswerk.png') no-repeat;
	background-size: 144px 40px;
}

ul.logos li a#domani {
	margin-top: 15px;
	width: 144px; height: 0;
	padding-top: 19px;
	background: url('../img/domani.png') no-repeat;
	background-size: 144px 19px;
}

ul.logos li a#calicojack {
	margin-top: 15px;
	width: 144px; height: 0;
	padding-top: 49px;
	background: url('../img/calicojack.png') no-repeat;
	background-size: 144px 49px;
}

ul.logos li a#pelgrimshoes {
	width: 56px; height: 0;
	padding-top: 80px;
	background: url('../img/pelgrimshoes.png') no-repeat;
	background-size: 56px 80px;
}

ul.logos li a#jacobskapel {
	margin-top: 15px;
	width: 144px; height: 0;
	padding-top: 51px;
	background: url('../img/jacobskapel.png') no-repeat;
	background-size: 144px 51px;
}

/* Footer */
footer#footer {
	background: #1d1d1b;
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -999;
}

footer#footer p {
	font-style: italic;
	margin: 0;
	line-height: 50px;
	text-align: center;
	font-size: .75em;
	color: #fff;
}

/* Come-in effect */
.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s; /* So they look staggered */
}

@keyframes come-in {
  to { transform: translateY(0); }
}

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

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

@font-face {
	font-family: 'Merriweather';
	src: url('../upl/fonts/Merriweather-Regular.eot');
	src: url('../upl/fonts/Merriweather-Regular.eot?#iefix') format('embedded-opentype'),
		url('../upl/fonts/Merriweather-Regular.woff2') format('woff2'),
		url('../upl/fonts/Merriweather-Regular.woff') format('woff'),
		url('../upl/fonts/Merriweather-Regular.ttf') format('truetype'),
		url('../upl/fonts/Merriweather-Regular.svg#Merriweather-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}</pre></body></html>