.navbar {
  box-shadow: 2px 2px 5px #8600f4;
  opacity: 0.9;
  background-color: #fff; }
  .navbar .nav-item {
    font-size: 1.4rem;
    padding-right: 1.4rem; }

body {
  padding-top: 5.9rem; }

#home {
  position: relative;
  background: url(../img/showcase.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px; }
  #home .primary-overlay {
    background-color: rgba(134, 0, 244, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #home .fas {
    color: green;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px; }

/*# sourceMappingURL=style.css.map */
