@font-face {
    font-family: 'Arvo';
    src: url('fonts/Arvo-Regular.ttf');
}

@font-face {
    font-family: 'Arvo';
    font-weight: bold;
    src: url('fonts/Arvo-Bold.ttf');
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: bold;
    src: url('fonts/Montserrat-Bold.ttf');
}

.bg-green {
    background-color: #788c6c;
}

.text-orange {
    color: #d87c44;
}

.text-white {
    color: #ffffff;
}

ul.nav a:hover {
    color: #788c6c !important;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: Montserrat, Arial;
}

.wrapper {
    flex: 1;
}

.footer {
    margin: 0;
}

.text-green {
    color: #788c6c;
}

table.table-bordered {
    border: 1px solid #788c6c;
}

table.table-bordered>thead>tr>th {
    border: 1px solid #788c6c;
}

table.table-bordered>tbody>tr>td {
    border: 1px solid #788c6c;
}

.table {
    vertical-align: middle;
}

.table-green {
    color: #788c6c;
}

.header-element {
    padding-left: 15px;
    padding-right: 15px;
    font-family: Arvo, monospace;
}

h1 {
    font-family: Arvo, monospace;
    font-weight: bold;
}

.kvacica {
    transform: translateX(-60px);
    margin-right: -40px;
}