      
      
      /* Custom style for Nar-Anon de PR */
      
      body {padding-top: 50px; font-family: 'Open Sans', sans-serif; background-color: #ebe9fb !important;}
      #footer {visibility:visible;} /* CUSTOM ==== ==== used in conjuction w/menu importer to name the id in which to import the menu ==== */
      a:link, a:visited, a:active {
        color: #428bca;
        text-decoration: none;
      }
      a:hover, a:focus {
        color: #428bca;
        text-decoration: none;
      }
      .flexi {
        display: flex;
        flex-direction: row;
        flex-wrap:nowrap;
        justify-content: flex-start;
        align-items: center;
        gap: 0px;
        padding: 0px;
      }	
      .navbar-inverse {
        background-color: #544d99 !important;
        border-color: #2e2e59 !important;
      }	
      .tittle h1 {
        font-size: 40px !important;
      } 