/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* Custom code
   Qikker Online | Eelco
*/
* {
	box-sizing: border-box;
}

::selection {
  background: #f6668a; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #f6668a; /* Gecko Browsers */
}


body {
	min-height: 100%;
	padding-top: 75px;
	background: url( '../img/bg.jpg' ) no-repeat bottom center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.line-up {
	max-width: 100%;
}

@media only screen and (max-width: 620px) {

	body {
		padding-top: 55px;
	}
}

@media only screen and (max-width: 460px) {

	body {
		padding-top: 45px;
	}
}

/* Header */
header {
	position: fixed;
	top: 0;
	height: 75px;
	padding: 15px 20px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

header a.button {
	display: block;
	float: left;
	height: 45px;
	padding: 0 12px;
	background-color: #e22f5b; 
	border-radius: 4px;
	font-size: 24px;
	line-height: 45px;
	color: #fff;
	text-decoration: none;
	font-family: 'montserratlight';
	text-transform: uppercase;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}

	header a.button:hover {
		background-color: #f6668a;
	}

header div.social {
	float: right;
	height: 45px;
}

header div.social a {
	display: block;
	float: left;
	height: 45px;
	width: 45px;
	margin-left: 15px;
	padding: 0 12px;
	background-color: #000;
	text-decoration: none;
}

header div.social a span.icon {
	display: block;
	width: 45px;
	font-size: 30px;
	color: #fff;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}

	header div.social a:hover span.icon {
		color: #f6668a; 
	}

	.icon-facebook {
		margin-top: 9px;
		margin-left: -4px;
	}

	.icon-twitter {
		margin-top: 7px;
		margin-left: -2px;
	}

	.icon-youtube {
		margin-top: 7px;
		margin-left: -4px;
	}

	.icon-soundcloud {
		margin-top: 7px;
		margin-left: -4px;
	}

	.icon-instagram {
		margin-top: 7px;
		margin-left: -4px;
	}

	.icon-envelope {
		margin-top: 7px;
		margin-left: -5px;
	}


@media only screen and (max-width: 620px) {

	header {
		height: 55px;
		padding: 10px 15px;
	}

	header a.button {
		height: 35px;
		padding: 0 12px;
		font-size: 24px;
		line-height: 35px;
	}

	header div.social {
		height: 35px;
	}

	header div.social a {
		height: 35px;
		width: 35px;
		margin-left: 10px;
		padding: 0 12px;
	}

	header div.social a span.icon {
		width: 35px;
		font-size: 22px;
	}

	.icon-facebook {
		margin-top: 7px;
		margin-left: -5px;
	}

	.icon-twitter {
		margin-top: 7px;
		margin-left: -4px;
	}

	.icon-youtube {
		margin-top: 6px;
		margin-left: -5px;
	}

	.icon-soundcloud {
		margin-top: 7px;
		margin-left: -5px;
	}

	.icon-instagram {
		margin-top: 7px;
		margin-left: -5px;
	}

	.icon-envelope {
		margin-top: 7px;
		margin-left: -6px;
	}
}

@media only screen and (max-width: 460px) {

	header {
		height: 45px;
		padding: 8px 8px;
	}

	header a.button {
		height: 30px;
		padding: 0 10px;
		font-size: 18px;
		line-height: 30px;
	}

	header div.social {
		height: 30px;
	}

	header div.social a {
		height: 30px;
		width: 30px;
		margin-left: 3px;
		padding: 0 12px;
	}

		header div.social a.first {
			margin-left: 0;
		}

	header div.social a span.icon {
		width: 30px;
		font-size: 16px;
	}

	.icon-facebook {
		margin-top: 8px;
		margin-left: -5px;
	}

	.icon-twitter {
		margin-top: 8px;
		margin-left: -4px;
	}

	.icon-youtube {
		margin-top: 7px;
		margin-left: -5px;
	}

	.icon-soundcloud {
		margin-top: 7px;
		margin-left: -5px;
	}

	.icon-instagram {
		margin-top: 7px;
		margin-left: -5px;
	}

	.icon-envelope {
		margin-top: 7px;
		margin-left: -5px;
	}
}



/* Hashtag */
a.hashtag {
	float: right;
	margin: 20px 20px 0 0;
	font-family: 'CharlemagneStd-Bold';
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	font-variant: small-caps;
	color: #000;
	text-decoration: none;
}

	/*a.hashtag:hover {
		text-decoration: underline;
	}*/

@media only screen and (max-width: 620px) {

	a.hashtag {
		margin: 10px 15px 0 0;
		font-size: 28px;
	}
}

@media only screen and (max-width: 460px) {

	a.hashtag {
		margin: 10px 10px 0 0;
		font-size: 22px;
	}
	
	#youtube-beasty {
		width: 280px;
		height: 158px;
		
	}
}

/* Flyer */
div.svg {
	width: 620px;
	margin: 50px auto;
}

div.png {
	width: 750px;
	margin: 50px auto;
	padding: 0 10px;
}

object {
	width: 100%;
}

@media only screen and (max-width: 980px) {

	div.svg {
		max-width: 620px;
		width: 100%;
		padding: 60px;
	}
	
	div.png {
		max-width: 620px;
		width: 100%;
/*		padding: 60px;*/
	}
}

@media only screen and (max-width: 620px) {

	div.svg {
		margin: 20px auto;
		padding: 30px;
	}
	
	div.png {
		margin: 20px auto;
		padding: 10px;
	}
}



/* Content */
section.content {
	width: 100%;
	margin-bottom: 60px;
	text-align: center;
}

section.last-section {
	margin-bottom: 130px;
}

section.content h1 {
	font-family: 'CharlemagneStd-Bold';
	font-size: 30px;
	line-height: 1;
}

section.content hr {
	margin: 18px 0;
	border: none;
	background-image: url( '../img/seperator.png' );
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 16px;
}

section.content p {
	margin-bottom: 35px;
	font-family: 'CharlemagneStd-Bold';
	font-size: 22px;
	line-height: 1.6;
	font-variant: small-caps;
}

@media only screen and (max-width: 980px) {

	section.content {
		padding: 0 80px 0px 80px;
	}
}


@media only screen and (max-width: 620px) {

	section.content {
		padding: 0 40px 0px 40px;
	}

	section.content h1 {
		font-size: 20px;
	}

	section.content p {
		font-size: 18px;
	}
}


@media only screen and (max-width: 460px) {

	section.content {
		padding: 0 20px 0px 20px;
	}

	section.content p {
		font-size: 14px;
	}
}
