body {
  margin-top: 90px; }

.navbar {
  box-shadow: 2px 2px 5px #3292a6;
  background-color: #fff;
  opacity: 0.9; }
  .navbar .nav-item {
    font-size: 1.4rem;
    padding-right: 20px; }
    .navbar .nav-item .nav-link {
      color: #232323; }
    .navbar .nav-item .nav-link:hover {
      color: #3292a6; }
  .navbar .nav-item:last-child {
    padding-right: 0px; }

#showcase {
  background-image: url("../img/mountains.jpg");
  min-height: 600px;
  position: relative; }
  #showcase .primary-overlay {
    background-color: rgba(50, 146, 156, 0.7);
    min-height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#subscribe {
  background: #252525; }

#meettheauthors img {
  margin-top: -50px; }

#meettheauthors .card:hover {
  background-color: #3292a6;
  color: #fff; }

#meettheauthors .card:hover .d-flex i {
  color: #fff; }

#meettheauthors .fa {
  font-size: 25px; }

@media (max-width: 576px) {
  #showcase h1 {
    font-size: 4rem; } }
