:root {
  overflow-x: hidden !important;
}

@font-face {
  font-family: "euclid_squaresemibold_italic";
  src: url("/euclidsquare-semibolditalic-webfont.woff2") format("woff2"),
    url("/euclidsquare-semibolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  background: #8cc63f;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(140,198,63, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
  border-color: #8cc63f;
}
h2,
h1 {
  font-family: "euclid_squaresemibold_italic";
  color: #000;
}
.bg-black {
  background: #000;
}

.color-white {
  color: white;
}

.color-green {
  color: #8cc63f;
}

.color-darkgreen {
  color: #309A81;
}

.bg-darkgreen {
  background: #309A81;
}

.bg-green {
  background: #8cc63f;
}

.color-grey {
  color: #bfbfbf;
}

.whitehovergreen {
  color: #fff;
}

.whitehovergreen:hover {
  color: #8cc63f;
}

.whitehoverdarkgreen {
  color: #fff;
}

.whitehoverdarkgreen:hover {
  color: #309A81;
}

.card {
  border: none;
  -webkit-box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.47);
  box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.47);
  
}

.card-horizontal {
  display: flex;
  flex: 1 1 auto;
  border-radius: 10px;
}

p {
  font-size: 16px;
}

@media (max-width: 992px) {
  .card-horizontal {
    display: block;
  }
}

h4{
  font-size: 24px;
  font-weight: 600;
}

.small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; /* removes any potential line height issues */
}
