﻿header a.logo img {
    max-height: 120px;
}
.bg-deep-pink {
    background-color: #000080;
}
.text-deep-pink, .btn.text-deep-pink {
    color: #000080;
}
.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgb(0 0 128) !important;
}
.bg-extra-dark-gray {
    background-color: #000000;
}
.bg-blu {
    background-color: #000080;
}


.footer-logo {
    max-height: 120px;
}
.btn.btn-dark-gray {
    background: #000080;
    border-color: #000080;
    color: #fff;
}

mark {
    background-color: #000080;
    color: white;
}
.bottonecontatti {
    background-color: #000080;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 15px;
    padding: 12px 15px 13px;
    line-height: 25px;
    border-radius: 8px;
   
    font-weight: 600;
}
.bottonetel {
    background-color: #fff;
    border: 2px solid #000080;
    color: #000080;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 15px;
    padding: 12px 20px 13px;
    line-height: 25px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

@media (max-width:768px){
    .homeimm {
        margin-top: 150px;
    }

}