/*!
Theme Name: sjm-ribes-vikinger
Theme URI: http://www.webitall.dk/
Author: Andreas Thiel
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-ribes-vikinger
Tags: 

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

.site-footer {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 767px) {
  .site-footer {
    font-size: 13px;
  }
}
.site-footer strong {
  font-size: 20px;
}
@media (max-width: 767px) {
  .site-footer strong {
    font-size: 16px;
  }
}
.site-footer a {
  color: #fff;
}

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

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: #734016;
}

.btn {
  font-size: 18px;
}
.btn.low:hover, .btn.small:hover {
  background-color: white;
}
.btn.medium:hover {
  background-color: #be926b;
}
.btn.big:hover, .btn.high:hover {
  background-color: #a2cad3;
}

.site-header {
  font-weight: 600;
}