/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.letopis {
    margin-top: 60px;
}


.letopis h2 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #4d6286;
    font-weight: 700;
    font-size: 3rem;
    text-transform: uppercase;
}

.bg-whites {
    background-color: #fff;
}

.pi p {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #313131;
    font-size: 18px;
}

.pi h2 {
    padding-bottom: 10px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #4d6286;
    font-size: 28px;  
}

/* Timeline holder */
ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
}

 /* Timeline vertical line */
ul.timeline:before {
    content: ' ';
    background: #4d6286;
    display: inline-block;
    position: absolute;
    left: 16px;
    width: 4px;
    height: 100%;
    z-index: 400;
    border-radius: 1rem;
}

li.timeline-item {
    margin: 20px 0;
}

/* Timeline item arrow */
.timeline-arrow {
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid #fff;
    border-bottom: 0.5rem solid transparent;
    display: block;
    position: absolute;
    left: 2rem;
}

/* Timeline item circle marker */
li.timeline-item::before {
    content: ' ';
    background: #4d6286;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
    left: 11px;
    width: 14px;
    height: 14px;
    z-index: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}


/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/
body {
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
    min-height: 100vh;
}

.text-gray {
    color: #999;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    background-color: #fff; 
    height: 70px;
    /*transition: all 0.5s;*/
    z-index: 997;
    /*transition: all 0.5s;*/
    /* padding: 20px 0; */
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    /*transition: all 0.5s;*/
    z-index: 997;
    position: fixed;
    
  }
  
  #header.header-scrolled,
  #header.header-pages {
    height: 70px;
    padding: 0px 0;
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  }
  
  #header.header-scrolled #topbar,
  #header.header-pages #topbar {
    display: none;
  }
  
  /*#header .logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
  }*/
  
  /*#header .logo h1 a,
  #header .logo h1 a:hover {
    color: #413e66;
    text-decoration: none;
  }*/
  
  /*#header .logo img {
    padding: 0;
    margin: 7px 0;
    max-height: 26px;
  }*/
  
  .main-pages {
    margin-top: 60px;
  }