* {
  box-sizing: border-box;
}

@font-face {
  font-family: typewriter;
  src: url("images/SpecialElite-Regular.ttf");
}

body {
  /*font-family: 'American Typewriter', sans-serif;*/
  font-family: typewriter;
  /*background-image: url("images/background_6.png");*/
  background-image: url("images/paper_icon.png");
  background-attachment: fixed;
  background-position: 50% 20%;
  height: 100%;
}

html {
  min-height: 100%;
}

.info {
  margin-left: 8px;
  margin-right: 8px;
  text-align: center;
  margin-top: 25px;
  font-size: 17px;
}

.title {
  display: inline-block;
  padding: 4px;
}

.title_next {
  display: inline;
  float: right;
}

.multiLanguage{
  margin-top: 5px;
}

.name {
  font-family: typewriter;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin-left: 10px;
  color: rgb(0, 0, 0);
}

.name_first{
  text-align: center;
  margin-top: 20px;
  font-size: 33px;
  font-weight: bold;
  margin-left: 10px;
  color: rgb(0, 0, 0);
}

/* Closable button */
.closebtn {
  position: absolute;
  top: 5px;
  right: 13px;
  color: rgb(143, 35, 35);
  /*background-color: rgb(179, 179, 179);*/
  font-size: 33px;
  cursor: pointer;
  width: 36px;
  height: 37px;
  border-radius: 10%;
}

.langWrap {
  display: inline-block;
}

.test {
  text-align: center;
}

.category {
  text-align: center;
  color: black;
  font-size: 17px;
  margin-top: 18px;
}

.small {
  font-size: 14px;
  background-color: transparent;
  color: black;
}

#first{
  font-family: typewriter;
  background-image: url("images/old\ paper.png");
  background-attachment: fixed;
  height: 100%;
}

#menu{
  background-image: url("images/paper_icon.png");
}

#logo {
  width: 134px;
  margin-bottom: 1px;
  background-repeat: no-repeat;
  margin-left: 3px;
  margin-top: 2px;
}

#insta {
  width: 33px;
  margin-right: 10px;
  height: auto;
  background-repeat: no-repeat;
}

#face {
  width: 33px;
  height: auto;
  background-repeat: no-repeat;
}

#categoryIndex {
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-top: 12px;
  /*letter-spacing: 4px;*/
  font-weight: bold;
  font-size: 21px;

  color: rgb(146 26 26 / 82%);
}

/*
@keyframes shrink {
  0% {
    transform: scale(1.2)
  }
  100% {
    transform: scale(1.0)
  }
}
*/

#body img {
  border-radius: 10%;
  width: 85px;
  height: 85px;
}

#body td:nth-child(1) {
  text-align: left;
  width: 35%;
}

#body td:nth-child(2) {
  width: 40%;
  text-align: center;
}

#body td:nth-child(3) {
  width: 25%;
  text-align: right;
}

#myTable {
  /*border: .1px solid rgb(241, 237, 237);*/
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
  background-color: transparent;
  table-layout: fixed;
}

#myTable td {
  /*border-bottom: .1px solid rgb(241, 237, 237);*/
  text-align: center;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  color: black;
}

.scroll {display: block;}
.scroll {
  max-height: 75vh;
  overflow:auto;
  margin-bottom: 10px;
}

#akcija {
  font-weight: bold;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 280px;
  height: auto;
  padding: 0;
  text-align: center;
  /*border: 1px solid black;*/
  border-radius: 8%;
  color: rgb(0, 0, 0);
}

#akcija img {
  max-width: 100%;
  height: auto;
  border-radius: 8%;
}

#enlarge {
  font-weight: bold;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 280px;
  height: auto;
  padding: 0;
  text-align: center;
  /*border: 1px solid black;*/
  border-radius: 8%;
  color: rgb(0, 0, 0);
}

#enlarge img {
  max-width: 100%;
  height: auto;
  border-radius: 8%;
}

#title{
  font-size:19px;
  background-color: #262e213f;
  width:100%;
  height:auto;
  position: fixed;
  bottom:50px;
  border-radius: 8%;
}

#text {
  text-align: justify;
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
}

.image{
  position: unset;
  visibility: hidden;
}

#first-image{
  opacity: 0.85;
  height: 405px;
}

.text-first{
  font-size: 18px;
  text-align: center;
  margin-top: 7px;
}

.vid{
  text-align: center;
  bottom: 10px;
  position: absolute;
  visibility: hidden;
} 

#video{
  width: 83%;
  height: auto;
  border-radius:3%;
}

.buttons{
  text-align: center;
  margin-top: 25px;
  visibility: hidden;
}

.buttons-info{
  text-align: center;
  margin-top: 65px;
}

.catBtns{
  text-align: center;
  margin-top: 30px;
}

.left-button{
  /*height: 88px;
  width: 160px;*/
  margin-right: 20px;
  font-family: typewriter;
  font-weight: bold;
  font-size: 2.1vh;
  color: black;
  /*background-color: rgb(218, 197, 171, 0.25);*/
  background-color: transparent;
  border: solid 1px;
  border-radius: 3%;
}

.right-button{
  font-family: typewriter;
  font-weight: bold;
  /*height: 88px;
  width: 160px;*/
  font-size: 2.1vh;
  color: black;
  vertical-align: top;
  background-color: transparent;
  border: solid 1px;
  border-radius: 3%;
}

.middle-button{
  font-family: typewriter;
  font-weight: bold;
  /*height: 88px;
  width: 160px;*/
  font-size: 2.5vh;
  color: rgb(0, 0, 0);
  vertical-align: top;
  background-color: transparent;
  border: solid 2px;
  border-radius: 3%;
}

#btn1{
  height: 55px;
  width: 145px;
  margin-right: 0px;
  font-family: typewriter;
  font-weight: bold;
  font-size: 22px;
  color: rgb(0, 0, 0);
  background-color: rgb(218, 197, 171);
  border: 0px;
  border-radius: 3%;
}

#btn2{
  font-family: typewriter;
  font-weight: bold;
  height: 43px;
  width: 135px;
  font-size: 18px;
  color: black;
  background-color: rgb(218, 197, 171);
  border: 0px;
  border-radius: 3%;
}

.swipe{
  position: absolute;
  top: 200px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.swipe img{
  height: 190px;
}

.fade-out {
  animation: fadeOut ease 5.5s;
  -webkit-animation: fadeOut ease 5.5s;
  -moz-animation: fadeOut ease 5.5s;
  -o-animation: fadeOut ease 5.5s;
  -ms-animation: fadeOut ease 5.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


.fade-in {
  animation: fadeIn ease 9s;
  -webkit-animation: fadeIn ease 9s;
  -moz-animation: fadeIn ease 9s;
  -o-animation: fadeIn ease 9s;
  -ms-animation: fadeIn ease 9s;

  text-align: center;
}
@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;
  }
}

.fade-in-delay {
  animation: fadeIn ease 9s;
  -webkit-animation: fadeIn ease 9s;
  -moz-animation: fadeIn ease 9s;
  -o-animation: fadeIn ease 9s;
  -ms-animation: fadeIn ease 9s;

  text-align: center;
  animation-delay: 1.5s;
}
@keyframes fade-in-delay {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fade-in-delay {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fade-in-delay {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fade-in-delay {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.fade-in-fast {
  animation: fadeIn ease 3.5s;
  -webkit-animation: fadeIn ease 3.5s;
  -moz-animation: fadeIn ease 3.5s;
  -o-animation: fadeIn ease 3.5s;
  -ms-animation: fadeIn ease 3.5s;

  text-align: center;
}
@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;
  }
}