:root {
    --text-color: #333;
    --text-color-secondary: #086790;
    --background-dark: #f3f3f3;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Nunito';
}
html {
    overflow-x: hidden;
}
body, html {
    position: relative;
    max-width: 100vw;
}
footer {
    text-align: center;
    padding: 1rem 0.5rem 0.5rem 0.5rem;
}
footer p, footer a {
    color: #fff;
    text-decoration: none;
    margin: 0;
    font-size: 1rem;
}
footer > div {
    margin: 0.5rem 0;
}
footer > div > a {
    margin: 0 1rem;
}

/* Floating Menu */
.floating-menu {
background: yellowgreen;
z-index: 100;
position: fixed;
bottom: 10px;
right: 0px;
padding: 10px 0px 0px 0px;
border-radius: 5px 0px 0px 5px;
}
​
.floating-menu a {
display: block;
} 
  
.banner-404 {
    margin: 3rem;
    text-align: center;
}  

.banner-404 h1 {
    color: #990000;
}

.page {
    padding: 3rem;
    text-align: left;
}

.page h1 {
    margin-bottom: 3rem;
}

.page h2 {
    font-family: 'Nunito';
}

.page h2, .page h3, .page h4, .page h5, .page h6 {
    text-align: left;
}

.page h3 {
    margin-bottom: 1rem;
}

.page ul {
    margin-left: 30px;
}

.page > ul {
    margin-bottom: 1rem;
}

/*Pagination */
.listing-pagination {
    text-align:center;
}
.listing-pagination ul.pagination {
    list-style: none;
    display: inline-flex;
}

.listing-pagination .page-item {
    padding: 5px;
    margin: 5px;
    min-width:30px;
}

.listing-pagination .page-item:not(.active) {
    background-color: var(--text-color-secondary);
}

.listing-pagination .page-item:not(.active) a,
.listing-pagination .page-item:not(.active) span {
    color: #fff;
    text-decoration: none;
}

.listing-pagination .page-item.active {
    border: 2px solid var(--text-color-secondary);
}

/* Fonts */
h1,h3,h4,h5,h6,p,a {
    font-family: "Nunito";
    color: var(--text-color);
}
h2, .subtitle {
    font-family: 'Lemon Tuesday';
    color: var(--text-color-secondary);
}
h1, h2 {
    font-size: 3.9rem;
    text-align: center;
}
.page h2 {
    font-size: 2.5rem;
    text-align: left;
}
h3 {
    font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 4rem;
}
h4 {
    font-size: 1.8rem;
}
h5 {
    font-size: 1.6rem;
}
h6 {
    font-size: 1.2rem;
}
p {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 2rem ;
}
a {
    cursor: pointer;
}
#nav-menu a.active {
    font-weight: bolder !Important;
}
.subtitle {
    font-size: 1rem;
    margin: 0.5rem 0;
    font-weight: 300;
}
.button-blue, .button-green {
    color: #fff;
    padding: 0.3rem 3rem;
    border: none;
    font-size: 1rem;
    border-radius: 2rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}
.button-green {
    background-color: #28633e;
}
.button-blue {
    background-color: var(--text-color-secondary);
}
a:has(button) {
    text-align: center;
    display: flex;
    justify-content: center;
    text-decoration: none;
}

/**/
#Hero {
    width: 100%;
    position: relative;
}
#HeroImg, #HeroImg img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
#PageHeroImg, #PageHeroImg img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: center;
}
#HeroLogo {
    position: absolute;
    top: 5%;
    left: 1%;
    z-index: 2;
}
#HeroLogo img {
    width: 35vw;
}
header {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: absolute;
    background-color: #fff;
    width: 100%;
    z-index: 1;
}
nav.dm-nav {
    width: max-content;
    margin-left: auto;
    border-bottom: none;
}
ul.dm-nav-menu a{
    font-size: 1rem;
    font-weight: 600;
}
header div, header img {
    height: 60px;
}
header div {
    margin: 0.7rem 0 0.7rem 2rem;
}
.headings {
    padding: 4rem 0 6rem 0;
}
.content {
    padding: 1rem 4vw;
}
.content ul {
    margin: 1.5rem;
}
.content > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content div:has(>img) {
    width: 100%;
    max-width: 640px;
}
.content div > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.divider, .divider img {width: 100%;height: fit-content;}
.background-dark {
    background-color: var(--background-dark);
}
.background-blue {
    background-color: var(--text-color-secondary);
}
/**/
.list-container {
    padding: 2rem 2rem;
}
.list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
}
.list:last-child {
    margin-bottom: 0;
}
.list h3 {
    margin-bottom: 1rem;
}
.list > div, .list > a {
    max-width: 1366px;
    width: 100%;
}
.list > div {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    padding: 1rem;
}
.list > div > div:first-child {
    width: 450px;
    height: 300px;
    flex-shrink: 0;
    margin-right: 1rem;
}
.list > div > div:first-child > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list > a > .button-blue {
    border-radius: 0;
    width: 100%;
}

/**/
.location-container {
    margin-bottom: 1rem;
}
.location-card {
    padding: 0.7rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    break-inside: avoid;
}
.location-card > div:has(>img) {
    max-width: 640px;
    max-height: 480px;
    width: 100%;
    aspect-ratio: 4/3;
}
.location-card div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    aspect-ratio: 4/3;
}
.location-card button, .location-card h6,
.location-card h3 {
    margin: 0.5rem;
}

/**/
.details {
    overflow: visible;
}
.details > div {
    break-inside: avoid;
}
.details img {
    border: var(--background-dark) 0.7rem solid;
    box-shadow: 0 0 0 1px #bbb ;
    object-fit: cover;
}
.details > div:has(>img) {
    aspect-ratio: 4/3;
    margin-bottom: 1rem;
    height: auto;
}
.details > div:first-child > *:last-child {
    margin-bottom: 2rem;
}
.details.column-4 > div:last-child{
    margin-bottom: 0;
}
.details > div:first-child > p:has(a) {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.content.details div:has(>img),
.content.details > div:last-child > a {
    margin-bottom: 2rem;
}
.details h3 {
    margin: 2rem 2rem 2rem 0;
}
.details h3:first-child {
    margin-top: 0;
}

/**/
nav.filter {
    background-color: #fff;
    border: #bbb 1px solid;
    margin-right: 2rem; 
}
.filter  > a,
.filter  > p {
    background-color: #fff;
    padding: 0 0.5rem;
    font-size: 1rem;
    color: var(--text-color-secondary) !important;
    padding: 0.5rem;
}
.filter p {
    margin: 0;
}

@media (hover: hover) and (pointer: fine) and
(min-width: 800px) {
    .filter .dm-nav-menu:hover,
    .filter > a:hover + .dm-nav-menu,
    .filter > p:hover + .dm-nav-menu {
        max-height: 1000vh;
        visibility: visible;
    }
}
.filter .dm-nav-menu.dm-nav-open {
    max-height: 1000vh;
    visibility: visible;
}
.filter .dm-nav-menu {
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    top: 100%;
    left: 0;
    
    margin: 0;

    display: flex;
    flex-direction: column;

    max-height: 0;
    transition: max-height var(--dropdown-speed) ease-in;
}
.filter .dm-nav-menu,
.filter ul.dm-nav-menu > li {
    background-color: #fff !important;
    border-top: #bbb 1px solid !important;
    border-bottom: none !important;
    width: 100% !important;

    box-shadow: #888 0 1px 2px 0;
}
.filter ul.dm-nav-menu > li {
    justify-content: left !important;
}
.filter ul.dm-nav-menu > li > a {
    margin-left: 8px;
    margin-right: 8px;
}
.filter ul.dm-nav-menu > li > a,
.filter ul.dm-nav-menu > li > a {
    height: 40px;
    font-size: 1rem;
    color: var(--text-color-secondary) !important;
}

/**/
.column-2 {
    columns: 2;
    column-gap: 1rem;
}
.column-4 {
    columns: 4;
    column-gap: 2vw;
}

/* Desktop */
@media (max-width: 1707px) and
(min-width: 1280px) {
    .content > div:first-child > h3:first-child {
        column-span: all;
    }
}
@media (min-width: 1280px) {
    .hideDesktop {
        visibility: hidden !important;
        position: absolute !important;
    }
    ul.dm-nav-menu {
        margin-right: 4rem !important;
    }
}
/* Smaller than Desktop */
@media (max-width: 1279px) {
    .list > div {
        flex-direction: column;
        align-items: center;
    }
    .list > div > div:first-child {
        height: auto;
        width: 100%;
        aspect-ratio: 3/2;
        margin-right: 0;
    }
    .list, .list div, .list a, .list button {
        break-inside: avoid;
    }

    #HeroImg, #HeroImg img, #PageHeroImg, #PageHeroImg img {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center;
    }

    header {
        position: relative;
    }    

    .page {
        padding: 1.5rem;
    }
}
/* Tablet */
@media (max-width: 1279px) and 
(min-width: 800px) {
    .hideTablet {
        visibility: hidden !important;
        position: absolute !important;
    }

    /* Font */
    h2 {
        font-size: 3.5rem;
    }

    .page h2 {
        font-size: 2.5rem;
    }
    
    /**/
    .content {
        padding: 1rem 4rem;
    }
    .details.content > div:last-child {
        padding-top: 2rem;
    }
    .details.content.column-4 > div:last-child {
        padding-top: 0;
    }
    section.column-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    section.column-2 > div:first-child {
        columns: 2;
        column-gap: 2rem;
    }
    section.column-2 > div:first-child > h3 {
        column-span: all;
    }

    /**/
    
    .list-container {
        columns: 2;
        column-gap: 2rem;
    }

    /**/
    .column-4 {
        columns: 2;
    }
}
/* Larger then Mobile */
@media (min-width: 800px) {
    ul.dm-nav-menu {
        margin: 1rem ;
    }
}
/* Mobile */
@media (max-width: 799px) {
    .hideMobile {
        visibility: hidden !important;
        position: absolute !important;
    }

        /* Fonts */
    h1 {
    font-size: 1.8rem;
    }
    h2, .page h2 {
    font-size: 1.6rem;
    }    
    h3 {
    font-size: 1.5rem;
    margin-bottom: 3rem;
    }
    .page h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    }    
    h4, .page h4 {
    font-size: 1.3rem;
    }
    h5, .page h5 {
    font-size: 1.1rem;
    }
    h6, .page h6 {
    font-size: 1rem;
    }
    p {
    font-size: 1.1rem;
    line-height: 1.4;
    margin: 2rem 0;
    }
    .subtitle {
    font-size: 0.9rem;
    margin: 0.5rem 0;
    font-weight: 300;
    }
    .button-blue {
    padding: 0.3rem 3rem;
    border-radius: 2rem;
    font-weight: 700;
    }

    /**/
    
    .content {
        padding: 1rem;
    }

    .column-2, .column-4 {
        columns: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .headings {
        padding: 2rem 1rem 1.5rem 1rem;
    }

    .details h3 {
        margin: 2rem 0 2rem 0;
        text-align: center;
    }
}
@media screen and (max-width: 799px) and (min-width: 640px){
    .page-index .column-2, .page-index .column-4 {
        columns: 2;
        column-gap: 2vw;
        display: block;
    }
}
@font-face {
    font-family: Lemon Tuesday;
    src: url(../fonts/Lemon\ Tuesday.otf);
}