/*
 Theme Name:   Hjärtum
 Theme URI:    https://underhuset.com
 Description:  A child theme of Twenty Nineteen WordPress theme.
 Author:       Mats Thorburn
 Author URI:    https://underhuset.com
 Template:     twentynineteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/




.libre-baskerville-regular {
    font-family: "LibreBaskerville", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .libre-baskerville-bold {
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .libre-baskerville-regular-italic {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: italic;
  }

body {
    --main-font-family: "Libre Baskerville", serif;
    font-family: var(--main-font-family);
    font-weight: 400;

    font-size: 1rem;
    line-height: 1.6rem;
    h2 {
    }
    
    
}

/* // header */

#masthead.site-header {
    &.featured-image {
        min-height: 70vh;
    }
    &:after {
      opacity: 0.4;
    }
}

.hamburger-menu {
  z-index: 10000;
}
.hamburger-button {
  /* background-color: transparent; */
  z-index: 1000;
  background-color: rgba(107, 114, 128, 0.42);
  .hamburger-line {
    width: 1.5rem;
    height: 0.25rem;
    display: block;
    margin-bottom: 0.25rem;
    background-color: white;
  }
}
.hamburger-menu-list {
      display: none;
      background-color: rgba(154, 154, 154, 0.619);
      #hamburger-menu-items {
        a {
          text-shadow: none;
          color:white
        }
      }
      &.show {
        display: block;
      }     
}



/* // Archives */

.archive  {
  #content {
    header {
      .page-title {
        visibility: hidden;
        .page-description {
          visibility: initial;
          font-size: 3rem;
        }
      }
    }
    article {
      margin-top: 1rem;
      border: 1px solid lightgrey;
      border-left: none;
      .entry-title {
        font-size: 2rem;
        hyphens: auto;
      }
      .post-thumbnail {
        margin:0;
        width: 100.1%;
      }
      .entry-content {
        margin-right: 0;
      }

    }
  }
}



/* // footer */
footer.site-footer {
  background-color: rgb(234, 234, 234);
}


