/*z-index
.searchBarBackground -1
.heroBackground 0
.post_chevron_left_holder 1
.post_chevron_right_holder 1
.events_category_holder_image_holder 80;
.adminMainMenu 90
.languageButtonsContainer 90
.events_modal_photo 97
photos_modal 98;
#main_menu 98
.events_photos_modal 98
#burger-menu 99
.events_photos_modal_exit 100
.modal 100
.sound_posture_holder, .conducting_events_holder 97
*/

@font-face {
  font-family: Underdog;
  src: url(../fonts/Crimson_Pro/CrimsonPro-VariableFont_wght.ttf);
}

:root {
  --myBlack: rgb(25, 25, 25);
  --adminLight: rgb(222, 218, 197);
  --adminDark: rgb(255, 251, 241);
  --adminColor: rgb(25, 25, 25);
}

* {
  box-sizing: border-box;
  font-family: Underdog;
  opacity: 1;
  -webkit-opacity: 1;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.heroHtml {
  overflow-y: hidden;
}

body {
  background-color: rgb(205, 202, 199);
  background-image: url(../images/old_paper.webp);
  background-image: -webkit-image-set(url(../images/old_paper.webp));
  background-image: image-set(url(../images/old_paper.webp));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.stop-scrolling {
  height: 100vh;
  overflow: hidden;
}
.container {
  width: 100%;
  max-width: 1250px;
  margin: auto;
}
.contentContainer {
  width: 100%;
  max-width: 1000px;
  margin: 4rem auto;
}
@media screen and (max-width: 1024px) {
  .contentContainer {
    margin: 3rem auto;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  .contentContainer {
    margin: 3rem auto;
  }
}
@media screen and (max-width: 500px) {
  .contentContainer {
    margin: 0 auto;
    padding: 3rem 0.375rem;
  }
}

/*header*/
/*title_header*/
.title_header_background {
  /* box-shadow: 0px 0px 5px 3px rgba(255, 255, 255, 0.5);*/
  background-color: rgb(0, 0, 0);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.5);
}
#titleHeader {
  height: 38px;
  padding: 5px;
  /* color: black;
  -webkit-text-fill-color: rgb(0, 0, 0);
  opacity: 1;
  -webkit-opacity: 1;*/
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header_title_container {
  height: min-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.headerLogo {
  height: 0.75rem;
  width: auto;
  width: intrinsic;
  margin-right: 0.5rem;
  opacity: 0.9;
}
.headerTitleLink {
  color: rgb(255, 255, 255);
  -webkit-text-fill-color: rgb(255, 255, 255);
  opacity: 1;
  -webkit-opacity: 1;
  font-weight: 500;
  font-size: 1.125rem;
}
.headerRightContainer {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.languageBoxDesktop {
  position: absolute;
  top: -10px;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: center;
}
.languageButtonsContainer {
  padding: 4px 10px;
  height: 8rem;
  background-color: var(--myBlack);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  z-index: 90;
}
.languageButtonsContainerDesktopSmall {
  height: 1.5rem;
}
.languageButtonsContainerMobile {
  display: none;
}
.languageButton {
  cursor: pointer;
  height: 1rem;
  width: 1rem;
}
.languageButtonDesktop {
  display: none;
}
.languageButtonDesktopShow {
  display: block;
}
.languageArrowContainer {
  background-color: var(--myBlack);
  padding: 4px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.languageArrow {
  height: 1rem;
  width: 1rem;
}
.languageArrowRotation {
  transform: rotate(0deg);
  animation: arrowRotation 250ms ease-in-out;
}
.languageArrowRotationBack {
  transform: rotate(180deg);
  animation: arrowRotationBack 250ms ease-in-out;
}
@keyframes arrowRotation {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes arrowRotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
#hrButtonDesktop,
#hrButtonMobile {
  background-image: url(../images/icons/HRflag.svg);
  background-image: -webkit-image-set(url(../images/icons/HRflag.svg));
  background-image: image-set(url(../images/icons/HRflag.svg));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#enButtonDesktop,
#enButtonMobile {
  background-image: url(../images/icons/ENflag.svg);
  background-image: -webkit-image-set(url(../images/icons/ENflag.svg));
  background-image: image-set(url(../images/icons/ENflag.svg));
  background-size: cover;
  background-repeat: no-repeat;
}
#esButtonDesktop,
#esButtonMobile {
  background-image: url(../images/icons/ESflag.svg);
  background-image: -webkit-image-set(url(../images/icons/ESflag.svg));
  background-image: image-set(url(../images/icons/ESflag.svg));
  background-size: cover;
  background-repeat: no-repeat;
}
#itButtonDesktop,
#itButtonMobile {
  background-image: url(../images/icons/ITflag.svg);
  background-image: -webkit-image-set(url(../images/icons/ITflag.svg));
  background-image: image-set(url(../images/icons/ITflag.svg));
  background-size: cover;
  background-repeat: no-repeat;
}
.languageActive {
  display: block;
}
.searchIcon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}
.searchIcon:hover {
  opacity: 0.9;
}
.searchIconContainer {
  margin-left: 1.5rem;
  height: 1rem;
  width: 1rem;
  padding: 0 1px;
}

#burger-menu {
  width: 35px;
  cursor: pointer;
  display: none;
  position: relative;
  z-index: 99;
}
#burger-menu:hover {
  opacity: 0.95;
}
.bar {
  height: 5px;
  width: 100%;
  background-image: url(../images/icons/artisticLineWhite.svg);
  background-image: -webkit-image-set(
    url(../images/icons/artisticLineWhite.svg)
  );
  background-image: image-set(url(../images/icons/artisticLineWhite.svg));
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  display: block;
  border-radius: 5px;
}
#bar1 {
  transform: translateY(-4px);
}
#bar3 {
  transform: translateY(4px);
}

.cross #bar1 {
  transform: translateY(4px) rotateZ(-45deg);
  animation: bar1 500ms ease-out;
}
.cross #bar3 {
  transform: translateY(-6px) rotate(45deg);
  animation: bar3 500ms ease-out;
}
.cross #bar2 {
  opacity: 0;
}
.start #bar1 {
  transform: translateY(-5px);
  animation: bar1start 500ms ease-out;
}
.start #bar3 {
  transform: translateY(5px);
  animation: bar3start 500ms ease-out;
}
.start #bar2 {
  opacity: 1;
}
@keyframes bar1 {
  from {
    transform: translateY(0px) rotateZ(0deg);
  }
  to {
    transform: translateY(4px) rotateZ(-45deg);
  }
}
@keyframes bar3 {
  from {
    transform: translateY(0px) rotateZ(0deg);
  }
  to {
    transform: translateY(-6px) rotateZ(45deg);
  }
}
@keyframes bar1start {
  from {
    transform: translateY(4px) rotateZ(-45deg);
  }
  to {
    transform: translateY(-5px);
  }
}
@keyframes bar3start {
  from {
    transform: translateY(-6px) rotateZ(45deg);
  }
  to {
    transform: translateY(5px);
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes disappear {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.dissapear {
  animation: dissapear 600ms ease-in-out;
}

@keyframes dissapear {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-500px);
  }
}
@media screen and (max-width: 768px) {
  .opacity {
    animation: opacity 500ms ease-in;
  }
  .disappear {
    animation: disappear 200ms ease-in;
  }
}
.main_menu_background {
  background-color: rgba(0, 0, 0, 0);
  /*  border-top: 0.5px solid rgba(255, 255, 255, 0.25);
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.25);*/
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.5) inset;
}
#main_menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  padding: 0 0.5rem;
  z-index: 98;
}
.menu_item {
  height: min-content;
  text-align: center;
  color: var(--myBlack);
  opacity: 1;
  -webkit-text-fill-color: var(--myBlack);
  -webkit-opacity: 1;
  font-weight: 500;
  font-size: 1.125rem;
}

.menu_item_link {
  text-align: center;
  padding: 0.25rem 0.75rem;
  color: var(--myBlack);
  opacity: 1;
  -webkit-text-fill-color: var(--myBlack);
  -webkit-opacity: 1;
  font-size: 1.125rem;
}
.menu_item_link:hover {
  -webkit-opacity: 0.85;
  opacity: 0.85;
}
.icons_container {
  text-align: center;
  height: 1rem;
}
.icons_container_mobile {
  display: none;
}
.menu_mobile_hr {
  display: none;
}

.menu_mobile_hr {
  opacity: 0.5;
  display: none;
}
/*footer*/
footer {
  /*  border-top: 0.5px solid rgba(255, 255, 255, 0.25);*/
}
.footer_icons {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.5) inset;
  height: 75px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.footer_icon {
  background-color: rgba(0, 0, 0, 0.15);
  padding: 0.5rem;
  height: 2rem;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15);
  margin-left: 1rem;
  margin-right: 1rem;
  width: 2rem;
}
.footer_icon:hover {
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  transition: ease-in-out 100ms;
}
.footer_icon_link {
  display: block;
  height: 2rem;
}
.footer_text {
  background-color: rgb(25, 25, 25);
  color: rgba(255, 255, 255, 0.9);
  opacity: 1;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.9);
  -webkit-opacity: 1;
  text-align: center;
  padding: 1.5rem;
  font-size: 12px;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.5);
  border-top: none;
  /*  border-top: 0.5px solid rgba(255, 255, 255, 0.33);*/
}

@media screen and (max-width: 768px) {
  .title_header_background {
    /* border-bottom: 10px solid var(--oberonRed);*/
  }
  #titleHeader {
    height: 50px;
    padding: 10px;
  }

  .searchIconDesktop {
    display: none;
  }
  .headerTitleLink {
    font-size: 1rem;
  }
  .submenuIcon {
    background-image: url(../images/icons/menuWhite.svg);
    transform: unset;
  }
  .languageButtonsContainer {
    margin: 0;
  }
  .languageBoxDesktop {
    display: none;
  }
  .languageButtonsContainerMobile {
    background-color: var(--myBlack);
    box-shadow: 0px 0px 5px 3px rgb(0, 0, 0);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: min-content;
    width: 100%;
  }
  .languageButton {
    margin: 0.5rem;
  }
  #burger-menu {
    display: block;
  }
  #main_menu {
    background-color: black;
    background-image: url(../images/old_paper.webp);
    background-image: -webkit-image-set(url(../images/old_paper.webp));
    background-image: image-set(url(../images/old_paper.webp));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.5) inset;
    top: 50px;
    width: 100%;
    display: none;
    position: absolute;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
    height: min-content;
  }

  .menu_item {
    margin: 1rem auto;
  }
  .icons_container_desktop {
    display: none;
  }
  .icons_container_mobile {
    display: block;
    margin: 0.625rem 0;
  }
  .menu_mobile_hr {
    display: block;
    height: 0.125px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    width: 100%;
    margin: 0.5rem;
  }
}

/*search bar*/
.searchBarBackground {
  position: static;
  width: 100%;
  background-color: var(--oberonBlack);
  z-index: -1;
}
.searchBarSlide {
  animation: searchBarSlide 500ms ease-in-out;
}
.searchBarSlideBack {
  animation: searchBarSlideBack 500ms ease-in-out;
  opacity: 0;
  height: 0px;
}

@keyframes searchBarSlide {
  0% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes searchBarSlideBack {
  0% {
    transform: translateX(0px);
    height: 45px;
  }
  50% {
    transform: translateX(500px);
    height: 45px;
  }
  to {
    transform: translateX(500px);
    height: 0px;
    opacity: 1;
  }
}

.searchBar {
  width: 100%;
}
#searchBarMobile {
  display: none;
}
.searchForm {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}
.searchInput {
  width: 200px;
  margin-right: 0.5rem;
  margin: 10px 0;
  height: 25px;
  background-color: white;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
  color: black;
  -webkit-text-fill-color: rgb(0, 0, 0);
  opacity: 1;
  -webkit-opacity: 1;
  font-size: 10px;
  opacity: 0.8;
}
input.searchInput:focus {
  background-color: white;
  border: none;
  border-radius: 0;
}
input.searchInput::placeholder {
  color: black;
  -webkit-text-fill-color: rgb(0, 0, 0);
  opacity: 1;
  -webkit-opacity: 1;
  font-size: 10px;
  opacity: 0.5;
  font-style: italic;
}
button.searchButton {
  margin-left: 10px;
  background-color: var(--oberonBlack);
  height: 1rem;
  width: 1rem;
  border: none;
  padding: 0 2px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .searchBarBackground {
    background-color: var(--myBlack);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.5);
    border: none;
  }
  #searchBarMobile {
    display: block;
  }
  .searchForm {
    justify-content: center;
    border-top: 0.5px solid rgba(255, 255, 255, 0.5);
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 0.5rem;
  }
}

/*searchResults*/
.searchResultsSubtitle {
  margin: 1rem 0 0;
}
.searchResultsCardButton {
  text-align: left;
  width: 100%;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  padding: 0.5rem 0;
  border-bottom: 1px solid black;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.searchResultsCardTitle {
  font-weight: 600;
  font-style: italic;
  margin: 0;
  color: var(--oberonRed);
  -webkit-text-fill-color: var(--oberonRed);
  opacity: 1;
  -webkit-opacity: 1;
}
.searchResultsCardDescription {
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 0.5rem;
}
.searchResultsCardContent {
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

/*hero*/
.heroBackground {
  z-index: 0;
  position: absolute;
  background-image: url(../images/petromilaHero.webp);
  background-image: -webkit-image-set(url(../images/petromilaHero.webp));
  background-image: image-set(url(../images/petromilaHero.webp));
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  /* filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);*/
}

.heroFilter {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.heroHeader {
  width: 100%;
  position: absolute;
  animation: headerSlide 500ms ease-in-out;
  background-color: rgba(0, 0, 0, 0);
}
.heroHeader .title_header_background {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.heroHeader .main_menu_background {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  border-top: 0.5px solid rgba(255, 255, 255, 0.33);
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.33);
}
.heroHeader .menu_item {
  color: white;
  opacity: 1;
  -webkit-text-fill-color: rgb(255, 255, 255);
  -webkit-opacity: 1;
}
.heroHeader .menu_item_link {
  color: white;
  opacity: 1;
  -webkit-text-fill-color: rgb(255, 255, 255);
  -webkit-opacity: 1;
}
@keyframes headerSlide {
  from {
    transform: translateY(-100px);
  }
  to {
    transform: translateY(0px);
  }
}
.heroBox {
  animation: opacity 1s ease-in;
  width: 100%;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2rem;
  padding: 1rem;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: min-content;
}
.heroBoxHolder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.heroTitle {
  font-size: 6rem;
  text-align: center;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-text-fill-color: rgb(255, 255, 255);
  -webkit-opacity: 1;
  margin-bottom: 2rem;
}
.heroButton {
  width: fit-content;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
  padding: 10px 1rem;
  border: 1px solid white;
  border-radius: 10px;
  color: white;
  opacity: 1;
  -webkit-text-fill-color: rgb(255, 255, 255);
  -webkit-opacity: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.heroButton:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.heroButtonArrow {
  height: 1rem;
  margin-left: 1rem;
  transform: rotate(180deg);
}
.heroAbout {
  font-size: 1.375rem;
  line-height: 1.5;
  text-align: center;
  color: white;
  opacity: 1;
  -webkit-text-fill-color: rgb(255, 255, 255);
  -webkit-opacity: 1;
}
.heroQuote {
  font-size: 1.625rem;
  line-height: 1.5;
  text-align: center;
  font-style: italic;
  color: white;
  opacity: 1;
  -webkit-text-fill-color: rgb(255, 255, 255);
  -webkit-opacity: 1;
  margin-bottom: 1rem;
}
.heroQuoteAuthor {
  font-style: normal;
  font-size: 1rem;
  text-align: right;
  color: white;
  opacity: 1;
  -webkit-text-fill-color: rgb(255, 255, 255);
  -webkit-opacity: 1;
}
.heroFooter {
  animation: footerSlide 500ms ease-in-out;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  bottom: 0px;
  width: 100%;
  color: white;
  opacity: 1;
  -webkit-text-fill-color: white;
  -webkit-opacity: 1;
}
@keyframes footerSlide {
  from {
    transform: translateY(40px);
  }
  to {
    transform: translateY(0px);
  }
}
.heroFooter .footer_icons {
  display: none;
}
.heroFooter .footer_text {
  background-color: rgba(0, 0, 0, 0);
  color: white;
  opacity: 1;
  -webkit-text-fill-color: white;
  -webkit-opacity: 1;
  border-top: 0.5px solid rgba(255, 255, 255, 0.33);
  box-shadow: none;
}
@media screen and (max-width: 1024px) {
  .heroTitle {
    font-size: 5rem;
  }
  .heroQuote {
    font-size: 1.375rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 1024px) {
  .heroAbout {
    line-height: 1.25;
  }
}
@media screen and (max-height: 500px) and (min-width: 768px) {
  .heroBox {
    grid-template-columns: 1fr;
    row-gap: 2rem;
    margin: 0 auto;
    transform: translateY(1.5rem);
  }
  .heroTitle {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .heroButton {
    font-size: 1rem;
    line-height: 1.25;
  }
  .heroAbout {
    font-size: 1.25rem;
    line-height: 1.125;
  }
  .heroQuoteAuthor {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .heroBox {
    grid-template-columns: 1fr;
    row-gap: 2rem;
    margin: 0 auto;
    top: 80px;
  }
  .heroTitle {
    font-size: 4rem;
  }
  .heroAbout {
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    color: white;
    opacity: 1;
    -webkit-text-fill-color: rgb(255, 255, 255);
    -webkit-opacity: 1;
  }
  .heroQuoteAuthor {
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .heroBox {
    top: 50px;
  }
  .heroTitle {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .heroQuote {
    font-size: 1.25rem;
  }
  .heroQuoteAuthor {
    font-size: 0.85rem;
  }
}

/*events*/
.events_category_holder {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.events_category_holder_image_holder {
  z-index: 80;
  background-color: var(--myBlack);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.5);
  position: absolute;
  right: -2rem;
  top: -2rem;
  transform: rotate(5deg);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
}
.events_category_holder_image {
  object-fit: cover;
  object-position: top;
  width: 150px;
  height: 150px;
}
.events_category_holder_image_author {
  font-size: 0.5rem;
  color: black;
  opacity: 1;
  -webkit-text-fill-color: black;
  -webkit-opacity: 1;
  position: absolute;
  left: 26px;
  bottom: 25px;
}
.events_notification {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: left;
}
.events_title {
  height: min-content;
  font-size: 2.5rem;
  font-weight: 600;
}
.event_holder {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 2rem;
}
.event_texts {
  height: min-content;
}
.event_more_details {
  font-size: 1.25rem;
  font-weight: 600;
}
.event_date {
  font-size: 1.5rem;
  font-weight: 600;
}
.event_title {
  font-size: 1.5rem;
  font-weight: 600;
}
.event_title_box {
  margin-bottom: 1rem;
}
.event_time,
.event_location,
.event_description,
.event_tickets {
  font-size: 1.25rem;
  font-weight: 600;
}
.event_description {
  white-space: pre-line;
  margin: 1rem 0;
}
.event_link {
  font-style: italic;
  color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.8);
  -webkit-opacity: 1;
  font-weight: 500;
}
.event_poster_holder {
  overflow: hidden;
  width: 300px;
  height: 200px;
}
.event_poster {
  cursor: pointer;
  width: 300px;
  height: 200px;
  object-fit: cover;
  margin-top: 1rem;
  align-self: flex-start;
}
.event_poster:hover {
  transform: scale(1.1);
  transition: all 500ms ease-in-out;
  cursor: pointer;
}
.event_hr {
  margin: 1rem 0;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.75);
  border-top: 0.125px solid rgba(0, 0, 0, 0.5);
  border-bottom: none;
}
.recent_event_holder {
  border: none;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  width: 100%;
  cursor: pointer;
}
.conducting_recent_event_holder {
  width: 100%;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  cursor: pointer;
}
.all_recent_event_holder:hover .recent_event_text {
  opacity: 0.9;
  transform: translateX(10px);
  transition: all 500ms ease-in-out;
}
.recent_event_text:hover {
  opacity: 0.9;
  transform: translateX(10px);
  transition: all 500ms ease-in-out;
}
.all_recent_event_holder:hover .all_recent_event_poster {
  transform: scale(1.1);
  transition: all 500ms ease-in-out;
  cursor: pointer;
}
.all_recent_event_holder {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 300px;
  column-gap: 2rem;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  cursor: pointer;
}
.all_recent_event_poster_holder {
  overflow: hidden;
  border-radius: 15px;
}
.all_recent_event_poster {
  cursor: pointer;
  width: 300px;
  height: 200px;
  object-fit: cover;
  align-self: flex-start;
  border-radius: 15px;
}
.recent_event_date {
  text-align: left;
  font-size: 1.25rem;
  font-weight: 700;
  align-self: center;
  width: 100%;
}
.recent_event_title {
  text-align: left;
  font-size: 1.25rem;
  font-weight: 700;
  align-self: center;
  width: 100%;
  margin-bottom: 10px;
}
.recent_event_button {
  /*display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;*/
  background-color: var(--myBlack);
  color: white;
  opacity: 1;
  -webkit-text-fill-color: white;
  -webkit-opacity: 1;
  font-size: 1rem;
  text-transform: uppercase;
  width: fit-content;
  padding: 0.5rem 2rem;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.5);
  align-self: center;
}
.see_all_button_holder {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.see_all_button {
  /*display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;*/
  background-color: var(--myBlack);
  color: white;
  opacity: 1;
  -webkit-text-fill-color: white;
  -webkit-opacity: 1;
  font-size: 1rem;
  text-transform: uppercase;
  width: fit-content;
  padding: 0.5rem 2rem;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.5);
  align-self: center;
}
.recent_event_button_arrow {
  margin-left: 1rem;
  height: 1rem;
  width: 1rem;
  object-fit: contain;
  transform: rotate(180deg) translateY(-4px);
}
.titleSlideLeft {
  transform: translateX(10px);
  animation: titleSlideLeft 500ms ease-in-out;
}
.events_photos_modal {
  position: fixed;
  z-index: 98;
  background-color: rgb(0, 0, 0);
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.events_photos_modal_exit {
  z-index: 100;
  height: 2rem;
  opacity: 0.9;
  display: block;
  position: absolute;
  top: 1rem;
  left: 0.5rem;
  flex-direction: column;
  justify-content: center;
  width: 2rem;
}
.events_photos_modal_exit:hover {
  opacity: 0.75;
  rotate: 10deg;
  transition: all 300ms ease-in-out;
}
.events_media_bar {
  height: 5px;
  width: 100%;
  background-image: url(../images/icons/artisticLineWhite.svg);
  background-image: -webkit-image-set(
    url(../images/icons/artisticLineWhite.svg)
  );
  background-image: image-set(url(../images/icons/artisticLineWhite.svg));
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  display: block;
  border-radius: 5px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}
.events_modal_bar1 {
  transform: translateY(-5px);
  transform: translateY(4px) rotateZ(-45deg);
}
.events_modal_bar2 {
  opacity: 0;
}
.events_modal_bar3 {
  transform: translateY(5px);
  transform: translateY(-6px) rotate(45deg);
}
.events_modal_photo {
  z-index: 97;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .events_category_holder_image_holder {
    top: 0;
    right: 0;
    height: 85px;
    width: 85px;
  }
  .events_category_holder_image {
    height: 75px;
    width: 75px;
  }
  .events_category_holder_image_author {
    font-size: 0.25rem;
    left: 6px;
    bottom: 5px;
  }
  .recent_event_text:hover {
    opacity: 1;
    transform: none;
  }
  .all_recent_event_holder:hover .recent_event_text {
    opacity: 1;
    transform: none;
  }
  .all_recent_event_holder:hover .all_recent_event_poster {
    transform: none;
    cursor: pointer;
  }
  .all_recent_event_holder {
    grid-template-columns: 1fr;
  }
  .all_recent_event_poster_holder {
    margin-top: 1rem;
    justify-self: start;
  }
}
@media screen and (max-width: 500px) {
  .events_category_holder_image_holder {
    display: none;
  }
}

.titleSlideLeft {
  transform: translateX(10px);
  animation: titleSlideLeft 500ms ease-in-out;
}

@keyframes titleSlideLeft {
  0% {
    transform: translateX(10px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

/*post*/
/*post*/
.post_title {
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
  color: var(--myBlack);
  opacity: 1;
  -webkit-text-fill-color: var(--myBlack);
  -webkit-opacity: 1;
  margin-bottom: 2rem;
}
.post_date {
  color: var(--myBlack);
  opacity: 1;
  -webkit-text-fill-color: var(--myBlack);
  -webkit-opacity: 1;
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
.post_content {
  color: var(--myBlack);
  opacity: 1;
  -webkit-text-fill-color: var(--myBlack);
  -webkit-opacity: 1;
  font-size: 1.125rem;
  white-space: pre-line;
  margin-bottom: 1rem;
  text-align: justify;
  user-select: text;
}
.post_photographer {
  color: var(--myBlack);
  opacity: 1;
  -webkit-text-fill-color: var(--myBlack);
  -webkit-opacity: 1;
  font-size: 1.125rem;
  white-space: pre-line;
  margin-bottom: 1rem;
  text-align: justify;
  user-select: text;
}
.post_link_description,
.post_document_description,
.post_video_description {
  color: var(--myBlack);
  opacity: 1;
  -webkit-text-fill-color: var(--myBlack);
  -webkit-opacity: 1;
  font-size: 1.125rem;
  white-space: pre-line;
  text-align: justify;
  user-select: text;
}
.post_link,
.post_document {
  color: var(--myBlack);
  opacity: 1;
  -webkit-text-fill-color: var(--myBlack);
  -webkit-opacity: 1;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  white-space: pre-line;
  text-align: justify;
  user-select: text;
}

.post_album_box {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.post_album {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post_photo {
  width: 90%;
  height: 500px;
  object-fit: contain;
  object-position: center;
}
.post_chevron_left_holder {
  position: absolute;
  top: 230px;
  left: 0.5rem;
  z-index: 1;
  height: 3rem;
  width: 1.5rem;
  transform: rotate(90deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.post_chevron_left_holder:hover {
  animation: leftChevron 750ms ease-in-out infinite;
}
.post_chevron_right_holder {
  position: absolute;
  top: 230px;
  right: 0.5rem;
  z-index: 1;
  height: 3rem;
  width: 1.5rem;
  transform: rotate(-90deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.post_chevron_right_holder:hover {
  animation: rightChevron 750ms ease-in-out infinite;
}

@keyframes rightChevron {
  from {
    transform: translate(-5px) rotate(-90deg);
    opacity: 0.5;
  }
  to {
    transform: translate(0px) rotate(-90deg);
    opacity: 1;
  }
}
@keyframes leftChevron {
  from {
    transform: translate(5px) rotate(90deg);
    opacity: 0.5;
  }
  to {
    transform: translate(0px) rotate(90deg);
    opacity: 1;
  }
}

.post_chevron_left,
.post_chevron_right {
  width: 1rem;
  height: auto;
  height: intrinsic;
  margin: auto;
  opacity: 0.8;
}

.post_video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  margin: auto;
  margin-bottom: 1rem;
}
.post_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .post_title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .post_album_box {
    margin-bottom: 1rem;
    flex-direction: column;
  }
  .post_chevron_left,
  .post_chevron_right {
    display: none;
  }
  .post_photo {
    margin: 0.25rem 0;
    height: unset;
  }
}

@media screen and (max-width: 500px) {
  .post_album_box {
    margin-bottom: 1rem;
  }

  .post_photo {
    margin-bottom: 0.125rem;
    width: 100%;
    height: auto;
    height: intrinsic;
    object-fit: contain;
  }

  #post_left_chevron,
  #post_right_chevron {
    display: none;
  }
  .post_video {
    margin: 0 0 0.5rem;
  }
}

/*reviews*/
.body_awareness_reviews_title {
  margin: 50px auto;
  text-align: right;
  color: var(--myBlack);
  opacity: 1;
  -webkit-text-fill-color: var(--myBlack);
  -webkit-opacity: 1;
  font-size: 2rem;
  width: 100%;
  border-bottom: 1px solid var(--myBlack);
}
.body_awareness_reviews {
  margin: 50px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 1rem;
  row-gap: 1rem;
}
.body_awareness_review_photo {
  width: 100%;
  height: 200px;
  object-position: top;
  object-fit: cover;
}
.body_awareness_review_photo_author {
  font-size: 0.6rem;
  text-align: right;
  margin-bottom: 0.5rem;
  color: var(--myBlack);
  opacity: 1;
  -webkit-text-fill-color: var(--myBlack);
  -webkit-opacity: 1;
}
.body_awareness_review_author {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--myBlack);
  opacity: 1;
  -webkit-text-fill-color: var(--myBlack);
  -webkit-opacity: 1;
}
.body_awareness_review_author_profession {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--myBlack);
  opacity: 1;
  -webkit-text-fill-color: var(--myBlack);
  -webkit-opacity: 1;
}
.body_awareness_review_text {
  font-style: italic;
  text-align: justify;
  color: var(--myBlack);
  opacity: 1;
  -webkit-text-fill-color: var(--myBlack);
  -webkit-opacity: 1;
}

@media screen and (max-width: 768px) {
  .body_awareness_reviews {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .body_awareness_reviews {
    grid-template-columns: 1fr;
  }
}

/*biography, sound posture, repertoire, conducting*/
.biographyPhotoHolderDesktop,
.soundposturePhotoHolderDesktop,
.conductingPhotoHolderDesktop {
  position: relative;
  float: left;
  width: 50%;
  padding: 2rem;
  height: min-content;
}
.biographyPhotoHolderMobile,
.soundposturePhotoHolderMobile,
.conductingPhotoHolderMobile {
  position: relative;
  display: none;
}
.biographyPhoto,
.soundposturePhoto,
.conductingPhoto {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.biographyPhotoAuthor,
.soundposturePhotoAuthor,
.conductingPhotoAuthor {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4px 8px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.75);
  -webkit-opacity: 1;
  position: absolute;
  bottom: 36px; /*zbog paddinga*/
  left: 32px; /*zbog paddinga*/
}

.biographyTitle,
.soundpostureTitle,
.repertoireTitle,
.contactTitle {
  color: var(--myBlack);
  opacity: 1;
  -webkit-text-fill-color: var(--myBlack);
  -webkit-opacity: 1;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 2rem;
}
.sound_posture_holder,
.conducting_events_holder {
  width: 50%;
  position: relative;
  float: right;
  margin: 2rem auto;
}
.reviews_holder {
  clear: both;
}
.biographyParagraph,
.soundpostureParagraph {
  color: var(--myBlack);
  opacity: 1;
  -webkit-text-fill-color: var(--myBlack);
  -webkit-opacity: 1;
  font-size: 1.25rem;
  text-align: justify;
  white-space: pre-line;
}
.repertoireHolder {
  width: 100%;
  display: grid;
  grid-template-columns: 400px 1fr;
  column-gap: 2rem;
  color: var(--myBlack);
  opacity: 1;
  -webkit-text-fill-color: var(--myBlack);
  -webkit-opacity: 1;
  text-align: center;
  margin-bottom: 4rem;
  justify-content: center;
  align-items: center;
}
.repertoireSubtitle {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.repertoireComposer {
  font-size: 1.5rem;
}
.repertoireComposition {
  font-size: 1.5rem;
}
.repertoireMovements {
  white-space: pre-line;
  font-style: italic;
}
.repertoireCompositionHolder {
  margin-bottom: 1rem;
}
.repertoireImageHolder {
  position: relative;
  background-color: var(--myBlack);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.5);
  padding: 2rem;
  width: fit-content;
  max-width: 400px;
  height: min-content;
  transform: rotate(10deg) translate(50px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.repertoireImageAuthor {
  padding: 4px;
  font-size: 0.5rem;
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.75);
  -webkit-opacity: 1;
  position: absolute;
  bottom: 8px; /*zbog paddinga*/
  left: 8px; /*zbog paddinga*/
}
.repertoireImage {
  width: 100%;
  max-width: 336px;
  height: auto;
  height: intrinsic;
  max-height: 400px;
  object-fit: contain;
}
.repertoireContainer .repertoireHolder:nth-of-type(2n) {
  grid-template-columns: 1fr 400px;
}
.repertoireContainer .repertoireHolder:nth-of-type(2n) .repertoireImageHolder {
  transform: rotate(-10deg);
  order: 2;
}
.contactContainer {
  padding-bottom: 2rem;
}
.contactCategory {
  font-size: 2rem;
}
.contactContent {
  color: var(--myBlack);
  opacity: 1;
  -webkit-text-fill-color: var(--myBlack);
  -webkit-opacity: 1;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .biographyTitle,
  .soundpostureTitle {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .repertoireTitle,
  .contactTitle {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
  .biographyPhotoHolderDesktop,
  .soundposturePhotoHolderDesktop,
  .conductingPhotoHolderDesktop {
    display: none;
  }
  .biographyPhotoHolderMobile,
  .soundposturePhotoHolderMobile,
  .conductingPhotoHolderMobile {
    display: block;
    width: 100%;
    height: min-content;
    max-width: 500px;
    margin: 2rem auto;
  }
  .biographyPhotoAuthor,
  .soundposturePhotoAuthor,
  .conductingPhotoAuthor {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.75);
    opacity: 1;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.75);
    -webkit-opacity: 1;
    position: absolute;
    bottom: 4px; /*zbog paddinga*/
    left: 0px; /*zbog paddinga*/
  }
  .sound_posture_holder,
  .conducting_events_holder {
    position: relative;
    display: block;
    width: 100%;
    z-index: 97;
  }
  .repertoireSubtitle {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 1.5rem;
  }
  .repertoireComposer {
    font-size: 1.125rem;
  }
  .repertoireComposition {
    font-size: 1.125rem;
  }
  .repertoireMovements {
    white-space: pre-line;
    font-style: italic;
  }
  .repertoireHolder {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
  .repertoireContainer .repertoireHolder:nth-of-type(2n) {
    grid-template-columns: 1fr;
  }
  .repertoireImageHolder {
    order: 2;
    width: 100%;
    max-width: 500px;
    align-self: center;
    justify-self: center;
    transform: rotate(5deg) translate(50px);
  }
  .repertoireContainer
    .repertoireHolder:nth-of-type(2n)
    .repertoireImageHolder {
    transform: rotate(-5deg) translate(-50px);
  }
  .repertoireImage {
    max-height: 300px;
  }
  .contactContainer {
    padding-bottom: 0;
  }
  .contactCategory {
    font-size: 1.5rem;
  }
  .contactContent {
    font-size: 1.125rem;
  }
}
/*galerija*/
.galleryContainer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 2rem;
  row-gap: 2rem;
}
.albumCardButton {
  width: 100%;
  height: 100%;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
}
.albumCardButton:hover {
  border: none;
  background-color: rgba(255, 255, 255, 0);
}
.albumCardImageFrame {
  overflow: hidden;
  height: 350px;
}
.albumCardImage {
  width: 100%;
  width: 100%;
  height: 350px;
  object-fit: cover;
  cursor: pointer;
}
.albumCardImage:hover {
  transform: scale(1.1);
  transition: all 500ms ease-in-out;
  cursor: pointer;
}
.albumCardTitleBackground {
  cursor: pointer;
  background-color: var(--myBlack);
  /* background-image: url(../images/old_paper_dark.webp);
  background-image: -webkit-image-set(url(../images/old_paper_dark.webp));
  background-image: image-set(url(../images/old_paper_dark.webp));*/
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 5px 5px rgba(115, 115, 115, 0.5) inset;
  color: rgba(255, 255, 255);
  opacity: 1;
  -webkit-text-fill-color: rgba(255, 255, 255);
  -webkit-opacity: 1;
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
}
.albumCardTitleHolder {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.albumCardTitle {
  font-size: 1.375rem;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.albumCardArrow {
  height: 1.25rem;
  width: 1.25rem;
  margin-left: 1rem;
  transform: rotate(180deg);
}
@media screen and (max-width: 1000px) {
  .galleryContainer {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .galleryContainer {
    grid-template-columns: 1fr;
  }
}

/*album*/
.albumContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.albumTitleHolder {
  margin-bottom: 4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.albumTitle {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  opacity: 1;
  -webkit-text-fill-color: rgb(0, 0, 0);
  -webkit-opacity: 1;
}
.albumPhotographer {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  opacity: 1;
  -webkit-text-fill-color: rgb(0, 0, 0);
  -webkit-opacity: 1;
}
.album_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}
.album_photo_holder {
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.album_photo {
  background-color: var(--oberonRed);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.album_photo:hover {
  transform: scale(1.1);
  transition: all 500ms ease-in-out;
  cursor: pointer;
}

.photoHoverOut {
  transform: scale(1.1);
  animation: photoHoverOut 500ms ease-in-out;
}

@keyframes photoHoverOut {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.photos_modal {
  padding: 10px;
  position: absolute;
  z-index: 98;
  background-color: rgb(3, 3, 3);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 2rem 1fr 2rem;
}
.media_bar {
  height: 5px;
  width: 100%;
  background-image: url(../images/icons/artisticLineWhite.svg);
  background-image: -webkit-image-set(
    url(../images/icons/artisticLineWhite.svg)
  );
  background-image: image-set(url(../images/icons/artisticLineWhite.svg));
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
  display: block;
  border-radius: 5px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}
#photos_modal_exit {
  opacity: 0.9;
  display: block;
  position: absolute;
  top: 1rem;
  left: 0.5rem;
  flex-direction: column;
  justify-content: center;
  width: 2rem;
}
#photos_modal_exit:hover {
  opacity: 0.75;
  rotate: 10deg;
  transition: all 300ms ease-in-out;
}
#modal_bar1 {
  transform: translateY(-5px);
  transform: translateY(4px) rotateZ(-45deg);
}
#modal_bar2 {
  opacity: 0;
}
#modal_bar3 {
  transform: translateY(5px);
  transform: translateY(-6px) rotate(45deg);
}
.photo_chevron {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
  object-position: center;
  align-self: center;
  opacity: 1;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}

.photo_chevron:hover {
  opacity: 0.75;
}
.left_chevron {
  rotate: 90deg;
}
.left_chevron:hover {
  animation: leftChevron2 750ms ease-in-out infinite;
}
.right_chevron {
  rotate: -90deg;
}
.right_chevron:hover {
  animation: rightChevron2 750ms ease-in-out infinite;
}

@keyframes rightChevron2 {
  from {
    transform: translateY(-5px);
  }
  to {
    transform: translateY(0px);
    rotate: -90deg;
  }
}
@keyframes leftChevron2 {
  from {
    transform: translateY(5px);
  }
  to {
    transform: translateY(0px);
  }
}

.modal_photos {
  position: relative;
  width: 100%;
  height: 100%;
}
.modal_photo {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
}
@media screen and (max-width: 1000px) {
  .album_title {
    font-size: 2rem;
  }
  .album_grid {
    grid-template-columns: 1fr 1fr;
  }
  .album_photo_holder {
    height: 400px;
  }
}
@media screen and (max-width: 500px) {
  .album_title {
    font-size: 1.5rem;
  }
  .album_grid {
    grid-template-columns: 1fr;
    row-gap: 0.125rem;
  }
  .album_photo_holder {
    height: fit-content;
    width: 100%;
  }
  .album_photo {
    width: 100%;
    height: auto;
    height: intrinsic;
    object-fit: contain;
  }
  .photos_modal {
    display: none;
  }
  .photoHoverOut {
    transform: none;
    animation: none;
  }
  .album_photo:hover {
    transform: none;
    cursor: unset;
  }
}

/*video*/
.media_videos {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3rem;
  row-gap: 3rem;
  margin: 4rem auto;
}
.video_title {
  color: var(--myBlack);
  opacity: 1;
  -webkit-text-fill-color: var(--myBlack);
  -webkit-opacity: 1;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.media_video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
}
.media_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .media_videos {
    grid-template-columns: 1fr;
    margin: 0rem auto 4rem;
  }
}

/*login*/
.loginContainer {
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.125));
  padding: 0.5rem;
}
.loginHolder {
  width: 100%;
  max-width: 600px;
  padding: 3rem;
  margin: 3rem auto;
}
.login_form {
  width: 100%;
  max-width: 500px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.5px;
}
.login_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.login_label {
  font-size: 1.125rem;
  width: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: var(--myBlack);
  opacity: 1;
  -webkit-text-fill-color: var(--myBlack);
  -webkit-opacity: 1;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.125);
}
.login_input {
  font-size: 1rem;
  width: 100%;
  height: 40px;
  /*  border: 1px solid black;*/
  border: none;
  color: black;
  -webkit-text-fill-color: black;
  opacity: 1;
  -webkit-opacity: 1;
  box-shadow: 0px 0px 3px 1px rgba(255, 255, 255, 0.75);
}

.login_button {
  width: 150px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: var(--myBlack);
  color: white;
  opacity: 1;
  -webkit-text-fill-color: rgb(255, 255, 255, 1);
  -webkit-opacity: 1;
  padding: 0.5rem;
  margin-top: 0.5rem;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.75);
  /* border-radius: 10px;*/
  border: none;
}
.login_button:hover {
  opacity: 0.9;
}
.login_error {
  text-align: center;
  font-size: 1.125rem;
}
@media screen and (max-width: 1000px) {
  .login_form {
    margin: 2rem auto;
  }
}
@media screen and (max-width: 500px) {
  .loginHolder {
    margin: 1rem auto;
  }
  .login_form {
    width: 100%;
  }
}

/*admin*/
.adminBurgerMenuHolder {
  background-color: var(--myBlack);
  background-image: url(../images/old_paper.webp);
  background-image: -webkit-image-set(url(../images/old_paper.webp));
  background-image: image-set(url(../images/old_paper.webp));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  width: 100%;
  height: 50px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5rem;
  display: none;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.5) inset;
}
.adminHeaderLogo {
  height: 1.75rem;
  width: auto;
  width: intrinsic;
  opacity: 0.9;
}
#adminBurgerMenu {
  width: 35px;
  display: block;
  cursor: pointer;
}
#adminBurgerMenu:hover {
  opacity: 0.95;
}
.adminBar {
  height: 5px;
  width: 100%;
  background-image: url(../images/icons/artisticLineWhite.svg);
  background-image: -webkit-image-set(
    url(../images/icons/artisticLineWhite.svg)
  );
  background-image: image-set(url(../images/icons/artisticLineWhite.svg));
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  border-radius: 5px;
  transform: rotate(180deg);
}
#bar4 {
  transform: translateY(-4px);
}
#bar6 {
  transform: translateY(4px);
}
.cross #bar4 {
  transform: translateY(4px) rotateZ(-45deg);
  animation: bar1 500ms ease-out;
}
.cross #bar6 {
  transform: translateY(-6px) rotate(45deg);
  animation: bar3 500ms ease-out;
}
.cross #bar5 {
  opacity: 0;
}
.start #bar4 {
  transform: translateY(-5px);
  animation: bar1start 500ms ease-out;
}
.start #bar6 {
  transform: translateY(5px);
  animation: bar3start 500ms ease-out;
}
.start #bar5 {
  opacity: 1;
}

.adminContainer {
  background-color: var(--myBlack);
  width: 100%;
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-template-rows: 100px 1fr;
  grid-template-areas:
    "menu header"
    "menu main";
  column-gap: 1rem;
  row-gap: 1rem;
  min-height: 100vh;
}
.adminHeader {
  color: var(--myBlack);
  opacity: 1;
  -webkit-text-fill-color: var(--myBlack);
  -webkit-opacity: 1;
  width: 100%;
  height: 100%;
  background-image: url(../images/old_paper.webp);
  background-image: -webkit-image-set(url(../images/old_paper.webp));
  background-image: image-set(url(../images/old_paper.webp));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 0 2rem;
  grid-area: header;
  font-size: 1.5rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.adminHeaderContent {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.adminHeaderButton {
  background-color: var(--adminColor);
  border-radius: 5px;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  margin-left: 1rem;
  cursor: pointer;
  color: white;
  -webkit-text-fill-color: white;
  opacity: 1;
  -webkit-opacity: 1;
}
.adminHeaderButton:hover {
  opacity: 0.9;
}
.adminMainMenu {
  min-height: 100vh;
  z-index: 90;
  grid-area: menu;
  width: 250px;
  padding: 1rem 2rem;
  background-image: url(../images/old_paper.webp);
  background-image: -webkit-image-set(url(../images/old_paper.webp));
  background-image: image-set(url(../images/old_paper.webp));
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: min-content;
}
.adminMenuLogo {
  height: 50px;
  width: auto;
  width: intrinsic;
  margin: auto;
  margin-bottom: 1rem;
  opacity: 0.9;
}
.adminMenuButton {
  background-color: var(--myBlack);
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: white;
  -webkit-text-fill-color: white;
  opacity: 1;
  -webkit-opacity: 1;
  margin: 0.25rem auto;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
}
.adminMenuButton:hover {
  cursor: pointer;
  opacity: 0.9;
}
.adminMenuLink {
  width: 100%;
}
.adminMenuIcon {
  height: 30px;
  width: 30px;
  object-fit: contain;
  margin-right: 1rem;
}
.adminMain {
  grid-area: main;
  background-image: url(../images/old_paper.webp);
  background-image: -webkit-image-set(url(../images/old_paper.webp));
  background-image: image-set(url(../images/old_paper.webp));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  height: 100%;
  width: 100%;
  padding: 2rem;
}
.adminNotification {
  margin: 1rem auto;
  color: var(--myBlack);
  opacity: 1;
  -webkit-text-fill-color: var(--myBlack);
  -webkit-opacity: 1;
}
.adminHolder {
  width: 100%;
  height: fit-content;
}
.adminBox {
  display: grid;
  grid-template-columns: 150px 1fr;
  color: var(--myBlack);
  opacity: 1;
  -webkit-text-fill-color: var(--myBlack);
  -webkit-opacity: 1;
  font-size: 1rem;
  row-gap: 1rem;
}
.adminButton {
  border: 1px solid black;
  width: 200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
  color: white;
  opacity: 1;
  -webkit-text-fill-color: rgb(255, 255, 255, 1);
  -webkit-opacity: 1;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
}
.adminButton:hover {
  cursor: pointer;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .adminBurgerMenuHolder {
    display: flex;
  }
  .adminMain {
    padding: 0.5rem;
    grid-area: main;
    height: 100%;
    width: 100%;
  }
  .adminHeader {
    text-align: center;
    padding: 0.5rem;
    grid-area: header;
    font-size: 1.5rem;
    font-weight: 400;
    display: flex;
    align-items: center;
  }
  .adminHeaderContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .adminHeaderButton {
    border-radius: 5px;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    margin-top: 0.5rem;
    margin-left: 0rem;
    cursor: pointer;
  }
  .adminMainMenu {
    width: 100%;
    position: absolute;
    top: 50px;
    grid-area: none;
    padding: 1rem;
    background-color: var(--adminLight);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: min-content;
  }
  .adminContainer {
    column-gap: 0;
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-areas:
      "header"
      "main";
  }
  .adminBox {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
  .adminButton {
    background-color: var(--myBlack);
    width: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
    color: white;
    opacity: 1;
    -webkit-text-fill-color: rgb(255, 255, 255, 1);
    -webkit-opacity: 1;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 400;
  }
}
.listTitle {
  color: var(--myBlack);
  opacity: 1;
  -webkit-text-fill-color: var(--myBlack);
  -webkit-opacity: 1;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.listMessage {
  color: var(--myBlack);
  opacity: 1;
  -webkit-text-fill-color: var(--myBlack);
  -webkit-opacity: 1;
  margin-bottom: 2rem;
}
.listBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;

  padding: 0.5rem;
  border-radius: 5px;
  border: 1px solid black;
}
.listBoxTitle {
  color: var(--myBlack);
  opacity: 1;
  -webkit-text-fill-color: var(--myBlack);
  -webkit-opacity: 1;
  font-size: 1rem;
  font-weight: 400;
}
.listBoxButtonHolder {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.listBoxButton {
  background-color: var(--adminColor);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: white;
  opacity: 1;
  -webkit-text-fill-color: rgb(255, 255, 255, 1);
  -webkit-opacity: 1;
  padding: 0.5rem 0.75rem;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  border: none;
  margin-right: 1rem;
  letter-spacing: 2px;
  cursor: pointer;
}
.listBoxButton:hover {
  opacity: 0.9;
}

@media screen and (max-width: 768px) {
  .listTitle {
    text-align: center;
    font-size: 1.25rem;
  }
  .listMessage {
    color: var(--myBlack);
    opacity: 1;
    -webkit-text-fill-color: var(--myBlack);
    -webkit-opacity: 1;
    margin-bottom: 2rem;
  }
  .listBox {
    flex-direction: column;
    padding: 1rem;
    text-align: center;
  }
  .listBoxTitle {
    margin-bottom: 1rem;
  }
  .listBoxButtonHolder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .listBoxButton {
    background-color: rgb(46, 46, 46);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: white;
    opacity: 1;
    -webkit-text-fill-color: rgb(255, 255, 255, 1);
    -webkit-opacity: 1;
    padding: 0.5rem 0.75rem;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 400;
    border: none;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    letter-spacing: 2px;
    cursor: pointer;
  }
  .listBoxButton:hover {
    opacity: 0.9;
  }
}
.form_box {
  display: grid;
  grid-template-columns: 150px 1fr;
  color: var(--myBlack);
  opacity: 1;
  -webkit-text-fill-color: var(--myBlack);
  -webkit-opacity: 1;
  -webkit-opacity: 1;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.form_checkbox {
  width: min-content;
  height: min-content;
  align-self: center;
}
.form_photoBig {
  height: 200px;
  width: 200px;
  object-fit: cover;
  object-position: center;
}
.form_album {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.form_video {
  height: 200px;
  width: auto;
  width: intrinsic;
  object-fit: contain;
}
.form_YTvideo {
  color: black;
  -webkit-text-fill-color: black;
  opacity: 1;
  -webkit-opacity: 1;
  position: relative;
  width: 300px;
  padding-bottom: 160px;
  height: 0;
}
.form_YTvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: auto;
  height: intrinsic;
}
.form_photoSmall {
  height: 150px;
  width: 150px;
  object-fit: cover;
  object-position: center;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.form_document_button {
  margin-left: 1rem;
  text-decoration: underline;
  font-style: italic;
}
.form_label {
  display: flex;
  align-items: center;
}
.form_input {
  color: black;
  opacity: 1;
  -webkit-text-fill-color: black;
  -webkit-opacity: 1;
  height: 2rem;
  padding: 2.5px;
}
input[type="text"] {
  color: black;
  opacity: 1;
  -webkit-text-fill-color: black;
  -webkit-opacity: 1;
}
input[type="date"] {
  color: black;
  opacity: 1;
  -webkit-text-fill-color: black;
  -webkit-opacity: 1;
}
input[type="time"] {
  color: black;
  opacity: 1;
  -webkit-text-fill-color: black;
  -webkit-opacity: 1;
}
.form_file_upload {
  color: black;
  opacity: 1;
  -webkit-text-fill-color: black;
  -webkit-opacity: 1;
}

.form_textarea {
  padding: 2.5px;
  color: black;
  opacity: 1;
  -webkit-text-fill-color: black;
  -webkit-opacity: 1;
}
.form_button {
  background-color: var(--adminColor);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
  margin-right: 1rem;
  color: white;
  opacity: 1;
  -webkit-text-fill-color: rgb(255, 255, 255, 1);
  -webkit-opacity: 1;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  border: none;
}
.form_button:hover {
  cursor: pointer;
  opacity: 0.9;
}
.form_horizontal_button_holder {
  display: flex;
  flex-direction: row;
  height: min-content;
  width: min-content;
}

@media screen and (max-width: 768px) {
  .form_box {
    display: grid;
    grid-template-columns: 1fr;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .form_input {
    width: 95%;
    overflow-x: scroll;
  }
  .form_photoBig {
    height: 150px;
    width: 150px;
    margin-bottom: 1rem;
  }
  .form_photoSmall {
    height: 100px;
    width: 100px;
  }
  .form_button {
    margin: 1rem 0;
    margin-right: 1rem;
  }
}

/*spinner*/
.spinner_container {
  position: absolute;
  width: 220px;
  height: fit-content;
  margin: auto;
  left: 0;
  right: 0;
  top: 40vh;
  background-color: rgba(75, 75, 75, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  opacity: 1;
  -webkit-text-fill-color: rgb(255, 255, 255, 1);
  -webkit-opacity: 1;
  border: 1px solid rgb(30, 30, 30);
  padding: 20px 30px;
}
.spinner_message {
  color: white;
  opacity: 1;
  -webkit-text-fill-color: rgb(255, 255, 255, 1);
  -webkit-opacity: 1;
  margin: 0 0 20px;
}
.spinner {
  height: 30px;
  width: 30px;
  border-radius: 30px;
  border: 5px solid rgba(255, 255, 255);
  border-left: 5px solid gray;
  animation: rotation 1s infinite;
}
@keyframes rotation {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@media screen and (max-width: 500px) {
  spinner_container {
    top: 30vh;
  }
}
/*modal*/
.modal {
  position: absolute;
  left: 0;
  right: 0;
  top: 40vh;
  margin: auto;
  height: 100px;
  width: 250px;
  padding: 50px 30px;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
  background-color: rgb(18, 18, 18);
  color: white;
  opacity: 1;
  -webkit-text-fill-color: rgb(255, 255, 255, 1);
  -webkit-opacity: 1;
  border-radius: 10px;
}
.modalMessage {
  text-align: center;
}
.modalButtonHolder {
  display: flex;
  flex-direction: row;
}
.modalButton {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 5px 20px;
  margin: 10px;
  height: min-content;
  color: white;
  opacity: 1;
  -webkit-text-fill-color: rgb(255, 255, 255, 1);
  -webkit-opacity: 1;
  cursor: pointer;
  border-radius: 10px;
}
.modalButton:hover {
  opacity: 0.9;
}

/*special classes*/
.visible {
  display: flex;
  opacity: 1;
  animation: visibility 1000ms ease-in-out;
}

.invisible {
  display: none;
  opacity: 0;
  animation: invisibility 1000ms ease-in-out;
}

@keyframes visibility {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes invisibility {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.mobileShow {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobileShow {
    display: block;
  }
  .mobileHide {
    display: none;
  }
}
.active {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.33);
  box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.33);
}
.active:hover {
  -webkit-opacity: 1;
  opacity: 1;
}

.error {
  margin-top: 0.125rem;
  display: none;
}
.hr,
.en,
.es,
.it {
  display: none;
}
.hidden {
  display: none;
}
