html {
  font-size: 12px;
}

@media (min-width: 1080px) {
  html {
    font-size: 14px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

hr {
    display: block;
    height: 10px;
    border: 0;
    color: orangered;
    margin: 1em 0;
    padding: 0;
    opacity: 1;
}
    hr:not([size]) {
        height: 1px;
        opacity: 1;
        background-color: black;
    }

/*#201E1F*/

header {
    height: 1px;
    background-color: lightsteelblue;
    margin-bottom: 1rem;
}

body {
    min-height: 100vh;
    margin: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
    background-color: #f2f2f2;
    background: #f2f2f2;
    border: none;
}

._body {
    border-top: 10px rgb(32, 31, 30);
    background-color: #f2f2f2;
    background: #f2f2f2;
}

footer {
    min-height: 20px;
    background: White;
    border: none;
    border-bottom: 2px solid lightsteelblue;
}

.breadcrumb li a {
    color: black;
    text-decoration: none;
}

.input-limited {
    width: 120px;
    max-width: 100%;
    border: none;
    background: white;
    text-align: center;
}

    .input-limited.active {
        border: none;
        background: white;
        text-align: center;
    }

.input-container {
    display: flex;
    align-items: center;
}


.input-container label{
    margin-right: 2rem;
}

.input-container input{
    margin-right: 10px; 
}

.home-title {
    font-size: 2.5rem;
    font-weight: 500;
}

.catch-phrase {
    font-family: cursive;
    font-size: 1.5rem;
    font-weight: 500;
}

.page-title {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.page-descrition {
    font-size: 0.85rem;
    font-weight: 500;
    margin-left: 1rem;
}

.data-heading {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.data-data {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.uline {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.button {
    background-color: #04AA6D; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.lblA {
    color: rgb(50, 49, 48);
    font-size: 16px;
    font-weight: 550;
}

.btnImage {
    border: none;
}

    .btnImage:hover {
        opacity: .8;
    }

.btnA {
    display: inline-block;
    outline: 0;
    text-align: center;
    cursor: pointer;
    padding: 0px 16px;
    border-radius: 2px;
    min-width: 80px;
    height: 32px;
    background-color: #f2f2f2;
    color: rgb(50, 49, 48);
    font-size: 16px;
    font-weight: 550;
    box-sizing: border-box;
    border: none; /*1px solid rgb(138, 136, 134);*/
    margin-right: 2rem;
}

    .btnA:hover {
        background-color: rgb(200, 200, 200);
        color: rgb(32, 31, 30);
    }

.lblA {
    color: rgb(50, 49, 48);
    font-size: 16px;
    font-weight: 550;
}

.btnB {
    display: inline-block;
    float: right;
    outline: 0;
    text-align: center;
    cursor: pointer;
    padding: 0px 14px;
    border-radius: 2px;
    min-width: 60px;
    height: 32px;
    background-color: #f2f2f2;
    color: rgb(50, 49, 48);
    font-size: 14px;
    font-weight: 550;
    box-sizing: border-box;
    border: 1px solid rgb(138, 136, 134);
}

    .btnB:hover {
        background-color: rgb(200, 200, 200);
        color: rgb(32, 31, 30);
    }

.divider {
    width: 20px;
    height: auto;
    display: inline-block;
}

.margin_top {
    margin-top: 1rem;
}

.margin_large {
    margin-top: 3rem;
}

.margin_bottom {
    margin-bottom: 1rem;
}

/* Style page content */
.main {
    margin-left: 50px; /* Same as the width of the sidebar */
    padding: 0px 10px;
    border: none;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

input[type="file"] {
    display: none;
}

.btnFile {
    display: inline-block;
    outline: 0;
    text-align: center;
    cursor: pointer;
    padding: 4px 16px;
    border-radius: 2px;
    min-width: 80px;
    height: 32px;
    background-color: #f2f2f2;
    color: rgb(50, 49, 48);
    font-size: 16px;
    font-weight: 550;
    box-sizing: border-box;
    border: none;
    margin-right: 2rem;
}

    .btnFile:hover {
        background-color: rgb(200, 200, 200);
        color: rgb(32, 31, 30);
    }

.image-container {
    margin-top: 3rem;
    margin-right: auto;
    margin-left: auto;
    width: 40%;
    display: flex; /* Align items in a row */
    justify-content: space-around; /* Space between items */
    align-items: center; /* Center items vertically */
}

.image-item {
    text-align: center; /* Center text under images */
}

    .image-item img {
        max-width: 50%; /* Responsive images */
        height: auto; /* Maintain aspect ratio */
    }

.footer-container {
    text-align: right;
    margin-right: 2rem;
}

table{
    margin-top: -1rem;
}

_body{
    width: 100%;
}
