/* normalize */
progress,sub,sup{vertical-align:baseline}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} figcaption, menu,article,aside,details,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0} [hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700} select,button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:-moz-focusring,input:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}

/* vendor */
.collapse h3 + div {
  height: 0px;
  padding: 0px;
  overflow: hidden;
  background: transparent;
  display: block !important;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
  moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition:all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.collapse .content {
  padding: 10px;
}

.collapse h3.open + div {
  height: auto;
  opacity: 1;
}
.collapse h3 .icon {
	-webkit-transition: transform 0.3s ease;
	moz-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	-ms-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	font-size: 60px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.collapse h3.open .icon {
	transform-origin: 50% 50%;
	transform: rotate(45deg);
}
.collapse h3 {
	margin: 0 auto;
}
.collapse h3 a {
	border-bottom: none;
}

/* globals */
* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a {
	color: #fff;
	text-decoration: none;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	border-bottom: 1px solid #9b00fa;
}
a:hover {
	border-bottom: 1px solid transparent;
	color: #9b00fa;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/* icomoon */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */


/* swerlk */
body {
	background-image: url('../img/bg_stripe.png');
	background-size: 100%;
	background-repeat: repeat-y;
	font-size: 24px;
	color: #231f20;
	position: relative;
	padding-top: 1px;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
body.reveal {
	opacity: 1;
}

.wondersound {
	position: absolute;
	top: 20px;
	left: 20px;
}
.wondersound img {
	width: 58px;
	height: auto;
}

.logo {
	width: 360px;
	margin: 1em auto 0;
}
.logo img {
	width: 100%;
	vertical-align: top;
}

.video-container {
	/*width: 80%;*/
	max-width: 1080px;
	/*width: 100%;*/
	margin: 4em auto 4em;
	position: relative;
	/*border: 10px solid #231f20;*/
}
.video-container > .inner {
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
	margin: 0 auto;
}
.video-container iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

.copy {
	width: 100%;
	padding: 72px 48px;
	background-color: #231f20;
	margin: 0 auto 4em;
	color: #fff;
	/*text-align: center;*/
}
.copy > .inner {
	width: 80%;
	margin: 0 auto;
}
h2 {
	max-width: 1366px;
	font-size: 76px;
	line-height: 1.15;
	margin: .75em auto 2em;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700; 
	font-style: italic;
	letter-spacing: -.05em;
}
h2 strong {
	font-weight: 700;
	margin: 0 auto 2em;
}

h3 {
	font-size: 48px;
	line-height: 1.15;
	margin: 0 auto 1.5em;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700; 
	font-style: italic;
	letter-spacing: -.05em;
}
h4 {
	margin-bottom: 1.5em;
}
p {
	max-width: 1080px;
	font-size: 24px;
	line-height: 1.4;
	margin: 1.2em auto;
	letter-spacing: .025em;
}
p a {
	font-weight: 700;
}

.donate {
	text-align: center;
}
.button {
	border: 3px solid #fff;
	display: inline-block;
	padding: .6em 1em;
	margin: 3em auto 0;
}
.button:hover {
	background-color: #9b00fa;
	/*color: #231f20;*/
	/*color: #9b00fa;*/
	color: #fff;
	border: 3px solid #9b00fa;
}
.button h3 {
	margin: 0;
}
label,
.label {
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	display: block;
}
.collapse label {
	padding: 2em 0 2em;
}
.rainbow span {
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease; 
}

.rainbow .red {
	color: #ff000e;
}
.rainbow .orange {
	color: #ff9501;
}
.rainbow .yellow {
	color: #fee801;
}
.rainbow .green {
	color: #01e143;
}
.rainbow .blue {
	color: #0a61fe;
}
.rainbow .purple{
	color: #9b00fa;
}

.contact {
	margin: 5em auto 2em;
	max-width: 960px;
}
ul {
	list-style: none;
	text-indent: 0;
	margin: 0 0 3em;
	padding: 0;
	text-align: center;
}
.contact ul {
	display: flex;
}
li {
	width: 50%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	padding: 0 1em;
	letter-spacing: .025em;
}
li.full-width {
	width: 100%;
}
li strong,
li span {
	display: block;
}
li strong {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 8px;
	text-align: center;
	font-weight: 600;
}
.credits {
	margin: 5em auto 3em;
	max-width: 960px;
}
.thanks {
	margin: 0 auto 4em;
	max-width: 900px;
}
.credits ul li,
.thanks ul li,
.credits p,
.thanks p {
	margin-bottom: 2em;
	font-size: 18px;
	text-align: center;
}
.contact .contigo li {
	width: 100%;
	float: none;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.socials {
	text-align: center;
	margin: 3em auto 5em;
}

.socials a {
	display: inline-block;
	font-size: 36px;
	margin: 0 16px;
	border: none;
}
.socials a:hover {
	border: none;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.socials a:nth-child(1):hover {
	color: #ff000e;
}
.socials a:nth-child(2):hover {
	color: #ff9501;
}
.socials a:nth-child(3):hover {
	color: #fee801;
}
.socials a:nth-child(4):hover {
	color: #01e143;
}
.socials a:nth-child(5):hover {
	color: #0a61fe;
}
.socials a:nth-child(6):hover {
	color: #9b00fa;
}
.socials a:nth-child(7):hover {
	color: #ff000e;
}
.socials a:nth-child(8):hover {
	color: #ff9501;
}
.socials a:nth-child(9):hover {
	color: #fee801;
}

.footer {
	width: 100%;
	padding-bottom: 5.92741935%;
	background-image: url('../img/footer_bg.jpg');
	background-size: cover;
}




@media screen and (max-width: 1680px) {
	.copy {
		width: 100%;
		padding: 72px 48px;
		background-color: #231f20;
		margin: 0 auto 4em;
		color: #fff;
		/*text-align: center;*/
	}

	h2 {
		font-size: 70px;
		max-width: 1100px;
	}
	p, li {
		font-size: 24px;
	}

/*	.rainbow {
		font-size: 45px;
	}*/

	
}
@media screen and (max-width: 1480px) {
	.copy > .inner {
		width: 90%;
	}
	h2 {
		font-size: 60px;
		max-width: 960px;
	}
}


@media screen and (max-width: 1024px) {
	.logo {
		width: 280px;
		margin: .5em auto 0;
	}
	.copy {
		padding: 72px 48px;
	}
	.copy > .inner {
		width: 95%;
	}

	h2 {
		font-size: 48px;
		max-width: 768px;
	}
	h3 {
		font-size: 36px;
	}

	p, li {
		font-size: 20px;
	}

/*	.rainbow {
		font-size: 36px;
	}
*/
	.socials {
		text-align: center;
		margin: 4em auto 2em;
	}
	.socials a {
		font-size: 32px;
		margin: 0 12px;
	}
}



@media screen and (max-width: 767px) {
	.wondersound {
		top: 12px;
		left: 12px;
	}
	.wondersound img {
		width: 32px;

	}

	.logo {
		width: 240px;
		margin: .5em auto 0;
	}
	.copy {
		padding: 32px 30px;
	}
	.copy > .inner {
		width: 100%;
	}

	
	.video-container {
		margin: 2em auto 2em;
	}

	h2 {
		font-size: 28px;
		letter-spacing: -.03em;
	}
	h3 {
		font-size: 28px;
		letter-spacing: -.03em;
	}
	p, li {
		font-size: 17px;
		text-align: center;
		margin-bottom: 1.5em;
	}
	.label {
		font-size: 14px;
	}
	.contact {
		margin: 2em auto 0;
	}
	.contact ul {
		margin-bottom: 0;
		display: block;
	}
	li {
		width: 100%;
		margin-bottom: 2em;
	}
	li strong {
		font-size: 14px;
	}
	.credits ul li, 
	.credits p {
		font-size: 17px;
	}
	.socials {
		text-align: center;
		margin: 1em auto;
	}
	.socials a {
		font-size: 24px;
		margin: 0 5px;
	}
}

