@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;	
}

html, body {
	font-size: 1em tahoma, verdana, arial, sans-serif;
	color:#fff;
	background-color: #000;	
}

img {
	max-width: 100%;
}

#container {
	max-width: 43.125em; /*690px/16px */
	margin: 0 auto;
}

#content {
background:url(pictures/background-flyer.png)no-repeat;
position: relative
z-index: 0;
padding: 0 1em 1em 1em;
}

#decorative-divider {
	max-width: 13.5em; /* 216px /16px */
	margin: 0 auto;
}

#footer {
	max-width: 43.125em; /*690px/16px */

}

ul.details {
	font-family: tahoma, sans-serif;
	font-size: 0.75em; /*12px */
	line-height: 1.25em;
	margin-top: 0;
}

ul.details li {
	list-style-type:none;
}

ul#footer-social {
	width: 36%;/* 248.4px / 690px */
	height: auto;
	margin: 0 auto;
	padding-right: 0%;
}

ul#footer-social li {
	display: inline;
	list-style-type: none;	
}

a#instagram {
	width: 16.5%; /* 41px/248.4px */
	height: 2.5em;
	display: block;
	background: url(pictures/social-media/instagram-logo.png) no-repeat;
	text-indent: -1000em;	
	float: left;
	margin-right: 10px;
}

a#twitter {
	width: 16.1%; /* 40px/248.4px */
	height: 2.5em;
	display: block;
	background: url(pictures/social-media/x-logo.png) no-repeat;
	text-indent: -1000em;	
	float: left;
	margin-right: 10px;
}

a#facebook {
	width: 59.18%; /* 147px/248.4px */
	height: 1.875em;
	display: block;
	background: url(pictures/social-media/facebook-logo.png) no-repeat;
	text-indent: -1000em; 	
	float: left;
	margin-right: 0;
}

.flyer {
	float:right;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

h1 {
	font-size: 0.75em; /*12px */
}



p {
	font-family: tahoma, sans-serif;
	font-size: 0.75em; /*12px */
	line-height: 1.25em;
	margin-top: 1.25em;
}

#credits {
	width:auto;
	clear: left;
	margin: 0 auto;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 10px;
	}

a#credits-link {
	text-decoration: none;
	color:#fff;
}

a#credits-link:hover {
	text-decoration: line-through;

}

a#festival-link {
	text-decoration: underline;
	color:#fff;
}

a#festival-link:hover {
	text-decoration: line-through;

}

@media screen and (max-width:1000px) {
	
	/* FOOTER */	
	ul#footer-social {
		width: 75%;
	}
}

@media screen and (max-width:855px) {

		/* FOOTER */	
	ul#footer-social {
		width: 75%;
	}

}

@media screen and (max-width: 800px) {

ul#footer-social {
		width: 75%;
	}

}

@media screen and (max-width: 768px) {
ul#footer-social {
		width: 75%;
	}
}

@media screen and (max-width: 685px) {
ul#footer-social {
		width: 75%;
	}
}

@media screen and (max-width:640px) {
ul#footer-social {
		width: 75%;
	}
}

@media screen and (max-width: 603px) {
ul#footer-social {
		width: 75%;
	}
}

@media screen and (max-width:568px){
ul#footer-social {
		width: 75%;
	}
}

@media screen and (max-width:533px){
ul#footer-social {
		width: 75%;
	}
}

@media screen and (max-width:480px) {
ul#footer-social {
		width: 75%;
	}
}

@media screen and (max-width:360px) {
ul#footer-social {
		width: 75%;
	}
}

@media screen and (max-width: 320px) {
ul#footer-social {
		width: 75%;
	}
}

@media screen and (max-width: 270px) {
ul#footer-social {
		width: 75%;
	}
}


