@tailwind base;
@tailwind components;
@tailwind utilities;

/*Set tailwind pre configuration that affects only the gateway class*/
.gateway,
::before,
::after {
  border-width: 0;
  border-style: solid;
  border-color: theme('borderColor.DEFAULT', currentColor);
}

/* fixes for toolkit footer */
#UofI_Library_Info_Footer.row {
  margin: 0px;
  }

  .il-footer-social ul {
  margin: 0px;
  }

  footer {
  margin-top: 20px;
  }

  .social-icon-link:hover, .social-icon-link:focus {
      color: rgb(255, 95, 5) !important;
  }

  .social-icon-link i {
      font-size: 28px;
      vertical-align: middle;
  }