body {
  font-family: 'Muli', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';

  color: #868e96;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 700;
  text-transform: uppercase;
  color: #343a40;
  line-height: 2;
}

h1 {
  text-align: center;
}

h2 {
  font-size: 3.5rem;
}

h3 {
  font-size: 2rem;
}

p.lead {
  font-size: 1.15rem;
  font-weight: 400;
}

p.left{
  display: inline-block;
  width: 30%;
}

.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 2rem;
  text-align: center;
  color: white;
}

div.social-icons{
  width: 65%;
  display: inline-block;
}

.social-icons a {
  display: inline-block;
  text-align: center;
  font-size: 1.5rem;
  line-height: 3rem;
  margin-right: 1rem;
}

.social-icons a:last-child {
  margin-right: 0;
}

.dev-icons {
  font-size: 3rem;
}

.dev-icons .list-inline-item i:hover {
  color: #0b1a43;
}

.sigle img{
  width: 9em;
  padding: 10px;
}

#sideNav .navbar-nav{
line-height: 1;
}

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 800;
  letter-spacing: 0.05rem;
}

#sideNav .navbar-toggler:focus {
  outline-color: #d48a6e;
}

#sideNav .navbar-brand{
  white-space: normal;
}

.technicalCommitee p, .session p{
  margin: 0;
}

.technicalCommitee span{
  font-weight: bold;
}

.technicalCommitee .uppercase{
  text-transform: uppercase;
}


.technicalCommitee div{
  padding-right: 10px;
}

.session-chair h5, .session h4{
  color:#0b1a43 ;
  line-height: 1;
}



@media (min-width: 992px) {

  body {
    padding-top: 0;
    padding-left: 17rem;
  }

  #sideNav {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 17rem;
    height: 100vh;
  }

  #sideNav .navbar-brand {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
    white-space: normal;
    border-bottom: 1px solid #fff;

  }

    #sideNav .navbar-brand #title{
      font-size: 2em;
    }

  #sideNav .navbar-brand .img-profile {
    max-width: 10rem;
    max-height: 10rem;
    border: 0.5rem solid rgba(255, 255, 255, 0.2);
  }
  #sideNav .navbar-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
    margin-bottom: auto;
  }
  #sideNav .navbar-collapse .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item {
    display: block;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: block;
  }



  section.resume-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  #hidden-big{
    display: none;
  }
}

@media (min-width: 767px) {
  section.resume-section {
    min-height: 100vh;
  }
  section.resume-section .resume-item .resume-date {
    min-width: 18rem;
  }

  .style-img-lg img{
    max-width: 70%; 
    height: auto;

  }

  .table-width{
    max-width: 50%;
  }

}

@media (max-width:991px)  {
  .hidden-small{
    display: none;
  }
}

section.resume-section {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
  max-width: 75rem;
}

section.resume-section .resume-item .resume-date {
  min-width: none;
}



#sideNav #active{
  color: #fff;
}


.bg-primary {
  background-color: #0b1a43  !important;
}

.text-primary {
  color: #0b1a43 !important;
}

#text-title{
    /*border-bottom: 1px solid  #d0d3d4;*/
    color:white; !important
}

a {
  color: #0b1a43;
}

a:hover, a:focus, a:active {
  color: #824027;
}

.list-fields{
  padding-left: 10px;

}

.list-fields li::before {
    color: red;
 }

 .header-position{
   position: fixed;
 }

 .bg-image{
   background-image: url('../img/oradea.jpeg');
   background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
 }

 header.container-fluid{
   height: 30em;
 }

 .title-opacity{
  background: rgba(0, 0, 0, 0.5);
 }

 .align-middle{
  text-align: center;
 }

 .timeline-1 {
  border-left: 3px solid #0b1a43;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(177, 99, 163, 0.09);
  margin: 0 auto;
  position: relative;
  padding: 10px;
  list-style: none;
  text-align: left;
  max-width: 50%;

}

@media (max-width: 767px) {
  .timeline-1 {
    max-width: 98%;
    padding: 25px;
  }
}

.timeline-1 .event {
  border-bottom: 1px dashed #000;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .timeline-1 .event {
    padding-top: 30px;
  }
}

.timeline-1 .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline-1 .event:before,
.timeline-1 .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline-1 .event:before {
  left: -201px;
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
  color: #0b1a43;
}

@media (max-width: 767px) {
  .timeline-1 .event:before {
    left: 0px;
    text-align: left;
  }
}

.timeline-1 .event:after {
  -webkit-box-shadow: 0 0 0 3px #0b1a43;
  box-shadow: 0 0 0 3px #0b1a43;
  left: -55.8px;
  background: #fff;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  content: "";
  top: 5px;
}

@media (max-width: 767px) {
  .timeline-1 .event:after {
    left: -31.8px;
  }
}


.sidebar li .submenu{ 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	padding-left: 1rem; 
	padding-right: 1rem;
}

ul.timeline-3 {
    list-style-type: none;
    position: relative;
  }
  ul.timeline-3:before {
    content: " ";
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
  }
  ul.timeline-3 > li {
    margin: 20px 0;
    padding-left: 20px;
  }
  ul.timeline-3 > li:before {
    content: " ";
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
  }


