﻿body, table { 
    /* font-family:Verdana, Arial, Helvetica, sans-serif; */
    font-size: 2.75rem;
 }

A.defaultlink:link    {color:#ffffff; text-decoration:underline; font-family: Arial, Helvetica, sans-serif;  font-weight: bold; font-size: 11px}
A.defaultlink:visited {color:#ffffff; text-decoration:underline; font-family: Arial, Helvetica, sans-serif;  font-weight: bold; font-size: 11px}
A.defaultlink:active  {color:#009911; text-decoration:underline; font-family: Arial, Helvetica, sans-serif;  font-weight: bold; font-size: 11px}
A.defaultlink:hover   {color:#00ee22; text-decoration:underline; font-family: Arial, Helvetica, sans-serif;  font-weight: bold; font-size: 11px}

A.mainlink:link    {color:#2522f0; text-decoration:none; font-family: Arial, Helvetica, sans-serif;  font-weight: normal; font-size:initial}
A.mainlink:visited {color:#2522f0; text-decoration:none; font-family: Arial, Helvetica, sans-serif;  font-weight: normal; font-size:initial}
A.mainlink:active  {color:#2522f0; text-decoration:none; font-family: Arial, Helvetica, sans-serif;  font-weight: normal; font-size:initial}
A.mainlink:hover   {color:#770000; text-decoration:none; font-family: Arial, Helvetica, sans-serif;  font-weight: normal; font-size:initial}


A.anchorlink:link    {color:#ffffff; text-decoration:none; font-family: Arial, Helvetica, sans-serif;  font-weight: bold; font-size: 14px}
A.anchorlink:visited {color:#ffffff; text-decoration:none; font-family: Arial, Helvetica, sans-serif;  font-weight: bold; font-size: 14px}
A.anchorlink:active  {color:#ffffff; text-decoration:none; font-family: Arial, Helvetica, sans-serif;  font-weight: bold; font-size: 14px}
A.anchorlink:hover   {color:#ffffff; text-decoration:none; font-family: Arial, Helvetica, sans-serif;  font-weight: bold; font-size: 14px}

img 
{
    margin: 0px 0px 2px 2px;
    padding: 0;
}

p.vidbut
{
    margin: 0;
    padding: 0;
}

p.vidbut > span
{

}
p.vidbut a
{
    background-color: Aqua;
    text-decoration: none;
    color: #000000;
}

p.padbottom
{
    padding: 0px 0px 6px 0px;
}

button.smallbut 
{
    font-size: 12px;
}

div.hh_para_group {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0px, 2px, 0px, 6px !important;
}

p.hh_para {
    margin: 0px, 0px, 0px, 0px !important;
}

p.hh_title {
    font-weight: bold;
    margin: 6px, 0px, 2px, 0px !important;
}

p.hh_indent {
    text-indent: 50px;
}

.hh_button_right {
    float: right;
    margin-right: 15px;
    margin-bottom: 6px;
}

.hh_button_left {
    float: left;
    margin-left: 15px;
    margin-bottom: 6px;
}

p.p_normal {
    text-align: left;
    display: block;
}

h3.h_normal {
    padding-top: 6px;
    text-align: left;
}

h3.h_update {
    padding-top: 6px;
    text-align: center;
    font-size: larger;
}

.container {
    max-width: 1024px;
}

#top-row {
    justify-content: space-between;
}


/* ========================================= */
/* Media Queries for Larger Screens          */
/* Use min-width to apply styles for screens */
/* that are at least a certain width.        */
/* ========================================= */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    /* You might not need to change font-size here yet,
       or you could make a slight adjustment. */
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    body, table {
        font-size: 2rem; /* Example: Reduce font size for tablets and larger */
    }
    /* Potentially adjust other font sizes here too */
    h1 {
        font-size: 2.2rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    body, table {
        font-size: 1.5rem; /* Example: Further reduce for larger desktops */
    }
    h1 {
        font-size: 1.8rem;
    }
    p {
        font-size: 1rem; /* Back to a more standard paragraph size */
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    body, table {
        font-size: 1.25rem; /* Even smaller for very large screens if needed */
    }
    h1 {
        font-size: 1.6rem;
    }
}

/* You can also add XXL (1400px and up) if using Bootstrap 5+ */
@media (min-width: 1400px) {
    /* Further adjustments for extremely large screens */
}
