body {
	background-color: #ffffff ;
	padding: 0;
	margin: 0;
	font-family: "Space Grotesk", serif;
	font-optical-sizing: auto;
	font-weight: 350;
	font-style: normal;
	color: #264025 !important;
}

.space-grotesk-barns {
  font-family: "Space Grotesk", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;;
  color: #264025;
}

.logo {
  font-size: 1.4rem;
  font-weight: normal;
  //letter-spacing: 0.1rem;
}

.logo a {
  color: inherit;
  text-decoration: none;
}

a.link-back {
  text-decoration: none;
}

content img {
  width: 100%;
  object-fit: cover;
}

@media (hover: hover) and (pointer: fine) {
  content .element {
    transition: transform .6s;
  }

  content .element:hover {
    //transform: scale(1.02);
	transition: opacity ease 200ms !important;
  }  
}

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: #ffffff;
  opacity: 1;
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button,
.sl-wrapper .sl-counter { 
  color: #333333; opacity: 1; 
}

img:hover {
    -webkit-filter: brightness(70%);
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.drag-over {
    border: dashed 3px red;
}

