html {
  scroll-behavior: smooth;
  color: #2e1f27;
  background-color: #f7f7f7;
}

body {
    overflow-x: hidden;
    background-color: #f7f7f7;
}

.line {
  border-top: 1px solid #594d57;
  width: 90% !important
}

.line-light {
  border-top: 1px solid #c9bfc7 !important;
}

.home-bg-image {
  height: 60vh;
  align-items: center;
  justify-content: center;
}

.home-div {
    color: white;
}

.home-div h1 {
    font-family: 'Staatliches', cursive;
}

.icon-box {
    color: black;
    background-color: rgba(256, 256, 256, 0.8);
}

.icon-box .icon-top {
    font-size: 2em;
    color: #0597a6;
}

.navbar-custom .navbar-brand {
  color: #594d57;
  font-size: 1.5em;
  font-family: 'Lato', sans-serif;
}

.navbar-custom a {
  color: #594d57;
  font-size: 1.5em;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
}

.navbar-custom a:hover {
    color: #699158;
    text-decoration: none;
}

.navbar-toggler-icon {
  color: black !important;
}

.content-container a {
    text-decoration: none;
    color: #699158;
}

.content-container a:hover {
  color: #22402a;
}

.content-container .btn-primary {
    color: white !important;
}

.footer {
  background-color: #262a2e;
  color: #f3f3f4;
}

.footer ul {
    list-style: none;
}

.footer a {
  color: #699158;
  text-decoration: none;
}

.footer a:hover {
  color: white;
}
