
/* <style> /* notice that this entire line is a comment in CSS */

 *{
    
}

html {
    height: 100%;
    
}

.home{
    /*background: transparent;*/
    color: #021c1c;
    /*background: #021c1c;*/
    font-family: Montserrat;
    font-weight: normal;
}

#main{
    padding: 0;
}


#header-nav{
    background: #011515;
    color: white;
    min-height: 90px;
}

.navbar-toggler{
    border: none;
} 
.navbar-toggler:focus{
    box-shadow: none;
}

.navbar-brand img {
    height: 90px;
    background: #0b2b2a;
    padding: 0 10px;
}

#mobile-menu{
    background: #011515;
    color: white;    
}

#menu-mobile-menu{
    margin-bottom: 40px;
}

#menu-mobile-menu li {
    list-style: none;
    padding-top: 20px;
    padding-left: 0px;
    font-size: 22px;
}

#menu-mobile-menu li a {
    color: white;
    font-size: 18px;
}

.mobile-menu-logo{
    background-color: #0b2b2a;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 110px;
}

.mobile-nav-title {
    margin-left: 1.3em;
    padding-left: 10px;
    margin-top: 20px;
}

h1, h2, h3, h4, h5{
    font-family: Montserrat;
    line-height: 1.2em;
    text-transform: none;
}

h1{
    font-size: 28px;
    font-weight: 300;
}

h2{
    font-size: 26px;
    font-weight: 300;
}

h3{
    font-size: 22px;
    font-weight: 300;
}

h4{
    font-size: 18px;
    font-weight: 300;
}

h5{
    font-size: 16px;
    font-weight: 400;
}

p{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: normal;
    color: #596866}

#footer{
    background: #011515;
}

a{
    color: #7a9e9f;
}

a:hover{
    color: #011515;
}

.nav-link {
    font-size: 14px;
    color: white;
    margin-left: 12px;
}
.nav-link:hover {
    color: #b2c2c0!important;
}

.caption {
    font-weight: 300;
    line-height: 1.2em;
    font-size: 30px;
    text-transform: none;
    color: #0b2b2a;
}

.btn-primary{
    background: white;
    border: none;
    border-radius: 0px;
    height: 50px;
    padding: 0 20px;
    color: #021c1c;;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.btn-primary:hover{
    background: #011515;
    color: white;
}

.btn-primary a{
    color: #021c1c!important;
}

.btn-secondary{
    background: transparent;
    border: 2px solid white;
    border-radius: 0;
    height: 50px;
    padding: 0 20px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.btn-secondary:hover{
    background: white ;
    color: #011515;
}

.btn-dark{
    background: white ;
    color: #011515;
    border: 2px solid #011515;
    border-radius: 0;
    height: 50px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.btn-dark:hover{
    color: white ;
    background: #011515;
    border: 2px solid #011515;
}
 
.post_nav .btn-secondary{
    background: transparent;
    border: none;
    height: auto;
    padding: 0;
    color: #011515;
    font-family: Montserrat;
    font-size: 18px;
}

.post_nav .btn-secondary:hover{
    background: transparent;
    color: #7a9e9f;
}

.post_nav .btn-secondary:focus{
    border: none;
    box-shadow: none;
}  


.hero-title{
    font-family: Montserrat;
    font-weight: 300;
    line-height: 1.2em;
    font-size: 40px;
    text-transform: none;
    width: 50%;
}

.hero{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 600px;
}

#servizi h5{
    color: white;
}

#servizi p {
    color: #b2c2c0;
}

.service-icon{
    width: 70px;
    height: 70px;
}


#casi-di-successo p {
    color: #b2c2c0;
}

.case-image{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
}

.portfolio-image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
}

#approccio{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
}

.client-img{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 150px;
}

#contatti p{
    color: #b2c2c0;
}

.team-member-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100%;
}

.contact-form label {
    display: block;
    font-size: 16px;
    color : white;
}

#dove-siamo{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100%;
}

.contact-form input, textarea, checkbox {
    width:100%;
    min-height: 50px;
    background: rgba(0,0,0,0.4);
    border: 1px solid;
    color: white;
    margin-top: 8px;
}

.contact-form .wpcf7-submit {
    min-width:140px;
    width:auto;
    height: 50px;
    background: white;
    border: 2px solid white;
    color: #011515;
    margin-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
}

.contact-form .wpcf7-submit:hover{
    background: #011515;
    color: white;
}

.footer-logo{
    background-color: #0b2b2a;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 90px;
}

#menu-footer-menu{
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .menu-item a{
    
    color: #b2c2c0!important;
}

#footer .menu-item a:hover{
    color: white!important;
}

#footer{
    color: #b2c2c0;
}

#footer h4{
    color: white;
}
    
#footer p {
    color: #b2c2c0;
    margin: 0;
}
/*
<style> /* notice that this entire line is a comment in CSS */


.overlay{
    background-color: rgba(14, 38, 38, 0.85);
    
}

.icon-l{
    font-size: 38px;
}

.full-section-image{
    min-height: 350px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.full-section-content{
    max-width: 470px;
}

.narrow{
    max-width: 940px;
    margin: auto;
    padding: 0;
}
.wide{
    width: 100%;
    margin: auto;
    padding: 0;
}

.bg-black{
    background: #010d0d!important;
}

.bg-dark{
    background: #011515!important;
}

.bg-primary{
    background: #021c1c!important;
}

.bg-light {
    background: #0b2b2a!important;
}

.bg-white {
    
}

.text-highlight{
    color: #7a9e9f; 
}

.text-soft{
    color: #b2c2c0; 
}

.font-weight-bold{
    font-weight: 700!important;
}

.white-img{
    filter: brightness(0) invert(1);
}
