// Änderungen von skhetz, the custom.css in the "Quark" template is compiled very fast, all changes should go here.
// 2021-02-06, 
// changed 2021-04-24, 2021-05-08, 2021-05-09
// Farben: background color figure captions: #f3f4f2; oder #e6e8e4; Überschrift: #3e4738; body background color; hero, padding; bigger header font.

.fa {
    padding-right: 5px;
  }
  
p {
    text-align: justify;
    hyphens: auto;
  }

.hero {
  padding-top: 2.4rem;
  padding-bottom: 1.6rem;
}

a {
    color: darken($core-accent, 40%);
   }

// header fix trying hard ...

#header {
	color: #6f6f6f;
  font-size: 1.0rem;
  font-weight: 600;
}

#header p {
	color: #6f6f6f;
  font-size: 1.0rem;
  font-weight: 600;
}

#header a {
	color: #6f6f6f;
  font-size: 1.0rem;
  font-weight: 600;
}

// think of changing background to white or light grey

body {
  background-color: white;
  }

// header sizes changed by myself (skh) are the same as in spectre css

h1 {
  color: #4a5543;
    font-size: 40pt;
  }
  
h2 {
    color: #4a5543;
    font-size: 32pt;
  }
  
h3 {
    color: #3e4738;
    font-size: 28pt;
  }
  
h4 {
    color: #3e4738;
    font-size: 24pt;
  }
  
h5 {
    color: #3e4738;
    font-size: 20pt;
  }

h6 {
    color: #3e4738;
    font-size: 16pt;
  }

#blog-hero h1 {
	font-size: 48px;
	color: #e6e8e4;
	text-align: left;
    text-shadow: 1px 1px 3px rgba(34, 34, 34, 0.45);
}

#blog-hero h2 {
	font-size: 42px;
	color: #e6e8e4;
	text-align: left;
    text-shadow: 1px 1px 3px rgba(34,34,34,0.45);
}

#blog-hero h3 {
	font-size: 36px;
	color: #e6e8e4;
	text-align: left;
    text-shadow: 1px 1px 3px rgba(34,34,34,0.45);
}

#blog-hero #to-start {
  font-size: 64px;
  color: #e6e8e4f5;
    text-shadow: 1px 1px 4px rgba(34,34,34,0.45);
}

.image-credit-wrapper {
  overflow: hidden;
  position: relative;
  max-width: 2400px;
  }
  
  .image-credit-wrapper .image-credit {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-bottom: 6px;
  }
  
  .image-credit {
  background: rgba(0,0,0,.5);
  border-top-left-radius:3px;
  color: #ccc;
  display: inline-block;
  font-size: 8px;
  font-family: helvetica;
  font-weight: 300;
  padding: 4px 6px;
  position: absolute;
  bottom: 0;
  right: 0;
  }
  
  .image-credit a {
    color: #ccc;
    text-decoration: none;
  }
  
  .image-credit a:hover {
    color: #ccc;
    text-decoration: underline;
  }

img.left {
  display:inline;
  float:left;
  margin:1rem 15px 5px 0;
  max-width: 50%;
}

img.right {
  float:right;
  margin:1rem 0 5px 15px;
  max-width: 50%;
}

img.center {
  display:block;
  margin:0px;
  auto;
}

figure.image-caption {
    text-align: justify;
	hyphens: auto;
    margin: 0.6rem 0rem 0.8rem 0rem;
}

figure.image-caption figcaption {
    opacity: 0.9;
    font-size: 90%;
	text-align: justify;
	hyphens: auto;
}

figure.figure-right {
    float:right;
    margin:5px 0 5px 15px;
    max-width: 50%;
	text-align: justify;
	hyphens: auto;
}

figure.figure-left {
    float: left;
    margin:5px 15px 5px 0;
    max-width: 50%;
	text-align: justify;
	hyphens: auto;
}

figure.caption-left figcaption {
    text-align: justify;
	hyphens: auto;
}

figure.caption-right figcaption {
    text-align: justify;
	hyphens: auto;
}

.species {
  text-align: left;
  font-style: italic;
  background-color: white;
  color: #6f8065;
  font-size: 110%;
} 

.specdes {
  text-align: left;
  padding-left: 32px;
  background-color: white;
  color: #3e4738;
  font-size: 100%;
} 