.title-container {
    width: 100%;
    max-width: 1200px;
    flex-grow: 1;
    text-align: center;
    display: block;
}

.front-splash {
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(250, 255, 240);
    padding: 10px;
    min-height: 220px;
    height: 30vw;
    max-height: 450px;
}

.title-gen-text {
    font-family: "Courier Prime", monospace;
    color: black;
    font-size: clamp(2.5rem, 7vw, 6rem);
    margin-left: 5px;
}

.splash-text {
    font-weight: 600;
    font-size: clamp(2.2rem, 6vw, 5rem);
    font-family: "Montserrat", sans-serif;
    color: rgb(51, 51, 51);
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}

.front-cta-sec {
    margin: 0px;
    background-color: rgb(250, 255, 240);
    display: block;
    padding-bottom: 50px;
}

.front-cta {
    display: block;
    padding: 20px;
    color: rgb(255, 254, 238);
    background-color: rgb(65, 138, 52);
    margin: auto;
    width: fit-content;
    font-size: clamp(20px, 5vw, 28px);
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 10px;
}

.front-cta:hover {
    background-color: rgb(75, 158, 60);
    transition: 0.2s;
    color: rgb(255, 254, 238);
}

.front-cta:active {
    background-color: rgb(51, 110, 41);
    transition: 0.2s;
    color: rgb(255, 254, 238);
}

.front-cta:visited {
    color: rgb(255, 254, 238);
}

.works-container {
    width: 100%;
    max-width: 900px;
    padding: 20px;
    margin: auto;
    box-sizing: border-box;
}

.description {
    margin-top: 10px;
    margin-bottom: 10px;
}

.two-cols {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.two-cols-reversed {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.text-card {
    display: block;
    min-width: 300px;
    width: 400px;
    flex-grow: 1;
}

.text-card h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.window {
    display: block;
    background-color: #fffeee;
    width: 100%;
    max-width: 350px;
    min-height: 350px;
    border-radius: 10px;
    box-sizing: border-box;
    flex-grow: 0;
    user-select: none;
    padding: 20px;
    padding-top: 10px;
}

.example-hdr {
    padding-top: 5px;
    color: rgb(51, 110, 41);
    margin: 0;
}

.small-ex-field {
    height: 30px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: white;
    border: 1px solid #333;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.large-ex-field {
    height: 90px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: white;
    border: 1px solid #333;
    border-radius: 3px;
    margin-bottom: 5px;
    padding: 3px;
    overflow: hidden;
}

.fake-check-container {
    display:block;
    position: relative;
    height: 30px;
    width: 30px;
}

.checkbox-ex-field {
    height: 30px;
    width: 30px;
    box-sizing: border-box;
    display: inline-block;
    background-color: white;
    border: 1px solid #333;
    border-radius: 3px;
    position: absolute;
}

.checked-box {
    background-color: #eee;
}

.checkmark-ex-field {
    height: 14px;
    width: 7px;
    border: solid black;
    border-width: 0 3px 3px 0;
    position: absolute;
    top: 4px;
    left: 10px;
    transform: rotate(45deg);
}

.check-flex {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    flex-wrap:wrap;
    margin-top: 5px;
    margin-bottom: 10px;
    gap: 10px;
    align-items: center;
}

.bot-flex {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    flex-wrap:wrap;
    margin-top: 5px;
    padding-top: 15px;
    margin-bottom: 10px;
    gap: 10px;
    align-items: center;
    justify-content: space-around;
}

@keyframes fadeOut {
    0% {opacity: 1;}
    40% {opacity: 0;} 
    60% {opacity: 0;} 
    100% {opacity: 1;} 
}

.invisible-bot {
    animation: fadeOut 2s;
}

.bot {
    flex-grow: 0;
    display: block;
    padding: 7px;
    width: 133px;
    transition: fadeIn 1s;
}

.bot-img {
    display: block;
    margin: auto;
}

.example-label {
    color: black;
    display: inline-block;
    margin: 0px;
    margin-right: 20px;
}

.checkbox-with-label {
    display: flex;
    align-items: center;
    gap:10px;
}

.ex-option {
    margin-top: 20px;
}

.ex-graph {
    height: 150px;
    width: 150px;
    box-sizing: border-box;
    display: block;
    background-color: white;
    border: 1px solid #333;
    border-radius: 3px;
    margin-bottom: 5px;
    padding: 3px;
}

.example-text {
    font-size: 16px;
    font-family: 'Courier Prime', monospace;
    color: black;
    margin: 0px;
    margin-top: 5px;
}

.how-it-works {
    color: rgb(252, 250, 204);
    background-image: linear-gradient(#222,#111);
    padding-top: 20px;
    padding-bottom: 20px;
}

h1.splash-head {
    font-size: clamp(2rem, 5.3vw, 3rem);
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

h2.works-head {
    font-size: clamp(1.5rem, 3.85vw, 2.2rem);
}

.pop-text {
    text-align: center;
    font-weight: 500;
    font-style: italic;
    color: rgb(115, 230, 95);
    font-size: clamp(20px, 2.3vw, 28px);
}

.pop-text-dark {
    text-align: center;
    font-weight: 600;
    font-style: italic;
    color: rgb(51, 110, 41);
    font-size: clamp(18px, 2vw, 26px);
}

.table-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    overflow: auto;
    white-space: nowrap;
    margin: auto;
    background-color: rgb(255, 254, 238);
    font-size: clamp(16px, 2.4vw, 20px);
    max-width: 800px;
}

.table-container span {
    padding: 5px;
    border: 0.25px solid #333;
    max-width: 25vw;
    text-wrap: balance;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.table-text {
    margin: 0;
    text-align: center;
}

.row-header-text {
    margin: 0;
    text-align: left;
    flex-grow: 1;
}

.botgeist-head {
    background-image: linear-gradient(rgb(17, 17, 17), rgb(51, 51, 51));
    color: rgb(252, 250, 204);
}

.red {
    background-color: rgb(255, 207, 207);
}
.green {
    background-color: rgb(210, 255, 200);
}
.yellow {
    background-color: rgb(254, 255, 207);
}
.chartreuse {
    background-color: rgb(238, 255, 207);
}
.blue {
    background-color: rgb(207, 207, 255);
}
.cyan {
    background-color: rgb(207, 245, 255);
}
.magenta {
    background-color: rgb(255, 207, 233);
}
.purple {
    background-color: rgb(237, 207, 255);
}
.aqua {
    background-color: rgb(207, 255, 237);
}
.orange {
    background-color: rgb(255, 234, 207);
}

.btf-cta {
    display: block;
    padding: 20px;
    color: rgb(255, 254, 238);
    background-color: rgb(65, 138, 52);
    margin: auto;
    width: fit-content;
    font-size: larger;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 10px;
}

.btf-cta:active {
    background-color: rgb(51, 110, 41);
    transition: 0.2s;
    color: rgb(255, 254, 238);
}

.btf-cta:hover {
    background-color: rgb(75, 158, 60);
    transition: 0.2s;
    color: rgb(255, 254, 238);
}

.btf-cta:visited {
    color: #fffeee;
}

.svg-container {
    border: 1px #333 solid;
}

.grid-back {
    fill: white;
}

.grid-front {
    fill: #ccc;
}

ul {
    padding-inline-start: 20px;
}
