@font-face {
	font-family: gista_danes;
	src: url('/.font.gista_danes.ttf');
}










body {
	border: 0;
	margin: 0;
	padding: 0 2em;
	background-color:#FFDFEF;
	background-image: repeating-linear-gradient(
		45deg,
		#EFEFEF 0,
		#EFEFEF 1px,
		transparent 0,
		transparent 50%
	);
	background-size: 10px 10px;
	background-attachment: fixed;
	font-family: "Open Sans",sans-serif;
	
}










.header {
	text-decoration: none;
	display: block;
	text-align: center;
	margin: 0 auto 6em auto;
	max-width: 18rem;
	max-width: 21rem;
	background-color: #FFFFFF;
	padding: 3em 0;
	border-width: 0 1px 1px 1px;
	border-color: #BFBFBF;
	border-style: solid;
	filter: drop-shadow(10px 10px 8px #2F3F9F7F);
}
a.header:hover, a.header:active {
	filter: drop-shadow(6px 6px 4px #2F3F9F7F);
}
a.header:hover #chic div.chic, a.header:active #chic div.chic {
	text-decoration: underline;
	text-decoration-color: #FFBFDF;
	text-decoration-thickness: 2px;
	color: #5F5F7F;
}

.header #chic {
	font-family:sans-serif;
	color: #000000;
}
.header #chic .chic {
	font-family: gista_danes;
	font-size: 96px;
	font-size: 120px;
	line-height: 80%;
	color: #2F3F9F;
}
.header #chic .tande {
	font-size: 18px;	
}
.header #chic .amp {
	color: #7F7F9F;
	font-family: gista_danes;
	font-size: 2rem;
}











h1, h2, h3 {
	color: #19317C;
}
h1 {
	font-size: 1.5rem;
	text-align: center;
}
@media screen and (min-width: 768px) {
	body {
		zzzbackground-color: blue;
		zzzcolor: blue;
	}
	h1 {
		font-family: gista_danes;
		font-size:2.625rem;
		font-weight: normal;
	}
}
@media screen and (min-width: 960px) {
	body {
		zzzbackground-color: green;
		zzzcolor: green;
	}
	h1 {
		font-size:3.25rem;
	}
}
h2 {
	font-size:1.25rem;
}
h3 {
	font-size:1rem;
}
h1 a {
	text-decoration-color: #FFBFDF;
	text-decoration-thickness: 2px;
}

h1 a, h2 a, h3 a {
	color: #19317C;
}
h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active {
	color: #5F5F7F;
}











.main {
	margin: 0 auto;
	max-width: 60rem;
}




.content_home, .content_antihero {
	margin: 0 auto;
	padding: 2em 1em;
	border-width: 1px;
	border-color: #BFBFBF;
	border-style: solid;
	background-color: #FFFFFF;
	filter: drop-shadow(10px 10px 8px #2F3F9F7F);
}
@media screen and (min-width: 768px) {
	.content_home .text, .content_antihero {
		padding: 2em;
	}
}





.polaroids {
	text-align: center;
	padding: 0;
}
.polaroids li {
	display: inline-block;
	margin: 0 0 1em 0;
	padding: 0;
	background-color: #FBFBFB;
	max-width: 10rem;
	text-align: center;
}
.polaroids a {
	width: 100%;
	display: block;
}
.polaroids .image img {
	display: block;
	margin: 0;
	width: 100%;
}

@media screen and (min-width: 248px) {
	.polaroids li {
		border-radius: 3px;
		border: 1px solid #DFDFDF;
		margin: 1em;
		padding: 10px;
	}
	.polaroids a {
		text-decoration: none;
	}
	.polaroids li:hover a {
		text-decoration: none;
	}
	.polaroids .image img {
		border:1px solid #DFDFDF;
	}
	.polaroids .caption {
		font-weight: normal;
		padding: 0.5em 0;
		font-family: gista_danes;
		font-size: 1.5rem;
	}
}
@media screen and (min-width: 320px) {
	.polaroids .caption {
		font-size: 2.5rem;
	}
}
@media screen and (min-width: 960px) {
	.polaroids li {
		margin: 1.5em;
	}	
}













.content_antihero .all {
	zzfont-family: gista_danes;
}
.content_antihero .images {
	text-align: center;
}
.content_antihero .images img {
	display: block;
	margin: 0 auto 1em auto;
	width: 100%;
	
}
.content_antihero .content {
	margin-top: 1em;
}
.content_antihero .content-centred {
	text-align: center;
}










.footer {
	text-align: center;
	margin: 6em auto 0 auto;
	max-width: 48rem;
	background-color: #FFFFFF;
	padding: 1em 0;
	border-width: 1px 1px 0 1px;
	border-color: #BFBFBF;
	border-style: solid;
	filter: drop-shadow(10px 10px 8px #2F3F9F7F);

}
