@import url('https://fonts.googleapis.com/css2?family=Fira+Code&display=swap');

header.masthead {
    text-align: center;
    background-image: url(/images/header.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center bottom;
    background-size: cover;
    padding-top: 20%;
}

header.masthead {
    background-image: url(/images/header.png);}
        

header h1{
    color:#e888ff;
}
header {
    padding-top:150px;
    padding-bottom:150px;
    color:#fde5f7;
}

.navbar img{
    height: 50px;
    width: 50px;
}

.pics{
        transition: transform 1s;
        transform: scale(0.9, 0.9);
}
.pics:hover{
    -ms-transform: scale(1.3, 1.3); /* IE 9 */
    -webkit-transform: scale(1.3, 1.3); /* Safari */
    transform: scale(1.3, 1.3);
    transition: transform 0.2s;   
    transform: translateY(-20px);
}
.shadow3 {
    -webkit-box-shadow: 10px 10px 87px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 87px -14px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 87px -14px rgba(0,0,0,0.75), 10px 10px 25px -14px rgba(109,17,100,0.7);
    transition: box-shadow 1s;
}

.shadow3:hover {
    -webkit-box-shadow: 10px 10px 87px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 87px -14px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 87px -14px rgba(0,0,0,0.75),  0px 64px 124px -17px rgb(64, 17, 109);
    transition: box-shadow 1s;
}
.ime{
    color:rgb(133, 10, 112);
    font-size:1.2rem;
    background-color: rgb(242, 239, 255);
    padding:10px;    
}
#gallery img{ 
    border-radius:3px 3px 0px 0px;
    filter: grayscale(20%);
    width: 100%;
}
img:hover{ 
    border-radius:5px 5px 0px 0px;
    filter: none;
    transition: filter 0.2s;  
}

body{
    background-color: #f9faff;
    background-color:rgb(24, 2, 99);
}
.progress {
    background-color: #e5e9eb;
    height: 0.45em;
    position: relative;  
    background-image: linear-gradient(to right,rgb(0, 58, 145), rgb(56, 1, 143),rgb(133, 8, 120), #6D1164);
    border-radius:0;
}
.btn-primary {
    padding: 15px 30px 15px 30px;
    color: #e888ff;
    background-color: #190267;
    border-color: #e888ff;
    border-radius: 50px;
}
  .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: rgb(236, 236, 255) !important;
    border-color: #5a00f1 !important;
    color: #5a00f1;
  }
  
  .btn-primary:active, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(173, 15, 152, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(173, 15, 152, 0.5) !important;
  }
.bg-dark{
    background-color: transparent !important;
      }
.boja{
        background-color: rgb(16, 2, 63)  !important;
        transition: transform 2s;
}

.color-lj{
    background-color:#5a00f1;
    background-color:transparent;
}

footer{
    color:white;
    background-color: rgb(16, 2, 63);   
}

.adamap{
    padding-top: 15px;
}

.box{
        display: flex;
        align-items: center;
        justify-content: center;
        background: #023e8a;
        margin: 20px 0;
        padding: 10px;
        width: 100%;
        min-height: 50px;
        border: 2px #ccc solid;
        color: #fff;
        font-weight: bold;
        font-size: large;
      }

.radno-vrijeme{
    padding-top: 2%;
    font-size: medium;
}

.card{
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 50px;
    color: white;
    background-color: #023e8a;
    border-radius: 100%;
    border-radius: 110px 0px 110px 0px;
    -moz-border-radius: 110px 0px 110px 0px;
    -webkit-border-radius: 110px 0px 110px 0px;
    font-weight: bold;
}

.gallery img{
    transition: 1s;
}

.gallery img:hover{
    filter: grayscale(100%);
    transform: scale(1.1);
}

.r-vrijeme{
    font-weight: lighter;
}

.rv_table th { 
    font-weight: bold; 
    text-align: center;
    font-family: 'Fira Code', monospace;
    background-color: #023e8a;
    color: white;
    }
    
.rv_table{
    font-family: 'Fira Code', monospace ;
}

.cut_text{
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.info_table{
    width: 100%;
    font-size: large;
}

.info_table i{
    font-size: larger;
    vertical-align: middle;
}

.info_table td:nth-child(even) {
    padding-left: 15%;
    text-align: left;
    white-space: nowrap;
}
.info_table td:nth-child(odd) {
    padding-left: 10%;
    text-align: center;
}

.info_table td{
    padding-top: 10px;
}

.info_table a {
    color: black;
    
}

.vijesti_table{
    font-family: 'Fira Code', monospace ;
}

.vijesti_table th{
    font-weight: bold; 
    text-align: center;
    font-family: 'Fira Code', monospace;
    background-color: #023e8a;
    color: white;
    white-space: nowrap;
}

.vijesti_table img{
    padding-top: 5px;
    width: 100%;
}

.btn_opsirnije{
    width: 50%;
    height: 30px;
    text-align: center;
    font-size: small;
    margin-bottom: 10%;
}