section {
    padding: 100px 0;
  }
  html, body {
    overflow-x: hidden;
  }
  body {
    font-family: 'Rubik';
    font-size: 17px;
    font-weight: 400;
  }

  @import url('https://fonts.googleapis.com/css?family=Changa:200,300,regular,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,regular,500,600,700,800,900,300italic,italic,500italic,600italic,700italic,800italic,900italic');
  h1 {
    font-size: 200%;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
  }
  #nadpis{
    font-family: "Changa";
  }
  .timeline {
    position: relative;
    padding: 0 40px;
  }
  .timeline::before {
    content: '';
    background: #f8edd4;
    width: 5px;
    height: 95%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .timeline-item {
    width: 100%;
    margin-bottom: 70px;
  }
  .timeline-item:nth-child(even) .timeline-content {
    float: right;
    padding: 40px 30px 10px 30px;
  }
  .timeline-item:nth-child(even) .timeline-content .date {
    right: auto;
    left: 0;
  }
  .timeline-item:nth-child(even) .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 24px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #fdb90d transparent transparent;
  }
  .timeline-item::after {
    content: '';
    display: block;
    clear: both;
  }
  .timeline-content {
    position: relative;
    width: 45%;
    padding: 10px 30px;
    border-radius: 4px;
  }
  .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 24px;
    right: -15px;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #fdb90d;
  }
  .timeline-img {
    width: 30px;
    height: 30px;
    background: #fdb90d;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 25px;
    margin-left: -15px;
  }
  a {
    color: #fdb90d;

    display: inline-block;
  }
  a:hover, a:active, a:focus {
    color: #fff;
    opacity: 30%;
  }
  .timeline-card {
    padding: 0 !important;
  }
  .timeline-card p {
    padding: 0 20px;
  }
  .timeline-card a {
    margin-left: 20px;
  }
  .timeline-item .timeline-img-header{
    background-size: cover;
  }

.timeline-img-header-1{
background: url('../../../proces/original1.jpeg') center center no-repeat;
}
.timeline-img-header-2{
background: url('../../../proces/line2.png') center center no-repeat;
}

.timeline-img-header-3{
background: url('../../../proces/line_color3.png') center center no-repeat;
}

.timeline-img-header-4{
background: url('../../../proces/lines4.png') center center no-repeat;
}

.timeline-img-header-5{
background: url('../../../proces/colors5.png') center center no-repeat;
}

.timeline-img-header-6{
background: url('../../../proces/details6.png') center center no-repeat;
}

.timeline-img-header-7{
background: url('../../../proces/done7.png') center center no-repeat;
}

.timeline-img-header-8{
background: url('../../../proces/final8.png') center center no-repeat;
}

  .timeline-img-header {
    height: 300px;
    position: relative;
    margin-bottom: 20px;
    border:  1px Solid #fdb90d;
  }
  .timeline-img-header h2 {
    color: #FFFFFF;
    position: absolute;
    bottom: 5px;
    left: 20px;
    font-family: "Changa";
  }
h2{
  font-family: "Changa";
}
  .date {
    background: #fdb90d;
    display: inline-block;
    color: #FFFFFF;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
  }
  @media screen and (max-width: 768px) {
    .timeline::before {
      left: 50px;
    }
    .timeline .timeline-img {
      left: 50px;
    }
    .timeline .timeline-content {
      max-width: 100%;
      width: auto;
      margin-left: 70px;
    }
    .timeline .timeline-item:nth-child(even) .timeline-content {
      float: none;
    }
    .timeline .timeline-item:nth-child(odd) .timeline-content::after {
      content: '';
      position: absolute;
      border-style: solid;
      width: 0;
      height: 0;
      top: 30px;
      left: -15px;
      border-width: 10px 15px 10px 0;
      border-color: transparent #fdb90d transparent transparent;
    }
  }

  
#nadpis{
  color: #fdb90d;
  text-shadow: 2px 2px 8px #000;
  
}
  