﻿#grid {
    display: grid;
    grid-template-rows: repeat(10, 1fr);
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1vw;
}

.parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(10, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

#grid > div {
    font-size: 16px;
    padding: .1em;
    background-color: #ffffff;
    text-align: center;
}

.header {
    padding: 0px;
    text-align: left;
    font-size: 45px;
    font-weight: 200;
    background-image: linear-gradient(to bottom, #F1F8ED, #f0f0f0 );
    color: #FFFFFF;
    font-family: 'Syncopate', sans-serif;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
    .auto-style2 {
    font-size: 15px;
    text-decoration: none;
}
.auto-style3 {
    font-size: 30px;
    color: #3f4b58;
    background-image: linear-gradient(to left, #72b548, #3f4b58 );
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.auto-style11 {
    font-size: 28px;
    color: #3f4b58;
    text-align: center;
    background-image: linear-gradient(to left, #72b548, #3f4b58 );
   
    }

.auto-style4 {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: white;
    padding: 12px;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    color: #72b548;
}
.hr3 {
    height: 15px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px #f1f1f1;
}
form {
    
    background-image: linear-gradient(to bottom, #F1F8ED, #f0f0f0 );
    align-items: center;
}
.auto-style5 {
    font-size: x-large;
    color: #3f4b58;
}
.auto-style6 {
    font-size: 23px;
    color: #3f4b58;
    background-image: linear-gradient(to left, #72b548, #3f4b58 );
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.auto-style7 {
    width: 173px;
}
.auto-style8 {
    font-size: 44px;
    color: #135f76;
}
.auto-style9 {
    font-size: 24px;
    color: #465E6B;
    background-image: linear-gradient(to left, #72b548, #465E6B );
    color: transparent;
}
    a {
    color: #0378ff;
    font-size: 15px;
}

    a:visited {
        color: #9c38ff;
        font-size: 15px;
    }
        a:hover {
            color: #4CAF50;
            font-size: 15px;
        }
ul.breadcrumb {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ffffff;
}

    ul.breadcrumb li {
        display: inline;
    }

        ul.breadcrumb li a {
            display: inline-block;
            padding: 10px 15px;
            text-decoration: none;
            color: #333;
        }

            ul.breadcrumb li a:hover {
                background-image: linear-gradient(to bottom, #F1F8ED, #f0f0f0 );
            }

        ul.breadcrumb li::after {
            content: "→";
            margin: 0 5px;
            color: #999;
        }

        ul.breadcrumb li:last-child::after {
            content: "";
        }



div.scrollmenu {
    background-image: linear-gradient(to bottom, #F1F8ED, #f0f0f0 );
    overflow: auto;
    white-space: nowrap;
}

    div.scrollmenu a {
        display: inline-block;
        color: black;
        text-align: center;
        padding: 10px;
        text-decoration: none;
    }

        div.scrollmenu a:hover {
            background-color: #4CAF50;
        }

.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;
}
.dropbtn {
    background-color: #F1F8ED;
    padding: 12px;
    font-size: 16px;
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #F1F8ED;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: #72b548;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ffffff;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #72b548;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    -webkit-box-shadow: -1px -1px 26px 0px rgba(149, 160, 195, 0.83);
    -moz-box-shadow: -1px -1px 26px 0px rgba(149, 160, 195, 0.83);
    box-shadow: -1px -1px 26px 0px rgba(149, 160, 195, 0.83);
    border-radius: 10px;
    -moz-border-radius: 10px;
}


th, td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f2f2f2
}
.container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 75%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    -webkit-box-shadow: -1px -1px 26px 0px rgba(149, 160, 195, 0.83);
    -moz-box-shadow: -1px -1px 26px 0px rgba(149, 160, 195, 0.83);
    box-shadow: -1px -1px 26px 0px rgba(149, 160, 195, 0.83);
    border-radius: 10px;
    -moz-border-radius: 10px;
}


th, td {
    text-align: left;
    padding: 15px;
}

tr:nth-child(even) {
    background-color: #ffffff
}
styledimg {
    background-image: url(www.freesettlerorfelon/2022logo10.JPG);
    background-repeat: no-repeat;
    width: 400px;
    height: 400px;
}
.left {
    float: left;
    padding: 0 20px 0 0;
}
.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("2022logo10.jpg");
    height: 10%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#myBtn {
    display: none;
    bottom: 30px;
    right: 0px;
    z-index: 99;
    font-size: 12px;
    border: none;
    outline: none;
    background-color: #ffffff;
    color: #72b548;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

    #myBtn:hover {
        background-color: #72b548;
    }
div.polaroid {
    width: 40%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.vertical-menu {
    width: 200px;
}

    .vertical-menu a {
        background-color: #eee;
        color: black;
        display: block;
        padding: 12px;
        text-decoration: none;
    }

        .vertical-menu a:hover {
            background-color: #ccc;
        }

        .vertical-menu a.active {
            background-color: #04AA6D;
            color: white;
        }

.my_centered_buttons {
    display: flex;
    justify-content: center;
}

.column {
    float: left;
    width: 25%;
    padding: 10px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

hr.new1 {
    border-top: 1px solid green;
}
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .popup .popuptext {
        visibility: hidden;
        width: 160px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -80px;
    }

        .popup .popuptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.box {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #FCFDFB;
}

hr.style-two {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
