@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300&family=Oswald:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Diphylleia&family=Merriweather:wght@300&family=Oswald:wght@700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');

.lenta-vremena * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.just-do-it h2{
	color: white;
  }
  
  .just-do-it p{
	color: white;
  }
  
    .sjedista-class p{
            margin: 0;
            padding: 20px;
            box-sizing: border-box;
        }
		
		.sjedista-class img {
            width: auto;
            height: auto;
            display: block;
        }
  
       #body-justdoit {
            margin: 0;
            padding: 0;
            color: #000000;
            font-family: Arial, sans-serif;
			font-family: 'Oswald', sans-serif;
        }
		
		       #body-sjedista {
                font-family: 'Oswald', sans-serif;
                margin: 0;
        }
		
		        .container-sjedista {
            display: flex;
            flex-wrap: wrap;
        }

        .image-sjedista {
            position: relative;
            width: 48%;
            margin: 1%;
            overflow: hidden; 
        }
            .overlay-justdoit {
                height: 100vh;
                width: 0;
                position: fixed;
                z-index: 1;
                top: 0;
                left: 0;
                background-color: rgba(0, 0, 0, 0);
                overflow-x: hidden;
                transition: 0.5s;
            }

            .overlay-justdoit.open {
                background-color: rgba(0, 0, 0, 1);
            }
    
            .overlay-justdoit-content {
                position: relative;
                top: 5%;
                width: 100vw;
                text-align: left;
                margin-top: 10px;
                padding-left: 50px;
            }
    
            .overlay-justdoit a {
                padding: 15px;
                text-decoration: none;
                font-size: 75px; 
                color: #fff;
                display: block;
                transition: 0.3s;
                font-weight: normal;
                letter-spacing: -1px;
                margin-bottom: -40px;
            }
    
            .overlay-justdoit a:hover, .overlay-justdoit a:focus {
                color: #ff0000;
            }
    
            .overlay-justdoit .closebtn {
                position: absolute;
                top: -50px;
                left: -15px;
                font-size: 80px;
                color: #fff;
                transition: 0.3s;
            }
    
            .overlay-justdoit .closebtn:hover {
                color: #ff0000;
            }
    
            .overlay-justdoit-btn {
                font-size: 30px;
                cursor: pointer;
            }
    
            .overlay-justdoit-btn:hover {
                color: #ff0000;
            }
    
          
			    
            .crno{
                background-color: black;
                margin-top: -5px;
                padding: 0;
            }
			
			      .slikica-justdoit{
           position: absolute;
           top: 120px; 
           width: 40vw; 
           height: auto;
             }
             
             .slikajordanveliki{
              height: 95vh;
             }
		
             .jordantekst1{
              text-align: center;
             }
		        .section-justdoit {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px;
             }

        .text-justdoit {
            flex: 1;
            padding: 20px;
            box-sizing: border-box;
        }

        .image-justdoit {
            flex: 1;
            max-width: 60vw;
            height: auto;
        }
		
		


        #body-index {
            margin: 0;
            padding: 0;
            font-family: Arial, sans-serif;
            background-color: #000;
            color: #fff;
            display: flex;
            flex-direction: column;
            align-items: center;
            font-family: 'Oswald', sans-serif;
            height: 100vh;
        }
		
		#body-lentavremena {
                font-family: 'Oswald', sans-serif;
                margin: 0;
                padding: 0;
            }
			

        #header-index {
            background-color: #000;
            padding: 50px 20px;
            text-align: center;
            position: relative;
            width: 100vw;
        }

        #h1-index {
            font-family: 'Oswald', sans-serif;
            font-size: 100px;
            margin: 20px 0;
            letter-spacing: -5px;
            word-spacing: 3px;
            margin-bottom: -40px;
        }
		
		#video-index {
            width: 99vw;
            height: 100vh;
            object-fit: cover; /* Ensure the video covers the entire container */
        }
		
		#html-lentavremena {
		  font-family: "Montserrat";
		}	
.container-lentavremena {
  min-height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  background-color: #ffffff;
}
.timeline {
  width: 80vw;
  height: auto;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.timeline ul {
  list-style: none;
}
.timeline ul li {
  padding: 20px;
  background-color: #ffffff;
  color: rgb(15, 15, 15);
  border-radius: 10px;
  margin-bottom: 20px;
}
.timeline ul li:last-child {
  margin-bottom: 0;
}
.timeline-content h1 {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
}
.timeline-content p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.timeline-content .date {
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 10px;
  letter-spacing: 2px;
  color: #000000;
}

		.naslovic{
              font-size: 50px;
              text-align: center;
              font-family: 'Oswald', sans-serif;
            }

        .company-name {
            font-family: 'Diphylleia', serif;
            font-size: 35px;
            margin-bottom: 20px;
        }

        .video-container {
            margin: 20px;
            border: 5px solid #fff;
            border-radius: 15px;
            overflow: hidden;
            width: 80%;
        }

        .site-footer {
            background-color: #000000;
            padding: 45px 0 20px;
            font-size: 15px;
            line-height: 24px;
            color: #737373;
            text-align:left; /* Centriranje teksta u podnoĹľju */
        }

        .site-footer hr {
            border-top-color: #bbb;
            opacity: 0.5;
        }

        .site-footer hr.small {
            margin: 20px 0;
        }

        .site-footer h6 {
            color: #fff;
            font-size: 16px;
            text-transform: uppercase;
            margin-top: 5px;
            letter-spacing: 2px;
        }

        .site-footer a {
            color: #737373;
        }

        .site-footer a:hover {
            color: #ff0000;
            text-decoration: none;
        }

        .footer-links {
            padding-left: 0;
            list-style: none;
        }

        .footer-links li {
            display: block;
            
        }

        .footer-links a {
            color: #737373;
         
        }

        .footer-links a:active,
        .footer-links a:focus,
        .footer-links a:hover {
            color: #ff0000; /* boja onmouse over linkova u footer */
            text-decoration: none;
        }

        .footer-links.inline li {
            display: inline-block;
        }

        .site-footer .social-icons {
            display: flex;
            justify-content: center; /* Centriranje ikona druĹˇtvenih mreĹľa vodoravno */
            align-items: left; /* Centriranje ikona druĹˇtvenih mreĹľa vertikalno */
            margin-top: 20px; /* Dodatni razmak izmeÄ‘u teksta i ikona */
        }

        .social-icons li {
            display: inline-block;
            margin-bottom: 4px;
            margin-right: 8px;
        }

        .social-icons a {
            background-color: #eceeef;
            color: #818a91;
            font-size: 16px;
            display: inline-block;
            line-height: 44px;
            width: 44px;
            height: 44px;
            text-align: center;
            border-radius: 100%;
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        .social-icons a:hover {
            color: #fff;
            background-color: #ff0000; 
            /* boja ikona */
        }


        .overlay {
                height: 100vh;
                width: 0;
                position: fixed;
                z-index: 1;
                top: 0;
                left: 0;
                background-color: rgba(0, 0, 0, 0);
                overflow-x: hidden;
                transition: 0.5s;
            }
    
            .overlay.open {
                background-color: rgba(0, 0, 0, 1);
            }
    
            .overlay-content {
                position: relative;
                top: 5%;
                width: 100vw;
                text-align: left;
                margin-top: 10px;
                padding-left: 50px;
            }
    
            /* PoveÄ‡anje veliÄŤine slova za poveznice unutar overlay-a */
            .overlay a {
                padding: 15px;
                text-decoration: none;
                font-size: 75px; 
                color: #fff;
                display: block;
                transition: 0.3s;
                font-weight: normal;
                letter-spacing: -1px;
                margin-bottom: -40px;
            }
    
            .overlay a:hover, .overlay a:focus {
                color: #ff0000;
            }
    
            .overlay .closebtn {
                position: absolute;
                top: -50px;
                left: -15px;
                font-size: 80px;
                color: #fff;
                transition: 0.3s;
            }
    
            .overlay .closebtn:hover {
                color: #ff0000;
            }
    
            .overlay-btn {
                font-size: 30px;
                cursor: pointer;
            }
    
            .overlay-btn:hover {
                color: #ff0000;
            }
    
           
            .container1{
                margin-left: auto;
            }

  #body-tenisice {
    font-family: 'Oswald', sans-serif;
    margin: 0;
    padding: 0;
  }


.conteinterflex{
  display: flex;
  flex-wrap: wrap;
  }


    .container-tenisice {
    padding:2em;
    margin: 1%;
    margin-top: 55px;
  }   
   .container-tenisice1 {
    padding:3.5em;
    width: 21vw;
    margin: 1%;
  }
  
    .card-tenisice {
    width: 19vw;
    box-shadow: 0 40px 90px rgba(0, 0, 0, 0.2);
    padding: 2em 2em;
    border: 1px solid #ccc;
    background-color: #ffffff;
    border-radius: 8px;

  }
   .overlay1 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay1.open {
    background-color: rgba(0, 0, 0, 1);
}

.overlay1-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    padding-left: 50px;
}

/* PoveÄ‡anje veliÄŤine slova za poveznice unutar overlay-a */
.overlay1 a {
    padding: 15px;
    text-decoration: none;
    font-size: 75px; 
    color: #fff;
    display: block;
    transition: 0.3s;
    font-weight: normal;
    letter-spacing: -1px;
    margin-bottom: -40px;
}

.overlay1 a:hover, .overlay1 a:focus {
    color: #ff0000;
}

.overlay1 .closebtn {
    position: absolute;
    top: -50px;
    left: -15px;
    font-size: 80px;
    color: #fff;
    transition: 0.3s;
}

.overlay1 .closebtn:hover {
    color: #ff0000;
}

.overlay1-btn {
    font-size: 30px;
    cursor: pointer;
}

.overlay1-btn:hover {
    color: #ff0000;
}


  #img-tenisice {
    position: absolute;
    top: 0;
    width: 15vw;
  }
  
    .name-tenisice {
    font-size: 24px;
    margin: 1.2em 0 0.5em;
    transition: transform 0.3s ease;
  }

  
  .header-tenisice {
    position: relative;
    height: 15vh;
    overflow: hidden;
  }
  
  
    .bg-tenisice {
    width: 7vw;
    height: 13vh;
    background: #000000;
    border-radius: 100%;
    margin: 0 auto;
  }
  
  

  .header-tenisice img {
    object-fit: cover;
  }
    


  .bottom-tenisice {
    padding: 1px;
  }  
  
  .overlay-osnivaci {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-osnivaci.open {
  background-color: rgba(0, 0, 0, 1);
}

.overlay-osnivaci-content {
  position: relative;
  top: 5%;
  width: 100vw;
  text-align: left;
  margin-top: 10px;
  padding-left: 250px;
}

/* PoveÄ‡anje veliÄŤine slova za poveznice unutar overlay-osnivaci-a */
.overlay-osnivaci a {
  padding: 15px;
  text-decoration: none;
  font-size: 75px; 
  color: #fff;
  display: block;
  transition: 0.3s;
  font-weight: normal;
  letter-spacing: -1px;
  margin-bottom: -40px;
}

.overlay-osnivaci a:hover, .overlay-osnivaci a:focus {
  color: #ff0000;
}

.overlay-osnivaci .closebtn {
  position: absolute;
  top: -50px;
  left: -15px;
  font-size: 80px;
  color: #fff;
  transition: 0.3s;
}

.overlay-osnivaci .closebtn:hover {
  color: #ff0000;
}

.overlay-osnivaci-btn {
  font-size: 30px;
  cursor: pointer;
}

.overlay-osnivaci-btn:hover {
  color: #ff0000;
}

#got-gridbox { 
  display: flex; 
  flex-flow: row wrap; 
  justify-content: space-between;  
}
#got-gridbox figure {  
  border: 1px solid #000000; 
  position: relative; 
  font-size: 0;
  margin: 1% 0; 
  flex: 0 0 49%; 
}
#got-gridbox figure:nth-child(even) img { float: right; 
}
#got-gridbox figure img { 
  width: auto; height: 60vh; 
}
#got-gridbox figure figcaption { 
  position: absolute; right: 3%; 
  top: 9%; 
  font-family: Deseret, Trajan Pro, Trajan, Requiem, serif; 
  text-transform: uppercase;
  font-size: 1.6rem; text-align: right; 
}
#got-gridbox figure:nth-child(even) figcaption { 
  left: 3%; right: auto; 
  text-align: left; 
}




/* Stil za figcaption */
figcaption {
    text-align: left;
}

/* Stil za dodani tekst veliÄŤine 10px */
.small-text {
    font-size: 14px;
}

        .image-sjedista {
            position: relative;
            width: 48%;
            margin: 1%;
            overflow: hidden; 
        }
		
		        .container-sjedista {
            display: flex;
            flex-wrap: wrap;
        }

#body-osnivaci {
  font-family: 'Oswald', sans-serif;
  margin: 0;
}

        .info-button {
            position: absolute;
            background-color: #fff;
            color: #000;
            border: none;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            font-size: 16px;
            text-align: center;
            cursor: pointer;
            bottom: 10px;
            right: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.overlay1-sjedista {
                height: 100vh;
                width: 0vw;
                position: fixed;
                z-index: 1;
                top: 0;
                left: 0;
                background-color: rgba(0, 0, 0, 0);
                overflow-x: hidden;
                transition: 0.5s;
            }
    
            .overlay1-sjedista.open {
                background-color: rgba(0, 0, 0, 1);
            }
    
            .overlay1-sjedista-content {
                position: relative;
                top: 5%;
                width: 100vw;
                text-align: left;
                margin-top: 10px;
                padding-left: 50px;
            }
    
            /* PoveÄ‡anje veliÄŤine slova za poveznice unutar overlay-a */
            .overlay1-sjedista a {
                padding: 15px;
                text-decoration: none;
                font-size: 75px; 
                color: #fff;
                display: block;
                transition: 0.3s;
                font-weight: normal;
                letter-spacing: -1px;
                margin-bottom: -40px;
            }
    
            .overlay1-sjedista a:hover, .overlay1-sjedista a:focus {
                color: #ff0000;
            }
			
			        .overlay-sjedista {
            display: none;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 48vw;
            background-color: black;
            color: white;
            box-sizing: border-box;
        }
		
		        .info-button-sjedista {
            position: absolute;
            background-color: #fff;
            color: #000;
            border: none;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            font-size: 16px;
            text-align: center;
            cursor: pointer;
            bottom: 10px;
            right: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    
            .overlay1-sjedista .closebtn {
                position: absolute;
                top: -50px;
                left: -15px;
                font-size: 80px;
                color: #fff;
                transition: 0.3s;
            }
    
            .overlay1-sjedista .closebtn:hover {
                color: #ff0000;
            }
    
            .overlay1-sjedista-btn {
                font-size: 30px;
                cursor: pointer;
            }
    
            .overlay1-sjedista-btn:hover {
                color: #ff0000;
            }
    
			 #body-jordan {
	 background: #ffffff;
	 font-size: 16px;
	 -webkit-font-smoothing: antialiased;
	 	font-family: 'Oswald', sans-serif;
	  margin: 0;
}

 #header-jordan {
	 background: #fff;
	 height: 80vh;
	 text-align: center;
}

 .nav-list-jordan {
	 display: flex;
	 justify-content: space-between;
}
.nevidljiva{
  display: none;
}

.nav-item {
	 display: flex;
	 background-color: #000;
	 height: calc(100vh - 80px);
	 width: 33vw;
	 overflow: hidden;
	 transition: all 0.3s ease;
	 position: relative;
	 align-items: center;
	 filter: grayscale(100%);
}



 .nav-item .nav-item-bg {
	 height: 100vh;
	 width: 40vw;
	 display: block;
	 position: absolute;
}
 .nav-item:nth-child(1) .nav-item-bg {
	 background: url(jordan1.jpg) no-repeat bottom center/cover;
}
 .nav-item:nth-child(2) .nav-item-bg {
	 background: url('jordan2.webp')  no-repeat center bottom/cover;
}
 .nav-item:nth-child(3) .nav-item-bg {
	 background: url('jordan3.jpg') no-repeat center center/cover;
}
 .nav-item:nth-child(4) .nav-item-bg {
	 background: url('jordan4.jpg') no-repeat center center/cover;
}
.nav-item:nth-child(5) .nav-item-bg {
	background: url('jordan5.jpg') no-repeat center center/cover;
}
.nav-item:nth-child(6) .nav-item-bg {
	background: url('jordan6.jpg') no-repeat center center/cover;
}

 .nav-item .nav-item-content {
	 color: #ffffff;
	 margin-left: -70px;
	 opacity: 0.3;
	 transition: all 0.3s ease-in-out;
	 filter: blur(1px);
}
 .nav-item .nav-item-content h2 {
	 font-size: 120px;
	 font-weight: 900;
	 line-height: 0.9em;
	 margin: 0 0 30px;
	 text-shadow: 10px 10px 30px rgba(0, 0, 0, .5);
}


 .nav-item:hover {
	 width: 100vw;
	 filter: none;
}
 .nav-item:hover .nav-item-content {
	 margin-left: 50px;
	 opacity: 1;
	 filter: blur(0px);
}
 .nav-item:hover button {
	 margin-left: 0;
	 opacity: 1;
}

.overlay-jordan1 {
	height: 100vh;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0);
	overflow-x: hidden;
	transition: 0.5s;
}

.overlay-jordan1.open {
	background-color: rgba(0, 0, 0, 1);
}

.overlay-jordan1-content {
	position: relative;
	top: 5%;
	width: 100vw;
	text-align: left;
	margin-top: 10px;
	padding-left: 50px;
}

/* PoveÄ‡anje veliÄŤine slova za poveznice unutar overlay-jordan-a */
.overlay-jordan1 a {
	padding: 15px;
	text-decoration: none;
	font-size: 75px; 
	color: #fff;
	display: block;
	transition: 0.3s;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: -40px;
}

.overlay-jordan1 a:hover, .overlay-jordan1 a:focus {
	color: #ff0000;
}

.overlay-jordan1 .closebtn {
	position: absolute;
	top: -50px;
	left: -15px;
	font-size: 80px;
	color: #fff;
	transition: 0.3s;
}

.overlay-jordan1 .closebtn:hover {
	color: #ff0000;
}

.overlay-jordan1-btn {
	font-size: 30px;
	cursor: pointer;
}

.overlay-jordan1-btn:hover {
	color: #ff0000;
}

  .timeline-jordan{
	position:relative;
	margin:50px auto;
	padding:40px 0;
	width:50vw;
	box-sizing:border-box;
  }
  .timeline-jordan:before{
	content:'';
	position:absolute;
	left:50%;
	width: 2px;
	height:50vh;
  }
  .timeline-jordan ul{
	padding:0;
	margin:0;
  }
  
    .timeline-jordan ul li{
	list-style:none;
	position:relative;
	width:25vw;
	padding:10px 40px;
	box-sizing:border-box;
  }
  .timeline-jordan ul li:nth-child(odd){
	float:left;
	text-align:right;
	clear:both;
  }
  .timeline-jordan ul li:nth-child(even){
	float:right;
	text-align:left;
	clear:both;
  }

  .timeline-jordan ul li:nth-child(odd):before
  {
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	top:24px;
	right:-6px;
	background:rgb(255, 0, 0); /*1,3, svaka druga tockica*/
	border-radius:50%;
	box-shadow:0 0 0 3px rgba(255, 255, 255, 0.2); /* sjena te tockice*/
  }
  .timeline-jordan ul li:nth-child(even):before
  {
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	top:24px;
	left:-4px;
	background:rgb(255, 0, 0); /* ostale tockice */
	border-radius:50%;
	box-shadow:0 0 0 3px rgba(255, 255, 255, 0.2); /* sjena tih tockica*/
  }
  
   .timeline-jordan ul li h3{
	padding:0;
	margin:0;
	color:rgb(255, 0, 0); /*tekst odlomaka*/
	font-weight:600;
  }
  .timeline-jordan ul li p{
	margin:10px 0 0;
	padding:0;
  }
  .timeline-jordan ul li .time h4{
	margin:0;
	padding:0;
	font-size:14px;
  }
  .timeline-jordan ul li:nth-child(odd) .time
  {
	position:absolute;
	top:2px;
	right:-175px;
	margin:0;
	padding:20px 30px;
	background:#ff0000; /*svaki drugi box*/
	color:#fff;
	border-radius:18px;
	box-shadow:0 0 0 3px rgba(255, 255, 255, 0.3); /*svaki drugi box sjena*/
  }
  
   .timeline-jordan ul li:nth-child(even) .time
  {
	position:absolute;
	top:2px;
	left:-165px;
	margin:0;
	padding:20px 30px;
	background:rgb(255, 0, 0);  /* 2,4 box glavna boja*/
	color:#ffffff;
	border-radius:18px;
	box-shadow:0 0 0 3px rgb(255, 255, 255);  /* sjena toga boxa*/
  }
 
 

/* media upiti */
  @media(max-width:1000px)
  {
	.timeline-jordan{
	  width:100vw;
	}
  }
  
  @media screen and (max-width: 980px) {
    .nav-item .nav-item-content h2 {
      font-size: 70px;
   }
 }

  @media screen and (max-width: 900px) { 
    #got-gridbox figure figcaption { 
      font-size: 1.4rem; }
  }

  @media screen and (max-width: 800px) { 
    #got-gridbox figure figcaption { 
      font-size: 1.25rem; }
  }
  
   
@media screen and (max-width: 768px){ 
 #img-tenisice{
  width: 20vw;
 }
  .bg-tenisice {
    width: 7vw;
    height: 7vh;
  }
  .nav{
    display: none;
  }
  .nevidljiva{
    display: block;
  }
  .timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: rgb(0, 0, 0);
  }
  .timeline ul li {
    width: 50%;
    position: relative;
    margin-bottom: 50px;
  }
  .timeline ul li:nth-child(odd) {
    float: left;
    clear: right;
    transform: translateX(-30px);
    border-radius: 20px 0px 20px 20px;
  }
  .timeline ul li:nth-child(even) {
    float: right;
    clear: left;
    transform: translateX(30px);
    border-radius: 0px 20px 20px 20px;
  }
  .timeline ul li::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
    top: 0px;
  }
  .timeline ul li:nth-child(odd)::before {
    transform: translate(50%, -50%);
    right: -30px;
  }
  .timeline ul li:nth-child(even)::before {
    transform: translate(-50%, -50%);
    left: -30px;
  }
  .timeline-content .date {
    position: absolute;
    top: -30px;
  }
  .timeline ul li:hover::before {
    background-color: rgb(255, 0, 0);
  }
  .nav-list-jordan {
    flex-direction: column;
    justify-content: center;
    }
    .class ul{
     display: block;
     width: 100%;
     margin:left;
    }
 


  .nav-item {             
    width: 100vw;
    height: 200vh;
 }
  .nav-item:hover {            
    height: 350vh;
 }


 .nav-item .nav-item-bg {
   background-size: 70% !important;
   background-position: center right !important;
}
}


  @media(max-width:767px){
	.timeline-jordan{
	  width:100vw;
	  padding-bottom:0;
	}
	.jordan-class h1{
	  font-size:40px;
	  text-align:center;
	}
	.timeline-jordan:before{
	  left:20px;
	  height:100vh;
	}
	.timeline-jordan ul li:nth-child(odd),
	.timeline-jordan ul li:nth-child(even)
	{
	  width:100vw;
	  text-align:left;
	  padding-left:50px;
	  padding-bottom:50px;
	}
	.timeline-jordan ul li:nth-child(odd):before,
	.timeline-jordan ul li:nth-child(even):before
	{
	  top:-18px;
	  left:16px;
	}
	.timeline-jordan ul li:nth-child(odd) .time,
	.timeline-jordan ul li:nth-child(even) .time{
	  top:-30px;
	  left:50px;
	  right:inherit;
	}

.jordan-class img {
	 max-width: 100vw;
}

.jordan-class body {
	font-family: 'Oswald', sans-serif;
	margin: 0;
}

.jordan-class h2{
	font-size: 50px;
}
.jordan-class h1{
	font-size:60px;
	text-align:center;
  }
  .content-jordan h3{
	font-size: 35px;
  }

  .content-jordan{
	padding-bottom:20px;
  }

}

@media screen and (max-width: 750px) { 
	#got-gridbox figure { 
    flex: 0 0 100%; margin-bottom: 7%;  
  }
	#got-gridbox figure figcaption { 
    font-size: 1.6rem; 
  }
}


  @media screen and (max-height: 450px) {
                .overlay-justdoit a {
                    font-size: 30px;
                    letter-spacing: -0.5px;
                }
                .overlay-justdoit .closebtn {
                    font-size: 40px;
                    top: 5px;
                    left: 5px;
                }
            
    .overlay1 a {
        font-size: 30px;
        letter-spacing: -0.5px;
    }
    .overlay1 .closebtn {
        font-size: 40px;
        top: 5px;
        left: 5px;
    }
                .overlay a {
                    font-size: 20px;
                    letter-spacing: -0.5px;
                }
                .overlay .closebtn {
                    font-size: 40px;
                    top: 5px;
                    left: 5px;
                }
  .overlay-osnivaci a {
      font-size: 30px;
      letter-spacing: -0.5px;
  }
  .overlay-osnivaci .closebtn {
      font-size: 40px;
      top: 5px;
      left: 5px;
  }
	#got-gridbox figure figcaption { font-size: 1.2rem; width: 50vw; }      
                .overlay1-sjedista a {
                    font-size: 30px;
                    letter-spacing: -0.5px;
                }
                .overlay1-sjedista .closebtn {
                    font-size: 40px;
                    top: 5px;
                    left: 5px;
                }
          
                .overlay-jordan1 a {
                  font-size: 30px;
                  letter-spacing: -0.5px;
                }
                .overlay-jordan1 .closebtn {
                  font-size: 40px;
                  top: 5px;
                  left: 5px;
                }
                     
          
              }
          






