
    /*   Finding Your Leather Tribe, v1.17.19,a */   

    html {
          font-size: 14px;
      }

      @media (min-width: 768px) {
          html {
              font-size: 18px;
          }
      }

      .show-when-big {
          display: none;
      }

      @media (min-width: 1024px) {
          .show-when-big {
              display: inherit;
          }
      }

      body {
          color: #18186b;
          background-color: white;
          font-family: "Open Sans", sans-serif;
          font-optical-sizing: auto;
          font-weight: 300;
          font-style: normal;
          font-variation-settings: "wdth" 100;
      }

      h1 {
          color: black;
          text-align: center;
          margin-top: 40px;
          margin-bottom: 25px;
          font-family: "Merriweather", serif;
          font-size: 24pt;
          font-optical-sizing: auto;
          font-weight: 900;
          font-style: normal;
          font-variation-settings: "wdth" 100;
      }

      h2 {
          color: #18186b;
          font-family: "Merriweather", serif;
          font-weight: 900;
          text-align: center;
          font-style: normal;
          font-size: 14pt;
          margin-bottom: 20px;
      }

      @media (min-width: 768px) {
          h2 {
              font-size: 20pt;
          }
      }

      h3 {
          color: #18186b;
          font-family: "Merriweather", serif;
          font-weight: 900;
          text-align: center;
          font-style: normal;
          font-size: 20pt;
      }

      a {
          color: inherit;
          text-decoration: none;
      }

      a:hover {
          color: black;
      }

      a.ibt_social_media_icon {
          margin: 0px 5px;
          color: darkslategray;
      }

      a.ibt_social_media_icon:hover {
          color: black;
      }

      div.fylt-Box {
          text-align: center;
          padding: 10px 10px 25px 10px;
          background-color: rgba(231, 0, 57, 0.05);
          font-size: 14pt;
          margin: 20px auto;
          max-width: 250px;
          border: 2px solid #e70039;
      }

      div.fylt-Box h4 {
          text-align: center;
          font-weight: 800;
          font-family: "Merriweather", serif;
          font-size: 20pt;
          margin-bottom: 5px;
      }

      div.fylt-Box img {
          margin-bottom: 20px;
      }

      div.fylt-Box div.desc {
          font-weight: 600;
          font-family: "Merriweather", serif;
          font-size: 12pt;
          font-style: italic;
          color: black;
          height: 120px;
      }

      div.fylt-Box p {
          margin-bottom: 25px;
          font-family: "Merriweather", serif;
          font-weight: 600;
          font-style: italic;
      }

      div.fylt-About {
          text-align: left;
          padding: 10px;
          margin: 10px auto;
          max-width: 800px;
          background-color: rgba(231, 0, 57, 0.05);
          font-size: 11pt;
          font-weight: 500;
          border: 2px solid #e70039;
      }

      div.fylt-About p {
          line-height: 1.4;
          margin-bottom: 5px;
      }

      .btn-leather {
          display: inline-block;
          color: white;
          background-color: #e70039;
          padding: 5px 20px;
          line-height: 1.5;
          border-radius: 6px;
          border: none;
          font-family: "Roboto Condensed", sans-serif;
          font-optical-sizing: auto;
          font-weight: 900;
          font-style: normal;
          font-size: 12pt;
          text-align: center;
      }

      .btn-leather:hover {
          color: white;
          background-color: #18186b;
          border: none;
      }

      .btn-other {
          color: black;
          padding: 5px;
          line-height: 1.5;
          border-radius: 6px;
          border: none;
          font-family: "Roboto Condensed", sans-serif;
          font-optical-sizing: auto;
          font-weight: 600;
          font-style: normal;
          font-size: 12pt;
          margin: 2px;
      }

      .btn-other:hover {
          color: white;
          background-color: #18186b;
          border: none;
      }

      a.ibt_link {
          text-decoration: underline;
      }

      a.ibt_link:hover {
          color: #18186b;
          text-decoration: underline;
      }
