﻿/* Base */
p {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  color: #000;
}
body {
  padding-top: 0px;
  overflow-x: hidden;
}


.fl{display: inline; float: left;}
.cb{clear: both;}
.cnt{text-align: center;}


/* ── Top utility bar ── */
.top-bar {
  background-color: #f3f3f6;
  height: 52px;
}
.top-bar .nav-link {
  color: #1b365d;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0 0.75rem;
  display: flex !important;
  align-items: center !important;
  gap: 4px;
}
.top-bar .nav-link:hover {
  color: #2e5fa3;
}



/* Headings */
h1 {
  font-family: "Merriweather", serif;
  font-size: 3em;
  color: #002e65;
  font-weight: 700;
  text-align: center;
}


/* Test Styles */
.txt1{
  font-family: "Merriweather", serif;
  font-size: 1.8em;
  color: #002e65;
	
}


/* Moves */
.mv1 {
  margin-top: 20px;
}

.mv2 {
  margin-top: 12px;
}

.mv3 {
	margin-top: -14px	
}

.mv4 {margin-top:60px}



/* Backgrounds */
.bg1{
Height:10px;
background: #F3F3F3;
background: linear-gradient(180deg,rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
	
}


/* !-- WCAG 2.4.1: Skip navigation link — visually hidden until focused -- */

  /* Skip link — visible only on focus */
  .skip-link {
    position: absolute;
    top: -9999px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    z-index: 9999;
    font-size: 1rem;
    border-radius: 0 0 4px 0;
    text-decoration: none;
  }
  .skip-link:focus {
    top: 0;
  }
  /* Visible focus indicators */
  :focus-visible {
    outline: 3px solid #005fcc;
    outline-offset: 2px;
  }
  /* Screen-reader-only utility */
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }




