/*celi dokument*/
.body, .container-fluid {
    margin: 0;
    padding: 0;
}
/*glavni naslovi*/
.fs-1, .fs-2{
    /*font-family: "Merienda", cursive;*/
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}   

.fs-3{
  /*font-family: "Josefin Sans", sans-serif;*/
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
/*nav-bar*/
.navbar-brand {
    margin-left: 2rem;
    font-size: 0.7rem;
}
.navbar-toggler, .navbar-nav{
    margin-right: 2rem;
}

/*cover*/
.header {
    background-image: url('heading-img.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.header h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 3rem;
    margin: 5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

/*index/usluge*/

.card{
    margin-left: 1.3rem;
    margin-right: 1.3rem;
    
}

.card-img-top{
    width: 7rem;
    align-self: center;
    margin: 2rem;
}

#tank{
    height: 11rem;
    margin: 0;
}
.card-title{
    text-align: center;
}

.card-img-overlay {
    padding: 2;
}

#S{
    margin-left: 2rem;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.text-decoration-none{
    color: black;
    opacity: 0.8;
}

.text-decoration-none:hover{
    color: black;
    opacity: 1;
}

/*o meni*/

.fs-6{ /*o meni opis*/
    text-align: justify;
    margin-bottom: 12px;
    margin-right: 0.7rem;
    margin-top: 0;
}
#last{
    margin-bottom: 0;
}
#a-me-img{
    border-radius: 3%;
}

/*kontakt forma*/

#c-me {
    margin-top: 5rem;
}

.btn-primary{
    background-color:gray;
    border-style: none;
    margin-left: 0;
    padding:0;
}

.btn-primary:hover{
    background-color: #f37021; ;
}

/*strelica ka gore*/
.bi-arrow-up-circle-fill{
    font-size: 2rem;
    margin-right: 0.7rem;
    color: gray;
    position: fixed; /* Pozicionira dugme fiksno u odnosu na ekran */
    bottom: 5%;    /* Razmak od donje ivice ekrana (20px) */
    left: 95%;      /* Razmak od leve ivice ekrana (20px) */
}



.bi-arrow-up-circle-fill:hover{
    color: #f37021;
}

/*usluge*/
.no-clr{
    width: 100%;
    margin: 0rem;
    margin-top: 0rem;
}

.row{
    margin: 0;
}   

.fs-3{ /*o meni opis*/
    text-align: left;
    margin-bottom: 12px;
    margin-right: 0.8rem;
    margin-top: 0.2rem;
}
.card-body{
    padding: 0;
    margin-left: 10px;
}

.card-body > fs-3{
    margin-bottom: 20px;
}
.card-text{
    margin-bottom: 0.3rem;

}

/*strelica ka nazad*/
#backButton {
    position: fixed; /* Pozicionira dugme fiksno u odnosu na ekran */
    bottom: 5%;    /* Razmak od donje ivice ekrana (20px) */
    left: 95%;      /* Razmak od leve ivice ekrana (20px) */
    padding: 10px 20px;  /* Padding unutar dugmeta */
    color: grey;    /* Boja teksta */
    font-size: 2rem;     /* Veličina fonta */
    cursor: pointer;    /* Pokazuje ruku prilikom prelaska mišem */
    z-index: 1000;      /* Postavlja dugme ispred drugih elemenata (ako ih ima) */
  }
  
  /* Efekat kada se pređe mišem preko dugmeta */
  #backButton:hover {
    color: #f37021;  /* Tamnija boja prilikom hover efekta */
  }

.form-container {
	margin: auto;
	padding: 20px;
}

.error {
    /*background: #e99A9A;*/
    color: #c80000;
    padding: 15px 10px;
    border-radius: 5px;
}

.success {
    /*background: #97e8A9;*/
    color: #00c82c;
    padding: 15px 10px;
    border-radius: 5px;
}

/* BLOG*/

.card-img{
    height: 100%;
    object-fit: cover; 
}

.input-group {
    display: flex;             
    align-items: center;
}

.input-group input {
    flex: 1;       
    border: 1px solid #ccc;   
    border-radius: 10px 0 0 10px; 
}

.input-group button {
    background-color: gray;
    color: white;              
    border: 1px solid gray; 
    border-radius: 0 10px 10px 0; 
    cursor: pointer;          
}

.input-group button:hover {
    background-color: #f37021; /* Promena boje pozadine na hover */
}

#comment-section {
    margin: 20px 0;
}

#comment-text {
    width: 100%;
    height: 100px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#comment-form button {
    padding: 10px 20px;
    background-color: gray;
    border-color: #f37021;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

#comment-form button:hover {
    background-color: #f37021;
}

#comments-container {
    margin-top: 20px;
}

.comment {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
}

.comment .author {
    font-weight: bold;
}

.comment .text {
    margin-top: 5px;
}

.autor{
    color: grey;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.lettered-list {
    list-style-type: none; /* Uklanja standardne brojeve */
    counter-reset: list-counter; /* Resetuje brojač */
  }
  
.lettered-list li {
    counter-increment: list-counter; /* Povećava brojač za svaku stavku */
  }
  
.lettered-list li::before {
    content: "(" counter(list-counter, lower-alpha) ") "; /* Dodaje slovo sa zagradama */
  }

.justify-text {
    text-align: justify;
  }

 a {
    text-decoration: none;
    color: inherit;
    }

 a:hover, a:focus {
    text-decoration: none;
    color: inherit;
    }