body {
    margin: 0 0 0 0;
}

.section_title {
    position: relative;
    width: 100%;
    height: 28em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* margin-bottom: 0; */
}

.section_title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url(/images/rocks_pics/rocks1n2_B.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    filter: blur(0.25em);
    z-index: 0; */
}

.div_title {
    background-color: #384544;
    width: 58em;
    height: 15em;
    display: flex;
    z-index: 1;
    position: relative;
    box-shadow: 0 4px 8px #384544;
}

.h1_title {
    color: #f2f1f1;
    font-size: 6em;
    margin: auto;
    text-transform: uppercase;
    border-top: 2px solid #f2f1f1;
    border-bottom: 2px solid #f2f1f1;
    padding: 0.1em;
}

/* .rocks {
    display: flex;
    justify-content: center;
    gap: 7rem;
}

.rocks a {
    text-decoration: underline;
    color: #384544;
    font-size: 2em;
}

.rock_img {
    width: 300px;
    border-width: 5px;
    border-color: #f2f1f1;
    border-style: solid;
}

.rock {
    width: 310px;
    height: 18.75em;
    border-width: 3px;
    border-color: rgb(56, 69, 68);
    background-color: #f2f1f1;
    border-style: solid;
    border-radius: 5px;
    text-align: center;
    transition: all 0.25s ease-in-out;
}

.rock:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    cursor: pointer;
} */

.sec_about {
    margin: 4em 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.div_about {
    width: 100%;
    font-size: 1.3em;
    display: flex;
    align-items: center;
    background-color: #384544;

}


.h2_about {
    margin-left: 3em;
    font-size: 2em;
    font-weight: 400;
    align-self: start;
}

.ul_about {
    list-style-type: circle;
    margin-top: 0.4em;
    min-height: 7em;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: justify;
    padding: 0.7em 1em;
}

a.location_link {
    color: #384544;
    text-decoration: none;
}

a.location_link:hover {
    text-decoration: underline;
}

p.osbaa{
    font-size: 1.5em; 
    display: inline; 
    margin-left: 0.25em; 
    color: #b11511;
    animation: blink 1s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.li_about {
    margin-left: 6em;
    font-weight: light;
    color: #f2f1f1;
}

.h2_location {
    margin-left: 3em;
    margin-bottom: 0.5em;
    font-size: 2em;
    font-weight: 400;
    align-self: flex-start;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.location {
    margin: 4em auto;
    width: 100%;
    height: max-content;
}

.map {
    display: flex;
    padding: 1em;
    background-color: #f2f1f1;
    border-radius: 0.625em;
    box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.15);
    max-width: 50em;
    margin-left: 4.6em;
}

.mapsmap {
    border: none;
    border-radius: 0.5em;
    width: 100%;
    aspect-ratio: 2 / 1;
}

.mapdesc {
    color: #384544;
    font-size: 1.5em;
    line-height: 1.6;
    justify-content: center;
}

#located {
    margin: 0 4.6em;
    font-weight: 500;
    width: max-content;
}

.ul_loc {
    list-style-type: circle;
    margin-left: 6.5em;
    width: max-content;
}

.li_loc {
    font-size: 1em;
}

h2.payment_header2 {
    font-size: 2em;
    align-self: flex-start;
    margin-left: 3em;
    margin-bottom: 0.5em;
}

h3.payment_h3 {
    font-size: 1.5em;
    align-self: flex-start;
    margin-left: 4.5em;
}

section.sec_payment {
    width: 100%;
    margin: 4em 0;
    height: max-content;
    align-items: flex-start;
    text-align: center;
    color: #384544;
    position: relative;
    display: flex;
    flex-direction: column;
}

div.row_of_stickers {
    margin: 1em 5em;
    display: flex;
    justify-content: center;
}

div.sticker {
    margin: 0 1em 0 1em;
    background-color: #f2f1f1;
    transition: transform 0.3s ease-in-out;
    border: 3px solid #384544;
    border-radius: 1.5em;
    width: 15em;
    height: 9em;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.sticker:hover {
    transform: translateY(-5px);
}

div.sticker_header {
    height: 5em;
    background-color: #384544;
    border-top-left-radius: 1.5em;
    border-top-right-radius: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

h3.sticker_h {
    color: #ede7e7;
    font-size: 2em;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #384544;
    border-top-right-radius: 0.5em;
    border-top-left-radius: 0.5em;
    width: 100%;
}

p.sticker_text {
    padding: 0.8em;
    font-size: 1.3em;
    text-align: center;
}

section.pp_form {
    margin-bottom: 4em;
}

section.pp_form {
    margin-bottom: 3em;
}

h3.h3_pp {
    font-size: 1.5em;
    align-self: flex-start;
    margin-bottom: 0.5em;
    margin-left: 4.5em;
}

form.alternate_plan {
    background-color: #f2f1f1;
    border: 0.0625em solid #384544;
    padding: 2em;
    border-radius: 0.5em;
    max-width: 50em;
    margin: 0.5em 0.5em;
    margin-left: 7em;
}

div.pp_r1,
div.pp_r2,
div.pp_r3 {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25em;
    margin-bottom: 1.25em;
    align-items: center;
}

label.pp_label {
    color: #384544;
    font-weight: bold;
    min-width: 7.5em;
}

.pp_input {
    flex: 1;
    min-width: 12.5em;
    padding: 0.625em;
    border: 0.0625em solid #b9cfb9;
    border-radius: 0.25em;
    background-color: white;
    color: #384544;
}

select.pp_input {
    height: 2.5em;
}

button.pp_submit {
    background-color: #384544;
    color: #f2f1f1;
    border: none;
    padding: 0.75em 1.5625em;
    border-radius: 0.25em;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s;
    margin-left: auto;
}

button.pp_submit:hover {
    background-color: #2a3434;
}

@media (min-width: 2199.98px) {
    .section_title {
        height: 37.2em;
    }

    .div_title {
        width: 77.1em;
        height: 20em;
    }

    .h1_title {
        font-size: 8em;
    }

    .div_about {
        font-size: 1.73em;
    }


    .h2_about {
        font-size: 2.66em;
    }

    .h2_location {
        font-size: 2.66em;
    }

    .mapdesc {
        font-size: 2em;
    }

    .map {
        max-width: 48em;
    }

    h2.payment_header2 {
        font-size: 2.66em;
    }

    h3.payment_h3 {
        font-size: 2em;
    }


    div.sticker {
        border-radius: 2em;
        width: 20em;
        height: 12em;
    }

    div.sticker_header {
        height: 6.65em;
        border-top-left-radius: 2em;
        border-top-right-radius: 2em;
    }

    h3.sticker_h {
        font-size: 2.66em;
        border-top-right-radius: 0.665em;
        border-top-left-radius: 0.665em;
    }

    p.sticker_text {
        font-size: 1.73em;
    }

    h3.h3_pp {
        font-size: 2em;
    }

    form.alternate_plan {
        max-width: 66.5em;
    }

    div.pp_r1,
    div.pp_r2,
    div.pp_r3 {

        gap: 1.6625em;
    }

    label.pp_label {
        min-width: 9.975em;
        font-size: 1.25em;
    }

    .pp_input {
        min-width: 16.625em;
        height: 1.5em;
    }

    select.pp_input {
        height: 3.325em;
    }

    #textarea_pp {
        height: 10em;
    }

    button.pp_submit {
        font-size: 1.25em;
    }
}

@media (max-width: 2199.98px) {
    .section_title {
        height: 37.2em;
    }

    .div_title {
        width: 77.1em;
        height: 20em;
    }

    .h1_title {
        font-size: 8em;
    }

    .div_about {
        font-size: 1.73em;
    }


    .h2_about {
        font-size: 2.66em;
    }

    .h2_location {
        font-size: 2.66em;
    }

    .mapdesc {
        font-size: 2em;
    }

    .map {
        max-width: 48em;
    }

    h2.payment_header2 {
        font-size: 2.66em;
    }

    h3.payment_h3 {
        font-size: 2em;
    }


    div.sticker {
        border-radius: 2em;
        width: 20em;
        height: 12em;
    }

    div.sticker_header {
        height: 6.65em;
        border-top-left-radius: 2em;
        border-top-right-radius: 2em;
    }

    h3.sticker_h {
        font-size: 2.66em;
        border-top-right-radius: 0.665em;
        border-top-left-radius: 0.665em;
    }

    p.sticker_text {
        font-size: 1.73em;
    }

    h3.h3_pp {
        font-size: 2em;
    }

    form.alternate_plan {
        max-width: 66.5em;
    }

    div.pp_r1,
    div.pp_r2,
    div.pp_r3 {

        gap: 1.6625em;
    }

    label.pp_label {
        min-width: 9.975em;
        font-size: 1.25em;
    }

    .pp_input {
        min-width: 16.625em;
        height: 1.5em;
    }

    select.pp_input {
        height: 3.325em;
    }

    #textarea_pp {
        height: 10em;
    }

    button.pp_submit {
        font-size: 1.25em;
    }
}

@media (max-width: 1999.98px) {
    .section_title {
        height: 33.81em;
    }

    .div_title {
        width: 70.1em;
        height: 18.2em;
    }

    .h1_title {
        font-size: 7.27em;
    }

    .div_about {
        font-size: 1.57em;
    }


    .h2_about {
        font-size: 2.42em;
    }

    .h2_location {
        font-size: 2.42em;
    }

    .mapdesc {
        font-size: 1.82em;
    }

    .map {
        padding: 0.875em;
        max-width: 45em;
    }

    h2.payment_header2 {
        font-size: 2.42em;
    }

    h3.payment_h3 {
        font-size: 1.82em;
    }


    div.sticker {
        border-radius: 1.82em;
        width: 18.18em;
        height: 11em;
    }

    div.sticker_header {
        height: 6.04em;
        border-top-left-radius: 1.82em;
        border-top-right-radius: 1.82em;
    }

    h3.sticker_h {
        font-size: 2.42em;
        border-top-right-radius: 0.605em;
        border-top-left-radius: 0.605em;
    }

    p.sticker_text {
        font-size: 1.57em;
    }

    h3.h3_pp {
        font-size: 1.82em;
    }

    form.alternate_plan {
        max-width: 60.45em;
    }

    div.pp_r1,
    div.pp_r2,
    div.pp_r3 {

        gap: 1.51em;
    }

    label.pp_label {
        min-width: 9.06em;
        font-size: 1.136em;
    }

    .pp_input {
        min-width: 15.11em;
        height: 1.5em;
    }

    select.pp_input {
        height: 3.02em;
    }

    #textarea_pp {
        height: 9.1em;
    }

    button.pp_submit {
        font-size: 1.136em;
    }
}

@media (max-width: 1799.98px) {
    .section_title {
        height: 30.5em;
    }

    .div_title {
        width: 63.2em;
        height: 16.4em;
    }

    .h1_title {
        font-size: 6.56em;
    }

    .div_about {
        font-size: 1.42em;
    }


    .h2_about {
        font-size: 2.18em;
    }

    .h2_location {
        font-size: 2.18em;
    }

    .mapdesc {
        font-size: 1.64em;
    }

    .map {
        padding: 0.75em;
        border-radius: 0.5em;
    }

    .mapsmap {
        border-radius: 0.4em;
    }

    h2.payment_header2 {
        font-size: 2.18em;
    }

    h3.payment_h3 {
        font-size: 1.64em;
    }

    div.sticker {
        border-radius: 1.64em;
        width: 16.4em;
        height: 9.83em;
    }

    div.sticker_header {
        height: 5.45em;
        border-top-left-radius: 1.64em;
        border-top-right-radius: 1.64em;
    }

    h3.sticker_h {
        font-size: 2.18em;
        border-top-right-radius: 0.545em;
        border-top-left-radius: 0.545em;
    }

    p.sticker_text {
        font-size: 1.42em;
    }

    h3.h3_pp {
        font-size: 1.64em;
    }

    form.alternate_plan {
        max-width: 54.5em;
    }

    div.pp_r1,
    div.pp_r2,
    div.pp_r3 {

        gap: 1.362em;
    }

    label.pp_label {
        min-width: 8.17em;
        font-size: 1.02em;
    }

    .pp_input {
        min-width: 13.63em;
        height: 1.23em;
    }

    select.pp_input {
        height: 2.725em;
    }

    #textarea_pp {
        height: 8.2em;
    }

    button.pp_submit {
        font-size: 1.02em;
    }
}

@media (max-width: 1599.98px) {
    .section_title {
        height: 27.05em;
    }

    .div_title {
        width: 56em;
        height: 14.55em;
    }

    .h1_title {
        font-size: 5.81em;
    }

    .div_about {
        font-size: 1.258em;
    }


    .h2_about {
        font-size: 1.93em;
    }

    .h2_location {
        font-size: 1.93em;
    }

    .mapdesc {
        font-size: 1.454em;
    }

    .map {
        padding: 0.7em;
        max-width: 42em;
    }

    h2.payment_header2 {
        font-size: 1.93em;
    }

    h3.payment_h3 {
        font-size: 1.454em;
    }


    div.sticker {
        border-radius: 1.454em;
        width: 14.55em;
        height: 8.72em;
    }

    div.sticker_header {
        height: 4.836em;
        border-top-left-radius: 1.454em;
        border-top-right-radius: 1.454em;
    }

    h3.sticker_h {
        font-size: 2.66em;
        border-top-right-radius: 0.484em;
        border-top-left-radius: 0.484em;
    }

    p.sticker_text {
        font-size: 1.26em;
    }

    h3.h3_pp {
        font-size: 1.454em;
    }

    form.alternate_plan {
        max-width: 48.36em;
    }

    div.pp_r1,
    div.pp_r2,
    div.pp_r3 {

        gap: 1.209em;
    }

    label.pp_label {
        min-width: 7.254em;
        font-size: 0.9em;
    }

    .pp_input {
        min-width: 12.09em;
        height: 1.09em;
    }

    select.pp_input {
        height: 2.42em;
    }

    #textarea_pp {
        height: 7.27em;
    }

    button.pp_submit {
        font-size: 0.9em;
    }
}

@media (max-width: 1399.98px) {
    .section_title {
        height: 23.7em;
    }

    .div_title {
        width: 49.1em;
        height: 12.74em;
    }

    .h1_title {
        font-size: 5.1em;
    }

    .div_about {
        font-size: 1.1em;
    }


    .h2_about {
        font-size: 1.7em;
    }

    .h2_location {
        font-size: 1.7em;
    }

    .mapdesc {
        font-size: 1.27em;
    }

    .map {
        padding: 0.625em;
        max-width: 38em;
    }

    h2.payment_header2 {
        font-size: 1.7em;
    }

    h3.payment_h3 {
        font-size: 1.27em;
    }


    div.sticker {
        border-radius: 1.27em;
        width: 12.73em;
        height: 7.64em;
    }

    div.sticker_header {
        height: 4.23em;
        border-top-left-radius: 1.27em;
        border-top-right-radius: 1.27em;
    }

    h3.sticker_h {
        font-size: 1.7em;
        border-top-right-radius: 0.423em;
        border-top-left-radius: 0.423em;
    }

    p.sticker_text {
        font-size: 1.1em;
    }

    h3.h3_pp {
        font-size: 1.27em;
    }

    form.alternate_plan {
        max-width: 42.36em;
    }

    div.pp_r1,
    div.pp_r2,
    div.pp_r3 {

        gap: 1.06em;
    }

    label.pp_label {
        min-width: 6.35em;
        font-size: 0.8em;
    }

    .pp_input {
        min-width: 10.58em;
        height: 0.95em;
    }

    select.pp_input {
        height: 2.12em;
    }

    #textarea_pp {
        height: 6.37em;
    }

    button.pp_submit {
        font-size: 0.8em;
    }
}

@media (max-width: 900.98px) {
    .section_title {
        height: 21.545em;
    }

    .div_title {
        width: 44.64em;
        height: 12em;
    }

    .h1_title {
        font-size: 4.64em;
    }

    .div_about {
        font-size: 1em;
    }


    .h2_about {
        font-size: 1.545em;
    }

    .h2_location {
        font-size: 1.545em;
    }

    .mapdesc {
        font-size: 1.15em;
    }

    .map {
        padding: 0.5em;
        border-radius: 0.4em;
    }

    .mapsmap {
        border-radius: 0.3em;
        aspect-ratio: 4 / 3;
    }

    h2.payment_header2 {
        font-size: 1.545em;
    }

    h3.payment_h3 {
        font-size: 1.15em;
    }


    div.sticker {
        border-radius: 1.15em;
        width: 11.57em;
        height: 7em;
    }

    div.sticker_header {
        height: 3.84em;
        border-top-left-radius: 1.15em;
        border-top-right-radius: 1.15em;
    }

    h3.sticker_h {
        font-size: 1.545em;
        border-top-right-radius: 0.384em;
        border-top-left-radius: 0.384em;
    }

    p.sticker_text {
        font-size: 1em;
    }

    h3.h3_pp {
        font-size: 1.15em;
    }

    form.alternate_plan {
        max-width: 38.51em;
    }

    div.pp_r1,
    div.pp_r2,
    div.pp_r3 {

        gap: 0.96em;
    }

    label.pp_label {
        min-width: 5.77em;
        font-size: 0.73em;
    }

    .pp_input {
        min-width: 9.62em;
        height: 0.86em;
    }

    select.pp_input {
        height: 1.93em;
    }

    #textarea_pp {
        height: 5.8em;
    }

    button.pp_submit {
        font-size: 0.72em;
    }
}

@media (max-width: 767.98px) {
    .section_title {
        height: 18.36em;
    }

    .div_title {
        width: 38.05em;
        height: 10.23em;
    }

    .h1_title {
        font-size: 3.95em;
    }

    .div_about {
        font-size: 0.85em;
    }


    .h2_about {
        font-size: 1.317em;
    }

    .h2_location {
        font-size: 1.317em;
    }

    .mapdesc {
        font-size: 0.98em;
    }

    .map {
        margin-left: 2em;
        max-width: 90%;
    }

    .mapsmap {
        aspect-ratio: 4 / 3;
    }

    #located {
        margin-left: 2em;
    }

    .ul_loc {
        margin-left: 3.5em;
    }

    h2.payment_header2 {
        font-size: 1.317em;
    }

    h3.payment_h3 {
        font-size: 0.98em;
    }


    div.sticker {
        border-radius: 0.98em;
        width: 9.86em;
        height: 5.96em;
    }

    div.row_of_stickers {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    div.sticker_header {
        height: 3.27em;
        border-top-left-radius: 0.98em;
        border-top-right-radius: 0.98em;
    }

    h3.sticker_h {
        font-size: 1.317em;
        border-top-right-radius: 0.327em;
        border-top-left-radius: 0.327em;
    }

    p.sticker_text {
        font-size: 0.85em;
    }

    h3.h3_pp {
        font-size: 0.98em;
    }

    form.alternate_plan {
        max-width: 32.825em;
    }

    div.pp_r1,
    div.pp_r2,
    div.pp_r3 {

        gap: 0.82em;
    }

    label.pp_label {
        min-width: 4.9em;
        font-size: 0.62em;
    }

    .pp_input {
        min-width: 8.2em;
        height: 0.73em;
    }

    select.pp_input {
        height: 1.645em;
    }

    #textarea_pp {
        height: 4.21em;
    }

    button.pp_submit {
        font-size: 0.614em;
    }
}

@media (max-width: 635.98px) {
    .section_title {
        height: 10em;
    }

    .div_title {
        width: 90%;
        height: auto;
        padding: 1em 0;
    }

    .h1_title {
        font-size: 2em;
        padding: 0.5em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sec_about {
        margin: 1em 0;
    }

    .h2_about {
        margin-left: 1em;
        margin-bottom: 0.25em;
        font-size: 1.5em;
    }

    .ul_about {
        padding: 1em 2em;
        width: 100%;
        margin: 0 auto;
    }

    .li_about {
        margin-left: 0.5em;
        font-size: 1em;
    }

    .location {
        margin-right: 1em;
    }

    .h2_location {
        margin-left: 1em;
        font-size: 1.5em;
    }

    .map {
        width: 60;
        margin: 0 1em 0 1em;
        padding: 0.5em;
    }

    .mapsmap {
        height: 15em;
        width: 100%;
    }

    .mapdesc {
        font-size: 1em;
        width: 95%;
        margin: 1em auto;
    }

    #located {
        margin-left: 1em;
    }

    .ul_loc {
        margin-left: 1em;
        padding-left: 0.5em;
        width: 90%;
    }

    .li_loc {
        font-size: 1em;
        word-wrap: break-word;
        overflow-wrap: break-word;
        margin-bottom: 0.5em;
    }

    section.sec_payment {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    h2.payment_header2 {
        margin-left: 1em;
        font-size: 1.5em;
    }

    h3.payment_h3 {
        margin-left: 1.5em;
        font-size: 1.2em;
    }

    div.row_of_stickers {
        margin: 0 3em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    div.sticker {
        width: 90%;
        max-width: 15em;
        height: auto;
        padding: 0 0 0.5em 0;
        margin: 0.5em auto;
    }

    p.sticker_text {
        padding: 0.5em;
        font-size: 1.1em;
    }

    section.pp_form {
        margin-bottom: 2em;
    }

    h3.h3_pp {
        margin-left: 1.5em;
        font-size: 1.2em;
    }

    form.alternate_plan {
        width: 75%;
        margin: 0.5em auto;
        padding: 1em;
    }

    .pp_r1,
    .pp_r2 {
        flex-direction: column;
        gap: 0.2em;
    }

    .pp_r1 .pp_label,
    .pp_r2 .pp_label,
    .pp_r1 .pp_input,
    .pp_r2 .pp_input {
        width: 75%;
    }

    .pp_label {
        margin-bottom: 0;
    }

    .pp_r3 {
        flex-direction: column;
    }

    .pp_r3 .pp_label {
        margin-bottom: 0.5em;
    }

    textarea.pp_input {
        width: 75%;
        height: 8em;
    }

    button.pp_submit {
        margin-left: 75%;
        width: 20%;
        display: flex;
        justify-content: center;
    }
}