body{
	font-family: 'Montserrat', sans-serif;
}

h1{
	font-size: 36px;
	line-height: 40px;
	font-family: 'nevis', 'Montserrat', sans-serif;
	letter-spacing: -1px;
	font-weight: 300;
}
h2{
	font-size: 30px;
	line-height: 40px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -1px;
	font-weight: 500;
}
h3{
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -1px;
	margin-top: 0px;
}
h4{
	font-size: 18px;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
	letter-spacing: -1px;
}
h5{
	font-size: 14px;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
	letter-spacing: -1px;
}
h6{
	font-size: 12px;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
	letter-spacing: -1px;
}

.call {
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -1px;
  text-align: right;
 }

 .text {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -1px;
  margin-top: -30px;
  text-align: right;
}
/* Text Manipulation
========= */

.text-centered { text-align: center;}
.cap{ text-transform: uppercase!important; }


/*** text colors ***/
.fff-text{
	color: #fff!important;
}

.grey-text{
	color: #858585!important;
}

.light-grey-text{
	color:#a9a9a9!important;
}

.green-text{
	color: #3ebc94!important;
}
.purple-text {
	color: #9249b6!important;
}
.l-purple-text {
	color: #b17dcb!important;
}
.vl-purple-text {
	color: #CEA3E5!important;
}

.red-text{
	color:#d14d42!important;
}

/*** bg colors ***/
.fff-bg{
	background-color: #fff!important;
}

.grey-bg{
	background-color: #858585!important;
}

.blue-bg { background: #553E98!important;}
.green-bg{
	background-color: #9ECD44!important;
}
.purple-bg {
	background-color: #743693!important;
}

.red-bg{
	background-color:#d14d42!important;
}