@charset "utf-8";
/* CSS Document */

/* General */
        
* {
    box-sizing: border-box;
}        
        
html, body {
    height: 100vh;
    display: flex;
    flex-direction: column;
}
        
body {
    font-family: PT Sans, sans serif;
    font-weight: 400!important;
  }
        
        
p {
    font-size: 17px;
    color: white;
    letter-spacing: 1px;  
    line-height: 1.5;
}
        
h1 {
    font-family: "PT Serif", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    color: #FFFFFF;
   }
        
h2 {
	font-family:  'Roboto Slab', serif;
	font-weight: 700;
	font-size: 24px;
	color: #947b63;
    margin-top: 20px;
    margin-bottom: 0px;
    letter-spacing: 2px;
    line-height: normal;
	}
        
h4 {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
   }

#opis.pd-navigation {
    position: fixed;
    margin-right: 0;
}
        
        
.navbar {
	min-height: 60px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
}
        
.navbar {
    display: flex;
    align-items: center;
    }  
        
    
.navbar-inverse .navbar-nav>.active>a  {
    background-color: transparent;
}     
        
.navbar-nav>li>a {
    line-height: 20px;
        }  
    
.navbar-inverse .navbar-nav>.active>a{
    background-color: transparent;
    border-color: transparent;
}
        
.header {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 15px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 20px;
    }
        
/* Navigacija napred-nazad */
        
.pd-navigation {
    padding-top: 15px;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 24px;
    overflow: hidden;
    flex: 0 0 auto;
    width: 64px;
    float: right;
}   
        
.arrow-right {
    line-height: 0;
    padding: 9px 1px;
    cursor: pointer;
    fill: #c9ae61;
    transition: .3s linear;
} 
        
.arrow-left {
    line-height: 0;
    padding: 9px 8px;
    cursor: pointer;
    fill: #c9ae61;
    transition: .3s linear;
}   
        
.parent-container {
  display: flex; /* Makes the children flex items, aligning them horizontally by default */
}   
        
.child {
  /* Optional: Add some styling to visualize the divs */
  padding: 0;
}  
        
.child-div {
  /* Optional: Add some styling to visualize the divs */
  border: 1px solid #ccc;
  background-color: #f4f4f4;
}        
      
hr.solid {
    border-top: 1px solid #bbb;
    float: left;
    width: 100%; 
    margin: 0;
    } 
        
.container {
    position: relative;
    text-align: left;
    }
        
#web-shop {
    padding-left: 15px;
        }        
        
/* Mobile */       

@media only screen and (max-width: 768px) {
          
#opis, h1, p {
    text-align: left!important;
    font-size: 16px;
    } 
          
#opis {
    padding-top: 400px!important;
    width: 100%!important;          
    } 
          
#web-shop {
    padding-left: 15px;
    } 
          
          
h1 {
    font-size: 20px!important;
    font-weight: 600!important;
    } 
    
h4 {
    padding-left: 15px;   
    }
    


.container {
    display: flex;
    flex-direction:column;
    align-items: flex-start; /* Ovo poravnava sve unutrašnje elemente levo */
    }
}
/* Mobile end */       


#myPage {
    background-color: black;
    }

        
        
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 100;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px;
    font-size: 12px;
    line-height: 1;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #c9ae61;
}        
        
.parent-flex {
  position: absolute;
  left: 0; 
}  

.naslov {
  display: flex;
  justify-content: space-between;
  align-items: center; /* Opciono: poravnava ih vertikalno po sredini */
  width: 100%;
}

        
