﻿body {
    font-family: 'Open Sans', sans-serif
}

img {
  vertical-align: middle;
}

.btn
{
    color: white;
    background-color: #77C043;
}

.dx-dashboard-datasource-action {
    display: none !important;
}  

.btn2
{
    color: white;
    background-color: cornflowerblue;
}

.fa 
{
    color:white;
}
.landing-page .features-icon {
  color: #77C043;
  font-size: 40px;
}

.landing-page .features-icon2 {
  color: white;
  font-size: 20px;
}

.landing-page .features-icon3 {
  color: black;
  font-size: 20px;
}

p,
.p 
{
    color:black;
}

.navy-bg {
  background-color: #77C043;
  color: #ffffff;
}

h1,
.h1 {
  font-size: 36px;
  color:black;
}
h2,
.h2 {
  font-size: 30px;
  color:black;
}
h3,
.h3 {
  font-size: 24px;
  color:black;
}
h4,
.h4 {
  font-size: 18px;
  color:black;
}
h5,
.h5 {
  font-size: 14px;
  color:black;
}
h6,
.h6 {
  font-size: 12px;
  color:black;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  color: white;
  background-color: #32CD32;
  border-color: transparent;
  
}

.landing-page .social-icon a {
  background: #77C043;
  color: #fff;
  padding: 4px 8px;
  height: 28px;
  width: 28px;
  display: block;
  border-radius: 50px;
}

.landing-page .navy-line {
  width: 60px;
  height: 1px;
  margin: 60px auto 0;
  border-bottom: 2px solid red;
}

.pace .pace-progress {
  background: #77C043;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.vertical-date small {
  color: #77C043;
  font-weight: 400;
}