body {
    font-family:'Haettenschweiler', 'Impact', 'Arial Narrow Bold', sans-serif;
    letter-spacing: .1rem;
    background-color: rgb(20, 19, 19);
    color:white;
}

p {
    font-family:'Courier New', Courier, monospace;
    letter-spacing: .0rem;
    font-size: 16px;
    text-wrap: wrap;
    color: white;
}

.ta-asterisk-text {
  font-size: 12px;
}

h1 {
    font-size: 60px;
}

h2.ta-title-background {
  padding: 5px 10px 5px 10px;
  width: min-content;
  text-align: inherit;
  display: inline-flex;
  font-family:'Courier New', Courier, monospace;
  font-size: 24px;
  border-radius: 5px;
  color: black;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #D85B31;
}

/* bootstrap classes */
.col {
  align-items: center;
}

.row {
  margin-left: 0;
}

.navbar {
    opacity: 1;
    padding-left: 7%;
    padding-right: 7%;
    font-size: 24px;
}

#home img {
  border-radius: 0;
}

.nav-item {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.nav-item>a:hover {
    color: #D85B31;
}

.navbar-toggler {
    border: none;
    color: white;
    z-index: 2;
}

#nav {
  margin: 0px auto;
}

.navbar-brand {
  margin: 0px auto;
}

.navbar-collapse.show, .navbar-collapse.collapsing {
    background-color: rgb(20, 19, 19);
    width: 100vw;
    position: absolute;
    top: 0;
    left:0;
    padding: 10%;
}

/* site specific structure classes */

@media (min-width: 180px) and (max-width: 768px) {
  .ta-col-first {
    text-align: center;
    z-index: 2;
  }
  .ta-col-second {
    text-align: center;
  }
  #headingTitle {
    display: none;
  }
  #headingTextInner {
    font-size: 18px !important;
  }
}

@media (min-width: 769px) and (max-width: 960px) {
  .ta-col-first {
    text-align: center;
    z-index: 2;
  }
  .ta-col-second {
    text-align: center;
  }
}

@media only screen and (min-width: 961px) {
  .ta-col-first {
    text-align: right;
    z-index: 2;
  }
  .ta-col-second {
    text-align: left;
  }
  #headingTitle {
    font-size: 100px;
  }

  .ta-tile:hover img {
    border-radius: 50%;
  }

  .ta-tile:hover .ta-tile-inner {
    transition-timing-function: var(--bounce-out);
    border-radius: 50%;
  }

  .ta-tile:hover .ta-tile-title {
    transform: translate(5%, -50%);
    transition-timing-function: var(--bounce-out);
    border-radius: 50%;
  }
  
  .ta-tile:hover .ta-tile-title::after {
    opacity: 1;
    transform: translateX(0);
    transition-timing-function: var(--bounce-out);
    border-radius: 50%;
  }
  
  .ta-tile:hover .ta-tile-inner::after {
    opacity: 1;
    border-radius: 50%;
  }
}

/* root for tile animation */

@media (min-width: 180px) and (max-width: 768px) {
  :root {
    --size: 80vmin;
    --size-long: 120vmin;
    --space: 5vmin;
    --duration: 300ms;
    --ease-out: cubic-bezier(0.25, 1, 0.5, 1);
    --bounce-out: cubic-bezier(0.34, 1.56, 0.64, 1);
    --header-height: 80vmin;
    --title-display: 0%;
  }
}

@media (min-width: 769px) and (max-width: 960px) {
  :root {
    --size: 50vmin;
    --size-long: 75vmin;
    --space: 5vmin;
    --duration: 300ms;
    --ease-out: cubic-bezier(0.25, 1, 0.5, 1);
    --bounce-out: cubic-bezier(0.34, 1.56, 0.64, 1);
    --header-height: 60vmin;
    --title-display: 100%;
  }
}

@media only screen and (min-width: 961px) {
  :root {
    --size: 40vmin;
    --size-long: 60vmin;
    --space: 5vmin;
    --duration: 300ms;
    --ease-out: cubic-bezier(0.25, 1, 0.5, 1);
    --bounce-out: cubic-bezier(0.34, 1.56, 0.64, 1);
    --header-height: 80vmin;
    --title-display: 100%;
  }

}

.ta-col-middle{
  text-align: center;
}

.ta-name {
    text-align: left;
    color: white;
    cursor: pointer;
}

.ta-menu-link {
    color: white;
}

div.ta-header {
    background-image: url("../images/header-image-cut2.jpg");
    background-position: center center;
    margin-left: 5vw;
    margin-right: -5vw;
    width: calc(100% - 10vw);
    position: relative;
    height: var(--header-height);
    top: -100;
    opacity: 0;
    background-size: cover;
    transform: translate(0px, 0px);
    border-radius: 0 0 10px 10px;
}

div.ta-header-contact {
  background-image: url("../images/header-image-contact.jpg");
  background-position: center center;
  margin-left: 5vw;
  margin-right: -5vw;
  width: calc(100% - 10vw);
  position: relative;
  height: var(--header-height);
  top: -100;
  opacity: 0;
  background-size: cover;
  transform: translate(0px, 0px);
  border-radius: 0 0 10px 10px;
}

div.ta-header-otto {
    background-image: url("../images/header-image-cut2.jpg");
    background-position: center center;
    margin-left: 5vw;
    margin-right: -5vw;
    width: calc(100% - 10vw);
    position: relative;
    height: var(--header-height);
    top: -100;
    opacity: 0;
    background-size: cover;
    transform: translate(0px, 0px);
    border-radius: 0 0 10px 10px;
}

div.ta-header-tango {
    background-image: url("../images/header-image-tango2.jpg");
    background-position: center center;
    margin-left: 5vw;
    margin-right: -5vw;
    width: calc(100% - 10vw);
    position: relative;
    height: var(--header-height);
    top: -100;
    opacity: 0;
    background-size: cover;
    transform: translate(0px, 0px);
    border-radius: 0 0 10px 10px;
}

div.ta-header-unknown {
    background-image: url("../images/header-image-unknown2.jpg");
    background-position: center center;
    margin-left: 5vw;
    margin-right: -5vw;
    width: calc(100% - 10vw);
    position: relative;
    height: var(--header-height);
    top: -100;
    opacity: 0;
    background-size: cover;
    transform: translate(0px, 0px);
    border-radius: 0 0 10px 10px;
}

div.ta-header-sympozjiumteatrniezbedny {
  background-image: url("../images/header-image-sympozjiumteatrniezbedny.jpg");
    background-position: center center;
    margin-left: 5vw;
    margin-right: -5vw;
    width: calc(100% - 10vw);
    position: relative;
    height: var(--header-height);
    top: -100;
    opacity: 0;
    background-size: cover;
    transform: translate(0px, 0px);
    border-radius: 0 0 10px 10px;
}

div.ta-header-listydomikolaja {
  background-image: url("../images/header-image-listydomikolaja.jpg");
    background-position: center center;
    margin-left: 5vw;
    margin-right: -5vw;
    width: calc(100% - 10vw);
    position: relative;
    height: var(--header-height);
    top: -100;
    opacity: 0;
    background-size: cover;
    transform: translate(0px, 0px);
    border-radius: 0 0 10px 10px;
}

.ta-heading-container {
    position: absolute;
    bottom: 5%;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    color: white;
}

.ta-heading-title {
    position: relative;
    text-align: inherit;
    left: -100;
    font-size: 60px;
    text-shadow: -2px 2px 0 rgb(20, 19, 19),
                         2px 2px 0 rgb(20, 19, 19),
                         2px -2px 0 rgb(20, 19, 19),
                         -2px -2px 0 rgb(20, 19, 19);
}

.ta-heading-text {
    position: relative;
    text-align: right;
    left: 100;
    text-shadow: -1px 1px 0 rgb(20, 19, 19),
                         1px 1px 0 rgb(20, 19, 19),
                         1px -1px 0 rgb(20, 19, 19),
                         -1px -1px 0 rgb(20, 19, 19);
}

#headingTextInner {
  font-family:'Haettenschweiler', 'Impact', 'Arial Narrow Bold', sans-serif;
  /*font-family: 'Courier New', Courier, monospace;*/
  /*letter-spacing: 2px !important;*/
  font-size: 22px;
}

.ta-heading-link {
    position: relative;
    text-align: right;
    color: white;
    font-size: 22px;
    text-shadow: -1px 1px 0 rgb(20, 19, 19),
                         1px 1px 0 rgb(20, 19, 19),
                         1px -1px 0 rgb(20, 19, 19),
                         -1px -1px 0 rgb(20, 19, 19);
}

.ta-content {
    margin-top: 3%;
    margin-bottom: 5%;
}

.ta-content-glued-top {
  margin-top: 0%;
  margin-bottom: 8%;
}

.ta-content-glued-bottom {
  margin-top: 3%;
  margin-bottom: 0%;
}

.ta-section-header {
    color: black;
}

.ta-section-text {
    color: black;
}

/*tile animation*/
.ta-revealed {
    -webkit-animation: fadeIn 3s;
    -moz-animation: fadeIn 3s;
    -o-animation: fadeIn 3s;
    animation: fadeIn 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-ms-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

.ta-tile {
    position: relative;
    cursor: pointer;
    width: var(--size);
    height: var(--size);
    margin-bottom: 5% !important;
    margin: 0px auto;
    opacity: 0;
    border-radius: 50%;
}

.ta-tile-text {
    position: relative;
    width: var(--size);
    height: auto;
    margin-bottom: 5% !important;
    margin: 0px auto;
    opacity: 0;
}

.ta-tile-text-wide {
  position: relative;
  width: 90%;
  height: auto;
  margin-bottom: 5% !important;
  margin: 0px auto;
  opacity: 0;
}

.ta-tile-separated{
  margin-bottom: 17% !important;
  margin: 0px auto;
}

.ta-tile-lonely{
  margin-bottom: 25% !important;
  margin: 0px auto;
}

.ta-tile-medium-separated {
  margin-bottom: 10% !important;
  margin: 0px auto;
}

.ta-text-separator-big {
  height: 12px;
}

.ta-tile-centered {
  text-align: center;
  margin: 0px auto;
}

.ta-tile p {
    position: relative;
    bottom: 0;
}

.ta-tile-image-static {
    width: var(--size);
    position: relative;
    height: var(--size);
    opacity: 0;
    margin: 0px auto;
  }

  .ta-tile-image-static-inner img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--size);
  }

  .ta-tile-image-static-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--overlay-color);
    mix-blend-mode: multiply;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    margin-left: 8px;
    margin-top: 8px;
    transform: translateZ(0);
    z-index: 3 ;
    border-radius: var(--size);
 }

  .ta-tile-slider {
    width: var(--size);
    height: var(--size);
    margin-top: 5% !important;
    margin-bottom: 5% !important;
    margin: 0px auto;
    opacity: 0;
    --border: white 8px dotted;
  }

  .ta-tile-slider-tall {
    width: var(--size);
    height: var(--size-long);
    margin-bottom: 5% !important;
    margin: 0px auto;
  }

  .ta-tile-slider-medium {
    width: var(--size);
    height: var(--size-long);
    margin-bottom: -7%;
    margin: 0px auto;
  }

  .ta-tile-slider img{
    border-radius: 10px;
  }

  .ta-tile-gallery-image-tall {
    width: var(--size);
    height: max-content;
    margin-bottom: 5% !important;
    margin: 0px auto;
    opacity: 0;
  }

  .ta-tile-gallery-image-square {
    width: var(--size);
    height: var(--size);
    margin-bottom: 5% !important;
    margin: 0px auto;
    opacity: 0;
  }

  .ta-tile-gallery-image-round {
    width: var(--size);
    height: var(--size);
    margin-bottom: 5% !important;
    margin: 0px auto;
    opacity: 0;
  }

  .ta-tile-gallery-image-round img {
    border-radius: 50% !important;
  }


  .ta-tile-gallery-image-tall video {
    width: var(--size);
    height: max-content;
    border-radius: 10px;
  }

  img{
    border-radius: 10px;
  }

.ta-tile-title {
    --font-size: calc(var(--size) / 6);
    color:black;
    font-family:'Haettenschweiler', 'Impact', 'Arial Narrow Bold', sans-serif !important;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: var(--font-size);
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    transform: translate(-10%, -50%);
    transition: transform var(--duration) var(--ease-out);
    pointer-events: none;
    letter-spacing: 4px;
    text-shadow: -2px 2px 0 rgb(20, 19, 19),
                         2px 2px 0 rgb(20, 19, 19),
                         2px -2px 0 rgb(20, 19, 19),
                         -2px -2px 0 rgb(20, 19, 19);
}

.ta-tile-title::after {
    content: attr(data-cta);
    display: inline-block;
    color: white;
    margin-left: 1.5vmin;
    font-size: calc(var(--font-size) / 3.25);
    font-weight: 400;
    letter-spacing: 0.125vmin;
    opacity: 0;
    transform: translateX(-25%);
    transition: transform var(--duration) var(--ease-out),
      opacity var(--duration) var(--ease-out);
      /*text-shadow: none;*/
  }

  .ta-tile-inner {
    width: var(--size);
    height: var(--size);
    overflow: hidden;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
    transition: transform var(--duration) var(--ease-out),
      clip-path var(--duration) var(--ease-out);
      border-radius: 50%;
  }
  
  .ta-tile-inner img {
    position: relative;
    width: 120%;
    height: 100%;
    object-fit: cover;
    transform: translateX(-10%);
    transition: transform var(--duration) var(--ease-out);
  }
  
  .ta-tile-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--overlay-color);
    mix-blend-mode: multiply;
    opacity: 0;
    transform: translateZ(0);
    transition: opacity var(--duration) var(--ease-out);
    border-radius: 50%;
  }

  /* events */
  .ta-month{
    border-bottom: white 5px dashed;
  }
  .ta-month-container {
    margin-top: -5%;
  }

  .ta-event-tile{
    text-align: center !important;
  }

  .ta-event-link {
    position: relative;
    text-align: center;
    color: white;
    font-size: 32px;
  }
  .ta-event-link-orange {
    position: relative;
    text-align: right;
    color: rgb(20, 19, 19);
    padding: 5px;
    background-color: #D85B31;
    margin-left: 5px;
    border-radius: 5px;
    margin-top: 5px;
    font-size: inherit;
    font-family:'Courier New', Courier, monospace;
  }

  .ta-event-link-orange:hover {
    color: rgb(20, 19, 19);
    cursor: auto;
    }

  .ta-event-link-tickets {
    background-color: #D85B31;
    color: white;
    padding: 10px;
    border-radius: 5px;
    letter-spacing: .1rem;
    font-family:'Haettenschweiler', 'Impact', 'Arial Narrow Bold', sans-serif !important;
  }

  .ta-event-link-tickets:hover {
    background-color: #FB7171;
    color: white;
  }

  .ta-event-link-tickets-disabled {
    background-color: #D4A0E6;
    color: white;
    padding: 10px;
    border-radius: 5px;
    letter-spacing: .1rem;
    font-family:'Haettenschweiler', 'Impact', 'Arial Narrow Bold', sans-serif !important;
  }

  .ta-event-link-tickets-disabled:hover {
    color: white;
    cursor: auto;
  }

  .ta-event-premiere {
    background-color: #E8B342;
    width: min-content;
    color: white;
    padding: 10px;
    border-radius: 5px;
    letter-spacing: .1rem;
    font-family:'Haettenschweiler', 'Impact', 'Arial Narrow Bold', sans-serif !important;
    font-size: 32px;
    text-align: center;
  }

  .ta-event-date {
    font-size: 46px;
  }

  /* colors */

 .pink {
      color: #b23670;
  }

  .yellow {
      color: #e9b442;
  }

  .blue {
      color: #99ebda;
  }

  .darkblue {
    color: #1a9bfb;
  }
  
  .brightpink {
    color: #fc7171;
  }

  .violet {
    color: #d5a1e7;
  }

  .green {
      color: #bcc480;
  }

  .orange {
      color: #f87e50;
  }

  .white {
    color: white;
  }

  .navy {
    color: #5f59bb;
  }

  .black-background {
    background-color: rgb(20, 19, 19);    
  }

  .pink-background {
    background-color: #b23670;
  }

  .yellow-background {
    background-color: #e9b442;
  }

  .blue-background {
    background-color: #99ebda;
  }

  .darkblue-background {
    background-color: #1a9bfb;
  }

  .brightpink-background {
    background-color: #fc7171;
  }

  .violet-background {
    background-color: #d5a1e7;
  }

  .green-background {
    background-color: #bcc480;
  }

  .orange-background {
    background-color: #f87e50;
  }

  .navy-background {
    background-color: #5f59bb;
  }

  /* section banner */
  
  .row {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  /* wallpaper */

  .ta-wallpaper {
    
  }

  h3.ta-genre-label {
    color: #D85B31;
    font-size: 16px;
  }

  .ta-intext-link {
    background-color: white;
    color: rgb(20, 19, 19);
    padding: 5px 7px 5px 7px;
    /* font-weight: bold; */
    border-radius: 5px;
    margin-top: 10px;
  }

  .ta-icon {
    max-width: 100px;
    max-height: 50px;
    display: inline-block;
    border-radius: 0px;
  }

  .ta-date {
    background-color: white;
    color: rgb(20, 19, 19);
    padding: 5px;
    font-weight: bold;
    font-size: 40px;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 1%;
  }

  /* footer */

.ta-footer {
    height: 170px;
    position: relative;
    background: linear-gradient(90deg, #fda37e 0%, #fda37e 100%);
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.ta-footer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-repeat: repeat;
    height: 40px;
    background-size: 60px 100px;
    background-image:
        radial-gradient(circle at 30px 45px, transparent, 30px, rgb(20, 19, 19) 20px);
}

.ta-footer-upper {
    height: 140%;
    position: relative;
    background: linear-gradient(90deg, #FB7171 0%, #FB7171 100%);
    text-align: center;
    bottom: 0;
}

.ta-footer-upper::before {
    content: "";
    position: absolute;
    left: -30;
    top: -15;
    right: 0;
    background-repeat: repeat;
    height: 40px;
    background-size: 60px 100px;
    background-image:
        radial-gradient(circle at 30px 45px, transparent, 30px, #fda37e 20px);
}

.ta-footer-lower {
    height: 140%;
    position: relative;
    background: linear-gradient(90deg, #6C204E 0%, #6C204E 100%);
    text-align: center;
    bottom: 0;
}

.ta-footer-lower::before {
    content: "";
    position: absolute;
    left: 0;
    top: -15;
    right: 0;
    background-repeat: repeat;
    height: 40px;
    background-size: 60px 100px;
    background-image:
        radial-gradient(circle at 30px 45px, transparent, 30px, #FB7171 20px);
    
}

.ta-footer-text {
    font-family: 'Haettenschweiler', 'Impact', 'Arial Narrow Bold', sans-serif;
    letter-spacing: .1rem;
    background: linear-gradient(90deg, #6C204E 0%, #6C204E 100%);
    padding-top: 150px !important;
    margin-bottom: 0rem;
}

.ta-footer-text-small {
    font-size: 12px;
    background: linear-gradient(90deg, #6C204E 0%, #6C204E 100%);
    margin-bottom: 0rem;
}

/* map */

.ta-map {
    width: var(--size);
    height: var(--size);
    background-color: gray;
    border-radius: 10px;
}

/* icons */
.ta-intext-icon {
  display:inline-block; 
  max-width: 25px; 
  max-height: 25px; 
  margin-top: -5px; 
  margin-right: 5px;
}


