body {
    background: #333;
    color: #fff;
}
.navbar {
    border-bottom: #008ed6 3px solid;
}
#home-section {
    background: url(../img/logo100.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 700px;
    
}
#home-section .dark-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.473);
}
#home-section .home-inner {
        padding-top: 150px;
}
#home-section . .card-form {
    opacity: 0.8;
}
#home-section .fas {
    color: #008ed6;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
#sm .fas , #tp .fas, #cs .fas {
    color: #fff;
    background: lightgreen;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
h3 {
    color: lightgreen;
}



#zap
{
text-align: center;
}
