/* variables */
:root {
    /* bobs vars */
    --tahbg: #ad6227;
    --tahlight:#eedfc2;
    --tahdark:#4c3013;
    --tahwhite: #FFFFFF;
    --tahlightgreen:#99be92;
    --tahdarkgreen:#667264;
    --tahlightblue:#91bfc8;
    --tahdarkblue:#4f7177;

    /* andrews vars */
    --white: var(--tahwhite);
    --cream: var(--tahlight);
    --tannin: var(--tahbg);
    --coffee: var(--tahdark);
    --brown-grey: #483118AD;
    --off-white: #FEFFFF;
    --grey: #707070;
    --green-l: var(--tahlightgreen);

    --contain:1200px;

    --navbar-logo-width: 15rem;
    --navbar-margin: 3em;

    --swiper-navigation-color: #ffffff00 !important;
    --swiper-theme-color: #ffffff00 !important;
    --swiper-pagination-bullet-inactive-opacity: 1 !important;
    --swiper-pagination-bullet-inactive-color: var(--white) !important;
    --swiper-pagination-bullet-height: 1rem !important;
    --swiper-pagination-bullet-width: 1rem !important;
}
/* global stuff */
body, html {
    margin: 0;
    padding: 0;
}
body {
    margin-top:2rem;
}

.contain img {
    max-width:100%;
}

/* box model */
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

.contain, .contains {
    width:100%;
    max-width:1500px;
    margin:0 auto;
    padding:0 1rem;
    position:relative;
}
.contain.readable, .stay-content p {
    max-width:100ch;
    margin-left: auto;
    margin-right: auto;
}

.search h2 {
    text-align:center;
}

#content_page_header {
    display:flex;
    height:55vh;
    justify-content: center;
    align-items: center;
    position:relative;
}
#content_page_header img {
    width:100%;
    height:55vh;
    object-fit:cover;
    object-position:center;
    position:absolute;
    top:0;
    left:0;
}
.content_page_heading_wrap {
    color:white;
    filter:drop-shadow(0 0 5px black);
    transform:translateY(2rem);
}
.content_page_heading_wrap h1 {
    color:white;
}

img.pull-right {
    max-width: 50%;
    float:right;
    margin-left: 1rem;
    margin-bottom: 1rem;
}
img.pull-right::after {
    clear: both;
    content:'';
    display: block;
}
section {
    clear: both;
}


/* button styles */
.button {
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 28px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    /* biome-ignore lint: not solving now */
    justify-content: flex-start;
    line-height: 1.5;
    /* biome-ignore lint: not solving now */
    padding: 0.5em 2.75em;
    position: relative;
    vertical-align: top;
    margin: 0;
    text-decoration: none;
    font-weight:bold;
    font-family: "brother-1816", sans-serif;
    text-transform: uppercase;
}

a.button:hover {
    text-decoration: none !important; 
}

.is-cream, .is-cream2 {
    background-color: var(--cream);
    color: var(--coffee);
    /* font-family: "Shackleton",serif; */
    transition-duration: 0.3s;
}

.is-cream:hover {
    background-color: var(--tannin);
    color: var(--white);
}

.is-cream2:hover {
    background-color: var(--coffee);
    color: var(--white);
}

.is-white {
    color: var(--tannin);
    background-color: var(--white);
    /* font-family: "Shackleton",serif; */
}

.is-tannin {
    background-color: var(--tannin);
    color: var(--white);
    /* font-family: "Shackleton",serif; */
    transition-duration: 0.3s;
}

.is-tannin:hover {
    background-color: var(--coffee);
}

.is-green-l {
    background-color: var(--green-l);
    color: var(--white);
    /* font-family: "Shackleton",serif; */
    font-family: "brother-1816",sans-serif;
    transition-duration: 0.3s;
}

.is-green-l:hover {
    background-color: var(--coffee);
}

.allicons-search {
    margin-top: 11rem;
    margin-bottom: 3rem;
    text-align:center;
}
.allicons-search input {
    padding:0.75em 1.5em;
    font-size:1.3rem;
    border:none;
    background:white;
}

/* cards */
.card {
    width: 20rem;
    overflow: auto;
    clear: both;
    border: 0.25rem solid var(--cream);
    border-radius: 1rem;
    transition: 0.5s;
}

.card:hover {
    transform: scale(1.1);
}

.card img {
    width: 100%;
    height: 10rem;
    display: block;
}

.card > div {
    min-height: 6.5em;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    border-top: 0.25rem solid var(--cream);
    padding: 0 1rem;
}

/* core elements */
a {
    color: inherit;
}
.is-center-text {
    text-align:center;
}

p {
    /* margin: 0; */ /* NO */
    line-height:1.7;
}

p a, li a {
    color:var(--tahdarkgreen);
}
p a:hover {
    color:black;
    text-decoration:none;
}

h1,h2,h5 {
    font-family:"Shackleton",serif;
}
h3,h4,h6,body {
    font-family:"brother-1816",sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    line-height:1;
}

h1 {
    font-size:4rem;
    color:var(--tahlight);
    /* biome-ignore lint: not solving now */
    color:var(--coffee);
    font-weight:400;
}

h2 {
    font-size:2.5rem;
    color:var(--tahdark);
    font-weight:400
}

:is(h1,h2,h3,h4,h5,h6).reverse {
    color:white;
}

h3 {
   font-size:1.75rem;
   text-transform:uppercase; 
   color:var(--tahdark);
   font-weight:400;
   margin-bottom:1rem;
   margin-top:3rem;
}

h4 {
    font-weight:900;
    color:var(--tahbg);
    /* biome-ignore lint: not solving now */
    color:var(--tahdark);
    font-size:1.5rem;
    margin-bottom:1rem;
}
.card-listing h4 {
    margin-bottom:1em;
}
h5 {
    font-weight:400;
    color:var(--tahlightgreen);
}

h6 {
    font-weight:900;
    color:var(--tahdark);
}

img {
    object-fit: cover;
}

video {
    max-width:100%;
}

video.herovideo {
    width:100%;
    height:100vh;
    object-fit:cover;
    position:absolute;
    top:0;
    left:0;
}

video.hover_video.square {
    width: 100%;
    position: absolute;
    height: 100%;
    background: black;
    object-fit:cover;
    /* biome-ignore lint: not solving now */
    position: absolute;
    left: 0;
    right: 0;
}
.experience-images-image video {
    opacity:0;
    transition:opacity 0.3s ease;
}
.experience-images-image:hover video {
    opacity:1;
}


/* dropdown */
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown > p:hover {
    color:var(--cream);
    cursor:pointer;
}

.dropdown-content {
    /* display: none; */
    display:flex;
    position: absolute;
    z-index: 1;
    right: 0;
    /* biome-ignore lint: not solving now */
    right: -3rem;
    background-color: var(--tannin);
    border: 0.5rem solid var(--cream);
    border-top: none;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    opacity:0;
    pointer-events:none;
    /* transform:scale(1.7); */
    transition:all 0.2s ease;
}

.dropdown-content img {
    width: 15rem;
    object-fit: cover;
    border-radius: 0 0 0 1rem;
    height: auto;
}

.dropdown-content ul {
    width: 20rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 1rem;
    text-align: center;
}

.dropdown-content ul > a {
    margin: 2rem 0;
}

.dropdown-content li {
    /* display: block; */
    padding: 1rem;
    color: var(--white);
}

.dropdown:hover .dropdown-content {
    /* display: flex; */
    opacity:1;
    pointer-events:all;
    /* transform:scale(1); */
}

/* swiper styles */
.swiper-slide {
    text-align: center;
    font-size: 18px; /* fix me */

    /* Center slide text vertically */
    display: -webkit-box;
    /* biome-ignore lint: not solving now */
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.image-swiper .swiper-slide {
    width: 12rem;
}

.image-swiper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px;
}

.blog-swiper .swiper-pagination-bullet-active {
    border: 2px solid white;
}
.blog-swiper .swiper-pagination {
    position: unset !important;
    margin-bottom: 1.5rem;
}

/* section styling */
.nav-mobile {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--tannin);
    z-index: 100;
}

.nav-mobile ul {
    list-style: none;
    padding-left:0;
    margin: 0;
}

.nav-mobile-header {
    display: flex;
    align-items: center;
}

.nav-mobile-search {
    margin-left: 1.5rem;
}

.nav-mobile-search input {
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: calc(0.5em - 1px);
    align-items: center;
    border: 0px solid transparent;
    border-radius: 28px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    justify-content: flex-start;
    position: relative;
    vertical-align: top;
    margin: 0;
    text-decoration: none;
    font-weight:bold;
    width: 15rem;

    background-image: url("/templates/tah/assets/search.png");
    background-position: 0.2rem center;
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    text-indent: 0.75rem;
    transition: all 0.2s;
}

.nav-mobile-search input:focus {
    background-position: -2rem center;
    text-indent: 0;
}

.nav-mobile-search input::placeholder {
    color: var(--tannin);
    font-size: 0.9rem;
}

.nav-mobile-menu-button {
    margin-left: auto;
    background: none;
    border: none;
}

.nav-mobile-menu-button img {
    width: 3rem;
}

.nav-mobile-logo {
    position: absolute;
    top: 0;
    left: 2rem;
    border: 0.75rem solid var(--cream);
    border-top: none;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: var(--white);
}

.nav-mobile-logo img {
    margin-top: 0.25rem;
    width: 5rem;
    height: auto;
}

.nav-mobile-menu {
    display: none;
    background-color: var(--tahdarkgreen);
    text-align: center;
    flex-direction: column;
    gap: 0.8rem;
    padding: 0.8rem 0;
    font-weight: bold;
    color: var(--white);
    height: 100vh;
}

.nav-mobile-inner-menu {
    display: none;
    flex-direction: column;
    gap: 0.8rem;
    padding-top: 1rem;
    color: var(--cream);
}

ul.nav-mobile-menu a, .nmd2-button {
    font-size: 2rem;
    text-decoration: none;
    font-weight: bold;
    font-family: "brother-1816",sans-serif;
}

.nmd2-button {
    background: none;
    border: none;
    color: inherit;
    font-weight: inherit;
}

.nmd2-button img {
    height: 1em;
}

.nav-mobile-social-icons img {
    height: 2rem;
}

.nav-mobile-search {
    display: none;
}

.nmd-active .nav-mobile-header {
    border-bottom: 0.3rem solid var(--cream);
}

.nmd-active .nav-mobile-search {
    display: block;
}

.nmd-active .nav-mobile-menu {
    display: flex;
}

.nmd-active .nav-mobile-logo {
    display: none;
}

.nmd2-active .nav-mobile-inner-menu {
    display: flex;
}

.nav-desktop {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--tannin);
    z-index: 100;
}

.navbar {
    background-color: #333;
    color: var(--white);
    position: fixed;
    top: 0;
    width: 100%;
    /* biome-ignore lint: not solving now */
    background-color: var(--tannin);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}
.navbar a, .navbar .dropbtn  {
    color:white;
    text-decoration:none;
    font-weight:600;
}
.navbar a:hover {
    text-decoration:underline;
    color:var(--cream);
}
.card-listing a {
    text-decoration:none;
}

.navbar-center {
    width: var(--navbar-logo-width);
    visibility: hidden;
}

.navbar-logo-bg {
    height: 15rem;
    width: var(--navbar-logo-width);
    background-color: var(--white);
    position: fixed;
    z-index: 100;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) scale(1);
    border: 8px solid var(--cream);
    border-top-style: none;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    display:flex;
    justify-content: center;
    transform-origin: center top;
    transition:all 0.3s ease;
}
body.scrolled .navbar-logo-bg {
    transform: translate(-50%, 0) scale(0.6);
}

.navbar-logo-bg img {
    height: 13rem;
    width: auto;
}

.navbar-items-left {
    width: calc((100% - var(--navbar-logo-width)) / 2);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.navbar-items-right {
    width: calc((100% - var(--navbar-logo-width)) / 2);
    display: flex;
    align-items: center;
}

.navbar-item-right {
    margin-left: var(--navbar-margin);
    padding: 1rem 0;
}

.navbar-item-left {
    margin-right: var(--navbar-margin);
    padding: 1rem 0;
}

.navbar-items-right {
    position: relative;
}

.navbar-item-right button {
    background-color: transparent;
    border: none;
}

.nav-desktop-search {
    position: absolute;
    top: 4rem;
    left: 13rem;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    width:20ch;
}
.nav-desktop-search input {
    width:100%;
}

.desktop-search-active .nav-desktop-search {
    opacity: 100;
}

#search_icon {
    width:1.5rem;
    height:1.5rem;
}

.temp_and_desc {
    /* color: white; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* biome-ignore lint: not solving now */
    align-items: flex-start;  
    font-weight: normal;  
    font-size: .8rem;
}
.weather, .flex {
    display: flex;
    align-items:center;
    height: 1em;
}

.weather img.weather_icon {
    max-width: 3rem;
    margin-left:0.2rem;
}
.weather_icon_wrap {
    padding: 0.5em;
}

.home-main {
    height: 100vh;
    width: 100%;
    background-color: var(--cream);
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-main img {
    height: 100%;
    width: 100%;
    padding: 0.5%;
    filter: sepia(0.3) contrast(0.8) blur(0.3px) brightness(0.8) saturate(2.2);
}

.home-main-text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100px;
    color: var(--white);
    text-align: center;
}

.home-main-text-p {
    color: var(--white);
    text-shadow:0 0 5px black;
    font-size:6rem;
}

.experience-text {
    display: flex;
    justify-content: center;
}

.experience-text-container {
    display: flex;
    justify-content: center;
    width: 70rem;
    flex-wrap: wrap;
    text-align: center;
}

.experience-text-container p {
    width: 100%;
}

.experience-text-container h2 {
    margin: 5rem 2rem;
    /* biome-ignore lint: not solving now */
    margin: 5rem 0 1.5rem;
}

.experience-text-container .button {
    margin-top: 1rem;
    margin-bottom:5rem;
    text-decoration: none;
}

.experience-images {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1%;
    background-color: var(--cream);
    padding: 1rem 0;
}

.experience-images p {
    line-height:1;
}

.experience-images-container {
    width: calc((100% - 5%) / 4);
    overflow: hidden;
    cursor: pointer;


}

.experience-images-image {
    height: 28vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .5s;
    position: relative;
    text-align: center;
    color: white;
    /* biome-ignore lint: not solving now */
    transition: all .5s;
}

.experience-images-image img {
    filter: blur(2px);
}

.experience-images p {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    padding: 0 3rem;
    font-size: 2rem;
    font-family:"Shackleton",serif;
    text-shadow: 0 0 5px black;
    /* biome-ignore lint: not solving now */
    font-family: "brother-1816",sans-serif;
font-weight: 600;
backdrop-filter: brightness(.7) saturate(1.5);
margin: 0;
}

.experience-images-container:hover .experience-images-image {
    transform: scale(1.2);
}

.experience-images-container img {
    width: 100%;
    height: 100%;
}

section.events {
    background-image: url("/image/3/orginal");
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: var(--cream);
    /* biome-ignore lint: not solving now */
    display:block;
    flex-shrink: 1;
    overflow: hidden;
    text-align: center;
}

#event_list {
    background:var(--tahdarkgreen);
    color:white;
    padding: 2rem;
}
#event_list a {
    text-decoration:none;
}
.events-listing-date {
    text-align:center;
    flex-shrink:0;
    width:10rem;
}
.event-listing-info {
    flex-grow:1;
}
.events-listing-date p {
    font-family: "Shackleton",serif;
    line-height:1;
}
span.event_month {
    font-size: 1.7rem;
}
span.event_day {
    font-size: 2.4rem;
}

.events-header {
    text-align: center;
    width: 100%;
    margin: 5rem 0;
    color:var(--cream);
}

.events-listing-container {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.events-listing {
    max-width:80vw;
    width: 30rem;
    display: flex;
    justify-content: center;
    padding: 2rem 0;
    border: 5px solid #ffffff00;
    border-radius: 28px;
    transition-duration: 0.3s;
}

.events-listing:hover {
    background-color: var(--tahdarkgreen);
    border: 5px solid #A0BC9619;
    border-radius: 50px;
    box-shadow: 5px 5px 10px #00000070;
    transform: translate(0, -0.25rem);
}

.events-listing-date {
    font-size: 3rem;
    padding: 0 2rem;
    border-right: 5px solid var(--cream);
}

.event-listing-info {
    padding: 0 2rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.eli-header {
    width: 100%;
    min-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* biome-ignore lint: not solving now */
    font-family: 'brother-1816';
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
}
.events-listing p {
    margin:0.25rem 0;
}
.events .favorites_list a {
    text-decoration:none;
    color:white;
}
.event-listing-info p {
    width: 100%;
}
p.ev_location {
    color: var(--tahlight);
    display: flex;
    align-items: center;
    gap: 0.5em;
}
p.ev_location img {
    max-height:1em;
    object-fit:contain;
}
p.ev_details_link {
    display: flex;
    align-items: center;
    gap: 0.5em;
}
p.ev_details_link img {
    max-height:1.5em;
    object-fit:contain;
    transform:translateY(-0.15em);
}

.favorites_list.contain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tag_result_page .stay-content-container{
    /* padding-top:12rem; */
}

section.events a {
    /* margin: 5rem 0; */
}
section.events a[href="/events"] {
    margin:5rem 0;
}

/* note, want cream color only on top,
as to not have double cream at bottom with news */
section.blog {
    background-color: var(--cream);
    display: flex;
    padding-top: 0.5rem;
}

.member_hero_image {
    width:100%;
    object-fit:cover;
    max-height:60vh;
}

.member_details {
    display: flex;
    justify-content: center;
}

.member_description_full {
    width: 20rem;
}

.member_description_full p {
    text-align: center;
}

.member_details a {
    margin: 2rem 0;
}

.member_details ul {
    margin-bottom: 0;
}
.single_blog_wrap {
    margin-bottom:2rem;
    margin-top:2rem;
}

.blog-container {
    width: 100%;
    background-image: url("/image/9/orginal");
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.blog-header {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.blog-header h3 {
    color: white;
    

}
h1.blog-read {
    font-size:2.5rem;
    max-width: 16rem;
}

.bh-mobile {
    display: none;
}

.blog-cards {
    width: 60%;
}

.blog-cards .card {
    margin: 2rem 0;
}

.blog-swiper .swiper-slide {
    width: 20rem;
}

.blog-details {
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    background-color: var(--white);
    color: var(--coffee);
    border-top: 0.25rem solid var(--cream);
   
}

.blog-details h4 {
    width: 100%;
    padding-top: 1rem;
    margin: 0;
    /* biome-ignore lint: not solving now */
    padding-top:1rem;
    font-size:1rem;
    margin:0 0 0.5rem 0;
    width:100%;
}

.blog-details p {
    min-height: 3em;
    /* biome-ignore lint: not solving now */
    min-height: 2.1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    margin: 0 1rem;
    padding-top: 0.25rem;
    color: var(--coffee);
    font-size: 1.3rem;
    line-height:1;
}

.blog-details a {
    margin: 1rem 0;
}

.push-down-on-desktop {
    padding-top:12rem;
}

#related_tags {
    padding:2rem;
    background:var(--tahdarkgreen);
    color:white;
}
#related_tags h3 {
    text-align: center;
    color:white;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: bold;
    font-size:2rem;
    margin-bottom: 1em;
}
ul.tag_list {
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    gap:2rem;
    justify-content:flex-start;
    /* biome-ignore lint: not solving now */
    justify-content:center;
    flex-wrap: wrap;
    background:var(--tahdarkgreen);
    margin-left:auto;
    margin-right:auto;
}
ul.tag_list li {
    display:flex;
    justify-content: center;
    align-items:center;
    flex-direction: column;
    width: 11rem;
}
ul.tag_list li img {
    border-radius:100%;
    padding:1rem;
    width:7rem;
    height:7rem;
    background:var(--tahlight);
    object-fit:contain;
    object-position: center;
    transition-duration: 0.5s;
}
ul.tag_list li img:hover {
    transform: scale(1.2);
}
ul.tag_list a {
    text-align:center;
    text-decoration:none;
    font-size:1.4rem;
}
ul.tag_list p {
    margin-top:0;
}
ul.tag_list .tag_list_title {
    color:white;
}

.news {
    background-color: var(--cream);
    /* biome-ignore lint: not solving now */
    background-color:var(--tannin);
}

.news-container {
    padding: 0.5rem 0;
}

.news-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5rem 10rem;
    gap: 2rem;
    background-color: var(--tannin);
    max-width:1620px;
    margin-left:auto;
    margin-right:auto;
}

.news-collapse {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.section.news {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

#tag_results {
    margin-bottom:2rem;
}

.news-header {
    color: var(--cream);
}

.news-text {
    width: 40%;
    color: var(--cream);
}

.images {
    height: 20vh;
}

.image-swiper {
    width: 100%;
    height: 100%;
    margin: 2rem 0;
}

.facbook-text {
    color: var(--coffee);
}

.facebook-container {
    margin: 5vh 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.facebook-text {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
    text-decoration: none;
}

.facebook-text h3 {
    margin: 0;
    font-weight: bold;
}

.footer-links {
    background-color: var(--tannin);
}

.footer-links-container {
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    gap: 2rem;
}

.footer-links-container a:hover {
    text-decoration:underline;
    color:var(--cream);
}

.copyright {
    margin-top: 1rem;
    font-size: 0.8rem;
    margin-bottom: 0rem; 
}

footer p {
    margin:0;
}

.footer-links-container a {
    text-decoration: none;
    color: var(--white);
    font-weight:600;
}

.footer-links-images {
    height: 1.5em;
}

.footer-base {
    background-color: var(--cream);
}

.footer-base-container {
    padding: 2rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-base-container p {
    width: 100%;
    text-align: center;
}

.footer-base-container p:last-of-type {
    margin-top: 2rem;
}



.stay-hero img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    display: block;  
}
.stay-hero.single_blog img, .event_hero_image {
    height:50vh;
    width:100%;
    object-fit:cover;
}
.stay-hero.multiple_blog img {
    height:45vh;
}
section#events_intro {
    text-align:center;
    overflow: hidden;
    padding-bottom: 2rem;
}
.stay-content-container, .texture_bg {
    background-image: url("/image/13");
    background-size: cover;
}
.stay-content-container {

    display: flex;
}

.stay-content {
    /* margin: 0 2rem; */
    /* margin-bottom: 4rem; */
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 2rem;
}

.stay-content h2 {
    width: 100%;
    margin-bottom: 0.5rem;
}
.stay-content h1 {
    /* margin-bottom:0.5rem; */
    margin-top:0;
}

body.contact .article_wrap p, body.all h2 {
    text-align:center;
}

.member-details {
    background-color: var(--cream);
}

.space-above-and-below, .customform {
    padding-top:2rem;
    padding-bottom:2rem;
}

.allicons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    padding: 0 1rem;
    padding-top: 7rem;
    padding-bottom: 3rem;
    background-color: var(--tahdarkgreen);
}

.allicons-search {
    width: 100%;
}

.allicons-icon {
    text-align: center;
}

.allicons-icon img {
    width: 7rem;
    height: 7rem;
    background-color: var(--cream);
    border-radius: 50%;
}

/* forms */

.news h3 {
    max-width:30ch;
    margin:0 !important;
    font-weight:bold;
}

#moose_form_form, #contact-us-form_form_widget {
    max-width:30ch;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}
#moose_form_form h2, #contact-us-form_form_widget h2 {
    text-align:center;
}

#moose_form_form label, #contact-us-form_form_widget label {
    display:block;
    font-weight:bold;
    margin-bottom:0.5em;
    margin-top:1em;
}

#contact-us-form_form_widget label {
    margin-top: 0em;
}

#contact-us-form_form_widget .form_field.field {
    padding-top: 25px;
}

#moose_form_form :is(input, textarea), #contact-us-form_form_widget :is(input,textarea) {
    border-radius:2rem;
    border:1px solid #666;
    padding:1rem;
    width:100%;
    display:block;
}
#moose_form_form :is(input, textarea, select, option)::placeholder, #contact-us-form_form_widget :is(input, textarea, select, option)::placeholder{
    opacity:0.5;
    text-transform:uppercase;
}
#mc-embedded-subscribe-form input {
    border-radius:2rem;
    border:none;
    /* border:1px solid #666; */
    padding:1rem;
    width:100%;
    display:block; 
    font-size:1rem;
    /* biome-ignore lint: not solving now */
    padding:0.5em 2.75em;
    font-family:'brother-1816',sans-serif;
    text-align: center;
}
#mc-embedded-subscribe-form button {
    border:none;
    outline:none;
    padding: 0.5em 2.75em;
}
#mc-embedded-subscribe-form input::placeholder {
    /* opacity:0.5; */
    text-transform:uppercase;  
    font-weight:bold;
    color:var(--tannin);
}
#mc-embedded-subscribe-form input[name=EMAIL] {
    min-width:20ch;
}

div#mce-success-response {
    color: white;
    background: var(--tahdark);
    padding: 0.75em 1em;
    border-radius: 2rem;
    font-size: 1;
}

/* end forms */

.home .favorites_list.contain {
    flex-direction:row;
}

.event_hero_image_single img {
    width: 100%;
    height: 55vh;
}

@media only screen and (max-width: 1160px) {
    .favorites_list.contain {
        flex-direction:column;
    }
    .push-down-on-desktop {
        padding-top:3rem;
    }
    .nav-desktop {
        display: none;
    }

    .nav-mobile {
        display: unset;
    }

    .experience-text-container {
        width: 90%;
    }

    .experience-text-container h2 {
        margin: 2rem 0;
    }

    .experience-images {
        flex-wrap: wrap;
    }

    .experience-images-container {
        width: 100%;
        padding-bottom: 1em;
    }

    .experience-images-container:last-of-type {
        padding-bottom: 0;
    }

    .events-listing-container {
        flex-wrap: wrap;
    }

    .blog-header {
        width: 100%;
    }

    .blog-header a {
        display: none;
    }
    
    .blog-header h3 {
        margin-bottom: 0;
    }
    
    .bh-mobile {
        display: unset;
        margin-bottom: 1.5rem;
    }
    
    .blog-cards {
        width: 100%;
    }

    .news-content {
        width: 100%;
        flex-wrap: wrap;
        padding: 2rem 1rem;
        text-align: center;
        justify-content: center;
    }

    .news-text {
        width: 80%;
    }

    .facebook-text {
        margin: 0;
    }

    .facebook-container a:last-child {
        /* display: none; */
    } 

    .footer-links {
        display: none;
    }
}
/* section styling - mobile support */
@media only screen and (max-width: 1160px) {
    html {
        font-size:14px;
    }
    
}

@media only screen and (max-width: 768px) {

    html {
        font-size: 12px;
    }
    
    .nav-mobile ul {
        padding-top: 5rem;
    }

    .news-collapse {
        gap: 1rem;
    }

    .events-header {
        margin-bottom: 2rem;
    }

    section.events a {
        margin: 3rem 0;
    }

    .events .favorites_list a {
        margin: 1rem 0;
    }

    .events-listing-date {
        width: 30%;
        padding: 0 1rem;
    }

    .event-listing-info {
        padding: 0 1rem;
    }
    h1 {
        font-size:3rem;
    }
    body.blog .stay-hero h1 {
        margin-bottom:0px;
    }
}

/* hide blog intros */
body.blog .stay-hero .long_intro_wrap {
    display:none;
}

/* generic holders */
.card-listing {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 1rem;
    justify-content: center;
}

a, .internal_anchor {
    scroll-margin:6rem;
}