﻿html, body, h1, h2, h3, h4, h5 {

}

body {
    font-family: 'Baskerville Old Face';
    margin: 0;
    padding: 0px;
    font-size: 20px;
    color: #313638;
}

footer {
    background: rgb(239,242,237);
    background: linear-gradient(150deg, rgba(239,242,237,0.562062324929972) 28%, rgba(244,243,240,1) 58%);
    color: #496006;
    text-align: center;
    padding: 20px;
}


h1 {
    color: #ffffff;
    font-size: 2.5vw;
    text-align: center;
    font-family: Georgia, serif;
    text-shadow: 2px 2px 4px #000000;
    font-weight: normal;
    min-font-size: 24px; 
    max-font-size: 38px; 
    font-size: max(min(2.5vw, 38px), 24px); 
}

h2 {
    font-family: 'Baskerville Old Face';
    color: #496006;
    font-size: 30px;
    text-align: left;
    text-shadow: 2px 2px 4px #CCCCCC;
    font-weight: normal;
}

h3 {
    font-family: 'Baskerville Old Face';
    color: #496006;
    font-size: 26px;
    font-weight: normal;
}
h4 {
    font-family: 'Baskerville Old Face';
    color: #496006;
    font-size: 20px;
}

header {
    background-image: url('https://freesettlerorfelon.com/xmaspinecone.jpg');
    background-size: cover;
    background-position: center;
    background-color: #F1F8ED;
    text-align: left;
    padding: 10px;
    position: sticky;
    z-index: 999;
    background-repeat: no-repeat;
    top: -10px;
    box-shadow: 0 3px 16px 0 rgba(0,0,0,0.2), 0 3px 15px 0 rgba(0,0,0,0.19);
    height: 12em;
    font-weight: 400;
}



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: 20px;
    background-color: #ffffff;
}

.auto-style2 {
    text-align: center;
    text-decoration: none;
    font-size: 20px;
}

.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: #72b548;
    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: #81927c;
    padding: 20px;
    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: 24px;
    color: #3f4b58;
    background-image: linear-gradient(to left, #72b548, #3f4b58 );
    color: transparent;
    text-align: center;
    background-clip: text;
    -webkit-background-clip: text;
}
.auto-style10 {
    color: #ffffff;
    font-size: 0.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: Georgia, serif;
    text-shadow: 2px 2px 4px #f1f1f1;
}
.auto-style12 {
    text-align: center;
}
.auto-style13 {
    color: #990000;
}

.auto-style14 {
    text-decoration: none;
    font-size: 2.5vw;
    color: #FFFFFF;
    min-font-size: 24px;
    max-font-size: 38px;
    font-size: max(min(2.5vw, 38px), 24px);
    line-height: 1.5em;
}

    .auto-style14:hover {
        text-decoration: none;
        font-size: 2.5vw;
        color: #ebe4c0;
        min-font-size: 24px;
        max-font-size: 38px;
        font-size: max(min(2.5vw, 38px), 24px);
    }

a {
    color: #0378ff;
    font-size: 15px;
    
}

    a:hover {
        color: #4CAF50;
        font-size: 20px;
    }

ul.breadcrumb {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ffffff;
    font-size: 20px;
}

    ul.breadcrumb li {
        display: inline;
    }

        ul.breadcrumb li a {
            display: inline-block;
            padding: 10px 15px;
            text-decoration: none;
            color: #313638;
            font-size: 20px;
        }

            ul.breadcrumb li a:hover {
                background-image: linear-gradient(to bottom, #F1F8ED, #f0f0f0 );
                font-size: 20px;
            }

        ul.breadcrumb li::after {
            content: "→";
            margin: 0 5px;
            color: #999;
            font-size: 20px;
        }

        ul.breadcrumb li:last-child::after {
            content: "";
            font-size: 20px;
        }

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.dropdown {
    position: absolute;
    display: inline-block;
    position: center;

}

.dropbtn {
    background-color: #3498db;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: center;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    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, #F1F8ED, #f0f0f0 );
    overflow-x: auto;
}

    div.scrollmenu a {
        display: inline-block;
        color: #496006;
        text-align: left;
        padding: 5px;
        text-decoration: none;
        font-size: 20px;
    }

        div.scrollmenu a:hover {
            background-color: #c9d0c7;
            font-size: 20px;
        }
form {
    background-image: linear-gradient(to top, #F1F7F1 0%, white 100%);
    align-items: center;
    border-radius: 10px;
    padding: 20px 20px;
}
.box {
    width: 100%;
    max-width: 856px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #eff5ea;
    background-color: #FCFDFB;
}

.box2 {
    width: 80%;
    max-width: 856px;
    margin: 0 auto;
    padding: 10px;
    border: 0;
    background-color: #ffffff;
}
.box3 {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    border: 0;
    align-items: center;
    background-color: #ffffff;
}
.title-word {
    animation: color-animation 2s 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: 20px; 
    max-font-size: 28px; 
    font-size: max(min(2.5vw, 28px), 18px); 
}

.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;
    background-color: #F1F8ED;
}

.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: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Baskerville Old Face';
    color: #8f0a06;
    text-align: center;
    font-size: 1.5vw;
    min-font-size: 20px;
    max-font-size: 30px;
    font-size: max(min(1.5vw, 30px), 20px);
}

@keyframes scaleAnimation {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

.dropdown-content {
    display: none;
    position: absolute;
    background: #F1F7F1;
    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: #657860;
    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: #ebe4c0;
}


.container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 75%;
}

.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 {
    text-align: center;
    background-color: white;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

blockquote {
    font-size: 1rem;
    margin: 20px 0;
}

button {
    padding: 10px 20px;
    background-color: #ffd900;
    border: none;
    color: #496006;
    cursor: pointer;
    border-radius: 4px;
    font-size: 1rem;
    transition: background-color 0.3s ease;
    
}

    button:hover {
        background-color: #fff3b1;
    }
.column {
    float: left;
    width: 50%;
    padding: 0px;
    height: 100px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}
