@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

@font-face {
   font-family: "Barlow", sans-serif;
}
body {
    font-family: "Barlow", sans-serif;
}

@media (max-width: 768px) {
    .section-title:after {
        width: auto;
    }}

h3 {
    line-height: 1.3;
    font-size: 21px;
}

.radius {border-radius: 50px;}
.page-header .page-header__title {

        font-weight: bold;
    }
.countdown__number {
    font-weight: 400;
    color: #fffff;
}
.navbar-inverse {
    background: #f9caaf;
    border-color: #f9caaf;
}
.countdown__label {
    font-weight: normal;
    color: #fffff;
}
.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: #000;
  background: linear-gradient(to bottom, #F9CAAF, #FFFEFC);
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 {
    color: #006680;
}

.section-title:after {
    width: 200px;
    background: linear-gradient(85deg, rgb(0 102 128) 10%, rgb(249 202 175) 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 {
    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: #000;
}

.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: 5px;
  border-bottom-left-radius: 5px;
  color: #000;
  font-weight: bold;
  background: #fde1d1;
  
  border-width: 0px;
}
.schedule__item--major .schedule__desc {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #000;
  font-weight: bold;
  background: #fde1d1; 
  border-width: 0px;
}
.lunch .schedule__time {
  font-weight: bold;
  color: #6F94A8;
}
.lunch .schedule__desc {
  font-weight: bold;
  background: #6F94A8;  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
  
.break .schedule__time,
.break .schedule__desc {
    color: #90221B;
}
  
.schedule.orange .schedule__time {
  color: #E74A21;
  }
  
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #FFF;
  background-color: #6f94a8;
}
.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;
}