/*
 Theme Name: winnydworek
 Author: tadamart.pl
 Version: 1.0
 */

:root {
  --bs-primary: #24362f !important;
  --bs-primary-rgb: 36, 54, 47 !important;
  --bs-secondary: #e8d4c0 !important;
  --bs-secondary-rgb: 232, 212, 192 !important;
}

body {
  color: black;

  font-family: "articulat-cf", sans-serif;
}

.admin-bar {
  margin-top: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  font-family: "Cormorant", serif;
  font-style: italic;
}
strong {
  font-weight: 600;
}
a {
  transition: 0s !important;
  font-size: 14px;
  letter-spacing: 1.4px;
}
p,
li,
td,
th {
  font-size: 14px;
  line-height: 1.4 !important;
  letter-spacing: 1.4px;
}
.ls1 {
  letter-spacing: 1px !important;
}
.grecaptcha-badge {
  display: none !important;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}
.border-end,
.border-start,
.border-top,
.border-bottom,
.border {
  border-color: rgba(0, 0, 0, 0.15) !important;
}

.bg-black .border-end,
.bg-black .border-start,
.bg-black .border-top,
.bg-black .border-bottom,
.bg-black .border,
.bg-black.border-top {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.custom-page a {
  color: black;
}
.fs-6 {
  font-size: 16px !important;
}
.fs-7 {
  font-size: 12px;
}
.fs-8 {
  font-size: 11px;
}

/* Hero section */
.hero-video {
  object-fit: cover;
  z-index: 0;
}

.hero-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
}

@media (min-width: 1400px) {
}

/* XX-Large devices (larger desktops) */
@media (max-width: 1399.98px) {
}

/* X-Large devices (large desktops) */
@media (max-width: 1199.98px) {
}

/* Large devices (desktops) */
@media (max-width: 991.98px) {
}

/* Medium devices (tablets) */
@media (max-width: 767.98px) {
}

/* Small devices (landscape phones) */
@media (max-width: 575.98px) {
}
