/*
 * Universidad de Granada SimpleSAMLphp theme
 * Generated by: ssp-theme-generator.sh v20230725
 * At: Thu May 23 10:42:02 CEST 2024
 *
 * This CSS file is included after SimpleSAMLphp's default CSS and merely
 * overrides the default styling for this theme.
 */

:root {
  --theme-colour: #e9e8e8;
  --footer-colour: #4d4c4d;
  --theme-up-complement: hsl(89.34060, 67.40500%, 73.52900%);
  --theme-dn-complement: hsl(29.34060, 67.40500%, 73.52900%);
}

/*
 * if your logo is displaying wrong, you most likely need to change
 * the width and height dimensions here.
 */
.logo-icon {
  padding: 0.5rem 0;
  height: calc(6rem - 1rem);
  #width: auto;
  width: 100%;
}

#logo a:hover,
#logo a:focus {
  background-color: inherit;
  padding: inherit;
}

#header {
  background: var(--theme-colour);
}
#footer {
  background: var(--footer-colour);
}

#menu {
  background: var(--theme-colour);
}

#menu .pure-menu-selected,
#menu .pure-menu-heading {
  background: var(--theme-up-complement);
}

#menu .pure-menu ul,
#menu .pure-menu .menu-item-divided {
  border-top: 1px solid var(--theme-dn-complement);
}
.pure-button-primary,
.pure-button-red {
  background-color: var(--footer-colour);
}

.pure-button-red:hover,
.pure-button-red:focus {
  background: var(--theme-dn-complement);
}

.logo-footer,
.copyrights {
  display: none;
}

.footer-links {
  padding-top: 0.5rem;
  height: 3.5rem;
  font-size: .8rem;
}

@media (max-width: 500px) {
    .logo-icon {
        height: auto;
    }
}

.menu-link span {
  color: #000000 !important;
}

#menu a {
    color: #000000 !important;
}
