body{
    padding: 0;
    margin: 0;
    font-family: Roboto, sans-serif;
    min-height: 100vh;
    max-width: 100vw;
}

.main-nav .nav-link{
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0.6rem;
}

a{
    text-decoration: none;
    color: #0956D1;
}

.img-cover{
    background-image: url(../img/Parcheggio-coperto-1.png);
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-text{
    text-align: center;
    margin-top: 14rem;
    margin-bottom: 14rem;
    color: #fff;
}

.img-text h1{
    font-size: 4rem;
    font-weight: bold;
}

.img-text p{
    font-size: 1.5rem;
}

#o-nas, #team{
    justify-content: center;
    text-align: center;
}

.title{
    font-size: 3.5rem;
    font-weight: 400;
    text-align: center;
}

footer{
    height: 100%;
}

.usluga{
    border-radius: 0;
    border: 0;
    height: 100%;
}

.usluga > .card-header{
    border-radius: 0;
    background-color: var(--bs-gray-400);
    height: 150px;
}

.usluga > .card-body{
    background-color: var(--bs-card-cap-bg);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.szkolenia-table td{
    padding-top: 1rem;
    padding-left: 2rem;
}

.table-left{
    width: 40%;
}

#stats{
    text-align: center;
}

#stats h1{
    font-size: 4.5rem;
    font-weight: bold;
    color: #0956D1;
    /*color: #1ca9ff;*/
}

#cameras{
    /*filter: grayscale(1);*/
}