h1,
h2,
h3,
h4,
h5,
h6 {
  color: #07222B;
  font-weight: 700;
}
hr.mini-bar {
  margin-left: 30%;
  margin-right: 30%;
  border-color: #07222B;
}
a.btn-primary {
  color: #fff;
  text-decoration: none;
}
a.btn-primary:hover {
  color: #fff;
}
.btn-primary {
  background-color: #4BA84F;
  color: #fff;
  border: 1px solid #58b45c;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #58b45c !important;
  border: 1px solid #4BA84F !important;
}
header {
  background: #07222B;
}
header .navbar {
  color: #fff;
}
header .navbar a {
  text-decoration: none;
  color: #fff;
}
footer {
  font-size: 0.82352941rem;
  line-height: 1.29411765rem;
  background: #07222B;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover,
footer a:active {
  color: #fff;
}
.hero-container {
  background: #07222B;
  text-align: center;
}
.hero-container img {
  width: 100%;
  max-width: 1500px;
}
:root {
  font-size: 17px;
}
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 17px;
}
a {
  color: #4BA84F;
  text-decoration: underline;
}
a:hover,
a:active {
  color: #07222B;
}
