/*
Theme name: berkovic
Theme URI: https://www.berkovic.si/
Author: Žiga Stupan
Author URI: https://www.linkedin.com/in/žiga-stupan-206a5b167/
Description: Tema za odvetniško pisarno Berkovič
Version: 1.4
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html/
Text Domain: berkovic
Tags: custom, law firm, law, legal, odvetnik, odvetniška pisarna, lawyer, multilingual, translation-ready
*/

.bg-grey {
    background-color: #9c9a9b;
}

body, #wrapper {
    min-height: 100vh;
    overflow-x: hidden;
}

main {
    flex: 1;
}

img {
    max-width: 100%;
    height: auto;
}

.site-content a {
    color: #000;
}

#lang-switcher {
    margin-bottom: 1.5rem;
}

.lang-item {
    display: inline;
}

.lang-item-active img {
    border-bottom: 2px solid #fff;
}

.lang-icon {
    width: 24px;
}

#banner {
    height: 350px;
    width: 100%;
    background-image: url("assets/images/banner.png");
    background-color: #9c9a9b;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#predstavitev {
	border-bottom: 1px solid #343a40;
}

#predstavitev, #podrocja-dela, #kontakt {
    padding-top: 1rem; 
}

#map {
    height: 400px;
}

footer {
    color: #9c9a9b;
}

hr {
    color: #9c9a9b;
}

#arag-logo {
    width: 80px;
}

.menu-btn {
    width: 100%;
    border: 0;
}

#mobile-menu-text {
    padding-top: 5px;
}

button:focus, a:focus {
    outline: none;
}

.cv-heading {
    border-bottom: #e9ecef solid 2px;
}

.square-list {
    list-style-type: square;
}

#cv-mobile [data-toggle="collapse"]:hover {
    cursor: pointer;
}

.bg-cv {
    background-color: #e9ecef;
    font-weight: bold;
}

@media (max-width: 575.98px) {
    .cv-text-center h1 {
        text-align: center;
    }

    .cv-text-center h5 {
        text-align: center;
    }
}
