
            
            @import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
            
            @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
            


.wide{
    
    font-size: 30px !important;
}
                  
            #container{
                max-width: 1200px;
                margin: 0 auto;
                position: relative;
                padding:  0 65px;
            }




            html {
  scroll-behavior: smooth;
}
            

#text-upscale{
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: white;
    box-shadow: 0px 0 10px rgba(0,0,0,0.4);
    z-index: 9999999999;
    font-weight: bold;
    display: none;
}


#text-upscale #smaller{
    font-size: 13px;
}

#text-upscale{
    font-size: 18px;
}

#text-upscale a{
    padding: 10px 15px;
    display: inline-block;
}

#text-upscale a:hover{
    background-color: rgba(0,0,0,0.4);
    color: white;
    cursor: pointer;
}


#nav{
    max-width: 1500px;
    margin: 0 auto;
}    


      
#download{
    background-image: url(img/pdf.svg);
    background-size: 30px;
    background-position: 5px;
    background-repeat: no-repeat;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;

    display: none;
    padding: 20px;
    padding-left: 40px;
    color: #ef3030;
    border: 2px solid #ef3030;
    border-radius: 4px;
}


#download:hover{
    background-color:  #ef3030;
    color: white;
    background-image: url(img/pdf_white.svg);
}

            
            @font-face {
  font-family: Butler;
  src: url(font/Butler.woff);
}
            
            
            #bottom-anchor{
                padding: 20px 0;
                margin-top: 100px;
                padding-left: 30px;
                position: relative;
                font-family: 'Poppins', sans-serif;
                text-decoration: none;
                color: black;
            }
            
            #bottom-anchor::before{
                content: '<';
                transform: rotate(90deg);
                position: absolute;
                font-family: 'Poppins', sans-serif;
                left: 0;
                letter-spacing: 1px;
                background-color: rgba(0,0,0,0.14);
                width: 20px;
                height: 20px;
                display: flex;
                justify-content: center;
                align-items: center;
                color: black;
                border-radius: 50%
            }
            
            .active{
                color: #4287f5;
            }
 
            body{
                margin: 0;
                font-family: 'EB Garamond', serif;
                font-weight: 400;
            }
            
   
            nav{
                text-align: right;
                
                background-color: rgba(0,0,0,0.05);
            }
            
            
            
            footer{
                margin-top: 50px;
                text-align: center;
                padding: 5px;
                background-color: rgba(0,0,0,0.05);
            }
            
            .cro::before, .eng::before{
                content: '';
                background-size: cover;
                border-radius: 2px;
                height: 13px;
                width: 22px;
                position: absolute;
                background-position: center center;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                box-shadow: 0px 0px 1px rgba(0,0,0,0.55);
                
            }
            
            .cro::before{
                background-image: url(img/lang-cro.png);
            }
            
            .cro{
                margin-right: 10px;
            }
            
            .eng::before{
                background-image: url(img/lang-eng.png);
            }
            
            nav a{
                padding: 10px;
                color: blacK;
                font-family: poppins;
                font-size: 15px;
                text-decoration: none;
                position: relative;
                padding-left: 30px;
                display: inline-block;
            }

                nav a:not(#left){

                }

            #left a{
                padding-left: 10px;
            }

            #left{
                display: none;
                float: left;
            }

            #left a:hover{
                background-color: black;
                cursor: pointer;
            }
            
            nav a:hover{
               opacity: 0.7;
     
            }
            
            #author-information{
                text-align: center;
                margin-bottom: 20px;
    
            }
    
             
            ul{
                padding-left: 0;
            }
            
            li:first-of-type{
                margin-top: 10px;
            }
            
            li{
                padding-left: 20px;
                list-style: none;
            }
            
            li a{
                color: black;
                text-decoration: none;
            }
            
            li a:hover{
                text-decoration: underline;
            }
            
            #literature li{
                margin: 5px;
                padding-left: 0;
                font-size: 17px;
            }
            
            p{
                text-indent: 25px;
                margin-top: 0px;
                margin-bottom: 3px;
                text-align: justify;
                
            }
            
            p,li, #author-information{
                font-size: 20px;
                font-family: 'EB Garamond', serif;
            }
            
h1,h2,h3,h4{
    margin-bottom: 0;
}


            h2, h1{
            text-align: center;
            font-family: 'Butler';
            font-weight: 600;
            font-style: normal;
 
            }

            h1{
            font-size: 40px;
      
            }
            h2{
            font-size: 30px;
            }
            
            
            
            h3{
                font-family: 'EB Garamond', serif;
                font-size: 22px;
                text-align: left;
            }
            
            h2{

                margin-top: 70px;
            }
            
            h1{

                margin: 30px;
            }
 
            li.indent{
                padding-left: 60px;
            }
            
            .subtitle-centered{
                text-transform: uppercase;
                text-align: center;
            }
            
            ::selection {
  background-color: rgba(0,0,0,0.8);
                color: white;
}
            
            
            @media only screen and (max-width: 900px) {
                
                 nav{
                text-align: center;
            
            }

      
            #container{
        
                margin: 0 auto;
                position: relative;
                padding:  0 25px;
            }
                
            }
          
        
        
        
        
       </div> 
        <footer> &copy Ivan Šimić 2021.</footer>
    </body>
</html>
