footer#enfooter3 {
  /* Footer background */
  --footer-main-background: url(https://www.kingrobinson.org/pics/footer-top-bg.png) no-repeat;
  --midfooter-main-background: url(https://www.kingrobinson.org/pics/footer-mid-bg.png) no-repeat;
  --subfooter-main-background: url(https://www.kingrobinson.org/pics/footer-bottom-bg.png) no-repeat;

  /* Footer height */
  --footer-inner-height: 34px;
  --midfooter-inner-height: 123px;
  --subfooter-inner-height: 36px;
  --footer-height: 193px;

  /* Footer font */
  --footer-font: 700 clamp(14px, 1.55vw, 17px) 'Karla', sans-serif;
  --footer-font-color: #ffffff;
  --footer-line-height: 1.1764705882;
  --footer-letter-spacing: 0.1px;

  /* Footer logo */
  --footer-logo-width: clamp(90px, 14.6vw, 161px);
  --footer-name-width: clamp(220px, 27.7vw, 300px);
  --edunet-logo-width: clamp(168px, 16.73vw, 184px);
}

@media only screen and (max-width: 768px) {
  footer#enfooter3 {
    --footer-inner-height: auto;
    --midfooter-inner-height: auto;
    --subfooter-inner-height: auto;
    --footer-height: auto;
  }
}