/*
Theme Name: sjm-jacob-a-riis
Theme URI: http://www.webitall.dk/
Author: Morten Due
Author URI: http://www.webitall.dk
Description: WP Child Theme til SJM
Version: 1.0.0
Tested up to: 5.7
License: GNU General Public License v2 or later
License URI: LICENSE
Template: sjm
Text Domain: sjm-jacob-a-riis
Tags: 

*/
@import url("https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&family=Oswald:wght@600&display=swap");
:root {
  --primary-color: #f0db00;
  --primary-background-color: #4a4a49;
  --primary-font-color: #000;
  --theme-white: #fff;
  --theme-off-white: white;
  --heading-font: "Oswald", sans-serif;
  --body-font: "Cardo", serif;
}

.acf-tekstfelt {
  padding-top: 5px;
}

.site-footer {
  color: white;
  font-size: 16px;
}
@media (max-width: 767px) {
  .site-footer {
    font-size: 13px;
  }
}
.site-footer .top-footer a {
  display: flex;
  justify-content: flex-start;
  height: 150px;
}
.site-footer .top-footer a img {
  height: 100%;
}
.site-footer strong {
  font-size: 20px;
}
@media (max-width: 767px) {
  .site-footer strong {
    font-size: 16px;
  }
}
.site-footer a {
  color: white;
}

.site-header a {
  font-weight: 600;
}
.site-header .top-nav ul li a {
  color: var(--primary-font-color);
}
.site-header .top-nav ul li a:hover::after {
  background: var(--primary-font-color);
}
.site-header .top-nav ul li.current_page_item a::after {
  width: 100%;
  background: var(--primary-font-color);
}

.site-header .branding object, .site-header .branding svg, .site-header .branding img {
  width: calc(370px - 20%);
}

body {
  font-size: 20px;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

h1, h2, h3 {
  font-weight: 600;
}

p, a {
  font-weight: 400;
}

h1, h6 {
  font-size: 61px;
  line-height: 1.1;
  margin-bottom: 0.6em;
}
@media (max-width: 767px) {
  h1, h6 {
    font-size: 45px;
    line-height: 1.3;
  }
}

h2, h5 {
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  h2, h5 {
    font-size: 26px;
    line-height: 1.2;
  }
}

h3, h4 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 0.6em;
}
@media (max-width: 767px) {
  h3, h4 {
    font-size: 24px;
    line-height: 1.3;
  }
}

a:hover {
  color: var(--primary-color);
}

.btn {
  font-size: 18px;
  font-weight: 600;
}
.btn.low, .btn.small {
  color: black;
  background-color: #fff;
  border-color: black;
}
.btn.low:hover, .btn.small:hover {
  background-color: #d9d9d9;
}
.btn.medium {
  background-color: var(--primary-background-color);
  color: white;
}
.btn.medium:hover {
  background-color: #71716f;
}
.btn.big, .btn.high {
  background-color: #f0db00;
  color: black;
}
.btn.big:hover, .btn.high:hover {
  background-color: #ffec24;
}
