.schedule__time {
    color: #033847;
}
.schedule__item.session .schedule__desc,
.schedule__item.session .schedule__time {
    color: #0186A9;
    font-weight: bold;
}

.schedule__item em {
    color: #0186A9;
    font-weight: 400;
}

.navbar-inverse {
  background: #033847;
  border-color: #033847;
}
:root {
    --global-basic-color: #0186a9;
}
h3 {
    font-size: 1.2em;
    line-height: 150%;
    color: var(--global-basic-color);
}

.footer__content{
 min-height: 80px;
 padding-bottom: 0px;
}
.footer {
    background: #033847;
    color: #ffffff;
}
.w30 img{ 
width: 20%; 
}
.w40 img{ 
width: 55%; 
}
.w50 img{ 
width: 50%; 
}
.section-title {
    font-size: 32px;
}
.w45 img{ 
width: 35%; 
}
.w35 img{ 
width: 30%; 
}
.w60 img{ 
width: 60%; 
}