body {
	font-family: 'Source Sans Pro',sans-serif;
}
b, strong {
    font-weight: 700;
}
.header {
	height: 90px;
background-color: #00ACBA;
	margin-bottom: 20px;
}
h1 {
	font-size: 44px;
	font-weight: 700;
}
h2 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 30px;
}
h3 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
}
h4 {
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
}
a {
	color: #00ACBA;
}
.trait {
  border-bottom: 3px solid #00acba;
  width: 70px;
  margin-bottom: 20px;
}
.footer{
	border-top: 1px solid #d2d6de;
}

.btn {
    position: relative;
}

.btn-success.btn-success-2 {
    background-color: #7a67ac;	
    border-color: #7a67ac;
    color: #FFFFFF;
}

a.btn.btn-success.btn-success-2::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    border-top: 15px solid #642583;
    border-left: 30px solid transparent;
    left: 0;
    top: 41px;
    color: #FFFFFF;
}

a.btn.btn-success.btn-success-2 {
    border-radius: 0px;
}

a.btn {
	font-size: 20px !important;
}
