.white{
    color: #fff;
}

.blue {
  color: #194F8C;
}

.green {
  color: #1C9F97;
}

.torquise {
    color: #2ABAB3;
}

.lightgrey {
    color: #f7f7f7;
}

.uppercase {
    text-transform: uppercase;
}

.black {
    color: #000;
}

p{
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 0.2px;
}
.small {
    font-size: 14px;
    line-height:1.2rem;
}

h1, .h1{
  font-size: 2.5rem;
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

h2, .h2{
  font-size: 1.8rem;
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #189787;
}


h3, .h3{
  font-size: 1.7rem;
  font-weight: 300;
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
  margin-bottom: 1rem;
}


h4, .h4{
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
  margin-bottom: 1rem;
  color: #194F8C;
}

h5, .h5{
  font-size: 1.2rem;
  text-transform: uppercase;
}

.btn-pine{
color: white;
display: inline-block;
text-align: center;
background-image: linear-gradient(270deg, #1C9F97 0%, #194F8C 100%);
border-radius: 7px;
text-decoration: none;
cursor: pointer;
padding: 10px 20px;
padding-left: 40px;
position: relative;
}
.btn-white{
color: black;
display: inline-block;
text-align: center;
background-color: white;
border-radius: 7px;
text-decoration: none;
cursor: pointer;
padding: 10px 20px;
padding-left: 40px;
position: relative;
}
