/*
Theme Name: Killander
Theme URI: https://adamkillander.se
Author: Adam Killander
Author URI: https://adamkillander.se
Description: Team byggt med Bootstrap 4 och ACF.
Version: 2020-04-16
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: killander
*/

.cover-image {
    left: 0;
    top: 0;
    z-index: 0;
    object-fit: cover;
    object-position: center;
}
.cover-text {
    z-index: 1;
}
.front-page:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}