@font-face {
    font-family: 'Conthrax Sb';
    src: url('ConthraxSb/ConthraxSb-Regular.woff2') format('woff2'),
    url('ConthraxSb/ConthraxSb-Regular.woff') format('woff'),
    url('ConthraxSb/ConthraxSb-Regular.svg#ConthraxSb-Regular') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.accent-font {
    font-family: 'Conthrax Sb';
}

#header{height: 90px;}

.LogoMID{width: 250px}
.LogoMBTB{width: 180px}


.bg-light-1{background-color: #edf3f7;}

.bg-color-1{
    background: url(/img/bg_color_1.png);
    background-repeat: no-repeat;
}

.loghi-footer-title{font-size:12px;margin-bottom: 5px;}





/************* programma ************/

.programma dt{
    font-size:25px;
    font-weight: 500;
}

.programma dd{
    font-size:25px;

}



.img-linkedin {
    width: 40px;
    margin-top: 90px;
    margin-left: -40px;
    
}
.img-awards {
    width: 400px;
    
}








@media only screen and (max-width: 768px) {
    #header.header-effect-shrink .header-logo{
        display: block;
    }

    #header{height: 70px !Important;}
    .header-btn-collapse-nav{
        padding:8px 12px;
        margin: 0 !important;
    }

    .LogoMID{width: 145px}
    .LogoMBTB{width: 120px}

    #offCanvasLogo .LogoMID{width: 245px}
    #offCanvasLogo .LogoMBTB{width: 160px}

    #offCanvasLogo{text-align:center;}

    .nav-link{padding-left:20px !Important;}
}