@media (prefers-reduced-motion: no-preference) {
    :has(:target) {
        scroll-behavior: smooth;
        scroll-padding-top: 1em;
    }
}

@font-face {
    font-family: "franklin_gothic_bookregular";
    src: url("../z_fonts/FranklinGothicBook/franklin_gothic_book_regular-webfont.woff2") format("woff2"), url("../z_fonts/FranklinGothicBook/franklin_gothic_book_regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "franklin_gothic_bookitalic";
    src: url("../z_fonts/FranklinGothicBook/franklin_gothic_book_italic-webfont.woff2") format("woff2"), url("../z_fonts/FranklinGothicBook/franklin_gothic_book_italic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "lobster";
    src: url("../z_fonts/lobster/lobster.woff2") format("woff2"), url("../z_fonts/lobster/lobster.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #62b662;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}

::-webkit-scrollbar-thumb {
    background: rgb(1, 92, 1);
    border-radius: 3px;
    border: 1px solid teal;
}

@supports (scrollbar-color: red blue) {
    * {
        scrollbar-color: rgb(1, 92, 1) #62b662;
        scrollbar-width: thin;
    }
}

::-webkit-scrollbar-thumb:hover {
    background: #62b662;
}

body {
    margin: 0px;
    font-size: 20px;
    font-family: 'franklin_gothic_bookregular', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #5a657c;
    /*#667085;*/
}

.font-18 {
    font-size: 18px;
}

p {
    font-family: 'franklin_gothic_bookregular', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #5a657c;
    line-height: 1.2em;
}

ul li {
    font-family: 'franklin_gothic_bookregular', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #5a657c;
}

.wrapper {
    position: relative;

    margin-left: auto;
    margin-right: auto;
    min-height: 100vh;
    min-height: 100dvh;
    position: relative;
    max-width: 1440px;
    min-width: 400px;
    border: 1px solid #cecece;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

header {
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid salmon;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: transparent;
}

footer {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid white;
}

.blank {
    position: relative;
    width: calc(100% - 13.5vw);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #cecece;
    border-radius: 1rem;
}

.oblank {
    border: 0px solid;
}

.top_content {
    position: relative;
    height: 220px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.logo {
    width: 160px;
    margin: 0px;
}

.title {
    color: #00494c;
    font-family: lobster, 'franklin_gothic_bookregular', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: clamp(1.2rem, 1rem + 3vw, 3rem);
    font-weight: 600;
    margin: 0px;
    width: 100%;
}

.title_2 {
    color: #00770c;
    font-family: 'franklin_gothic_bookregular', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 24px;
    font-weight: 900;
    margin: 0px;
}

.content {
    position: relative;
    width: calc(100% - 13.5vw);
    padding: 20px;
    padding-top: 0px;
    background-color: transparent;
}

.bg_white {
    background-color: white;
}

@media (max-width: 724px) {

    .blank,
    .content {
        width: 90%;
    }
}

@media (max-width: 500px) {

    .blank,
    .content {
        width: 96%;
    }
}

@media (min-width: 1000px) {

    .blank,
    .content {
        width: 1000px;
    }
}

/* styles for the header content */
.ocontent {
    justify-self: flex-start;
    border-bottom: 0px solid #62b662;
    width: 100%;
}







/* styles for the main content */


.logo_sc {
    border: 0px solid #676767;
    margin-top: 25px;
}

.hdrs {
    font-size: 28px;
    font-weight: 600;
    color: black;
    margin: 0px;
    margin-top: 30px;
}

.card_container {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.card {
    border: 1px solid #cecece;
    border-radius: 1rem;
    padding: 1rem;
    flex: 1 1 300px;
    display: flex;
    flex-wrap: wrap-reverse;
    align-content: space-between;
    gap: 1rem;
}

.biotxt {
    position: relative;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 0px solid teal;
    flex: 1 1 225px;
}

.biotxt_full {
    position: relative;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    border: 0px solid teal;
    flex: 1 1 225px;
}

.biotxt>p:last-child {
    margin: 0px;
}

.biotxt>p:first-child {
    margin: 0px;
}

.inner_txt_2>p:last-child {
    margin-bottom: 0px;
}

.inner_txt>p:last-child {
    margin: 0px;
}

.inner_txt>p:first-child {
    margin: 0px;
}

.more {
    font-weight: 900;
    color: #1a4546;
}

a.more {
    color: #1a4546;
    text-decoration: none;
}

a.more:visited {
    color: #1a4546;
}

a.more:hover {
    color: #1a4546;
}

.photo {
    position: relative;
    border: 0px solid salmon;

}

.photo>img {
    height: 150px;
    width: 150px;
}

.present {
    display: none;
}

.register {
    display: none;
}


.show {
    display: block;
}

.form__item {
    position: relative;

}

.form__item>p {
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 10px;
}

.but_register {
    position: relative;
    width: 139px;
    height: 48px;
    margin: 0px;
    border: 0px solid teal;
}

.but_register img {
    width: 139px;
    height: 48px;
}

input {
    position: relative;
    width: 96%;
    height: 48px;
    border: 1px solid #cecece;
    border-radius: 15px;
    font-size: inherit;
    font-family: inherit;
    padding-left: 10px;
    cursor: pointer;
}

select {
    font-size: inherit;
    font-family: inherit;
    padding-left: 10px;
    cursor: pointer;
}

label {
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

a {
    color: blue;
    text-decoration: underline;
}

a:visited {
    color: blue;
}

a:hover {
    color: green;
}

/* styles for footer content */
.copy {
    font-size: 16px;
}

button {
    padding: 0.2em;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 1rem;
    border: 0px solid #fff;
    background-color: #1a4546;
    color: #fff;
    font-size: 24px;
    font-family: 'franklin_gothic_bookregular', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 900;
    cursor: pointer;
    margin-top: 1rem;
}

button.regn {
    width: 250px;
}

button:active,
button:focus,
button:hover {
    background-color: lightgoldenrodyellow;
    color: #000;
    outline: 2px solid black;
}

button {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

input[type="radio"] {
    appearance: none;
    width: 15px;
    height: 15px;
    outline: 3px solid darkgreen;
    outline-offset: 1px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 12px;
}

input[type="radio"]:checked {
    background-color: green;
}

input[type="checkbox"] {
    appearance: none;
    width: 15px;
    height: 15px;
    outline: 3px solid darkgreen;
    outline-offset: 1px;
    border-radius: 0;
    margin-right: 10px;
    margin-top: 12px;
}

input[type="checkbox"]:checked {
    background-color: green;
}

.modal {
    padding: 1rem;
    max-width: 50em;
    border: 1px solid #cecece;
    border-radius: 1rem;
    background-color: white;
}

.modal::backdrop {
    background: rgba(0 0 0 /0.5);
}

.modal_msg {
    padding: 1rem;
    max-width: 30em;
    border: 1px solid #cecece;
    border-radius: 1rem;
    background-color: white;
}

.modal_msg::backdrop {
    background: rgba(0 0 0 /0.5);
}

.board {
    border: 1px solid #cecece;
    border-radius: 1rem;
    padding: 1rem;
}

.mT_1rem {
    margin-top: 28px;
}