/*!
 * Start Bootstrap - Agency v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */
body {
  overflow-x: hidden;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

p {
  line-height: 1.75; }

a {
  color: #fed136; }
  a.active, a:active, a:focus, a:hover {
    color: #fec503; }

.text-primary {
  color: #fed136 !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

section {
  padding: 100px 0; }
  section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px; }
  section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

@media (min-width: 768px) {
  section {
    padding: 150px 0; } }


.timeline {
  position: relative;
  padding: 0;
  list-style: none; }
  .timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: '';
    background-color: #e9ecef; }
  .timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px; }
    .timeline > li:after, .timeline > li:before {
      display: table;
      content: ' '; }
    .timeline > li:after {
      clear: both; }
    .timeline > li .timeline-panel {
      position: relative;
      float: right;
      width: 100%;
      padding: 10px 20px 0 100px;
      text-align: left; }
      .timeline > li .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0; }
      .timeline > li .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0; }
    .timeline > li .timeline-circle {
      position: absolute;
      z-index: 100;
      left: 0;
      width: 80px;
      height: 80px;
      margin-left: 0;
      text-align: center;
      color: white;
      border: 7px solid #e9ecef;
      border-radius: 100%;
      background-color: #F4511E; }
      .timeline > li .timeline-circle h4 {
        font-size: 10px;
        line-height: 70px; }
    .timeline > li.timeline-panel {
      float: right;
      padding: 10px 20px 0 100px;
      text-align: left; }
      .timeline > li .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0; }
      .timeline > li .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0; }
    .timeline > li:last-child {
      margin-bottom: 0; }
  .timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit; }
    .timeline .timeline-heading h4.subheading {
      text-transform: none; }
  .timeline .timeline-body > ul,
  .timeline .timeline-body > p {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .timeline:before {
    left: 50px; }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 20px; }
    .timeline > li .timeline-panel {
      float: left;
      margin-left: 70px;
      padding: 20px 30px 0px 50px;
      text-align: left;
       }
    .timeline > li .timeline-circle {
      left: 0;
      width: 100px;
      height: 100px;
      margin-left: 0px; }
      .timeline > li .timeline-circle h4 {
        font-size: 18px;
        line-height: 90px; }
 }
#carouselDayProgram{
  height: 100vh;
  -webkit-overflow-scrolling: touch !important;
}
.carousel-control-next, .carousel-control-prev{
  background-color: #F05F40 ;
}

#normalDayProgram{
  display: block;
}

.solo-heading{
  padding-top: 30px;
}

.groupA  .timeline-circle{
  background-color: gray !important;
}

.solo-head{
  margin-top: 15px !important;
}
section{
  padding: 50px 0px;
}

.break-circle{
  background-color: #455A64 !important;
}

.timeline-block{
  width: 100%;
  padding: 10px;
  margin-top: 20px;

  align-items: center;
  justify-content: center;
  background-color: #B0BEC5;
  
  border: 5px solid #e9ecef;
  border-radius: 20px;
}

.timeline-block h4{
  margin: 0px !important;
}

.text-muted{
  font-size: 1.1em;
}

.keynote{
  background-color: #c62828 !important;
}

.nav-link-large{
  font-size: 1.3rem;
  font-style: bold;
}