/*
   ------------------------------------------------------------------
       Developed by 
       Dileepa Bandara
       https://dileepabandara.github.io/F45K-8J09M21B3L-785DX-PI5AC
       ©dileepabandara.dev
       contact.dileepabandara@gmail.com
       2020
   ------------------------------------------------------------------
*/

.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;
}

/* Moved inline styles from download.html */
.download-title {
  color: #0455F7;
  margin-top: 20px;
}

.img-padding-large {
  padding: 80px;
}

.footer-logo-row {
  margin-left: 20px;
}

.footer-logo {
  width: 150px;
}

.hr-accent {
  width: 120px;
  height: 2px;
  background-color: #0455F7;
}

.play-container {
  margin-left: 130px;
}

.play-btn {
  margin-top: 40px;
}