/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  
    #novosti .container-fluid {
        text-align: center;
        background-color:  white;
        border-style: solid;
        border-color: white;
        border-width: 12px;
        padding: 0;
        margin-top: 10px;
    }

    #novosti .naslov1 {
        font-family: 'Ranchers', sans-serif;     
        color: black;
        font-size: 30px;
        font-weight: bolder;
        letter-spacing: 0.1em;
        padding: 15px;
      }
      
    #novosti .naslov2 {
       font-family: 'Ranchers', sans-serif; 
       color: red;
       font-size: 25px;
       font-weight:lighter;
       margin-top: -27px;
    }

    #novosti .button-55-2 {
       width: 300px;
       max-width: 100%;
       margin-top: 20px;
    }

    #novosti .card {
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        line-height: 1;
        border-style: solid;
        border-width: 2px 2px 2px 2px;
        border-color:deepskyblue;
        border-radius: 0.3rem;
       
    }

    #novosti .text-cx1 {
        font-family: Acme, sans-serif;
        color: white; 
        font-size: 18px; 
        font-weight: 500; 
        margin-top: 10px;
    }


    #novosti .text-cx2 {
        font-family: Acme, sans-serif;
        color: white; 
        font-size: 14px; 
        font-weight: 500; 
        margin-top: 10px;
    }

    
    #novosti .text-cx3 {
        font-family: Acme, sans-serif;
        color: white; 
        font-size: 12px; 
        font-weight: 500; 
        margin-top: 10px;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  
    #novosti .container-fluid {
        text-align: center;
        background-color:  white;
        border-style: solid;
        border-color: white;
        border-width: 12px;
        padding: 0;
        margin-top: 10px;
    }

    #novosti .naslov1 {
        font-family: 'Ranchers', sans-serif;     
        color: black;
        font-size: 35px;
        font-weight: bolder;
        letter-spacing: 0.1em;
        padding: 15px;
      }
      
    #novosti .naslov2 {
       font-family: 'Ranchers', sans-serif; 
       color: red;
       font-size: 25px;
       font-weight:lighter;
       margin-top: -27px;
    }

    #novosti .button-55-2 {
       width: 300px;
       max-width: 100%;
       margin-top: 20px;
    }

    #novosti .card {
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        line-height: 1;
        border-style: solid;
        border-width: 2px 2px 2px 2px;
        border-color:deepskyblue;
        border-radius: 0.3rem;
    }

    #novosti .text-cx1 {
        font-family: Acme, sans-serif;
        color: white; 
        font-size: 18px; 
        font-weight: 500; 
        margin-top: 10px;
    }


    #novosti .text-cx2 {
        font-family: Acme, sans-serif;
        color: white; 
        font-size: 14px; 
        font-weight: 500; 
        margin-top: 10px;
    }

    
    #novosti .text-cx3 {
        font-family: Acme, sans-serif;
        color: white; 
        font-size: 12px; 
        font-weight: 500; 
        margin-top: 10px;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  
    #novosti .container-fluid {
        text-align: center;
        background-color:  white;
        border-style: solid;
        border-color: white;
        border-width: 12px;
        padding: 0;
        margin-top: 10px;
    }

    #novosti .naslov1 {
        font-family: 'Ranchers', sans-serif;     
        color: black;
        font-size: 35px;
        font-weight: bolder;
        letter-spacing: 0.1em;
        padding: 15px;
      }
      
    #novosti .naslov2 {
       font-family: 'Ranchers', sans-serif; 
       color: red;
       font-size: 25px;
       font-weight:lighter;
       margin-top: -27px;
    }

    #novosti .button-55-2 {
       width: 300px;
       max-width: 100%;
       margin-top: 20px;
    }

    #novosti .card {
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        line-height: 80%;
        border-style: solid;
        border-width: 2px 2px 2px 2px;
        border-color:deepskyblue;
        border-radius: 0.3rem;
    }

    #novosti .text-cx1 {
        font-family: Acme, sans-serif;
        color: white; 
        font-size: 18px; 
        font-weight: 500; 
        margin-top: 10px;
    }


    #novosti .text-cx2 {
        font-family: Acme, sans-serif;
        color: white; 
        font-size: 14px; 
        font-weight: 500; 
        margin-top: 10px;
    }

    
    #novosti .text-cx3 {
        font-family: Acme, sans-serif;
        color: white; 
        font-size: 12px; 
        font-weight: 500; 
        margin-top: 10px;
    }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  
    #novosti .container-fluid {
        text-align: center;
        background-color:  white;
        border-style: solid;
        border-color: white;
        border-width: 12px;
        padding: 0;
        margin-top: 10px;
    }

    #novosti .naslov1 {
        font-family: 'Ranchers', sans-serif;     
        color: black;
        font-size: 35px;
        font-weight: bolder;
        letter-spacing: 0.1em;
        padding: 15px;
      }
      
    #novosti .naslov2 {
       font-family: 'Ranchers', sans-serif; 
       color: red;
       font-size: 25px;
       font-weight:lighter;
       margin-top: -27px;
    }

    #novosti .button-55-2 {
       width: 300px;
       max-width: 100%;
       margin-top: 20px;
    }

    #novosti .card {
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        line-height: 80%;
        border-style: solid;
        border-width: 2px 2px 2px 2px;
        border-color:deepskyblue;
        border-radius: 0.3rem;
    }

    #novosti .text-cx1 {
        font-family: Acme, sans-serif;
        color: white; 
        font-size: 18px; 
        font-weight: 500; 
        margin-top: 10px;
    }


    #novosti .text-cx2 {
        font-family: Acme, sans-serif;
        color: white; 
        font-size: 14px; 
        font-weight: 500; 
        margin-top: 10px;
    }

    
    #novosti .text-cx3 {
        font-family: Acme, sans-serif;
        color: white; 
        font-size: 12px; 
        font-weight: 500; 
        margin-top: 10px;
    }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  
    #novosti .container-fluid {
        text-align: center;
        background-color:  white;
        border-style: solid;
        border-color: white;
        border-width: 12px;
        padding: 0;
        margin-top: 10px;
    }

    #novosti .naslov1 {
        font-family: 'Ranchers', sans-serif;     
        color: black;
        font-size: 35px;
        font-weight: bolder;
        letter-spacing: 0.1em;
        padding: 15px;
      }
      
    #novosti .naslov2 {
       font-family: 'Ranchers', sans-serif; 
       color: red;
       font-size: 25px;
       font-weight:lighter;
       margin-top: -27px;
    }

    #novosti .button-55-2 {
       width: 300px;
       max-width: 100%;
       margin-top: 20px;
    }

    #novosti .card {
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        line-height: 80%;
        border-style: solid;
        border-width: 2px 2px 2px 2px;
        border-color:deepskyblue;
        border-radius: 0.3rem;
    }

    #novosti .text-cx1 {
        font-family: Acme, sans-serif;
        color: white; 
        font-size: 14px; 
        font-weight: 500; 
        margin-top: 10px;
    }


    #novosti .text-cx2 {
        font-family: Acme, sans-serif;
        color: white; 
        font-size: 18px; 
        font-weight: 500; 
        margin-top: 10px;
    }

    
    #novosti .text-cx3 {
        font-family: Acme, sans-serif;
        color: white; 
        font-size: 12px; 
        font-weight: 500; 
        margin-top: 10px;
    }

   

} 




/* Hover effects */

#novosti .card {
    transition: -webkit-transform 0.3s ease;
}

#novosti .card:hover {
    transform: scale(1.01, 1.01);
}


/* -----------------------------------------------------------------------------
# button 55-3
----------------------------------------------------------------------------- */
.button-55-3 {
    font-family: 'Raleway', sans-serif;
    align-self: center;
    background-color: #EBF5FB; 
    background-image: none;
    background-position: 0 90%;
    background-repeat: repeat no-repeat;
    background-size: 4px 3px;
    border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
    border-style: solid;
    border-width: 0px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    box-sizing: border-box;
    color: #4181be;
    cursor: pointer;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 1px;
    outline: none;
    padding: .35rem;
    text-decoration: none;
    transition: all 235ms ease-in-out;
    border-bottom-left-radius: 15px 255px;
    border-bottom-right-radius: 225px 15px;
    border-top-left-radius: 255px 15px;
    border-top-right-radius: 15px 225px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
   
    height: 34px;
  }
  
  .button-55-3:hover {
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    transform: translate3d(0, 2px, 0);
    background-color: #AED6F1  ; 
    color: red;
  }

  @media screen and (max-width: 767px) {
    #novosti .button-55-3 {
        width: 100%;
        margin-bottom: 5px;
    }
  }
  
  
 