/*
Theme Name: Jarní Sběratel 2026
Theme URI: 
Author: Petr Jirásek / Jindřich Jirásek
Author URI: 
Description: Šablona pro JARNÍ VELETRH SBĚRATEL 2026
Version: 1.0
License: All rights reserved.
Text Domain: jaro-theme
*/

/*
.backdrop-blur(@amount: 10px) {
    backdrop-filter: blur(@amount);
}
*/
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'EB Garamond', serif;
background-color: #9d152b;
color: #ffffff;
line-height: 1.6;
font-size: 1.3em;
position: relative;
}
body::before {
content: '';
position: fixed;
left: -114px;
top: 0;
bottom: 0;
width: 50%;
height: 100vh;
background-image: url('images/bck.webp');
background-repeat: no-repeat;
background-position: left top;
background-size: contain;
z-index: -1;
pointer-events: none;
}
body::after {
content: '';
position: fixed;
right: -114px;
top: 0;
bottom: 0;
width: 50%;
height: 100vh;
background-image: url('images/bckr.webp');
background-repeat: no-repeat;
background-position: right top;
background-size: contain;
z-index: -1;
pointer-events: none;
}
strong {
font-weight: 700;
}
@media (max-width: 1580px) {
body::before,
body::after {
display: none;
}
}
.navbar {
background-color: #9d152b !important;
padding: 1rem 0;
}
.navbar .navbar-brand {
font-size: 1.5rem;
font-weight: 600;
color: #ffffff !important;
}
.navbar .nav-link {
color: #ffffff !important;
font-size: 1.1rem;
margin-left: 1rem;
transition: opacity 0.3s ease;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
opacity: 0.8;
}
.hero-section {
min-height: 70vh;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.hero-section h1 {
font-weight: 700;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.hero-section .lead {
font-size: 1.3rem;
opacity: 0.9;
}
.hero-section .btn {
padding: 0.75rem 2rem;
font-size: 1.1rem;
border-radius: 50px;
transition: transform, box-shadow 0.3s ease;
}
.hero-section .btn:hover {
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.hero-section>.container {
animation: fadeIn 1s ease-out;
}
section {
padding: 4rem 0;
}
section h2 {
font-size: 2.5rem;
font-weight: 600;
margin-bottom: 2rem;
color: #fbe7c1;
}
section h3 {
color: #fbe7c1;
}
section a {
color: #fbe7c1;
font-weight: bold;
text-decoration: underline;
}
/*
.bg-light-custom {
background-color: @light-bg;
}
*/
.card {
background-color: rgba(255, 255, 255, 0.95);
border: none;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform, box-shadow 0.3s ease;
opacity: 0;
transform: translateY(20px);
transition: opacity 0.6s ease, transform 0.6s ease;
}
.card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.card .card-body {
padding: 2rem;
}
.card .card-title {
color: #9d152b;
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 1rem;
}
.card .card-text {
color: #333;
font-size: 1.1rem;
}
.form-label {
font-size: 1.1rem;
font-weight: 500;
margin-bottom: 0.5rem;
}
.form-control {
color: #333;
font-family: 'EB Garamond', serif;
font-size: 1.1rem;
padding: 0.75rem;
}
.form-control:focus {
background-color: #ffffff;
border-color: #ffffff;
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
color: #333;
}
.form-control::placeholder {
color: #999;
}
.btn-light {
background-color: #ffffff;
color: #9d152b;
border: none;
font-weight: 600;
transition: background-color, transform 0.3s ease;
}
.btn-light:hover {
background-color: rgba(255, 255, 255, 0.9);
color: #9d152b;
transform: translateY(-2px);
}
footer {
background-color: rgba(0, 0, 0, 0.3);
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer p {
opacity: 0.8;
font-size: 1rem;
}
@media (max-width: 768px) {
.hero-section h1 {
font-size: 2.5rem;
}
.hero-section .lead {
font-size: 1.1rem;
}
section h2 {
font-size: 2rem;
}
.navbar-brand {
font-size: 1.3rem;
}
}
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
#carusell {
padding-top: 30px;
padding-bottom: 30px;
background-size: contain;
}
@media screen and (max-width: 600px) {
#carusell {
padding-top: 0;
padding-left: 0;
padding-right: 0;
}
}
#carusell .row {
--bs-gutter-x: 0rem;
}
/* CAROUSELL */
.gallery {
background: #EEE;
}
.carousel-image {
display: block;
height: 322px;
/* set min-width,
	   allow images to determine cell width */
/*min-width: 100%;*/
max-width: 100%;
margin-right: 10px;
/* vertically center
	top: 50%;
	transform: translateY(-50%)*/
border-radius: 15px;
}
.carousel.is-fullscreen .carousel-image {
height: auto;
max-height: 100%;
}
.carousel {
height: 322px;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
/* cell inherit height from carousel */
.carousel-cell {
height: 100%;
}
.carousel-caption-text {
color: #fff !important;
font-size: 1.1rem !important;
font-weight: 400 !important;
max-width: 700px;
margin: 30px auto 0 auto !important;
}

/* Footer Menu Styles */
.footer-nav .footer-menu-list {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.footer-nav .footer-menu-list li {
margin: 0.5rem 1rem;
}
.footer-nav .footer-menu-list a {
color: #ffffff !important;
font-size: 1.1rem;
text-decoration: none;
transition: opacity 0.3s ease;
}
.footer-nav .footer-menu-list a:hover,
.footer-nav .footer-menu-list .current-menu-item>a {
opacity: 0.8;
}