body{
 	/*background: -webkit-linear-gradient(#3946ff, #3946ff,   #69d5ff);*/
	background: #000000;
	background: -webkit-linear-gradient(#000000, #000000,   #aaaaaa);
  background: -o-linear-gradient(#000000, #000000,   #aaaaaa);
  background: -moz-linear-gradient(#000000, #000000,   #aaaaaa);
  background: linear-gradient(#000000, #000000,   #aaaaaa);
	/*background-color: black;*/
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 100;
	background-repeat: no-repeat;
  background-attachment: fixed;
	margin: 0;
	padding: 5px;
}
#threediv{
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
	cursor: pointer;
	z-index: -1;
}
header{
	max-width: 555px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: white;
	font-family: 'Baloo Bhai', cursive;
	font-size: 40px;
	/*font-size: 3vw;*/
}
header h1{
	padding: 0;
	margin: 0;
	line-height: 50px;
	margin-top: 40px;
}
header ul{
	list-style-type: none;
	text-align: justify;
	margin: 0;
	padding: 0 4px;
	display: block;
}
header ul li{
	display: inline-block;
	margin: 0;
	padding: 0;
}
header ul:after {
    content: '';
    display: inline-block;
    width: 100%;
}
header a{
	text-decoration: none;
	color: white;
}
#container{
	left: 0;
	right: 0;
	margin: auto;
	/*padding: 20px;*/
	padding: 0 0 20px 0;
	max-width: 555px;
	background: #000000;
	/*background-color: #3946ff;*/
	opacity: 0;
	color: #f4f4f4;
}
#container p{
	padding: 15px;
	margin: 0;
}
#learn-container{
	/*width: 100%;*/
	display: block;
	padding: 15px;
}
#promises{
	width: 100%;
	padding-bottom: 40px;
	display: block;
}
#learn-container iframe{
	width: 100%;
	margin-bottom:40px;
}
#soundcloud-embeds iframe{
	margin-bottom: 15px;
	border: none;
}
.video-thumb{
	width: 45%;
	padding-top: 40%;
	margin-right: 10%;
	margin-top: 40px;
	background-size: cover;
	display: inline-block;
}
.video-thumb:nth-of-type(2n){
	margin-right: 0;
}
.social-button{
	width: 33%;
	position: relative;
	float: left;
	text-align: center;
}
.social-button:before{
	content: "";
	display: block;
	padding-top: 60%;
}
.social-button a{
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: inline;
}
.link-button{
	height: 100%;
}
@media screen and (max-width: 569px) {
	header h1{
		font-size: 13.8vw;
	}
	header{
		font-size: 30px;
	}
}
