.footer__content{
 min-height: 80px;
 padding-bottom: 0px;
}
@font-face {
  font-family: century-gothic;
  src: url("/style/fonts/century-gothic.ttf") format("truetype");
}
body {
  font-family: century-gothic !important;
}
.page-header {
    background-image: url(/conf-data/KonferencjaNUK/images/header_sub_nuk2021.jpg);
}
.page-header .page-header__title {
    font-size: 35px;
}
a {
    color: #e30613;
    text-decoration: none;
}
.pt_desc { font-size: 0.9em; }
.schedule__item--major { background: transparent; }
.schedule__item--major .schedule__time {
    color: #e30613;
    font-weight: bold;
}
.schedule__item--major .schedule__desc {
    color: #e30613;
    font-weight: bold;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #db1b1b;
}

.nav-tabs > li.active:before {
    background: #e30613;
}
.img-w20 img{ 
width: 20%; 
}
.img-w40 img{ 
width: 40%; 
}
.img-w30 img{ 
width: 30%; 
}
.img-w50 img{ 
width: 60%; 
}
.img-w60 img{ 
width: 50%; 
}
.img-w70 img{ 
width: 70%; 
}
@media (max-width: 499px) {   
.img-w20 img {
 width: 70%; 
}}