:root {
    --global-green-color: #8CC000;
    --global-dark-color: #053147
}
.schedule__item em {
  color: var(--global-green-color);
}

.schedule__item b, .schedule__time  {
  color: var(--global-dark-color);
}
.schedule__item--major .schedule__desc {
    font-weight: bold;
}

.navbar-inverse {
    background: #8cc000;
    border-color: #8cc000;
}
.navbar-button {
    background-color: #053147 !important;
    border: 1px solid #053147 !important;
    color: #FFFFFF !important;
}
.footer {
    background: #053147;
    color: #ccc;
}
.section-title:after {
width: unset;
}

.logoW { width: 90%; }
.logoF { width: 20%; }

@media (min-width: 450px) {
.logoW { max-width: 400px;}
}
.buttonMobile, .bannerMobile { display: none; }
@media (max-width: 720px) {
  .bannerDesktop { display: none; }
  .buttonMobile { display: block; }
  .bannerMobile { display: block; }
}
.w20 img{ 
width: 20%; 
}
.w40 img{ 
width: 40%; 
}
@media (max-width: 700px) {
.sponsors__cell {
    width: 100%;}
}