html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}


body {
    
    font-family: rajdhani;
    background-color: rgb(247, 247, 247);
    text-wrap:wrap;
}


::selection {
    background-color: bisque; 
}


.sve {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow-y: hidden;
}



/*   MENI NA SPASH PAGE, bio wrapper za sve markije   */
nav {
    display: table;
    height: 90vh; /*   ne znam da li ovo pravi razliku umjesto 100% mozda scroll dodaje?     */
    width: 100%;
    margin: auto;
   text-align: center;
    text-wrap: wrap;
    
    
}

#design {
font-size:6vw;
}

#textile {
font-size:25vw;
}

#illustration {
    font-size:10vw;
}

#photography {
    font-size:4vw;
}

#about {
    font-size:17vw;
}




p {
    display: inline-block;
    width: 35%;
    margin-left: 15%;
    height: fit-content;
    font-family: dosis;
    font-size: 14pt;
    font-weight: 500;
}


ul {
    list-style: none;
    font-family: dosis;
    width: 90%;
    margin: auto;
    line-height: 1.7;
    padding: 0;
    display: flex;
    flex-direction: row;
}

.prvi {
    width: 40%; 
    height: 100vh;  
    text-align: left; 
    margin-right: 4rem;
}


.drugi {
    width: 45%; 
    height: 100vh; 
    text-align: left; 
    line-height: 2;
    margin-left: 3rem;
}


li b {
    font-size: 20pt;
    
}


h1 {
    display: inline;
}



.title {
  /*  font-family: dosis; */
    color: rgb(21, 21, 21);
    font-size: 25pt;
    text-decoration: none;
}




.title:hover {
    color: red;
}

h1.title {
    display: block;
    margin-left: 2rem;
}





a.marquee.subtitle {

    font-size: 5vw;
    text-align: center;
}



a.marquee {
      
    line-height: 0.7;

}






@keyframes animate {
    0%, 100% {
      background-position: left top;
    }
    25%{
      background-position: right bottom;
     }
    50% {
      background-position: left bottom;
    }
    75% {
      background-position: right top;
    }   
}




/*  sve vezano za markije    */
.marquee {
    display: table-cell;
    height: fit-content;
    line-height: 0.6;
    width: fit-content;
    color: rgba(225,225,225, .01);
    background-image: url("slike/oblaci100.jpg");
    background-repeat: repeat;
    -webkit-background-clip:text;
    animation: animate 15s ease-in-out infinite;
  
  
  
}

a.marquee {
  /*  color: rgb(59, 59, 59); */
    text-decoration: none;
    border: none;

}

a.marquee:hover {
  /*  color: rgb(255, 138, 125); */
    background-image: url("slike/nebooblaci.jpg");
}



.subtitle {
    width: fit-content;
    margin: auto;
     
}



footer {
	font-family: "Rajdhani";
	font-weight: bold;
    position: fixed;
   line-height: 1;
    bottom: 0;
    color:rgba(21, 21, 21, 0.5);
 /*   background-color: rgb(229, 229, 229); */
    font-size: small;
}








/* SPECIFICNO ZA OVE STRANICE, PRETEZNO SLIKE*/




.about {
    width: 70%;
    margin: auto;
    margin-top: 3%;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}


.contact {
    width: 50%;
   
}


span {
   
    display: block;
    font-family: dosis;  
    text-align: center;

  
}


p.illustration {
    font-family: dosis;
    margin-left: 5%;
    width: fit-content;
   float: left;
}



.turbo {
    width: 80%;
    margin: auto;
    margin-top: 3%;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    
}



img.turbo {
    width: 50%;
}

p.turbo {
    width: 30%;
}


a.link {
    text-decoration: none;
    color: rgb(83, 63, 63);
    display: contents;
}

a.link:hover {
    color: rgb(255, 138, 125);
}



/*    wrapper za sve na ovoj stranici  */
div.textile {
    display: flex;
}

.textile {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: rgb(24, 24, 24);
    text-align: center;
    cursor: default;
}


img.textile, img.embroidery, img.design {
    cursor: pointer;
}


img.textile {
    width: 70%;
}

a.textile {
    width: 25%;
    padding: 1%;
}





/*   b u smislu bold...mislim da su podnaslovi tj naslovi medija boldirani, embroidery weaving itd   */
b.textile {
    font-size: small;
    font-family: dosis;
    font-weight: 500;
    height: fit-content;
    display: block;
    text-align: center;
}


/*   wrapper za slike vezova   */
.embroideryPics {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90%;
    margin: auto;
}

.embroidery {
    width: 100%;
    height: auto;
    /* ovdje je iz nekog razloga jos pisali align self center  ne znam zasto i sta je to radilo*/
    text-align: center;
    
}



img.embroidery:hover {
    transform: translate(0, -1rem);
}

img.design:hover {
    transform: translate(0, -1rem);
}


.description {
  width: 70%;
  padding-top: 2%;
 
}




/*   ovo vrijedi za onu jednu horizontalnu ilustraciju i ko zna da li ce ih jos biti   */
#horizontalna {
    width: 200%;
    position:relative;
    right: 50%;
}




/*   za slike na dizajnu, iste postavke kao i class embroidery   */
div.design {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
}


.design img {
    width: 90%;
}


#header {
    height: 20vw;
    width: auto;
}







@media only screen and (max-width: 800px) {
	html, body {
        padding: 0;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    
    .sve {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
    
        word-break: break-all;
    }


    nav {
        height: 100vh; /*   ne znam da li ovo pravi razliku umjesto 100% mozda scroll dodaje?     */
        max-width: 100vw;
        margin: 0 auto;
        margin-top: 5%;
        text-align: center;
        overflow-y: hidden;
    }

    h1 {
        font-size: 20pt;
    }
    

    h1.title {
        width: fit-content;
        margin: auto;
        padding-top: 1rem;
    }


    #design {
        font-size: 20vw;
        
        display: inline-block;
        position: relative;
        z-index: 1;
        padding: 1rem;
        margin: -1rem;

    }

    #textile {
        font-size: 32vw ;
        display: inline-block;
        padding: 0;
    }

    #illustration {
        font-size: 16vw ;
        display: inline-block;
    }

    #photography {
        font-size: 12vw;
        display: inline-block;
    }



    #about {
        font-size: 28vw;
       
    }

    .contact {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    span {
        margin-top: -2%;
    }
   

    div.subtitle {
        width: fit-content;
        margin: auto;
    }


    a.marquee {
        line-height: 0.8;
    }

    a.marquee.subtitle {
        font-family: dosis;
        padding-top: 7%;
        font-size: 15vw;
        font-weight: 100;
    }

    small {
        display: none;
    }


    .about {
        width: 90%;
        flex-direction: column;
    }

    img.about {
        width: 100%;
        padding-bottom: 6%;
    }

    div.textile {
        width: 90%;
        margin: auto;
        justify-content: space-evenly;
    }

    img.textile {
        width: 90%;
    }


    .textile {
        display: block;
        width: 100%;
        align-items: flex-start;
    }

    a.textile {
        width: 50%;
        padding: 0;
    }

    .embroideryPics {
        width: 90%;
        margin: auto;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    img.embroidery {
        width: 90%;
    }


    div.design {
        width: 90%;
    }


    #header {
        height: 30vw;
        width: auto;
    }


    .description {
        padding: 0;
    }
  


    footer {
        text-align: center;
    }


    /*    specificno za horizontalnu ilustraciju  */
    #horizontalna {
        display: block;
        width: 200%;
    }


    /* za ilustracije*/

    /*NISAM SIGURNA ZASTO NECE DA SE CENTRIRA*/
    p.illustration {
        display: block;
        text-align: center;
    
    }

    div.turbo {
        flex-direction: column-reverse;
    }

    p.turbo {
        width: 100%;
    }


    img.turbo {
      width: 100%;
    }

    ul {
        margin: auto;
        display: flex;
        flex-direction: column;
        text-align: center;
        
        
    .prvi, .drugi {
        width: 90%;
        margin: auto;
    }

    .prvi {
        padding-bottom: 4rem;
    }
    
    }

}