.navbar {
  	z-index: 1040;
}
.side-nav {
  margin-top: 45px !important;
}

.double-nav .breadcrumb-dn p {
    color: #fff;
}

@media (min-width: 1200px){
.fixed-sn main {
    margin-left: 5% !important;
    margin-right: 5% !important;
  }
}

.sn-bg-5 {
  background-image: url('../images/digitalkids.jpg')
}

a.anchor{
  display: block;
  padding-top: 3rem;
  margin-top: -3rem;
}

        .fa-play:before {
          margin-left: .3rem;
        }
  
        /* Steps */
        .step {
          list-style: none;
          margin: 0;
        }
  
        .step-element {
          display: flex;
          padding: 1rem 0;
        }
  
        .step-number {
          position: relative;
          width: 7rem;
          flex-shrink: 0;
          text-align: center;
        }
  
        .step-number .number {
          color: #bfc5ca;
          background-color: #eaeff4;
          font-size: 1.5rem;
        }
  
        .step-number .number {
          width: 48px;
          height: 48px;
          line-height: 48px;
        }
  
        .number {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          width: 38px;
          border-radius: 10rem;
        }
  
        .step-number::before {
          content: '';
          position: absolute;
          left: 50%;
          top: 48px;
          bottom: -2rem;
          margin-left: -1px;
          border-left: 2px dashed #eaeff4;
        }
  
        .step .step-element:last-child .step-number::before {
          bottom: 1rem;
        }
