body {
    background: #333;
    color: aliceblue;
}

.navbar {
    border-bottom: #008ed6 3px solid;
    opacity: 0.8;
}

#home {
    background: url(../img/home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 700px;
}

#home .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 700px;
    background-color: rgba(0, 0, 0, 0.7);
}

#home .home-inner {
    padding-top: 150px;
}

#home .card-form {
    opacity: 0.8;
}

#home .fas, #createBody .fas {
    background: #fff;
    color: #008ed6;
    padding: 5px;
    border-radius: 5px;
}

#exploreBody .fas, #shareBody .fas {
    background: #333;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
