@font-face {
    font-family: 'GillSansCondNova';
    src: url('/assets/fonts/GillSansCondNova.ttf')  format('truetype');
}
body { 
    font-family: 'GillSansCondNova'; 
    font-size: 22px;
    
}
.radius {border-radius: 50px;}
.page-header .page-header__title {
        font-size: 50px;
        font-weight: bold;
    }
.countdown__number {
    font-weight: 400;
    font-size: 22px;
    color: #056EB2;
}
.navbar-inverse {
    background: #253168;
    border-color: #105185;
}
.countdown__label {
    font-weight: normal;
    font-size: 22px;
    color: #056EB2;
}
.nav > li > a {
  padding: 20px 10px 10px 10px !important; 

}

.nav.nav-tabs li:nth-child(3) a {
color: rgb(231, 74, 33);
}

/*GENERAL*/


.bg{
background: #056db1;
}

.page-header {
  color: #FFF;
  background: url(/conf-data/hef2026/images/HEF_BANNER_1920x500_117-25.png);
  background-size: auto;
height: 280px;
}

/*FOOTER*/
.footer, #SyskonfLogoContainer{
 //background: linear-gradient(120deg, #90211a 10%, #e75f29 29%, #ee9a1f 50%, #3265ad 90%);
 background: #fff;
 color: #056EB2;
 border-top: 1px solid #ceabab6e;
}
.footer__content{
 min-height: 40px;
 padding-bottom: 0px;
}
.footer [class^="col-"]{
 margin-bottom: 0px;
}
.footer {
    font-size: 0.65em;
}

.section-title {
    font-size: 36px;
    color: #253168;
}

.section-title:after {
    width: 500px;
    background: linear-gradient(120deg,
        rgb(231, 74, 33) 10%,
        rgb(236, 154, 30) 50%,
        rgb(255, 200, 60) 90%
    );
}


.content-box--icon-boxed {
    text-align: center;
    background: #253168;
    padding: 10px 15px;
    padding-bottom: 30px;
    margin-top: 40px;
    border: 1px solid #ddd;
    color: #f5f5f5;
    border-radius: 50px;
}

.content-box--icon-boxed .content-box__icon {
    height: 80px;
    width: 86px;
    line-height: 77px;
    position: absolute;
    top: -50px;
    margin-bottom: -50px;
    border: 4px solid #2d74ba;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    transition: all .2s;
    left: 50%;
    margin-left: -40px;
    display: inline-block;
    margin-bottom: 40px;
    margin-right: 0;
}

.content-box__icon {
    background-color: #253168;
    color: #2d74ba;
}
.content-box__title {
    font-size: 24px;
   
}


.content {
    width: 500px;
    margin: auto;
}
  @media (max-width: 600px) {
    .content {
        width: 100%;
        max-width: 500px;
        margin: auto;
    }
}

  .contentt {
    width: auto;
    margin: auto;
}

.speaker__photo {
    max-width: 110%;
    transition: all .5s;
}

.speaker__name {
    font-weight: 400;
    color: #253168;
    
}

.speaker__institution {
    color: #EB6925;
    margin-bottom: 10px;
    font-weight: 300;
}

.navbar-default {
    //background: linear-gradient(120deg, #90211a 10%, #e75f29 29%, #ee9a1f 50%, #3265ad 90%);
    border-color: #056EB2;    
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-minor-controls > li > a {
    color: #056EB2;
    text-transform: uppercase;
}

.blue{
 color: rgb(4, 96, 169);
}

.yellow{
color: rgb(236, 154, 30);
}

.orange{
color: rgb(231, 74, 33);
}

.brown{
color: rgb(141, 31, 27);
}

/* MEDIA */
@media(min-width:768px){
 .w-img20 img{
 width: 20%;
 }
 .w-img25 img{
 width: 25%;
 }
 .w-img30 img{
 width: 30%;
 }
  .w-img35 img{
 width: 35%;
 }
 .w-img40 img{
 width: 40%;
 }
 .w-img45 img{
 width: 45%;
 }
 .w-img50 img{
 width: 50%;
 }
 .w-img55 img{
 width: 55%;
 }
 .w-img60 img{
 width: 60%;
 }
 .w-img70 img{
 width: 70%;
 }
.w-img85 img{
 width: 85%;
 }
}

ul.nav-tabs li a {
  font-weight: bold;
  }
  
.schedule__time,
.schedule__desc {
    color: #0565AC;
}

.schedule__desc em {
    color: #DA4915;
}

.schedule__item--major {
  //background: linear-gradient(to right, #DA4915, #FFD002);
  background: transparent;
}
.schedule__item--major .schedule__time {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  color: #FFF;
  font-weight: bold;
  
  background-image: linear-gradient(to right, #DA4915, #E06215);
  background-image: -webkit-gradient(linear, left, right, from(#DA4915), to(#E06215));
  background-image: -webkit-linear-gradient(to right, #DA4915, #E06215);
  background-image: -moz-linear-gradient(to right, #DA4915, #E06215);
  background-image: -o-linear-gradient(to right, #DA4915, #E06215);  
  border-width: 0px;
}
.schedule__item--major .schedule__desc {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  color: #FFF;
  font-weight: bold;
  background-image: linear-gradient(to right, #E06215, #FFD002);
  background-image: -webkit-gradient(linear, left, right, from(#E06215), to(#FFD002));
  background-image: -webkit-linear-gradient(to right, #E06215, #FFD002);
  background-image: -moz-linear-gradient(to right, #E06215, #FFD002);
  background-image: -o-linear-gradient(to right, #E06215, #FFD002); 
  border-width: 0px;
}
.submajor .schedule__time {
  font-weight: bold;
  color: #DA4915;
}
.submajor .schedule__desc {
  font-weight: bold;
  background-image: linear-gradient(to right, #E06215, #FFD002);
  background-image: -webkit-gradient(linear, left, right, from(#E06215), to(#FFD002));
  background-image: -webkit-linear-gradient(to right, #E06215, #FFD002);
  background-image: -moz-linear-gradient(to right, #E06215, #FFD002);
  background-image: -o-linear-gradient(to right, #E06215, #FFD002);  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
  
.break .schedule__time,
.break .schedule__desc {
    color: #90221B;
}
  
.schedule.orange .schedule__time {
  color: #E74A21;
  }
.radius {border-radius: 50px;}
.map {border-radius: 50px;}
  .sponsors-row .sponsors-cell {
    border-right: 1px solid #ffffff;
}
  #syskonf-logo-container {
    background: #fff;
    border-top: 1px solid #ffffff;
    height: 60px;
    width: 100%;
    padding-top: 18px;
}