/*
Theme Name: Misty Lake Child Theme
Theme URI: not available
Version: 0.1
Author: Norbert Preining
Author URI: http://www.preining.info
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: misty-lake-child
Template: misty-lake
*/
@import url("../misty-lake/style.css");

/* add a background image to the header in a different way as
** the original theme provides */
.site-header {
  height: 100px;
  background-image: url(/wp-content/themes/misty-lake/images/logo_brfarstatorg.png);
}

/* shift site header and description a bit to the right */
.site-title {
  padding: 0px 0px 0px 10px;
}
.site-description {
  color: black;
  padding: 0px 0px 0px 10px;
}

/* add a shadow box for all images, not only the piwigo ones */
img.aligncenter, img.alignleft, img.alignright, img.alignnone {
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4);
}

/* disable hover opacity effect for normal images */
.entry-content img {
   opacity: 1;
}