@import url("./logocolor.css");
body {
  background-color: #ffffff ;
  padding: 0;
  margin: 0;
  color: #333333;
}
.cal {
  font-size: 0.8em;
  vertical-align: 0.1em;
  margin: 0 0.4em 0 1.9em;
  color: #a2a2a2;
}
.logo {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
}

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

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

content img {
  width: 100%;
  object-fit: cover;
  box-shadow: 0px 1px 5px 3px #c9c9c9;
}

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


.fa-images::before {
  content: "\f302";

}
::selection {
  background: #b3d4fc;

  text-shadow: none;

}
::selection {
  background: #b3d4fc;

  text-shadow: none;

}

.slm {
	font-size: 1.5em;
	padding-right: 0.2em;
	/* color: blue; */

}
