cache {
  position: absolute;
  z-index: -1000;
  opacity: 0;
  display: none;
}

cache image {
  position: absolute;
}

.split-middle {
  display: flex;
  flex-direction: column-reverse;
}
::-moz-selection { /* Code for Firefox */
  color: var(--color_punch);
  background: var(--color_tekst_passive);
}

::selection {
  color: var(--color_tekst_tamniji);
  background: var(--color_tekst_passive);
}

@font-face {
  font-family: 'italic';

  src: url("../fonts/SpaceMono-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'p';

  src: url("../fonts/NotoSansMono-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pb';

  src: url("../fonts/NotoSansMono-SemiBold.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'ProtoMono';

  src: url("../fonts/ProtoMonoMedium.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: '5x5';

  src: url("../fonts/5x5.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}





.godinaScroll {
  font-family: var(--ff-5x5);
  font-size: 200px;
  color: var(--color_godina);
  position: absolute;
  transform: rotate(90deg);
  /* align-content: flex-end; */
  left: -219px;
  top: 350px;
  

}

#scroll-container {

  overflow: hidden;
}

.godinaScroll9 {
  /* animation properties */
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);

  -moz-animation: my-animation 10s linear infinite;
  -webkit-animation: my-animation 10s linear infinite;
  animation: my-animation 10s linear infinite;


}

/* for Firefox */
@-moz-keyframes my-animation {
  from {
    -moz-transform: translateY(250%) rotate(90deg);
  }

  to {
    -moz-transform: translateY(-200%) rotate(90deg);
  }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from {
    -webkit-transform: translateY(250%) rotate(90deg);
  }

  to {
    -webkit-transform: translateY(-200%) rotate(90deg);
  }
}

@keyframes my-animation {
  from {
    -moz-transform: translateY(250%) rotate(90deg);
    -webkit-transform: translateY(250%) rotate(90deg);
    transform: translateY(250%) rotate(90deg);

  }

  to {
    -moz-transform: translateY(-200%) rotate(90deg);
    -webkit-transform: translateY(-200%) rotate(90deg);
    transform: translateY(-200%) rotate(90deg);

  }

}


.instalacijaScroll6 {
  /* animation properties */
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);

  -moz-animation: my-animation2 8s linear infinite;
  -webkit-animation: my-animation2 8s linear infinite;
  animation: my-animation2 8s linear infinite;

  position: absolute;
}

/* for Firefox */
@-moz-keyframes my-animation2 {
  from {
    -moz-transform: translateY(100%) rotate(90deg);
  }

  to {
    -moz-transform: translateY(-100%) rotate(90deg);
  }
}

/* for Chrome */
@-webkit-keyframes my-animation2 {
  from {
    -webkit-transform: translateY(100%) rotate(90deg);
  }

  to {
    -webkit-transform: translateY(-100%) rotate(90deg);
  }
}

@keyframes my-animation2 {
  from {
    -moz-transform: translateY(100%) rotate(90deg);
    -webkit-transform: translateY(100%) rotate(90deg);
    transform: translateY(100%) rotate(90deg);

  }

  to {
    -moz-transform: translateY(100%) rotate(90deg);
    -webkit-transform: translateY(100%) rotate(90deg);
    transform: translateY(100%) rotate(90deg);

  }

}


.keywordsScroll0 {
  /* animation properties */
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);

  -moz-animation: my-animation3 5s linear infinite;
  -webkit-animation: my-animation3 5s linear infinite;
  animation: my-animation3 5s linear infinite;

  position: absolute;
}

/* for Firefox */
@-moz-keyframes my-animation3 {
  from {
    -moz-transform: translateY(250%) rotate(90deg);
  }

  to {
    -moz-transform: translateY(-200%) rotate(90deg);
  }
}

/* for Chrome */
@-webkit-keyframes my-animation3 {
  from {
    -webkit-transform: translateY(250%) rotate(90deg);
  }

  to {
    -webkit-transform: translateY(-200%) rotate(90deg);
  }
}

@keyframes my-animation3 {
  from {
    -moz-transform: translateY(250%) rotate(90deg);
    -webkit-transform: translateY(250%) rotate(90deg);
    transform: translateY(250%) rotate(90deg);

  }

  to {
    -moz-transform: translateY(-200%) rotate(90deg);
    -webkit-transform: translateY(-200%) rotate(90deg);
    transform: translateY(-200%) rotate(90deg);

  }

}








.menu {
  min-width: 700px;
  padding-left: 50px;
}
.menu2 {
  min-width: 700px;
  padding-left: 200px;
}


.menu a {
  font-family: var(--ff-primary);
  color: var(--color_tekst_passive);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  font-size: 10vh;
  letter-spacing: 0px;
  line-height: 1.5;

  font-weight: 400;
  font-style: normal;


  font-size: 25px;


  text-align: left;
  vertical-align: top;

}
.menu2 a {
  font-family: var(--ff-primary);
  color: var(--color_tekst_passive);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  font-size: 10vh;
  letter-spacing: 0px;
  line-height: 1.5;

  font-weight: 400;
  font-style: normal;


  font-size: 25px;


  text-align: left;
  vertical-align: top;

}
#en,
#hr {
  cursor: pointer;
}



.radovi,
.radovi2 {
  width: 700px;
}

#show1,
#show2,
#show3,
#show4,
#show5,
#show6,
#show9 {
  display: block;
  opacity: 0;
  transition: 2s;
  transition-timing-function: ease;

}

#itd1,
#itd2,
#itd3,
#itd4,
#itd5,
#itd6,
#itd7,
#itd8,
#itd9,
#itd10,
 #itd11 {
  letter-spacing: 0px;
  transition: .2s;
  transition-timing-function: ease-in;
}

#show2 {
  font-family: var(--ff-primary);
  color: var(--clr_primary-250);
  font-size: 20px;

}

#show3 {
  font-family: var(--ff-primary);
  color: var(--clr_primary-250);
  font-size: 15px;

}

#show1c,
#show2c,
#show3c {
  display: none;

}

#itd1c,
#itd2c,
#itd3c {
  max-width: 500px;
}

.column15 {
  max-width: 600px;

}

#radovi a:hover {
  color: var(--color_punch);
  cursor:pointer;

}

#radovi a {

  cursor:pointer;
  font-size: 18px;
}

#radovi2 a:hover {
  color: var(--color_punch);
  cursor:pointer;

}

#radovi2 a {

  cursor:pointer;
  font-size: 18px;
}

a {
  text-decoration: none;
  color: var(--color_punch);
}

th {
  font-weight: 400;
  font-style: normal;

  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  padding-top: .5em;
  text-align: left;
  vertical-align: top;
}

/*****Gif HOVER******/
.static {
  position: relative;
  background: white;
}

.static:hover {
  opacity: 0;
}




/*COLORs*/
body {
  background-color: var(--color_pozadina);
  cursor: 	auto;
}


nav a {
  color: var(--color_punch);
}

.logo a {
  color: var(--color_punch);
  font-family: var(--ff-primary);
}

.logo a:hover {
  text-decoration: none;
  color: var(--color_tekst_passive);
}

h1 {
  color: var(--color_punch);
}

h2 {
  color: var(--color_punch);
}

h3 {
  color: var(--color_tekst_tamniji);
}

/*FONT FAMILY*/
h3 {
  font-family: var(--ff-p);
  color:var(--color_tekst_tamniji)
}

h2 {
  font-family: var(--ff-primary);
}

p{
  font-family: var(--ff-p);
}
.short-description{
  font-family: var(--ff-p);
  font-size: 30px;
}

.nav-links a {
  font-family: var(--ff-primary);
  font-size: 0.6rem;
}

.footer {
  font-family: var(--ff-primary);
  font-size: 0.6rem;
  text-align: center;
}

/*Padding and size of elements*/
h1 {
  font-size: 1.5rem;
  padding-top: 3rem;
}


h2 {
  font-size: 1rem;
  padding-top: 0.2rem;
}

h3 {
  font-size: 0.8rem;
  padding-top: 0.2rem;
}

p {
  font-size: 0.75rem;
  padding-top: 0.5rem;
  color:var(--color_tekst);
}

h2,
h3,
p {
  margin-bottom: 1em;
}

.foosnote1 {
  font-family: var(--ff-primary);
  font-size: .7rem;
  padding: 2rem;
  color: var(--clr_primary-250);
  border-style: ridge;
}



.containter-navbar {
  padding-top: 1rem;
}

img {
  display: block;
  max-width: 100%;
}


.main-video {
  padding: 3rem 0rem 0rem 0rem;
}

.containter {
  margin: auto;
  width: min(90%, 70.8rem);
}

.hr1 {
  padding: 5px;
}


:root {
  --color_punch: #ef3907; /* boja za naglašavanje*/
  --color_pozadina: #e2cbc1; /* glavna pozadina bež*/
  --color_siva_svjetla:#e5e3e1; /* svjetlosiva za pozadine*/
  --color_siva_tamna:#9a9a9a; /* tamna siva za pozadine*/
  --color_naslovi: #e2cbc1; /* Headlines i Bold naslovi*/
  --color_tekst: #884f4f; /* obični paragraph*/
  --color_tekst_tamniji: #772200; /*  tekst tamniji*/
  --color_tekst_passive: #a57b69; /* pasivni tekst neaktivni*/
  --color_siva_tamna2:#404040;
  --color_linkovi: #e2cbc1; /* hyperlinks*/
  --color_godina:  #fdfae8;  ; /* godina na indexu*/
  





  --clr_primary-900: #17181f;
  --clr_primary-400: #002a96;
  --clr_primary-300: #404040;
  --clr_primary-250: #505050;
  --clr_primary-200: darkgray;
  --clr_primary-100: white;


  --clr_darkCharcoal-900: #333333;
  --clr_zinnwalditebrown-800: #2C1607;
  --clr_oldburgundy-700: #47302B;
  --clr_royalbrown-600: Royal #523B36;
  --clr_grayx11-400: #BBBBBB;
  --clr_chinesesilver-300: #CCCCCC;
  --clr_gainsarbo-200: #DDDDDD;
  --clr_brightgray-100: #EEEEEE;



  --ff-primary: "ProtoMono", sans-serif;
  --ff-italic:"italic", sans-serif;
  --ff-h3:"italic";
  --ff-p:"p";
  --ff-pb:"pb";
  --ff-link:"links";
  --ff-5x5: "5x5", sans-serif;
 
}

body {
  font-family: var(--ff-primary), 'Courier New', Courier, monospace;
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.6;
  overflow-x: hidden;
}

.dgtl-natpis h3{
  color: var(--color_tekst_tamniji);
  font-family: var(--ff-h3);
  font-size: 16px;
  font-style: normal;
  margin-right: 50px;
}




*,
*::before,
*::after {
  box-sizing: border-box;
}


h1,
h2,
h3,
p,
body {
  margin: 0;
}

body {
  font-family: 'Courier New', Courier, monospace;
  font-family: var(--ff-p);
}
a{

}

h1 {
  font-family: var(--ff-primary);
  font-weight: 900;
  line-height: 1;
}


.text-center {
  text-align: center;
}

.containter--narrow {
  max-width: 34rem;
}

/*clear fix header dissapear*/
header::after {
  content: '';
  display: "";
  clear: both;

}

.logo {
  font-size: 0.8rem;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
  float: left;

}

.container-logo {
  float: left;
}

.main-video {
  /*width:min(0%, 70.8rem);*/
  margin: auto;
}

.follow-video {

  width: min(76%, 1536px);
  margin: auto;

}

.embed-container {
  --video--width: 1920;
  --video--height: 1080;

  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
  overflow: hidden;
  max-width: 100%;
  background: var(--clr_gainsarbo-200);
  z-index: 1;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.line {

  width: 30px;
  height: 3px;
  margin: 5px;
  color: black;
  z-index: 2;

}

.hamburger {
  display: block;
  position: absolute;
  cursor: crosshair;
  right: 5%;
  top: 50%;
  transform: translate(-5%, -50%);

}

/*IZMJENE U SMEDJEM*/
.containter-navbar {
  width: 95%;
  margin: 0 auto;

  top: 0;
  /* Position the navbar at the top of the page */
  width: 100%;
  /* Full width */
  z-index: 12;
}

.navbar-padding-bottom {
  background: transparent;
  min-height: 120px;

}



/*Navigation link animation for smarphones when click on hamburger
.nav-links{
    position: absolute;
    right:0px;
    height: 92vh;
    top:8hv;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    transform:translateX(100%);
    text-decoration: none;
    height: 100vh;
    width: 100%;
    padding-top: 50px;
    margin: 0;
    background-color:var(--clr_primary-100);
    
   /* transition:transform 0.5s ease-in-out;*/
/*
    background-color:transparent;
    color:#2d2ef4;
    height: 100vh;
    width: 100%;
    flex-direction: column;
   /* clip-path: circle(10px at 50% 50%);*/
/* -webkit-clip-path:circle(100x at 50% 50%);*/
/* transition: all 0.2s ease-out;*/
/*  pointer-events: none;*/
/* display: none;*/
/*align-items: center;
}*/



/*
.nav-links.open{
    transform: translateX(0%);

 
    /*display: unset;*/
/* background-color:wheat;*/

/* clip-path: circle(2000px at 50% 50%);
    -webkit-clip-path: circle(2000px at 50% 50%);*/
/* pointer-events: all;
    position: fixed;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
nav li{
    opacity: 0;
    list-style: none;
    letter-spacing: 3px;
    font-size: 2rem;
    height: 80vh;

    /*
    display: inline-block;
    margin-left: 20px;
    padding-top: 35px;
  }*/

.nav-links li.fade {
  opacity: 1;
}

nav a {
  text-decoration: none;

}

.hamburger {
  display: none;
}


.nav-links {
  all: initial;
  list-style: none;
  padding-right: 0.5rem;

}

nav {
  all: initial;
  float: right;
}

.nav-links li {
  all: initial;
  display: inline-block;
  margin-left: 0.5rem;
  padding-top: 0.5rem;
}

nav a {
  all: initial;
  color: var(--color_tekst_passive);
  text-decoration: none;
}

nav a:hover {
  color:var(--color_tekst_passive);
  margin: 0;
}

#post-navigation.fixed span {
  display: none;
}

/*izmjene u smeđem*/
#post-navigation-mobile {
  display: block;
  float: right;
  padding-right: 1.2rem;
}

.mobile-nav {
  text-align: right;
  font-family: var(--ff-primary);
  color: var(--clr_primary-400);
}

.mobile-nav a {

  color: var(--clr_primary-400);
}

.mobile-nav a:hover {

  color: darkgray;
}

a:-webkit-any-link {
  cursor:pointer;

}

.full-screen {
  position: relative;
}

.odabran {
  box-shadow: 5px 11px 20px 6px var(--color_punch);
  color: var(--color_tekst_passive);
  background: #002a9600;
  border-radius: 25px;
  padding-left: 10px;
  padding-top: 2px;
  padding-right: 10px;
}
.odabraniRadovi {
  box-shadow: 0px 2px 0px 0px var(--color_punch);
  color: var(--color_tekst_passive);
  background: #002a9600;

}

#slash {
  color: var(--clr_grayx11-400);
}


.logo a {
  cursor: pointer;
}

/*****************************************
  *****Navigation bar for desktop**********
  ****************************************/
@media only screen and (min-width: 750px) {
  .kazalo {
    margin: auto;
    font-family: var(--ff-primary);
    font-size: 30px;
    font-weight: 500;
    color: var(--clr_grayx11-400);
  }

  .kazalo td {
    padding-left: 10px;
    padding-right: 10px;
  }

  #td2 {
    transform: rotate(10deg);


    /* Legacy vendor prefixes that you probably don't need... */

    /* Safari */
    -webkit-transform: rotate(10deg);

    /* Firefox */
    -moz-transform: rotate(10deg);

    /* IE */
    -ms-transform: rotate(10deg);

    /* Opera */
    -o-transform: rotate(10deg);

  }

  #td4 {
    transform: rotate(10deg);


    /* Legacy vendor prefixes that you probably don't need... */

    /* Safari */
    -webkit-transform: rotate(-10deg);

    /* Firefox */
    -moz-transform: rotate(-10deg);

    /* IE */
    -ms-transform: rotate(-10deg);

    /* Opera */
    -o-transform: rotate(-10deg);

  }

  #td5 {
    transform: rotate(-30deg);


    /* Legacy vendor prefixes that you probably don't need... */

    /* Safari */
    -webkit-transform: rotate(-30deg);

    /* Firefox */
    -moz-transform: rotate(-30deg);

    /* IE */
    -ms-transform: rotate(-30deg);

    /* Opera */
    -o-transform: rotate(-30deg);

  }

  #td1 {
    transform: rotate(30deg);


    /* Legacy vendor prefixes that you probably don't need... */

    /* Safari */
    -webkit-transform: rotate(30deg);

    /* Firefox */
    -moz-transform: rotate(30deg);

    /* IE */
    -ms-transform: rotate(30deg);

    /* Opera */
    -o-transform: rotate(30deg);

  }

  /*IZmJENE U SMEĐEM*/
  .containter-navbar {
    width: 95%;
    margin: 0 auto;

    position: fixed;
    top: 0;
    /* Position the navbar at the top of the page */
    width: 100%;
    /* Full width */
    z-index: 12;
  }

  #post-navigation-mobile {
    display: none;

  }

  .hamburger {
    display: none;
  }


  #post-navigation.fixed span {
    display: block;
  }

  /*LOGO*/
  .logo {
    font-size: 1rem;
    margin-left:30px;
    margin-top: 32.5px;
    float: left;

  }

  /**********SIDE NAVIGATION */
  #post-navigation.fixed .right {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    right: 0;
    position: fixed;
    top: 50%;
    width: 23.333333333333332rem;
    margin-top: 11.666666666666666rem;
  }

  #post-navigation.fixed .left {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    left: 0;
    position: fixed;
    top: 50%;
    width: 23.333333333333332rem;
    margin-top: 11.666666666666666rem;
  }

  .footer {
    /* -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);*/
    display: block;
    text-decoration: none;
    color: var(--color_punch);
    letter-spacing: .1em;
    line-height: 1.4em;
    font-size: .8rem;
    text-decoration: none;
    font-family: var(--ff-primary);
  }

  #post-navigation a {
    padding-top: 1.3333333333333333rem;
    display: block;
    text-decoration: none;
    color: var(--color_punch);

  }

  #post-navigation {
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: .9166666666666666rem;
    /* text-transform: uppercase; */
    letter-spacing: .1em;
    line-height: 1.4em;
    font-size: .9166666666666666rem;
    text-decoration: none;
    font-family: var(--ff-p);
    color: var(--color_punch);

  }

  #post-navigation a .title {
    display: none;
    color: var(--color_punch);
    font-family: var(--ff-pb);

  }

  #post-navigation a:hover .title {
    display: block;
    cursor:pointer;
    z-index: 100;
  }

  #post-navigation a:hover .label {
    display: none;
    cursor:pointer;
  }

  #post-navigation a .label {
    display: block;

    color: var(--color_punch);
    z-index: 100;
    font-family: var(--ff-pb);
  }


  #post-navigation.fixed .right {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    right: 0;
  }

  #post-navigation.fixed .left {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    left: 0;
  }


  .nav-links {
    all: initial;
    list-style: none;
    padding-right: 35px;

  }

  nav {
    all: initial;
    float: right;
  }

  .nav-links li {
    all: initial;
    display: inline-block;
    margin-left: 20px;
    padding-top: 35px;
  }

  nav a {
    all: initial;
    color: var(--color_punch);
    text-decoration: none;

  }

  .nav-links a {
    font-size: 15px;
  }

  nav a:hover {
    color: var(--color_tekst_passive);
    margin: 0;
  }

  nav li {
    opacity: 0;
    list-style: none;
    letter-spacing: 3px;
    font-size: 2rem;
    height: 80vh;
  }

  /*Padding od elements*/

  h2,
  h3,
  p {
    margin-bottom: 0.5em;
  }

  h1,
  h2,
  h3,
  p {
    padding: 0;
  }

  header {
    padding: 1.8rem 0;
  }

  .containter-navbar {
    padding-top: 0.1rem;
  }

  img {
    display: block;
    max-width: 100%;
  }

  h1 {
    margin-bottom: 0.1em;
  }

  .tags1 {
    display: flex;
    justify-content: left;

  }

  .tags1 a {
    padding-left: 1em;
  }

  .tags2 {
    display: flex;
    justify-content: left;

  }

  .tags2 a {
    padding-left: 1em;
  }

  .glossary {
    padding: 1em 0 0 0;
  }

  .glossary p {
    padding: 0 0 2em 2em;
  }

  /*FONT*/
  h1 {
    font-size: 25px;
    font-weight: 800;
    line-height: 1.6em;
  
  }

  h3 {
    font-size: 16px;
    line-height: 1.3em;
    letter-spacing: .01em;
    font-weight: 500;
    font-style: italic;
  }

  h2 {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: .01em;
    font-weight: 400;
    color: var(--color_punch);
}

  }
  .sivaTablica{
    padding-top:20px;
    padding-bottom: 20px;
    padding-left:35px;
    padding-right: 35px;
    background-color: var(--color_siva_svjetla);
    box-shadow: 1px 1px 0px 2px var(--color_siva_tamna);
  }
  .short-description p {
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;

  }


  .column6 {
    padding: 0.5em;
  }

  .column3 p,
  .column5 p,
  .column6 p,
  .column7 p {
    font-weight: 400;
    font-style: normal;

    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    padding-top: .5em;
  }

  .column3 h2,
  .column6 h2,
  .column7 h2 {
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: .01em;
    font-weight: 500;
  }

  .logo {
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: .1em;
    margin-left: 30px;
    float: left;

  }

  .container-logo {
    float: left;
  }

  /*VIMEO OBRISI*/

  .follow-video {

    width: min(76%, 1536px);
    margin: auto;

  }

  /*split flex*/
  .split {
    display: flex;
    flex-direction: row;
  }

  /*split flex*/
  .split-vertical {
    display: flex;
    flex-direction: column;
  }

  .split-middle {
    display: flex;
    flex-direction: row-reverse;
  }

  .column1 {
    width: 50%;
    padding: 17px 17px 17px 17px;
  }

  .column2 {
    width: 50%;
    padding: 17px 17px 17px 17px;
  }

  .column3 {
    width: 100%;
    padding: 17px 17px 17px 17px;
  }

  #clip {
    -webkit-clip-path: polygon(100% 0, 100% 89%, 94% 100%, 0 100%, 0 0);
  }
  .colum17 {
    width: 100%;
    padding: 17px 17px 17px 17px;
  }


  .column4 {
    width: 100%;
    padding: 17px 17px 17px 17px;
  }

  .column5 {
    width: 100%;
    padding: 17px 17px 17px 17px;
  }

  .column6 {
    width: 100%;
    padding: 17px 17px 17px 17px;
  }
  .column16 {
    width: 100%;
    padding: 3px 3px 3px 3px;
  }
  .column7 {
    width: 100%;
    padding: 17px 17px 17px 17px;
  }


  .column2 p {
    margin-top: 0px;
  }

  .section1_full {

    padding: 65% 0 0 0;
  }

  .section1_full_mijeh {
    padding: 58% 0 0 0;
  }

  .full-screen {
    position: absolute;
    top: 0px;
  }

  .section2 {
    padding: 10rem 0 0 0;
  }

  .containter {
    margin: auto;
    width: min(76%, 1536px);
  }


  .exhibited {

    font-weight: 400;
    font-style: normal;

    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    padding-top: .5em;
  }



table th {
  font-family: var(--ff-p);
  color: var(--color_siva_tamna2);
  font-weight: 400;
  /* font-style: normal; */
  /* font-weight: 400; */
  font-size: 15px;
  line-height: 1;
  padding-top: 0.5em;
}

table th b {
  font-family: var(--ff-pb);
  font-weight: 500;
  /* font-style: normal; */
  /* font-weight: 400; */
  font-size: 15px;
  line-height: 1;
  padding-top: 0.5em;
  color: var(--color_siva_tamna2);
}

table th a{
  color: var(--color_tekst);
}


.education a {
  text-decoration: underline;
  cursor: alias;
}

.insideLink a {
  text-decoration: none;
  cursor: 	auto;

}
.insideLink a {
  text-decoration: none;
  cursor: copy;
  color: var(--color_siva_tamna2);
  font-family: var(--ff-pb);
  
}
#bioAbout{
  max-width: 800px;
}
.education{
  padding-left: 45px;
}

#ENTER {

  padding: 15px;
  position: absolute;
  top: 60%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);

}


#canvasGlavni{
  padding: 15px;
  position: absolute;
  top: 45%;
  left: 49.5%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  min-width: 80vh;


}
#about_landing{
  padding: 30px;
  position: absolute;
  top: 10%;
  left: 22%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 600;

}
#about_landing h3{
  font-family: var(--ff-p);
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  color: var(--color_tekst);
  /*text-shadow:5px 5px 10px var(--color_punch);*/
}  

#enter{
  font-size: 50px;
  cursor: pointer;

}
#enter a{

  padding: 10px;
  border-radius: 25px;
  color: #efded2;
  text-shadow: 12px 6px 11px #ba9176;
}
#enter a:hover{
 
  color: var(--color_tekst_passive);


}
#enter a{
  font-family: var(--ff-5x5);
}

.containter-player{
  display: none;
}


.section17 {
  position: relative;
  padding-bottom: 20vh; /* Space between sections */
}

/* Styling for left container */
.container-digital-l, .container-digital-r {
  position: relative;
 /* width: calc(50% - 100px); /* Adjusts width to allow for padding */
  margin-left: 50px;
  margin-right: 50px;
}

.container-digital-l {
  float: left;
}

.container-digital-r {
  float: right;
}

.section-digital-left img, .section-digital-right img {
  display: block;
  max-width: 80vw;
  max-height: 120vh;
  width: auto;
  height: auto;
  margin: 0;
  position: relative;
}

/* Styling the text below the image */
.dgtl-natpis {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: -30px; /* Adjust this to move the text closer or further away from the image */
  left: 0;
  max-width: 100%; /* Make sure text doesn’t exceed the container’s width */
  overflow: hidden;
}

.dgtl-year {
  margin-right: 20px; /* Space between year and title */
}

.dgtl-title {
  text-align: left;
  white-space: nowrap; /* Prevents text from wrapping to the next line */
  overflow: hidden;
  text-overflow: ellipsis; /* Adds ellipsis if text overflows */
}

/* Clear floats after each section to prevent overlapping */
.section17::after {
  content: "";
  display: table;
  clear: both;
}