.khand-light {
  font-family: "Khand", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.khand-regular {
  font-family: "Khand", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.khand-medium {
  font-family: "Khand", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.khand-semibold {
  font-family: "Khand", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.khand-bold {
  font-family: "Khand", sans-serif;
  font-weight: 700;
  font-style: normal;
}

body {
  background-color: #222222;
  padding: 0;
  margin: 0;
  color: #fefefe;
    background-image: url(/images/background/hubble-hptau2200dark.jpg);
    background-repeat:no-repeat;
    background-position: top center;
    font-family: "Khand", sans-serif;
    
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
}

.logo a {
  color: inherit;
  text-decoration: none;
  font-family: "Khand", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.logo a:hover (
    transform: scale(1.2);
)


.logo img {
  float:left;
  height:130px;
}

a.link-back {
  text-decoration: none;
}

content img {
  width: 100%;
  object-fit: cover;
}

@media (hover: hover) and (pointer: fine) {
  content .element {
    transition: transform .4s;
  }

  content .element:hover {
    background: rgba(11, 11, 11, 0.2);
    transform: scale(0.97);
    border-style: dotted;
    border-color: #333333;
    border-radius: 5px;
  }  
}

content .element a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 960px){
  h1 {
    font-size: 2rem;
  }
}

@media (max-width: 540px){
  h1 {
    font-size: 1.5rem;
  }
}

footer .footerText a, footer .footerText a:hover {
  text-decoration: underline;
  color: #6c757d;
}

/** Lightbox **/
.sl-overlay {
  background: #333333;
  opacity: 1;
}

.sl-wrapper .sl-navigation button,
.sl-wrapper .sl-counter {
  color: #eee; opacity: 1;
}

/* Close button: bigger, high-contrast, with a "return to gallery" label */
.sl-wrapper .sl-close {
  color: #ffffff;
  opacity: 1;
  font-size: 3.4rem;
  line-height: 1;
  top: 14px;
  right: 28px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.9);
}
.sl-wrapper .sl-close::after {
  content: "click to return to gallery";
  position: absolute;
  top: 100%;
  right: 2px;
  white-space: nowrap;
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0 1px 5px rgba(0,0,0,0.95);
}

/* Clickable breadcrumb (album header) */
.breadcrumb-nav {
  font-family: "Khand", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
}
.breadcrumb-nav .crumb {
  color: #cfcfcf;
  text-decoration: none;
}
.breadcrumb-nav a.crumb {
  display: inline-block;
  transition: color .2s, transform .2s;
}
.breadcrumb-nav a.crumb:hover {
  color: #ffffff;
  transform: scale(1.06);
}
.breadcrumb-nav .crumb-current {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255,255,255,0.45);
}
.breadcrumb-nav .crumb-sep {
  color: #777777;
  margin: 0 0.45rem;
}
