@font-face {
	font-family: FranchiseBold;
	src: url("/jakarta.faces.resource/fonts/franchise-bold.woff.html?ln=musicinthewild") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: AmericaMedium;
	src: url("/jakarta.faces.resource/fonts/america-medium.woff.html?ln=musicinthewild") format("woff");
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	font-family: AmericaMedium, sans-serif;
	font-size: 16px;
	color: rgba(255,255,255,.9);
	min-width: 320px;
}

p {
	line-height: 1.75em;
}

h1, h2, h3 {
	font-family: FranchiseBold;
	text-transform: uppercase;
}

h1 {
	margin: .5em 0;
	font-size: 5em;
	text-align: center;
	color: transparent;
	background-image: url("/jakarta.faces.resource/images/mitw-logo-white.svg.html?ln=musicinthewild");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

h2 {
	margin: .75em 0;
	font-size: 7.5em;
	line-height: .95em;
	text-shadow: 2px 2px 2px rgba(0,0,0,.2);
}

h3 {
	margin: 0 0 .4em 0;
	font-size: 5.3em;
}

img + h3 {
	margin-top: .2em;
}

a {
	color: white;
}

a:hover {
	opacity: .7;
}

header, nav, footer {
	padding: 1em;
	background: #1a1a1a;
}

nav {
	text-align: center;
}

nav a {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	border: 2px solid #ff3d00;
	text-decoration: none;
}

footer {
	padding-left: 5em;
	padding-right: 5em;
}

footer ul {
	list-style-type: none;
	font-style: normal;
}

footer sub {
	font-size: 11px;
	line-height: 8px;
}

section, #slideshow {
	display: table;
	width: 100%;
	height: 40em;
	margin: 0;
	background-color: rgba(0,0,0,.1);
	outline: none;
}

section > div, #slideshow > li {
	display: table-cell;
	width: 50%;
	padding: 3.5em 6.5em;
	vertical-align: middle;
	box-sizing: border-box;
}

#slideshow {
	position: relative;
	list-style-type: none;
	padding: 0;
}

#slideshow > li {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

#slideshow .left {
	padding-left: 10%;
}

#slideshow .right {
	padding-left: 40%;
}

#slideshow #item1 {
	background-image: url("/jakarta.faces.resource/images/home/macchu-picchu.jpg.html?ln=musicinthewild");
}
#slideshow #item2 {
	display: none;
	background-image: url("/jakarta.faces.resource/images/home/musician-with-raised-hand-in-four-shape.jpg.html?ln=musicinthewild");
	background-position-y: top;
}

#slideshow #item3 {
	display: none;
	background-image: url("/jakarta.faces.resource/images/home/hikers-looking-over-snowy-mountain.jpg.html?ln=musicinthewild");
}

#concept {
	background-image: url("/jakarta.faces.resource/images/home/music-crowd-with-heart-shaped-hands.jpg.html?ln=musicinthewild");
	background-position-y: top;
}

#concept .left {
	min-height: 30em;
}

#charity .right {
	background-image: url("/jakarta.faces.resource/images/home/shutterstock_200702498-25pct.jpg.html?ln=musicinthewild");
}

#organisers {
	background-image: url("/jakarta.faces.resource/images/home/shutterstock_366801260-25pct.jpg.html?ln=musicinthewild");
	background-position-y: bottom;
}

.cover {
	min-height: 30em;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.shade {
	background-color: rgba(0,0,0,.5);
}

.light {
	color: black;
}

.dark {
	background-color: #1a1a1a;
}

.red {
	background-color: #ff3d00;
}

@media screen and (max-width: 1280px) {
	
	section > div, #slideshow > li {
		padding: 2.5em 3.5em;
	}
}

@media screen and (max-width: 1024px) {
	
	section > div {
		display: block;
		width: 100%;
		min-height: 40em;
	}
	
	section, #slideshow {
		height: 30em;
	}

	#slideshow h2 {
		margin-top: .2em;
	}
	
	#slideshow .left, #slideshow .right {
		padding: 0;
	}

	#concept .left,
	#organisers .left {
		display: none;
	}
}

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

	body {
		font-size: 15px;
	}
	
	h1 {
		font-size: 3em;
	}

	h2 {
		font-size: 5em;
	}
	
	h3 {
		font-size: 4em;
	}
	
	section, #slideshow {
		height: 25em;
	}
	
	#slideshow h2 {
		margin-top: .7em;
	}
	
	section > div, #slideshow > li {
		min-height: auto;
		padding: 2em 2em 1em;
	}
	
	#concept {
		background-position-x: 20%;
	}
	
	footer {
		padding-left: 2em;
		padding-right: 2em;
	}
}
