
.storm-card {
  display: flex;
  align-items: flex-start;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 6px;
  margin: 10px 10px 10px 10px;
  border: 1px solid #0000FF;
}

.storm-card-image img {
  width: 120px;
  height: auto;
  border-radius: 6px;
  margin-right: 16px;
}

.storm-card-content {
  flex: 1;
}

.storm-card-title {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 1.10rem;
  font-weight: 500;
  color: #333;
}

.storm-card-text {
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.5;
  color: #444;
}

.storm-card-link {
  font-size: 0.95rem;
  color: #006699;
  text-decoration: underline;
}


      .buttons {
        display: inline-block;
        padding: 2px 15px 3px 15px;
		  margin: 5px;
        text-align: center;
        text-decoration: none;
        color: #1E8395;
        background-color: #edf8f9;
        border-radius: 20px;
        outline: #1E8395 solid thin;
        transition: 0.2s;
      }
      .buttons:hover {
        background-color: #DEEAEF;
        outline: #1E8395 solid thin;		  
      }


.catbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: white;

  margin-left: 0;
  margin-bottom: 1rem;
    box-shadow: 0 2px 5px rgba(0,0,255,.25);
 }

  .catbar::before, .catbar::after {
    display: table;
    content: ' '; }
  .catbar::after {
    clear: both; }
  .catbar li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 1.01rem;
    display: none; }

    .catbar li:last-child, .catbar li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 20em) {
      .catbar li {
        display: inline-block; } }
		  
		
/*  .catbar a,   */
  .catbar button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .catbar a:hover,
    .catbar button:hover {
      background: #e6e6e6; }
  .catbar .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default; }

.cathdr {
    scroll-margin-top: 100px;
display: block;
  border-radius: 5px;
  padding: 7px;
  margin: 45px 0px 10px 0px;
  font-size: 1.10em;
  color: #273F89;
  border: 2px solid #273F89;
}


.subcathdr {
display: block;
  border-radius: 5px;
  padding: 6px;
  margin: 15px 20px 10px 20px;
  font-size: 1.05em;
  color: #273F89;
  border: 2px solid #79C9C2;
}



.sticky-nav {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #e3f2f7; /* soft coastal blue */
  padding: 12px 20px;
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #d0d0d0;
}

.sticky-nav a {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.sticky-nav a:hover {
  text-decoration: underline;
}


hsub {
  display: block;
  margin: 0 0 16px 30px;
  font-size: 1.4em;
  font-weight: bold;
  color: #273F89;
  background-color: inherit;
  font-style: italic;
}


.amazon-button {
    display: inline-block;
    padding: 8px 16px;
    margin-top: 8px;
    background: #007799;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 550;
}

.amazon-button:hover {
    background: #BEDAE2;
    color: #007799;
}



