footer.enf1 {
  font-family: var(--footer-font-family);
  font-size: var(--footer-font-size);
  line-height: var(--footer-line-height);
  color: var(--footer-font-color);
}

footer.enf1 > div.enf-main {
  background: var(--footer-main-background);
}

footer.enf1 a:any-link {
  position: relative;
  text-decoration: none;
  line-height: 23px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
}
.enf-subfooter-inner a:first-child {
  margin: 0 0 0 4px;
}
.enf-subfooter-inner a:nth-child(2) {
  left: 18px;
  top: 2px;
}
.enf-subfooter-inner a:last-child {
  left: 1px;
}
#footer_middle {
  background: #fff;
  max-width: 786px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 325px auto;
  grid-gap: 29px;
  align-items: center;
  padding: 13px 0;
}
#bottom_links a {
  display: inline-block;
  position: relative;
  line-height: 10px;
}
#bottom_links a:last-child {
  left: -2px;
  top: 0.5px;
}
#bottom_links {
  display: flex;
  align-items: center;
  gap: 35px;
}
footer.enf1 a:any-link:hover {
  color: var(--footer-font-color-hover);
}
footer.enf1 > div.enf-main > div.enf-main-inner {
  position: relative;
  width: min(100%, var(--en-website-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px 494px 160px auto;
  align-items: flex-start;
  padding: 39px 0 22px;
  grid-gap: 0;
  z-index: 2;
}
footer.enf1 > div.enf-main > div.enf-main > * {
  overflow: hidden;
}
footer.enf1 .enf1-logo-cont {
  position: relative;
}

footer.enf1 div.enf-website-name {
  align-self: start;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: var(--website-name-font-family);
  font-size: var(--website-name-font-size);
  line-height: 38px;
  color: var(--website-name-color);
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.68px;
  font-variation-settings: "wght" 700;
  margin: 19px 0 0;
  max-width: 435px;
}
footer.enf1 div.enf-website-name span {
  position: relative;
  top: 0.5px;
  font-size: min(6.2vw, 32px);
  letter-spacing: 0.6px;
  font-variation-settings: "wght" 300;
}
footer.enf1 div.enf-website-name span.cursive_text {
  font-weight: 400;
  font-family: "alkaline";
  text-transform: none;
  font-size: min(5.5vw, 26px);
  left: 11px;
  top: -1px;
  letter-spacing: 0.5px;
}
footer.enf1 div.enf-website-name br {
  display: var(--website-name-line-break-display);
}

footer.enf1 div.enf-website-motto {
  font-family: var(--website-motto-font-family);
  font-size: var(--website-motto-font-size);
  line-height: var(--website-motto-line-height);
  color: var(--website-motto-color);
}
#footer_contact1 {
  margin: 0 26px 0 0;
  float: right;
}
footer.enf1 div.enf-address {
  padding: 0;
  font-family: var(--address-font-family);
  font-size: var(--address-font-size);
  color: var(--address-font-color);
}
footer.enf1 div.enf-address a {
  float: left;
  text-transform: none;
  font-variation-settings: "wght" 400;
}

footer.enf1 div.enf-address {
  margin: 9.5px 0 0 0;
}

footer.enf1 div.enf-phone {
  font-family: var(--address-font-family);
  font-size: var(--address-font-size);
  color: var(--address-font-color);
  float: right;
  margin: 0 47.5px 0 0;
}
footer.enf1 div.enf-misc1 {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 21px 0 0 auto;
}
footer .enh1-social {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
footer.enf1 div.enf-misc2 {
  box-sizing: border-box;
  height: 100%;
  font-family: var(--misc-font-family);
  font-size: var(--misc-font-size);
  color: var(--misc-font-color);
  display: flex;
  gap: var(--misc2-gap);
  justify-content: flex-end;
  overflow: visible;
  align-items: center;
  margin: 12px 0 0 0;
}

footer.enf1 div.enf-misc2 a {
  display: flex;
  width: 100%;
  justify-content: center;
}

footer.enf1 div.enf-misc2 img {
  max-width: 100%;
  max-height: 100%;
}

footer.enf1 > div.enf-subfooter {
  background: var(--subfooter-background);
}

#honorroll {
  margin: 21px -1px 0 auto;
}

footer.enf1 > div.enf-subfooter > div.enf-subfooter-inner img {
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
}

footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-left {
  grid-row: 1;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  padding-right: var(--subfooter-leftcont-right-padding);
}

footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-right {
  grid-row: 1;
  grid-column: 3;
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-left: var(--subfooter-rightcont-left-padding);
}

footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-left img,
footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-right img {
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
}

/* OPTIONS THAT EFFECT ALL SCREEN SIZES */

footer.enf1.enf1-4-2 div.enf-misc2 {
  justify-content: flex-start;
}

footer.enf1.enf1-4-3 div.enf-misc2 {
  justify-content: flex-end;
}

footer.enf1.enf1-4-4 div.enf-misc2 {
  flex-direction: row;
  align-items: center;
}
footer.enf1.enf1-4-6 div.enf-misc2 {
  flex-direction: row;
  align-items: flex-start;
}

footer.enf1.enf1logo-2-2 .enf1-logo-cont img {
  max-width: calc(100% - 2px);
  max-height: calc(100% - 2px);
  border: 1px solid var(--logo-border-color);
}
footer.enf1.enf1logo-4-2 .enf1-logo-cont a {
  display: inline-block;
  z-index: 2;
  margin: 0 0 0 -1px;
}
footer.enf1.enf1wname-1-2 div.enf-website-name-motto {
  align-self: center;
}

footer.enf1.enf1wname-2-2 div.enf-website-name {
  align-items: center;
}

footer.enf1.enf1wname-2-3 div.enf-website-name {
  align-items: flex-end;
}

footer.enf1.enf1wname-2-4 div.enf-website-name {
  flex-direction: column-reverse;
  justify-content: flex-start;
  row-gap: 0;
}

footer.enf1.enf1wname-2-5 div.enf-website-name {
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: center;
  row-gap: 0;
}

footer.enf1.enf1wname-2-6 div.enf-website-name {
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-end;
  row-gap: 0;
}

footer.enf1.enf1wname-2-7 div.enf-website-motto {
  display: none;
}
#footer_social {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  position: relative;
  margin: -5px 0 0;
  left: -5.5px;
}
#footer_social a {
  width: 45px;
  height: 45px;
  background-color: #5f0da5;
  border-radius: 50%;
  position: relative;
  transition: 0.3s all ease;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  background-position: center top;
}

#footer_fb {
  background: url(/pics/footer_fb.png) no-repeat;
}
#footer_tweet {
  background: url(/pics/footer_tweet.png) no-repeat;
}
#footer_insta {
  background: url(/pics/footer_insta.png) no-repeat;
}
#footer_youtube {
  background: url(/pics/footer_youtube.png) no-repeat;
}
#footer_social a:hover,
#footer_social a:focus {
  background-position: center bottom;
  background-color: #ffd700;
}
.enf-subfooter-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  min-height: 40px;
  align-items: center;
}

.app_links div.bronzebadge {
  margin: 20px 0 0 auto;
  background: url('/pics/Bronze_Badge_FB_2023.png') no-repeat;
  width: 275px;
  height: 144px;
  display: inline-block;

  position: relative;
  display: flex;
  column-gap: 8px;
}
/* app store */
.app_links {
  margin: 24px 0 0 auto;
}
.download-holder a img {
  opacity: 0;
  height: 0;
}
.download-holder {
  position: relative;
  display: flex;
  column-gap: 8px;
}
.download-holder a {
  background: url(/pics/app_icons.png) no-repeat;
  width: 132px;
  height: 41px;
  display: inline-block;
  transition: 0.4s all ease;
}
#appStoreIcon {
  background-position: center left;
}
#googlePlayIcon {
  background-position: center right;
  width: 134px;
}
.download-holder a:hover,
.download-holder a:focus {
  transform: scale(1.05);
}
/* app store */
@media only screen and (max-width: 1230px) {
  footer.enf1 > div.enf-main,
  footer.enf1 > div.enf-subfooter {
    padding: 0 20px;
    width: auto;
  }
}

@media only screen and (max-width: 1230px) {
  footer.enf1 > div.enf-main > div.enf-main-inner {
    grid-template-columns: 19% 42% 10% auto;
  }
  #honorroll img {
    width: clamp(100px, 11.2vw, 156px);
  }
}

@media only screen and (max-width: 1099px) {
  footer.enf1 .enf1-logo-cont img {
    width: clamp(150px, 14.56vw, 182px);
  }
  .download-holder {
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: flex-end;
  }
  footer.enf1 > div.enf-main > div.enf-main-inner {
    grid-template-columns: 20% 48% 15% auto;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 991px) {
  footer.enf1 > div.enf-main > div.enf-main-inner {
    grid-template-columns: auto;
    grid-gap: 50px;
    justify-content: center;
    margin: 0 auto;
  }
  footer.enf1 div.enf-misc1,
  #honorroll,
  footer.enf1 div.enf-website-name {
    margin: 0 auto;
  }
  footer .enh1-social {
    justify-content: center;
  }
  footer.enf1 .enf1-logo-cont {
    text-align: center;
  }
  footer.enf1 div.enf-website-name > div:first-child {
    text-align: center;
  }
  footer.enf1 div.enf-address {
    margin: 20px 0 0;
  }
  .app_links {
    margin: 0 auto 0;
  }
  #footer_contact1 {
    margin: 0;
  }
}

@media only screen and (max-width: 735px) {
  .enf-subfooter-inner {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
  }
  .enf-subfooter-inner a {
    margin: 0 auto !important;
    left: 0 !important;
  }
  .enf-subfooter-inner {
    gap: 10px;
    padding: 25px 0;
    text-align: center;
    align-items: center;
    display: grid;
    justify-content: center;
  }
  .enf-subfooter-inner a:nth-child(2) {
    grid-row: 3;
  }
}


