:root {
  --light-gray: #f8f9fa;
  --dark-gray: #212529;
  --medium-gray: #6c757d;
  --cyan: #17a2b8;
  --darker-gray: #343a40;
  --very-dark-gray: #996a7c;
  --footer-gray: #878787;
  --white: #fff;
  --black-semi: rgba(0, 0, 0, 0.6);
  --white-semi: rgba(255, 255, 255, 0.5);
  --white-faint: rgba(255, 255, 255, 0.08);
  --gray-semi: rgba(198, 198, 198, 0.78);
  --primaryColor: #d94672;
  --boxShadowColor: rgba(217, 70, 114, 0.75);
  --secondaryColor: #dcc950;
}

/* ---------------------------- */

body {
  padding-bottom: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.height_mapping {
  z-index: -50;
}

.logo {
  max-width: 100%;
  width: 10em;
  padding: 5px;
}

.img {
  max-width: 100%;
}

.offerImg>a>img {
  max-height: 200px;
}

.offer_wrapper {
  outline: #3c643e;
  outline-width: 1px;
  outline-style: solid;
}

.offer_wrapper>a>img {
  transition: 500ms ease-in-out;
}

.offer_wrapper>a>img:hover {
  filter: grayscale();
}

/* ---------------------------- */

.divider_content {
  outline: #fb4101;
  outline-width: medium;
  outline-style: solid;
  font-weight: bold;
}


/* ---------------------------- */

.background {
  background-color: var(--background);
}

.offerBackground {
  background-color: var(--offerBackground);
}


.footerBackground {
  background-color: var(--quartery);
}

.alternateBackground {
  background: var(--alternate-background);
}

.alternateBackgroundFlip {
  background: var(--alternate-background-flip);
}

.lightBackground {
  background: var(--light-background);
}

.alternateLightBackground {
  background: var(--alternate-light-background);
}

/* ---------------------------- */

/* ---------------------------- */

.chatButton {
  background: var(--chatButton) !important;
  transition: ease-out 200ms;
}

.chatButton:hover {
  background: var(--chatButtonHighlight) !important;
  text-decoration: underline;
}

.callToActionButton {
  background: var(--callToActionButton);
  transition: ease-out 200ms;
}

.callToActionButton:hover {
  background: var(--callToActionHighlight);
}

.offerCTA {
  background-color: var(--offerCTA);
  border: 2px solid #000000;
  color: black;
}

.offerCTA:hover {
  transition: 0.5s ease-in-out;
  scale: 1.05;
  border: 2px solid #000000;
  background-color: #deffd2;
  color: #363636;
}


/* ---------------------------- */

/* ---------------------------- */

.hero {
  filter: brightness(0.3), grayscale(1);
}

/* ---------------------------- */


/* ---------------------------- */

.navbar {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5);
}

.hoverResponse {
  transition: ease-out 200ms;
}

.hoverResponse:hover {
  text-decoration: underline;
}

.navUnderline {
  color: #ffffff;
  transition: ease-out 200ms;
}

.navUnderline:hover {
  text-decoration: underline;
}

.navBackground {
  background: var(--quartery);
}

/* ---------------------------- */


.headerText {
  color: var(--header-text);
}

.headerTextAlternate {
  color: var(--header-text);
}

.text {
  color: var(--text);
}

.text_alternate {
  color: var(--alternate--text);
}

/* ---------------------------- */

footer p, .upper-footer p {
  margin-bottom: 0;
  color: #fff;
}

footer {
  background-color: #0e5b61;
}

footer a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

footer a:hover {
  color: #f1f1f1;
}

footer, footer a, footer p {
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
}

.upper-footer {
  background-color: #222;
}

/* ---------------------------- */