body, html {
	margin: 0;
	padding: 0;
}

html {
	font-family: "source-sans-pro", Helvetica, sans-serif;
	color: white;
	font-size: 100%;
}

body {
	background-color: #000;
	background-image: url("img/bg-pattern.jpg");
	background-position: bottom left;
	background-attachment: fixed;
	background-repeat: repeat-x;
	position: relative;
	font-size: 14px;
}

p a {
    color: #68c4a7;
    text-decoration: none;
    border-bottom: 1px dotted #68c4a7;
}




main {
	padding-top: 60px;
	padding-left: 60px;
	padding-right: 30vw;
	position: relative;
	z-index: 10;
}

img#hand {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 5;
	width: 45vw;
}


ul#organizers {
    list-style:none;
    margin: 0;
    padding: .5em 0;
}

ul#organizers img {
    border: none;
	height: 32px;
}

ul#organizers li {
    list-style: none;
    display: inline-block;
    padding-right: 3em;
    margin-right: 3em;
    border-right: 2px solid #888;
}

ul#organizers li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


main h1,main h2,main h3 {
	font-family: "bebas-neue-by-fontfabric",Impact,sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

main h1 {
	font-size: 10vw;
	line-height: 1;
	margin-top: .4em;
	margin-bottom: .05em;
	color: #68c4a7;
}

main h2 {
	font-size: 3vw;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: 400;
}

main h3 {
	text-align: center;
	font-size: 2vw;
	line-height: 1;
	margin-bottom: 1em;
	border-top: 1px solid white;
	padding-top: 1em;
}

#embed main h2 {
	margin-bottom: .5em;
}

#embed main h4 {
	font-weight: normal;
	font-style: italic;
	font-size: 2.5vw;
	margin-top: 0;
	line-height: 1;
	margin-bottom: 2em;
	color: #68c4a7;
}

section#description,section#more {
	font-size: 18px;
	margin-top: 3em;
	margin-bottom: 3em;
	padding-right: 20vw;
}

section#more {

}

#more aside {
    display: inline-block;
	clear: left;
	box-sizing: border-box;
    width: 48%;
    background: #3d3d3d;
    margin-right: 3%;
    margin-bottom: 2em;
    padding: 1.5em;
	padding-bottom: 1.8em;
    border-radius: 16px;
    text-align: center;
}

#more aside:nth-of-type(2n) {
	margin-right: 0;
}

#more aside p {
    display: block;
    line-height: 1.4;
    margin-top: 0;
}

#more aside p img {
	width: 100%;
	border: 0;
}

#more aside p a {
	border-bottom: none;
}

#more aside a.button {
    box-sizing: border-box;
    display: block;
    width: 100%;
}


body > footer {
    padding-top: 5em;
    padding-bottom: 1em;
	padding-left: 2em; padding-right: 1em;
    color: #ddd;
	position:relative;
	z-index:20;
}

p {
	line-height: 1.6;
}

p.quote {
	font-style: italic;
	font-weight: bold;
	line-height: 1.5;
	font-size: 120%;
	color: #68c4a7;
}

 p.quote span {
	white-space: nowrap;
	font-weight: normal;
	font-style: normal;
	font-size: 90%;
	color: #ccc;
}


ul.buttons {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1.5em;
}

ul.buttons li {
    display: inline-block;
    margin-right: 1.5em;
}

ul.buttons li a {
    display: inline-block;
}

ul.buttons a, a.button {
    color: white;
    background: #555;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: .5em 1em;
    border-radius: 5px;
    box-shadow: 0 7px 0 #3d3d3d, 0 7px 0 3px #d5d5d5;
}

ul.buttons a::before, a.button::before {
    margin-right: .8em;
}


ul.buttons a.feature, a.button.feature {
    background: #68c4a7;
    box-shadow: 0 7px 0 #3e7865, 0 7px 0 3px #999999;
}

ul.buttons a.light, a.button.light {
    color: #5a5a5a;
    background: #d5d5d5;
    box-shadow: 0 7px 0 #a0a0a0, 0 7px 0 3px #666666;
}

#action ul.buttons {
	font-size: 1.75vw;
}



@media screen and (max-width:1199px) {
	
body {
	background-image: none;
}
	
#site img#hand {
	top: -15vw;
	width: 80%;
	opacity: .4;
}

#embed img#hand {
	width: auto;
	height: 90vh;
}

main {
	padding-top: 40px;
	padding-left: 60px;
	padding-right: 60px;
}

#embed main {
	padding: 30px;
	padding-top: 20px;
}

#embed main h1 {
	margin-top: 0;
}

main h1 {
	font-size: 13vw;
}

main h2 {
	font-size: 4vw;
}

main h3 {
	font-size: 4vw;
}

#action ul.buttons {
	font-size: 2.25vw;
}
	
}

@media screen and (max-width:967px) {
	
section#description,section#more {
	font-size: 18px;
	margin-top: 3em;
	margin-bottom: 3em;
	padding-right: 0;
}

@media screen and (max-width:650px) {
	
main {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	z-index: 10;
}

main h2 {
	font-size: 24px;
}

main h3 {
	font-size: 24px;
}
	#site ul.buttons li, #site ul.buttons li a {
		font-size: 18px;
		box-sizing: border-box;
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1.5em;
	}
	
	    #more aside {
        float: none;
        width: 100%;
        box-sizing: border-box;
        background: #3d3d3d;
        margin: 0 0 1em 0;
        padding: 2em;
        border-radius: 16px;
    	  text-align: center;
	}
body > footer {
    padding-top: 1em;
}
	
}