body {
	font-family: 'Montserrat', sans-serif;
}
strong {
	font-weight: 700;
	color: #e1187e;
}
h2{
	font-weight: 700;
}
/* Header */

header {
	background: #FFFFFF;
	border-top: 5px solid;
	border-image-source: linear-gradient(to left, #6600cc, #E1187E);
	border-image-slice: 1;
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.btn-primary {
	background: #6600cc !important;
	border-color: #6600cc !important;
}
.nav-link {
	color: #FFFFFF !important;
}

/* Hero */

.hero h1 {
	font-size: 54px;
}
.pulse-hero h3 {
	font-weight: 700;
}

/* pillars */

.pillars h5, .pillar-content h5  {
	font-weight: 700;
	color: #6600cc;
}
.pillar-content h3 {
	font-weight: 700;
}
.pillar-content p {
	font-size: 14px;
}
.pillar-content h5 {
	font-size: 18px;
}


/* footer */
footer {
	background: #222222;
	border-bottom: 5px solid;
	border-image-source: linear-gradient(to left, #6600cc, #E1187E);
	border-image-slice: 1;
	border-left: none;
	border-right: none;
	border-top: none;
}