*{
    font-family: "Open Sans", sans-serif;
}
.bg-primary {
    background-color: #306791 !important;
}
.bg-darker {
    background-color: #255378 !important;
}
h1{
    font-family:Roboto, sans-serif;
}
header > .contatti_header li{
    display: inline-table;
    margin: auto 10px;
}
#navbarNav a{
    color: #fff;
    text-transform: uppercase;
}

.container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.hero-section {
    height: 60vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; /* Se desideri centrare il testo */
    margin: 0; /* Rimuove eventuali margini */
    padding: 0; /* Rimuove eventuali padding */
}

section{
    padding: 50px 0px;
}
#home .col-md-12{
    text-align: justify;
    margin-bottom: 80px;
}
.col-md-4{
    margin-top: 50px;
    padding-toop: 50px;
}
#home h3{
    text-align:center;
    text-transform: uppercase;
}
#home .borderyes{
    border-right: 0px solid #343434;
    border-left: 1px solid #343434;
}
#home .borderright{
    border-right: 1px solid #343434;
}
#the_button{
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    color:#fff;
    padding:8px;
    text-decoration:none;
}
#contact * {
    color: black;
}

h5{
    text-align:center;
}
h6{
    text-align: center;
    text-decoration: underline;
    text-transform: lowercase;
}
h6::first-letter{
    text-transform: uppercase;
}
#servizi .col-md-4{
    min-height: 200px;
}

header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; /* Assicura che l'header rimanga sopra gli altri elementi */
}
