:root {
  --color-content-1: #97c232;
  --color-content-2: #c1c71b;
  --color-header-1: #f9fad6;
  --color-list-1: #47b1b2;
  --color-list-2: #54dca4;
  --color-pal-2: #1a3a17;
  --color-pal-4: #455c27;
  --color-pal-5: #34816c;
  --color-pal-6: #1e284f;
  --color-pal-7: #27272c;
  --color-link:rgb(214, 51, 132);
  --lime-background-color: rgb(6,8,18);
  --lime-logo-width: 180px;
  --lime-logo-height: 180px;
  --lime-logo-url: url("/assets/images/site/lime_coder_logo.png");
  --lime-title-color: lime;
  --lime-content-color: lime;
  --lime-title-height: calc(var(--lime-logo-height) / 2);
  --lime-title-margin-offset:8px;
  --lime-image-404-url: url("/assets/images/site/lime_404_dog.png");
  --lime-image-404-width: 400px;
  --lime-image-404-height: 500px;
}

.lime-button {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  background-color: var(--color-pal-6) !important;
  color: var(--color-content-1) !important;
}

.lime-button:hover {
  background-color: var(--color-content-2) !important;
  color: var(--color-pal-6) !important;
}

a {
  color: var(--color-link);
}

.card-body .text-body-secondary {
  color: var(--color-content-1) !important;
}

.card-body .card-title {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

.card-body .card-text {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
}

.lime-title {
  color: var(--lime-title-color);
  font-size: var(--lime-title-height);
  text-align: left;
  margin-top: calc(var(--lime-logo-height) / 2 - var(--lime-title-height) / 2 - 8px);
}

.lime-logo {
  width: var(--lime-logo-width);
  height: var(--lime-logo-height);
  background-repeat: no-repeat;
  background-size: var(--lime-logo-width) var(--lime-logo-height);
  background-image: var(--lime-logo-url);
  display: inline-block;
}

.lime-404-image {
  width: var(--lime-image-404-width);
  height: var(--lime-image-404-height);
  background-repeat: no-repeat;
  background-size: var(--lime-image-404-width) var(--lime-image-404-height);
  background-image: var(--lime-image-404-url);
  display: inline-block;
}

.lime-content-color {
  color: var(--lime-content-color);
}

.lime-content-center {
  text-align: center;
}

.lime-content-image {
  width: 300px;
  height: 300px;
}

.font-montserrat-bold {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

.font-merriweather-light {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
}

.font-merriweather-regular {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
}

/*# sourceMappingURL=lime_style.css.map */