@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;700;800&display=swap');

/* =========================
   Brödtext – Arial Regular
   ========================= */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    overflow-x: hidden!important;
}

/* =========================
   Footer & knappar
   ========================= */
footer {
    background-color: #AF6D04;
    color: #fff;
}

footer:hover {
    color: #fff;
}

footer a {
    color: #fff;
}

.btn-primary {
    background-color: #AF6D04;
}

.btn-primary:hover {
    background-color: #AF6D04;
}

/* =========================
   Övrigt innehåll
   ========================= */
.coworkers img {
    min-height: 100%!important;
}

.my-5 {
    max-width: 50%;
    border: 1px dotted #efefef;
    padding-left: 10px;
}

.slidertext {
    text-shadow: 0px 0px 16px #000000;
}

/* =========================
   Desktop
   ========================= */
@media (min-width: 992px) {
    .post-preview > a > .post-title {
        font-size: 2rem;
    }
}

/* =========================
   Rubriker – Roboto Slab
   ========================= */
header.masthead .page-heading h1,
header.masthead .page-heading .h1,
header.masthead .site-heading h1,
header.masthead .site-heading .h1 {
    font-size: 2.4rem!important;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    word-wrap: break-word;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: 'Roboto Slab', serif;
    font-weight: 800;
    line-height: 1.2;
}

/* =========================
   Mobil
   ========================= */
@media (max-width: 420px) {

    .logo {
        filter: invert(50%);
        width: 230px;
    }

    header.masthead .page-heading h1,
    header.masthead .page-heading .h1,
    header.masthead .site-heading h1,
    header.masthead .site-heading .h1 {
        font-size: 2rem!important;
        font-weight: 700;
        font-family: 'Roboto Slab', serif;
    }

    .slick-prev,
    .slick-next {
        left: -58px;
        display: none!important;
    }
}
