html, body {
  background-color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #2e713b;
}

.caret {color: #2e713b;}

h1 { font-size: 2em; line-height: 30px; color: #2e713b;}
h2 { font-size: 1.5em; line-height: 25px; color: #1dab52; }
h3 { font-size: 1.17em; line-height: 20px; color: #666666; }
h4 { font-size: 1.12em; line-height: 20px; }
h5 { font-size: .83em; line-height: 20px; }
h6 { font-size: .75em; line-height: 20px; }

b {color: #2e713b;}
a {text-decoration: none; color: #2e713b;}
a:hover {text-decoration: none; color: #673d99;}

.header-margin {
  height: 85px;
}

.frontEnd-wrapper {
  padding: 50px 15px;
  background-color: white;
}

.backEnd-wrapper {
  padding: 100px 15px;
  background-image: url('../_images/card-ro.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.buffer {
  background-image: url('../_images/card-ro.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

hr {
    width: 100%;
    background-color: #936fbd;
    margin: 30px auto;
    }
nav {background-color: #ffffff;}
  #main-wrapper {
    position: relative;
    height: 100%;
    margin-top: 75px;
  }

  #openLead .card-header {background-color: #2e713b;}
  #openLead .card-header a {color: #ffffff;}
  #openLead .card-header a:hover {color: rgba(255,255,255,.8);}


 .btn-link {color: #2e713b;}
 .btn-link:hover {color: #673d99;}

.center-content {
  padding: 100px 15px;
  background-image: url('/_images/slideshow/2021/DP_298952836.png');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.center-content-inside {
  padding: 30px 15px 100px;
  background-color: #f1f1f1;
}

.header-menu {
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 0px 3px 8px rgba(0,0,0,.25);
  position: relative;
}

.navbar {box-shadow: 0px 3px 8px rgba(0,0,0,.25);}
.menuButton {
  border-right: 1px solid #cecece;
}

.home-footer-styles {
  font-style: italic;
  color: #888888;
  font-size: 12px;
  padding: 15px 15px 400px;
  background-color: #ffffff;
  border-top: 1px solid #cecece;
}

.page-title {
  padding: 20px;
  background-color: purple;
}

.footer-styles {
  color: #cecece;
  padding: 40px 40px 400px;
  border-top: 1px solid #016aad;
  background-color: #263579;
}
.footer-styles a {color: #ffffff !important; font-weight: 600;}