@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500&family=Scheherazade+New&display=swap');
body {
font-family: 'Montserrat', sans-serif; 'Scheherazade New', serif;
}
.welcome, .welcome p {
text-align: center;
font-size: 1.2em;
}

.welcome h1 {
ont-size: 30px;
font-weight: bold;
}
.terminy { 
  color: #C4213E;
  font-weight: bold;
  padding: 20px 0;
  font-size: 1.5em;
}


/* PROGRAM */
.schedule__item--major{
 background: #b21530;
}
.schedule__item--major .schedule__time, .schedule__item--major .schedule__desc{
 color: #fff;
}
.speaker-program{
 color: #b21530;
 font-style: italic;
}

/* FOOTER */
.footer{
 background: #fff;
 border-top: #ddd solid 1px;
}
.footer__content{
 min-height: 0;
}
.footer .col-xs-12, .footer [class^="col-"]{
 margin-bottom: 0;
}

.red{
color: #b21530;
}

.navbar-menu-widthfix .navbar-nav > li > a, .navbar-menu-widthfix .navbar-brand {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: margin .2s, padding .2s;
    color: #b21530;
    text-transform: uppercase;
}

.btn {
    font-size: 14px;
    border-radius: 15px;
    padding: 8px 14px;
    box-shadow: none !important;
}