  @import "w3.css";
  @import "recipes.css";

  .w3-text-nwred {
    color:#bd1115;
  }
  .w3-nwred {
    background-color:#bd1115;
  }
  .fa-disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }

  .page-container {
    margin-top:  160px;
  }

  .nav-links { 
    display: none; 
  }

  .mobile-menu {
    position:absolute; 
    top:150px; 
    left:0; 
    width:100%; 
    z-index:1000;
  }

  .social-icons {
    width: 2em;
    height: 2em;
  }

  .side-list-item {
    width: auto;
  }

  .box-style {
    margin: 8px;  
    padding: 8px 16px;
    background-color: #9e9e9e;
  
  }
  
  /* Responsive designs for larger screens, Mobile first above */

@media (min-width: 768px) {
  .social-icons {font-size: 15px !important;}
  .page-container {margin-top: 100px;}
  .mobile-menu {top: 100px}
}

@media (min-width: 992px) {
  .nav-toggle { display: none !important; }
  .nav-links { display: block; }
  .social-icons { margin-bottom: 0; }
  .w3-bar {
    display: flex;
    justify-content: end;
  }
}

  /* Make dropdown links indent */
.submenu a { padding-left: 32px !important; }