.image-align-left {
	float: left;
  	margin: 20px 20px 20px 0; 
}

.image-align-right {
	float: right;
  	margin: 20px 0 20px 20px;
}

.text-stroke-black {
  color: transparent;
  font-family: "Open Sans", sans-serif;
  -webkit-text-stroke: 2px #075E54;
}

.text-stroke-white {
  color: transparent;
  font-family: "Open Sans", sans-serif;
  -webkit-text-stroke: 2px white;
}

.display-1 {
  font-size: 119px;
  font-weight: 800;
  line-height: 1.1;
}

.display-2 {
  font-size: 95px;
  font-weight: 800;
  line-height: 1.1;
}

.display-3 {
  font-size: 76px;
  font-weight: 800;
  line-height: 1.1;
}

.display-4 {
  font-size: 61px;
  font-weight: 800;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .display-1 {
    font-size: 51.936px;
  }
  .display-2 {
    font-size: 46.176px;
  }
  .display-3 {
    font-size: 41.04px;
  }
  .display-4 {
    font-size: 36.48px;
  }
}

.cta-button {
  	display: inline-block;
    position: relative;
    padding: 15px 25px;
    background: #FFD700;
  	border: 0 !important;
	text-align: center;
    text-decoration: none !important;
    border-radius: 500px;
    color: #005241 !important;
  	line-height: 19.2px;
  	font-size: 16px;
    font-weight: 700;
    font-family: 'Figtree', sans-serif;
    transition: all 0.3s ease;
}

.cta-button:hover,
.cta-button:focus, 
.cta-button:active {
  	background: #075E54 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.cta-button-secondary {
  	display: inline-block;
    position: relative;
    padding: 15px 25px;
    background: #25D366;
  	border: 0 !important;
	text-align: center;
    text-decoration: none !important;
    border-radius: 500px;
    color: #005241 !important;
  	line-height: 19.2px;
  	font-size: 16px;
    font-weight: 700;
    font-family: 'Figtree', sans-serif;
    transition: all 0.3s ease;
}

.cta-button-secondary:hover,
.cta-button-secondary:focus, 
.cta-button-secondary:active {
  	background: #075E54 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.cta-button-inverse {
  	display: inline-block;
    position: relative;
    padding: 15px 25px;
    background: #005241;
  	border: 0 !important;
	text-align: center;
    text-decoration: none !important;
    border-radius: 500px;
    color: #25D366 !important;
  	line-height: 19.2px;
  	font-size: 16px;
    font-weight: 700;
    font-family: 'Figtree', sans-serif;
    transition: all 0.3s ease;
}

.cta-button-inverse:hover,
.cta-button-inverse:focus, 
.cta-button-inverse:active {
  	background: #FFD700 !important;
    color: #005241 !important;
    text-decoration: none !important;
}

.cta-button-outline {
  	display: inline-block;
    position: relative;
    padding: 13px 23px;
    background: transparent;
  	border: 2px solid #075E54;
	text-align: center;
    text-decoration: none !important;
    border-radius: 500px;
    color: #075E54 !important;
  	line-height: 19.2px;
  	font-size: 16px;
    font-weight: 700;
    font-family: 'Figtree', sans-serif;
    transition: all 0.3s ease;
}

.cta-button-outline:hover,
.cta-button-outline:focus, 
.cta-button-outline:active {
  	background: #25D366 !important;
  	border-color: #25D366 !important;
    color: #005241 !important;
    text-decoration: none !important;
}
