/*
Theme Name: Art of C. Lathan
Author: Faggotini
Author URI: www.severin-schorkopf.de
Version 6.66
*/
* {
  font-size: 1rem;
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
}

body {
    background-image: url(img/dark-bg.png);
    background-color:#1b1b1b;
    color:white;
}

p {
  font-size: 0.8rem;
}

a {
  color:white;
  text-decoration: none;
}

a:hover {
  color:grey;
  text-decoration: none;
}

hr {
  border-top: 1px solid #58423f;
}

#main-wrap {

}

#content-wrap {
  background-image:url(img/content-bg.png);
  background-color:rgb(15, 15, 15);
  background-blend-mode: difference;
  border-radius: 0px 0px 8px 8px;
  padding:1px;
}

.container-2 {
  padding-left: 15px;
  padding-right:15px;
}

.site-header {
  height:200px;
  background-image:url(img/site-header-bg.png);
  background-position: bottom left;
  background-repeat: no-repeat;
}

.site-logo {
  max-height: 200px;
}

.site-title {
  padding:10px;
}

.site-title h1, h2 {
  font-size:1rem;
  display: inline;
}

.site-header img {
  filter: grayscale(100%);
  transition: .3s;
}

.site-header img:hover {
  filter: grayscale(33%);
  transition: .3s;

}

.site-title {
  background-color:rgb(7, 7, 7);
  }

.site-footer {
  margin-top:20px;
}

.site-footer a {
  color:black;
  font-size: 0.9rem;
}

.site-footer a:hover {
  color:black;
  text-decoration: none;
}

.site-footer p {
  font-size: 0.9rem;
  color:black;
}


/* Costums */

.mega-menu-1 {
  border-bottom: 3px solid #58423f;
}

.art-gallery {
  padding: 0px 20px;
}
/*Costums end */
