@font-face {
    font-family: BrillRoman;
    src: url('../fonts/Brill-Roman.woff2') format('woff2'),
         url('../fonts/Brill-Roman.woff') format('woff'),
         url('../fonts/DINPro-Regular.ttf') format('truetype');
}

@font-face {
    font-family: KingthingsCalligraphica2;
    src: url('../fonts/KingthingsCalligraphica2.woff2') format('woff2'),
         url('../fonts/KingthingsCalligraphica2.woff') format('woff'),
         url('../fonts/KingthingsCalligraphica2.ttf') format('truetype');
}

:root {
  --body-bg-color: #efe8e0;
  --body-text-color: #4c3e4e;
  --body-font-size: 24px;
  --body-line-height: 1.3;
  --body-font-family: BrillRoman, serif;
  --heading-text-color: #a12521;
  /*font-variant-ligatures: none;*/
}

h1, h2, h3, h4, h5, h6 {
  color: var(--heading-text-color);
  font-weight: bold;
}

a {
  text-decoration: underline;
}

a:hover, a:focus {
  color: #e35b0b;
}

.mod-languages__list a:before {
  content: '\f1ab';
  font-family: FontAwesome;
  font-size: 18px;
}

.t4-offcanvas .t4-off-canvas-body .t4-module .module-inner,
.t4-offcanvas .t4-off-canvas-body .navbar .nav-item {
  padding: 0 0.5rem;
}

.t4-offcanvas .t4-off-canvas-body .navbar .nav-link {
    padding: .5rem 0;
}

.t4-offcanvas .t4-off-canvas-body .t4-module {
    margin-bottom: 0;
}

.t4-offcanvas .t4-off-canvas-body {
    padding: .5rem 0;
}

.logo-text {
  margin: 44px 0 22px 0;
}

.t4-header {
  background-color: transparent;
  border: none;
  justify-content: center;
}

.site-name {
  font-family: var(--heading-font-family);
  color: var(--heading-text-color);
  font-size: 3rem;
  font-size: 5vw;
  line-height: 1.1;
  font-weight: bold;
}

.site-slogan {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-size: 2vw;
}

.navbar-nav {
  --t4-nav-link-color: #a12521;
  --t4-nav-link-hover-color: #e35b0b;
}

/* Gallery */

.showtime-renderer-caption-title {
    font-size: 26px;
}

.showtime-renderer-caption-description p {
    font-size: 18px;
}

.showtime-gallery .showtime-image a img {
    filter: sepia(.9);
    transition: filter .5s ease-in-out;
}

.showtime-gallery .showtime-image a:hover img,
.showtime-gallery .showtime-image a:focus img {
    filter: none;
}

/* Initial */

p.initial-letter::first-letter {
  color: #c0832a; 
  initial-letter: 3; 
  font-family: KingthingsCalligraphica2, BrillRoman, serif;
}



@media only screen and (max-width: 991px) {
  #t4-language-switcher {
    text-align: center !important;
  }

  .hidden-sm {
    display: none;
  }

  .site-name {
    font-size: 7vw;
  }

  .site-slogan {
    font-size: 4vw;
  }

  .t4-navbar {
    padding-top: 24px;
    padding-bottom: 12px;
  }
}

@media only screen and (min-width: 1300px) {
  body.site-default:before {
    background-image: url(https://hcce2025.iti.abtk.hu/images/design/side-image.jpg?1737642506);
    position: fixed;
    left: -100px;
    content: "";
    background-size: 200px;
    display: inline-block;
    width: 200px;
    height: 100%;
    -webkit-mask-image: linear-gradient(to right, rgba(239, 232, 224, 1) 80%, rgba(239, 232, 224, 0));
    mask-image: linear-gradient(to right, rgba(239, 232, 224, 1) 80%, rgba(239, 232, 224, 0));
  }

  body#tinymce::before {
    background: none;
  }
}

@media only screen and (min-width: 1600px) {
  body.site-default:before {
    left: 0;
  }
}