
main.homepage{
	margin-top: 0;
}
.homepage h1{
	font-size: 4em;
}
.homepage h1 span{
	font-size: 20px;
	padding-bottom: 17px;
	display: block;
}
.homepage h1 img{
	max-width: 280px;
	width: 100%;
}

.main-title{
	font-size: 3em;
	line-height: 1.1em;
	margin-bottom: 45px;
}
.main-title span::after{
	content: " ";
}
.main-title span:first-child{
	color: #FF8B00;
}
.main-title span:nth-child(2){
	color: #FFC000;
}
.main-title span:nth-child(3){
	color: #5DBA3B;
}
.main-title span:nth-child(4){
	color: #2D8FF2;
}
.main-title span:nth-child(5){
	color: #5255C5;
}
.main-title span:nth-child(6){
	color: #9771EB;
}
.homepage blockquote{
	width: calc(100% - 220px);
	min-width: 600px;
	margin: 60px auto;
	border-radius: 40px;
	background: #F6F6F6;
	border: #ccc 1px solid;
	color: #707070;
	text-align: center;
	padding:40px 70px;
	position: relative;
	font-size:1em;
}
.homepage blockquote p{
	margin: 10px 0;
}
.homepage blockquote cite{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 1em;
	font-style: normal;
	margin-top: 20px;
	font-weight: 700;
}
.homepage blockquote:after{
	position: absolute;
	right: 15px;
	bottom: 15px;
	content: "";
	background: url(../images/blockquotes/blockquote-smile.svg) no-repeat;
	background-size: cover;
	background-position: center;
	width: 60px;
	height: 49px;
}

.video-content{
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}
.video-holder {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}





/* ------- Get Involved section ------ */
aside.getinvolved{
	background: black;
	position: relative;
	z-index: -1;
	margin-top: -5vw;
	margin-bottom: -4.5vw;
}
aside.getinvolved .inner{
	color: #fff;
	text-align: center;
	padding: 12vw 40px;
	position: relative;
	z-index: 3;
}
aside.getinvolved .getinvolved-cover{
	width: 100%;
	height: 1500px;
	position: absolute;
	z-index: 1;
	background: rgba(0,0,0,0.45);
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
aside.getinvolved p.getinvolved-opening{
	margin:10px 0;
	font-size: 1.5em;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
aside.getinvolved h2{
    margin: 10px 0 20px;
    line-height: 1em;
    font-size: 4.2em;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
aside.getinvolved p.getinvolved-closing{
	margin:10px 0 20px;
	font-size: 1.25em;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
/* ------- Testimonials section ------ */
section.testimonails{}
section.testimonails h2{
	color: #5255C5;
}
.blockquote-holder{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.blockquote-holder blockquote{
	border: #5255C5 2px solid;
	border-radius: 20px;
	overflow-y:hidden;
	width: calc(50% - 15px);
	margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
}
.blockquote-holder blockquote p{
	width: 100%;
	padding:0 30px;
}
.blockquote-holder blockquote cite{
	width: 100%;
	position: relative;
	display: block;
	padding:0 30px 30px;
	border-bottom: 20px #9771EB solid;

}
.blockquote-holder blockquote cite:after{
	position: absolute;
	right: 0px;
	height: 50px;
	width: 80px;
	bottom:10px;
	content: "";
}
.blockquote-holder blockquote:first-child cite:after{
		background: url(../images/blockquotes/blockquote-star-dark-yellow.svg) no-repeat;
		background-size: contain;
}
.blockquote-holder blockquote:nth-child(2) cite:after{
		background: url(../images/blockquotes/blockquote-heart-red.svg) no-repeat;
		background-size: contain;
}


/* =============================================
4.0  Media Queries -----------------------------
============================================= */

@media screen and (max-width: 900px){
	.blockquote-holder blockquote {
   		width: 100%;
	}
	.blockquote-holder blockquote:last-child{
		margin-bottom: 0;
	}
}
@media screen and (max-width: 700px){
	.homepage h1 img {
	    max-width: 189px;
	}
	.homepage h1{
		margin: 15px 0;
	}
	.homepage blockquote{
		width: 100%;
		min-width: 260px;
	}
}

@media screen and (max-width: 500px){
	.main-title{
		font-size: 2.63em;
		line-height: 1.1em;
		margin-bottom: 45px;
	}
	.homepage blockquote {
	    margin: 40px auto;
	    padding: 30px 45px 60px;
    }
    aside.getinvolved h2 {
	    font-size: 3.2em;
	}
}
@media screen and (max-width: 400px){
	.main-title{
		font-size: 2.23em;
	}
	.homepage blockquote {
	    padding: 25px 25px 60px;
    }
    aside.getinvolved h2 {
	    font-size: 2.42em;
	}
}
