body{
    color: #fff;
    position: relative;
}

.navbar{
    border-bottom: #008ed6 3px solid;
    opacity: 0.8;
}

#home-section{
  background: url(../img/james-sutton-unsplash.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 1000px;
}

#home-section .dark-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
    min-height: inherit;
}

#home-section .home-inner {
    padding-top: 150px;
}

#home-section .card-form {
    opacity: 0.8;
}

#home-section .fas, #create-section .fas{
    color:  #008ed6;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

#explore-section .fas, #share-section .fas{
  background:  #333;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}
