
.hero{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('img/mehanik.jpg');
    background-position: center;
    background-size: cover;
    flex-direction: column;
    color:white;
    text-align: center;
    min-height: 50vh;

    
}

a:hover{
    color:black;
}
a{
    text-decoration: none;
}

.hero{
    margin-top:100px;
}

.hero h1 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 900;
}

/* Stil za gumb v sekciji Dobrodošli */
.button {
    display: inline-block;
    background-color: #0b5deb;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-weight: bold;
}

.button:hover {
    background-color: #cf292f;
    text-decoration: none;
    font-weight: bold;
}

/* Stil za sekcijo O nas */
.about-us-section {
    text-align: center;
    padding: 50px 20px;

}

/* Stil za naslov v sekciji O nas */
.about-us-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
