/* GLOBAL */

.header {
	font-size:28px;
	margin-bottom:14px;
}

.subheader1 {
	font-size:22px;
}

.subheader2 {
	font-size:16px;
}

.subheader3 {
	font-size:16px;
}

.photo_credit {
	font-size:9px;
}

.desc {
	font-size:16px;
	line-height: 1.3;
	margin-bottom:10px;
}

.boxed{
	margin-bottom: 28px;
}


/* SPLASH */

.splash_header {
	font-size:28px;
}

#splash_photo_credit {
	font-size:9px;
	right: 0px;
}


/* INTRO */

.intro {	
	margin-bottom:90px;
}

.intro_text {
	padding-top:20%;
	padding-bottom:24%;
}


/* CONTENT */

.content {
	margin-top:0px;
}

.content_section {
	margin-bottom:100px;
}

.content_item {
	margin-bottom:20px;
}

/* CONTENT - MUSIC PLAYER */

.content_music_player{
	margin-bottom:100px;
}




/* CONTENT - MORE BUTTON */

.more_btn{
	margin-top:0px;
	margin-bottom:100px;
}

.more_btn_text{
	font-size:18px;
	margin-top:6px;
	margin-right:13px;
}
.more_btn_arrow{
	font-size:20px;
	padding-top:3px;
	padding-left:10px;
	padding-right:9px;
	padding-bottom:9px;
	
}


/* FOOTER */

.footer{
	width:80%;
	margin-top:40%;
	margin-bottom:40%;
	margin-left: 10%;
}

.footer_item img{
	width:48px;
}

/* INFO */

.info {
	background-color:#666;	
	margin-bottom:50px;
	padding-top:10%;
	padding-bottom:12%;
}

.info_text {
	
	margin-bottom:5px;

}

