
/* headings / misc. */
html, body {
	font-family: 'Open Sans', Helvetica, sans-serif;
}
.heading {
	font-size: 50px;
	font-weight: 700;
	font-family: Poppins, 'Open Sans', sans-serif;
}
h3, h3.heading, .secondary.heading {
	margin: 20px 0;
	font-size: 32px;
	line-height: 1.3;
}
strong {
	font-weight: 600;
}
.heading strong {
	font-weight: inherit;
}
img {
	max-width: 100%;
}
a {
	color: #4c326f;
}
.heading a, .title a {
	color: inherit;
}

/* content / layout */
section {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}
sup {
	font-size: 60%;
}
.container {
	padding: 0 20px;
	max-width: 900px;
}


/**** hero ****/
#hero {
	padding: 150px 0;
	background: url(../images/hero-bg.jpg) 50% 50% / cover no-repeat #555;
	color: #fff;
}
#hero .heading {
	margin: 10px auto;
	max-width: 600px;
}
#hero .heading img {
	width: 100%;
}


/**** get involved ****/
#get_involved {
	padding: 80px 0 20px;
}
#get_involved .heading-col {
	text-align: right;
}
#get_involved .heading {
	padding-right: 16px;
	font-size: 68px;
	font-weight: 800;
	line-height: 1;
}
#get_involved strong {
	font-weight: 800;
	font-family: Poppins, 'Open Sans', sans-serif;
	text-transform: uppercase;
}
#get_involved .heading strong {
	color: #4c326f;
}
#get_involved .info-col {
	font-size: 25px;
	font-weight: 600;
}
.down-arrow a {
	position: relative;
	display: block;
	margin: 30px auto;
	background: #4c326f;
	width: 50px;
	height: 30px;
}
.down-arrow a::before,
.down-arrow a::after {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	border: solid 25px transparent;
	border-top: solid 20px;
	border-bottom: none;
	color: #fff;
	vertical-align: middle;
	content: " ";
}
.down-arrow a::after {
	top: 30px;
	color: #4c326f;
}


/**** articles ****/
#articles .article {
	margin: 0 0 30px;
}
#articles .title {
	display: block;
	margin: 10px 0 10px;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	color: inherit;
	transition: all 0.25s;
}
#articles .article:hover .title {
	color: #796593;
}
#articles .image img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.25s;
}
#articles .article:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

/**** button ****/
.btn-info {
    color: #fff;
    background-color: #4c326f;
    border-color: #4c326f;
}

.btn-group-lg>.btn, .btn-lg {
    font-size: 2.5rem;
}

.btn-primary:hover {
color: #000;
background-color: #4c326f;
border-color: #4c326f;

/**** footer ****/
footer {
	padding: 40px 0;
	background: #292929;
	font-size: 12px;
	color: #fff;
}
footer > .container > .row {
	align-items: center;
}
footer .copyright {
	text-transform: uppercase;
}
footer .social {
	text-align: right;
}
footer .social .icon {
	display: inline-block;
	margin: 0 4px;
	border-radius: 50%;
	background: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 28px;
	color: #333;
	width: 28px;
	height: 28px;
	transition: all 0.5s;
}
footer .social .icon:hover {
	color: #796593;
}








@media only screen and (max-width: 767px) {
	#get_involved, #get_involved .heading {
		text-align: center;
	}

	#articles .article {
		margin: 0 auto 30px;
		max-width: 400px;
	}
}

@media only screen and (max-width: 575px) {
	#get_involved {
		padding: 50px 0 0;
	}
	#get_involved .heading {
		font-size: 54px;
	}
	#get_involved .info-col {
		font-size: 20px;
	}

	footer, footer .social {
		text-align: center;
	}
	footer .social {
		margin: 10px 0;
	}
}
