body{
    background-color: rgb(241, 241, 241);
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}

h3{
    font-family: 'Poetsen One', sans-serif;
    font-weight: 400;
    font-style: normal; 
    color: #060B22;
}

 
.place-picker-container {
    padding: 20px;
}

#userBtn{
    background-color: rgb(43, 63, 172);
    color: rgb(241, 241, 241);
    border-radius: 15%;
    border: 0;
    height: 100%;
    width:120%;
}

button{
    background-color: rgb(43, 63, 172);
    color: rgb(241, 241, 241);
    border-radius: 15px;
    border: 0;
    height: 100%;
}


#bjelovarDiv, #projektDiv, #aplikacijaDiv, #kartaDiv{
    width: 100%;
    height: 50rem;
}

#naslovnaDiv{
    background: url("slike/paviljonNaslovna.png") no-repeat center;
    background-image: url("slike/paviljonNaslovna.svg");
    background-size:contain;
    
    width: 100%;
    height: 100vh;
}

#bjelovarDiv{
    background: url("slike/elementNaslovna.svg") no-repeat center;
    background-image: url("slike/elementNaslovna.svg");
    background-size:cover;
    
    width: 100%;
    height: 100vh;
}

#bjelovarTekst{
    font-size: 120%;
    padding: 10%;
    padding-right: 20%;
    margin-right: 20%;
}


#aplikacijaDiv{
    background: url("slike/mobilnaAplikacija.svg") no-repeat center;
    background-image: url("slike/mobilnaAplikacija.svg");
    background-size:auto;
    
    width: 100%;
    height: 100vh;
}
#logoutBtn{
    height: 100%;
}

#aplikacijaTekst{

    font-size: 120%;
    padding: 10%;
    padding-left: 50%;

}


#kartaDiv{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10%;
}

#kartaDivCentar{
    width: 80%;
    height: 100%;
    border: 1px solid black;
}

#kartaDiv{
    overflow: hidden;
}

#map {
    height: 100%;
    width: 100%;
}

#loginDiv{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10%;
}

#loginDivContainer{
    background: rgba(154, 167, 218, 0.29);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.4px);
    -webkit-backdrop-filter: blur(4.4px);
    border: 1px solid rgba(154, 167, 218, 0.3);
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:5% 0;
}

#registerDiv{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

#registerDivContainer{
    background: rgba(154, 167, 218, 0.29);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.4px);
    -webkit-backdrop-filter: blur(4.4px);
    border: 1px solid rgba(154, 167, 218, 0.3);
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:5% 0;

}

#loginForma{
    width: 60%;
}

input[type=submit]{
    background-color: rgb(43, 63, 172);
    color: rgb(241, 241, 241);
    border-radius: 5%;
    border: 0;
    height: 4vh;
    width: 20%;
}

#registrirajBtn{
    width: 40%;
}

input[type=email],input[type=password],input[type=text],input[type=number]{
    width: 100%;
    border: 3;
    color: #060B22;
    height: 30%;
    height: 3vh;
}


#povratakBtn{
   padding: 1%;
   background-color: transparent;
   color: #060B22;
   font-size: medium;
   width:auto;
}

.rating {
    display: flex;
    background-color:rgba(6, 11, 34, 0.5);
    border-radius: 16px;
  }
  
  .rating input {
    position: absolute;
    left: -100vw;
  }
  
  .rating label {
    width: 48px;    
    height: 48px;
    overflow: hidden;
    padding: 48px 0 0;
    background: url('slike/stars.svg') no-repeat top left;
  }
  
  .rating:not(:hover) input:indeterminate + label,
  .rating:not(:hover) input:checked ~ input + label,
  .rating input:hover ~ input + label {
    background-position: -48px 0;
  }
  
  .rating:not(:hover) input:focus-visible + label {
    background-position: -96px 0;
  }

#recenzijaUnos{
    background: url("slike/reviewBackground.svg") no-repeat center;
    background-image: url("slike/reviewBackground.svg");
    background-size:cover;
    
    width: 100%;
    height: 100vh;

    padding-bottom: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#recenzjaUnosDiv{
    background: rgba(154, 167, 218, 0.29);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.4px);
    -webkit-backdrop-filter: blur(4.4px);
    border: 1px solid rgba(154, 167, 218, 0.3);
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:5% 0;
    margin-top: 10%;
}

.listaLokacija, #recenzijaUnosTekst{
    width: 100%;
    margin-bottom: 1em;
}

#recenzijaUnosTekst{
    margin-top: 1em;
}

#recenzijaUnosTekst{
    width: 100%;
    height: 100%;
}

#recenzijeDivContainer{
    width:100%;
    height:auto;
    background-color: #3a4a92;
    padding-top: 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#recenzijeDivContainer .listaLokacija{
    background-color: rgb(241, 241, 241);
    border: 0;
    padding: 1%;
    width: 20%;
}

#recenzijeDiv{
    background-color: #3a4a92;
    width:100%;
    height:50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recenzija{
    background: rgba(154, 167, 218, 0.29);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.4px);
    -webkit-backdrop-filter: blur(4.4px);
    border: 1px solid rgba(154, 167, 218, 0.3);
    padding: 2%;
    margin: 2%;
    color:#060B22;  
    max-width: 20%;
    height: auto; 
    overflow-wrap: break-word;
}

#recenzijaForma{
    height: 100%; 
    width: 60%; 
    display: flex; 
    flex-direction: column; 
    align-items: center;
}

#footer{
    text-align: center;
}

@media only screen and (max-width: 600px) {
    #bjelovarDiv{
        height:150vh;
    }

    #bjelovarTekst{
        padding: 10%;
        margin-right: 20%;
    }

    #kartaDivCentar{
        width: 80%;
        height: 80%;
        border: 1px solid black;
    }
    #aplikacijaTekst{
        padding-left: 10%;
    }
    #aplikacijaDiv{
        background: url("slike/mobilnaAplikacija.svg") no-repeat center;
        background-image: url("slike/mobilnaAplikacija.svg");
        background-size:cover;
    }

}

@media only screen and (max-width: 991px) {
    #navbarNav button{
        width: 100%;
        border-radius: 0;
    }

    #loginForma{
        width: 60%;
    }

    input[type=submit]{
        width: 40%;
    }

    #loginDivContainer, #registerDivContainer,#recenzjaDiv{
        width: 100%;
    }
    #loginDiv, #registerDiv{
        height:60vh;
        padding:5% 0;
    }

    #recenzijeDiv{
        height: auto;
        flex-direction: column;
    }
    #recenzjaUnosDiv, #recenzjaUnosTekst{
        max-width: 80%;
        width: 80%;
    }

    #recenzijaUnos{
        background: url("slike/reviewBackgroundMoblile.svg") no-repeat center;
        background-image: url("slike/reviewBackgroundMoblile.svg");
        background-size:cover;
    }

    #recenzijeDivContainer .listaLokacija{
        width: 80%;
    }

    #recenzjaUnosDiv{
        max-width: 80%;
    }
    .recenzija{
        max-width: 80%;
        width: 80%;
    }

    #recenzijaForma{ 
        width: 95%; 
    }
     
}