@font-face {
    font-family: "scriptc";
    src: url(scriptc.ttf) format("truetype");
}

@font-face {
    font-family: "century-gothic";
    src: url(CenturyGothic.ttf) format("truetype");
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #709f60;
  padding: 0;
  margin: 0;
  color: #333333;
  opacity: 1;
  transition-duration: 0.7s;
  transition-property: opacity;
}

body.fadee {
  opacity: 0;
}

.element a {
  font-size: 1.4rem;
}

.container {
  text-align: center;
}

.logo {
  font-size: 3rem;
  letter-spacing: 0.3rem;
}

a {
  font-family: century-gothic;
}

.logo a, h1 {
  color: #8f8254;
  font-family: scriptc;
  text-decoration-line: underline;
  text-decoration-color: #8f8254;
  text-decoration-thickness: 1%;
  margin-top: 1rem;
}

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

content, header {
  background-color: #ffffff;
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

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

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

  content .element:hover {
    transform: scale(1.02);
  }  
}

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; 
}
