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

.navbar {
  border-bottom: #001733 5px solid;
  opacity: 0.8; }

#home-section {
  background-image: url("img/meeting1.jpg") no-repeat center top fixed;
  background-size: cover;
  background-attachment: fixed;
  min-height: 700px; }
  #home-section .dark-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 700px; }
  #home-section .home-inner {
    padding-top: 150px; }

    
  #home-section .card-form {
    color:#ffffff;
    }
  #home-section .fa {
    color: #071116;
    background: #fff;
    padding: 4px;
    border-radius: 5px;
    font-size: 30px; }

    #home-section .card-primary
    {
background: hsl(212, 100%, 10%);
    }
    
.primary{
  background: #001733;
}       

.modal {
  color: #333; }

@media (max-width: 576px) {
  nav .container {
    width: 100%; } }
