/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 10, 2022, 11:51:33 AM
    Author     : Eric Curea
*/

.arhiva_btn{
    padding: 9px 30px;
    background-color: #cca772;
    color: white;
    /*border-color: #cca772;*/
    border: 1px solid #cca772 !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
}
.arhiva_btn:hover {
    background-color: whitesmoke;
    color: #cca772;
}


.arhiva_btn_1{
    padding: 9px 30px;
    background-color: #cca772;
    color: white;
    /*border-color: #cca772;*/
    border: 1px solid #cca772 !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
}