body{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.containerfull{
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

body.page-template:not(.page-template-page-home) {
    padding-top: 30px;
    padding-bottom: 30px;
}

.btn{
    border-radius: 0;
    font-size: 15px;
}

.btn-brand{
    border: 0;
    background-color: #082a58;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px 15px 20px;
}

.entry-title{
    color: #082a58;
}

.btn-brand:hover{
    background-color: #ffca00;
}

.bg-blue{
    background-color: #082a58 !important;
}

.bg-sand{
    background-color: #bbaa6b !important;
}

#header{
    width: 100%;
    background-color: #ffca00 !important;
    overflow: hidden;
}

#navbar .search-form {
    margin-left: auto;
}

#header .navbar-brand{
    color: #212529;
}

#navbar li a{
    color: #212529;
}

/* HOME ADESSD */

#hero {
    position: relative;
    min-height: 85vh;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 42, 88, 0.6);
    z-index: 1;
}

.title-hero{
    font-weight: bold;
    font-size: 60px;
}

.container {
    position: relative;
    z-index: 2;
}


#mission .icon, #servizi i {
    transition: transform 0.3s ease;
}

#mission .icon:hover, #servizi i:hover {
    transform: scale(1.1);
}

footer {
    font-size: 0.9rem;
}

section h2 {
    color: #222;
}

.btn-light:hover {
    background-color: #f8f9fa;
    color: #0d6efd;
}

.navbar ul li{
    text-transform: uppercase;
}