/*
Theme Name: Gert en Sula
Theme URI: https://gertensula.nl/
Author: Gert van den Brink
Author URI: https://gertensula.nl
Description: Theme developed for the wedding website of Gert en Sula
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 8.3
Version: 1.0
Text Domain: gertensula
*/
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300;
  src: url("webfonts/Quicksand-Light.ttf") format("truetype");
  font-display: auto;
}
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url("webfonts/Quicksand-Regular.ttf") format("truetype");
  font-display: auto;
}
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  src: url("webfonts/Quicksand-Medium.ttf") format("truetype");
  font-display: auto;
}
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  src: url("webfonts/Quicksand-SemiBold.ttf") format("truetype");
  font-display: auto;
}
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: url("webfonts/Quicksand-Bold.ttf") format("truetype");
  font-display: auto;
}
@font-face {
  font-family: "Allison";
  font-style: normal;
  font-weight: 400;
  src: url("webfonts/Allison-Regular.ttf") format("truetype");
  font-display: auto;
}
@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  src: url("webfonts/CenturyGothic-Regular.ttf") format("truetype");
  font-display: auto;
}
@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 700;
  src: url("webfonts/CenturyGothic-Bold.ttf") format("truetype");
  font-display: auto;
}
html, body {
  font-size: 18px;
  font-family: "Century Gothic";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand";
}

h1 {
  letter-spacing: 1px;
}

h2 {
  font-size: 80px;
  font-family: "Allison";
}

h3 small {
  font-family: "Century Gothic";
  font-size: 1rem;
  font-weight: normal;
  opacity: 0.9;
}

.btn {
  padding: 0.5rem 1rem;
  border: none;
}

.btn-primary {
  background-color: #B7946D;
  border-color: #B7946D;
}
.btn-primary:hover {
  background-color: #D6AB61;
}

header {
  height: 500px;
  background-position: center;
  background-image: url("images/header-mobile.png");
}
@media screen and (min-width: 768px) {
  header {
    background-image: url("images/header.png");
  }
}

.flag {
  width: 2rem;
}

.navbar-brand img {
  width: 120px;
}

.nav-link {
  font-weight: bold;
  margin-left: 2rem;
}

section {
  padding: 4rem 0;
}

.bg-green {
  color: #fff;
  background-color: #607051;
}
.bg-green a {
  color: #fff;
}

.bg-gold {
  color: #fff;
  background-color: #B7946D;
}
.bg-gold a {
  color: #fff;
}

.bg-paint {
  background-image: url("images/background.png");
}

.icons-day {
  margin-bottom: 1rem;
  filter: brightness(0) invert(1);
}

/*# sourceMappingURL=style.css.map */
