@font-face {
    font-family: 'Roboto';
    src: url('../Fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../Fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    background-color: #f9f9f9;
    padding-top: 65px;
    padding-bottom: 65px;
    color: #333;
    height: auto;
    overflow-x: hidden;
    margin: 0;
}

.CenterContent {
    display: flex;
    align-items: center;
    justify-content: center;
}

.countyHeaderText {
    color: #FFD700; /* Ensuring proper gold shade */
    font-weight: 700; /* More explicit boldness */
    text-align: center;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase; /* Adds a sleek, authoritative feel */
    letter-spacing: 1px; /* Improves readability and aesthetics */
    padding: 10px 0; /* Adds spacing for balance */
}


.countyCardHeader {
    background-color: cornflowerblue;
}

p {
    display: block;
    text-align: justify;
    font-family: Roboto, sans-serif;
}

/*Make all placeholder text 80% of the current font's size*/
input::placeholder {
    font-size: 0.8em !important;
    color: gray !important;
    opacity: 0.7 !important;
}

input:focus {
    background-color: #b3e6ff;
}

.btn-primary {
    background-color: #0080FF !important;
}

.btn-primary:hover {
    font-weight: bold;
    background-color: #045FB4 !important;
}

.btn-hover:hover {
    border-radius: 5px;
    background-color: #6495ed;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer !important;
    transition: all 0.3s ease;
}

.menuIcons {
    color: white;
    background-color: cornflowerblue;
}

.mt-6 {
    margin-top: 4rem !important;
}

.mt-7 {
    margin-top: 6rem !important;
}

.mt-8 {
    margin-top: 8rem !important;
}

.CustomButton:hover {
    color: #0056b3;
    text-decoration: none;
}

.card {
    border: 1px solid rgba(0, 0, 0, 0.3); /* Darker but still subtle */
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); /* Slight depth for contrast */
}


.card-footer {
    padding: 0.3rem 1rem;
}

#docLink:visited {
    color: hotpink !important;
}

.form-control:focus {
    color: #495057;
    background-color: #f8f9c7;
    outline: 0;
    /*border: 1px solid #28B9B5;*/
}

.not-valid {
    border: 1px dotted red;
    color: red;
}

h1, h2, h3, h4, h5, h6 {
    color: #1876b2;
    line-height: 1;
    margin: 0;
}

.btn-outline-success {
    color: #fff;
    background-color: #64ce7c;
    border-color: #28a745;
}

.CountyTitle {
    color: black;
    font-weight: bold;
}

section {
    margin-bottom: 20px;
}

.customNavBar {
    color: white;
    background-color: cornflowerblue;
    overflow: hidden;
    box-shadow: 0 0.125rem 0.25rem gray !important;
    font-weight: bold;
    display: flex;
    width: 100%;
    height: 35px;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px 0 10px;
    flex-wrap: wrap;
}

.customNavBar a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    padding: 7px 10px;
    border-radius: 5px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.customNavBar ul {
    list-style: none;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
}

.customNavBar li {
    margin: 0 5px;
}

.customNavBar a:hover {
    /*color: #111;*/
    color: black;
    background-color: #fff;
}

.Footer {
    background-color: cornflowerblue;
    color: white;
    font-weight: bold;
    overflow: hidden;
}

/*TABLES*/
table {
    table-layout: auto;
    width: 100%;
    border-collapse: collapse;
    border: 0;
}

table td {
    padding: 5px;
    text-align: center;
    border: 0;
}

table#calcTable tr {
    border-bottom: 1px solid gray;
}

table td#leftCol {
    width: 75%;
}

table td#rightCol {
    width: 25%;
    text-align: right;
}

table .tdFinancial {
    text-align: right;
}

.table .thead-dark th {
    color: #fff;
    background-color: #2376ae !important; /* #5151fd !important; */
    border-color: #fff;
}

th {
    text-align: center;
}

.RoundedCorners {
    box-shadow: 0 0.125rem 0.25rem gray !important;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #4c4848;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
}

.RoundedCornersButtonStrip {
    box-shadow: 0 0.125rem 0.25rem gray !important;
    border-radius: 10px;
    border: 1px solid #e2dcdc;
    position: relative;
    min-width: 0;
    background-color: #fff;
    background-clip: border-box;
}

.RoundedCornersInfo {
    box-shadow: 0 0.125rem 0.25rem gray !important;
    border-radius: 7px;
    border: 1px solid #4c4848;
    /*background-color: rgb(236, 249, 236);*/
    /*background-color: rgb(196, 251, 196);*/
    background-color: #cdecff;
    background-clip: border-box;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.NoticeRoundedCorners {
    box-shadow: 0 0.125rem 0.25rem gray !important;
    border-radius: 7px;
    border: 1px solid #121111;
    background-clip: border-box;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.InfoCard {
    background-color: #cdecff;
    box-shadow: 0 0.125rem 0.25rem gray !important;
    border-color: black;
    border: 1px;
    border-radius: 5px;
    font-size: 12px;
}


.PreviewCell {
    border: 1px solid black;
    padding: 5px;
}

@media only screen and (max-width: 768px) {
    [class*="col-"] {
        width: 100%;
    }

    .customNavBar {
        font-size: smaller;
    }

    .CountyTitle {
        font-size: smaller;
    }

    #stateId {
        font-size: smaller;
    }

    #todayDate {
        display: none;
    }

    .Footer {
        font-size: smaller;
    }
}

/* Tablet screens */
@media only screen and (min-width: 768px) {
    body {
        font-size: 18px;
    }
    
    .container {
        width: 80%;
        margin: 0 auto;
    }
}

/* Larger desktops */
@media only screen and (min-width: 1024px) {
    body {
        font-size: 17px;
    }
    .container {
        max-width: 1200px;
    }
}

/* High-resolution screens */
@media only screen and (min-resolution: 2dppx) {
    body {
        font-weight: 400;
    }
    img {
        image-rendering: crisp-edges;
    }
}

@media print {
    body {
        margin: 0 !important;
        padding: 0 !important;
        color: #000;
        background-color: #fff;
        min-width: 768px;
        font-size: 10pt;
        line-height: 1.2;
        font-family: Times, "Times New Roman", serif;
    }
    
    .page-break {
        page-break-after: always;
    }

    img.print, svg.print {
        display: block;
        max-width: 100%;
    }

    .header, .footer, .nav, .navbar, iframe, .menu, .sidebar {
        display: none;
    }
    
    h1, h2, h3 {
        font-family: "Times New Roman", "Georgia", serif;
        font-size: 18pt;
        font-weight: bold;
    }

    h4, h5, h6 {
        font-size: 14pt;
        font-weight: bold;
    }

    .caption {
        font-size: 9pt;
        font-style: italic;
    }

    .fine-print {
        font-size: 7pt;
        color: #444; 
    }

    input button {
        display: none;
    }

    img.print, svg.print {
        display: block;
        max-width: 100%;
    }

    .container {
        width: auto;
        min-width: 750px;
    }
}
