﻿html, body, h1, h2, h3, h4, h5 {
}
:root {
    --primary-color: #68815C;
    --light-bg: #ffffff;
    --dark-bg: #2a2a2a;
    --text-color: #323232;
    --white: #ffffff;
}

body {
    margin: 0;
    font-family: Verdana;
    background-color: #ffffff;
    color: var(--text-color);
    transition: background 0.3s, color 0.3s;
    letter-spacing: normal;
    font-size: 1.1rem;
    line-height: 23px;
}

footer {
        background-color: #68815C;
    color: white;
    text-align: center;
    padding: 1rem;
}


h1 {
    color: #ffffff;
    font-size: 2.5vw;
    text-align: center;
    font-family: 'Baskerville Old Face';
    text-shadow: 1px 1px 2px #698b8c;
    min-font-size: 38px;
    max-font-size: 40px;
    font-size: max(min(3.6vw, 40px), 22px);
    background-clip: text;
}

h2 {
    font-family: 'Verdana';
    color: #2A4D14;
    font-size: 2.6vw;
    text-align: left;
    font-weight: normal;
    font-size: clamp(24px, 2.6vw, 26px);
}

h3 {
    font-family: 'Verdana';
    color: #68815C;
    font-size: 2.3vw;
    min-font-size: 16px;
    max-font-size: 18px;
    font-size: max(min(2.3vw, 20px), 22px);
    font-weight: normal;
}

h4 {
    font-family: 'Baskerville Old Face';
    color: #990000;
    font-size: 20px;
}

h5 {
    font-family: 'Baskerville Old Face';
    color: #800000;
    font-size: 25px;
}


header {
    background-size: cover;
    background-position: center;
    background: #f7f5f0;
    font-family: 'Baskerville Old Face';
    color: #ffffff;
    text-align: center;
    padding: 5px;
    background-repeat: no-repeat;
    top: -10px;
    height: 11em;
    font-weight: 400;
    transition: 0.2s;
    border-bottom-color: #ffffff;
    
}

main {
    margin-top: 30rem;

}

section::after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 768px) {
    section {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    main-content {
        flex: 2;
        justify-content: center;
        align-items: center;
    }

    .centered-article {
        width: 70%;
        padding: 10px 10px;
        position: center;
        top: 0px;
    }


    p {
        text-align: justify;
    }

    .centered-aside {
        width: 40%;
        color: #ffffff;
        position: center;
    }

    aside > p {
        margin: 0.5rem;
    }
}

@media screen and (max-width: 767px) {
    .article,
    aside {
        width: 90%;
    }
}

.auto-style1 {
    flex: 1;
    text-align: center;
    padding: 1.1rem;
    background-color: #ffffff;
}

.auto-style2 {
    text-align: center;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: semi-bold;
    color: #388E00;
}

    .auto-style2:hover {
        text-decoration: none;
        font-size: 1.1rem;
        color: #ff6600;
        font-weight: semi-bold;
    }

.auto-style3 {
    flex: 1;
    width: 100%;
    position: relative;
    height: 200px;
    overflow: auto;
    left: 0px;
    top: 0px;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    text-align: center;
}

.auto-style4 {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: white;
    padding: 12px;
    font-size: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    color: #3f4b58;
    align-items: center;
    position: sticky;
    font-family: 'Baskerville Old Face';
}

.auto-style5 {
    color: #336600;
}

.auto-style6 {
    text-align: left;
    color: #F0F0F0;
}

.auto-style7 {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: #d5e7e8;
    padding: 10px;
    font-size: medium;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.auto-style8 {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
    background-color: #ffffff;
    top: 20px;
    text-align: center;
    font: font-family Georgia, serif;
}

.auto-style9 {
    font-size: 18px;
    color: #68815C;
    background-image: linear-gradient(to left, #225254, #548385);
    text-align: center;
    background-clip: text;
    -webkit-background-clip: text;
}

.auto-style10 {
    color: #ffffff;
    font-size: 2.5vw;
    text-align: center;
    font-family: Georgia, serif;
    text-shadow: 2px 2px 4px #000000;
}

.auto-style11 {
    color: #ffffff;
    font-size: 1.5vw;
    text-align: center;
    font-family: 'Baskerville Old Face';
    text-shadow: 2px 2px 4px #000000;
}

.auto-style12 {
    text-align: center;
}

.auto-style13 {
    color: #990000;
}

.auto-style14 {
    text-decoration: none;
    color: #68815C;
    font-family: 'Baskerville Old Face', 'Baskerville', 'Times New Roman', serif;
    letter-spacing: 0.0525em;
    text-align: left;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); /* Soft text shadow for readability */
    margin-left: 3.9rem; /* Moves the text to the right - adjust as needed */
    transition: color 0.3s ease, text-shadow 0.3s ease; /* Smooth hover transition */
    font-size: clamp(24px, 5vw, 48px);
    font-weight: 600;
    line-height: 1.2;
}
    .auto-style14:hover {
        color: #68815C; /* Gold on hover, change to suit your theme */
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6); /* More pronounced shadow on hover */
    }

    .auto-style14:visited {
        color: #68815C;
        font-size: clamp(25px, 5vw, 40px);
        text-decoration: none;
        letter-spacing: 0.0525em;
    }

.auto-style16 {
    font-size: clamp(20px, 4vw, 30px);
    color: #68815C;
    font-family: 'Baskerville Old Face';
}

    .auto-style16:hover {
        text-decoration: none;
        font-size: clamp(20px, 4vw, 30px);
        color: #68815C;
    }

    .auto-style16:visited {
        color: #68815C;
        background-color: transparent;
        text-decoration: none;
    }

.auto-style18 {
    font-size: large;
}

.auto-style19 {
    text-decoration: none;
    font-size: 2.8vw;
    color: #ffffff;
    min-font-size: 28px;
    max-font-size: 38px;
    font-size: max(min(2.5vw, 38px), 24px);
    line-height: 1.5em;
}

    .auto-style19:hover {
        text-decoration: none;
        font-size: 2.8vw;
        color: #ebe4c0;
        min-font-size: 28px;
        max-font-size: 38px;
        font-size: max(min(2.5vw, 38px), 24px);
    }

.auto-style20 {
    font-size: clamp(20px, 4vw, 30px);
    color: #225254;
    font-family: 'Baskerville Old Face';
    text-decoration: none;
}


a:link {
    color: #68815C;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #f21d16;
    background-color: transparent;
    text-decoration: none;
}


a:visited {
    color: #8b6db5;
    background-color: transparent;
    text-decoration: none;
}

ul.breadcrumb {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ffffff;
    font-size: 16px;
}

    ul.breadcrumb li {
        display: inline;
    }

        ul.breadcrumb li a {
            display: inline-block;
            padding: 10px 15px;
            text-decoration: none;
            color: #313638;
            font-size: 16px;
        }

            ul.breadcrumb li a:hover {
                background-image: linear-gradient(to bottom, #d5e7e8, #f0f0f0);
                font-size: 16px;
            }

        ul.breadcrumb li::after {
            content: "→";
            margin: 0 5px;
            color: #999;
            font-size: 16px;
        }

        ul.breadcrumb li:last-child::after {
            content: "";
        }

.container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.dropdown {
    position: absolute;
    display: inline-block;
    position: center;
}

.dropbtn {
    background-color: #ff6600;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: center;
}

dropbtn:hover {
    background-color: #ff6600;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 140px;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    font-size: 20px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s ease;
    font-size: 20px;
}

    .dropdown-content a:hover {
        background-color: #ddd;
    }

div.scrollmenu {
    background-image: linear-gradient(to bottom, #d5e7e8, #f0f0f0 );
    overflow-x: auto;
}

    div.scrollmenu a {
        display: inline-block;
        color: #225254;
        text-align: center;
        padding: 5px;
        text-decoration: none;
        font-size: 18px;
    }

        div.scrollmenu a:hover {
            background-color: #4CAF50;
        }

form {
    align-items: center;
    border-radius: 10px;
    padding: 20px 20px;
    box-shadow: 0 5px 16px 0 #979A8F, 0 5px 15px 0 #f6f7f2;
    font-size: 1.1rem;
    color: #68815C;
}

form2 {
    background: white;
    align-items: right;
    border-radius: 10px;
    padding: 20px 20px;
    box-shadow: 0 5px 16px 0 #979A8F, 0 5px 15px 0 #f6f7f2;
    font-size: 24px;
    color: #225254;
}

.box {
    width: 100%;
    max-width: 856px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

.box2 {
    width: 70%;
    text-align: justify;
    text-justify: inter-word;
    margin: 0 auto;
    padding: 0px;
    border: 0;
}

.box3 {
    width: 95%;
    margin: 0 auto;
    padding: 10px;
    border: 0;
    align-items: center;
    background-color: #ffffff;
}

.box4 {
    background-image: linear-gradient(to bottom, #edf1f7 0%, white 100%);
    align-items: center;
    border-radius: 10px;
    padding: 20px 20px;
}

.box5 {
    background-color: #ffffff;
    align-items: center;
    border-radius: 5px;
    padding: 5px 5px;
}

.box6 {
    background-color: #ffffff;
    align-items: center;
    border-radius: 10px;
    padding: 5px 5px;
}

.box7 {
    background: #ffffff;
    align-items: center;
    border-radius: 5px;
    padding: 5px 5px;
}

.title-word {
    animation: color-animation 4s linear infinite;
}

.title-word-1 {
    --color-1: #DC143C;
    --color-3: #E4A9A8;
}

.title-word-2 {
    --color-1: #DBAD4A;
    --color-2: #ACCFCB;
    --color-3: #17494D;
}

.title-word-3 {
    --color-1: #ACCFCB;
    --color-2: #E4A9A8;
    --color-3: #ACCFCB;
}

.title-word-4 {
    --color-1: #3D8DAE;
    --color-2: #DF8453;
    --color-3: #E4A9A8;
}


@keyframes color-animation {
    0% {
        color: var(--color-1)
    }

    32% {
        color: var(--color-1)
    }

    33% {
        color: var(--color-2)
    }

    65% {
        color: var(--color-2)
    }

    66% {
        color: var(--color-3)
    }

    99% {
        color: var(--color-3)
    }

    100% {
        color: var(--color-1)
    }
}

.title {
    font-family: Baskerville Old Face;
    font-weight: 100;
    font-size: 1.5vw;
    text-transform: uppercase;
    text-align: center;
    min-font-size: 16px;
    max-font-size: 22px;
    font-size: max(min(1.9vw, 22px), 16px);
}

.hr4 {
    height: 5px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px #f1f1f1;
}

.hr5 {
    height: 1px;
    border: 0;
    color: #ffd900;
    box-shadow: inset 0 12px 12px -12px #f1f1f1;
}

.hr {
    height: 1px;
    border: 0;
    color: #d5e7e8;
}

hr.style-two {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to bottom, #d5e7e8, #f0f0f0 );
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background: #68815C;
    font-weight: normal;
    letter-spacing: 0.0650em;
    padding: 18px 26px;
    border: none;
    border-radius: 3px;
    position: sticky;
    cursor: pointer;
    font-family: 'Verdana';
    color: white;
    text-align: center;
    font-size: 1.2vw;
    font-size: max(min(1.2vw, 16px), 18px);
}

dropbtn:hover {
    background-color: #4CAF50;
    color: #778D6C;
    text-decoration: none;
    font-size: 1.2vw;
    font-weight: normal;
    min-font-size: 24px;
    max-font-size: 26px;
    font-size: max(min(1.2vw, 16px), 18px);
}

@keyframes scaleAnimation {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

.dropdown-content {
    display: none;
    position: absolute;
    background-image: linear-gradient(to bottom, #eaede8, #f0f0f0 );
    background-size: cover;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transition: background-color 0.3s ease;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: #536f70;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s ease;
}

    .dropdown-content a:hover {
        background-color: #ffffff;
    }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #ff6600;
}


.container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 75%;
}

.container2 {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 5%;
    background-color: #edf1f7;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.wrapper {
    width: 80%;
    margin: 0 auto;
}

.wrapper2 {
    width: 60%;
    margin-right: 80px;
    justify-content: center;
    align-items: center;
}

img {
    float: left;
    margin-right: 10px; /* Adjust the margin as needed */
}


.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.container3 {
    position: relative;
    text-align: center;
    background-color: #edf1f7;
    align-items: center;
    border-radius: 12px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 70%;
    font-size: 1.5rem;
}

.container4 {
    text-align: center;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    width: 90%;
    font-size: 1.5rem;
    padding: 12px 16px;
}


blockquote {
    font-family: 'Baskerville Old Face';
    display: block;
    text-align: center;
    margin-bottom: 1em;
    margin-left: 10px;
    margin-right: 10px;
    background: #ffffff;
    color: #225254;
    max-width: 80%;
    margin: 1em;
}


button {
    background: rgb(226,242,242);
    background: linear-gradient(347deg, rgba(226,242,242,1) 36%, rgba(183,201,180,1) 100%);
    padding: 18px 26px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Baskerville Old Face';
    color: #225254;
    text-align: center;
    font-size: 1.0vw;
    min-font-size: 22px;
    max-font-size: 24px;
    font-size: max(min(2.1vw, 24px), 22px);
}

    button:hover {
        background-color: #FFFFF4;
    }

button2 {
    padding: 6px 16px;
    background-color: #ffffff;
    border: none;
    color: #ffffff;
    cursor: pointer;
    border-radius: 4px;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

    button2:hover {
        background-color: #fff3b1;
    }

.column {
    float: left;
    width: 50%;
    padding: 0px;
    height: 100px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: white;
    padding: 50px;
    font-size: 20px;
}

.pagination {
    display: inline-block;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .1s;
        border: 1px solid #ddd;
        font-size: 1.0rem;
    }

        .pagination a.active {
            background-color: #ddd;
            color: white;
            border: 1px solid #800000;
            font-size: 1.0rem;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
        }

.tooltip {
    position: relative;
    display: inline-block;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 420px;
        background: rgb(255,255,255);
        background: radial-gradient(circle, rgba(255,255,255,1) 42%, rgba(225,235,235,1) 96%);
        color: #313638;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

hr.new2 {
    border-top: 1px #CCCC00;
}

.open-window-link {
    font-size: 20px;
    text-decoration: none;
    color: #2f9094;
    display: inline-block;
    transition: 0.3s;
}

    .open-window-link:hover {
        background-color: #3498db;
        color: white;
    }

::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #225254;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: red;
    }
