#img-icon-facebook {
    height: 25px;
}
#img-logo-corner {
    height: 125px;
}
#img-visit-madison {
    height: 50px;
}
#section-nav-top {
    color: #666666;
    font-size: 16px;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#section-nav-top .nav-logo {
    flex: 0 0 auto;
    padding-left: 0.5cm;
    padding-right: 0.5cm;
}
#section-nav-top .nav-menu {
    flex: 1 1 auto;
    text-align: right;
    padding-left: 0.5cm;
    padding-right: 0.5cm;
}

/* Dropdown Cabin Menu */
nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
nav > ul li {
    display: inline-block;
    position: relative;
}
nav > ul li a {
    display: block;
    padding: 10px;
}
nav > ul li ul.dropdown {
    display: none;
    list-style: none;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 3cm;
    z-index: 999;
}
nav > ul li:hover ul.dropdown {
    border-bottom: 1px solid #006000;
    border-left: 1px solid #006000;
    border-right: 1px solid #006000;
    display: block;
    background-color: white;
    padding: 0 1cm 0 0;
}
nav > ul li ul.contactbox {
    display: none;
    list-style: none;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 999;
}
nav > ul li:hover ul.contactbox {
    border-bottom: 1px solid #006000;
    border-left: 1px solid #006000;
    border-right: 1px solid #006000;
    display: block;
    background-color: white;

    width: 6cm;
    font-size: smaller;
    text-align: right;
    padding: 0;
    right: 0;
}

* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

a         { text-decoration: none; color: #006000; }
a:hover   { text-decoration: underline; }
a:visited { color: #006000; }

/* Lodgify booking widget */
:root {
    --ldg-bnb-background: #ffffff;
    --ldg-bnb-border-radius: 0.42em;
    --ldg-bnb-box-shadow: 0px 24px 54px 0px rgba(0, 0, 0, 0.1);
    --ldg-bnb-padding: 14px;
    --ldg-bnb-input-background: #ffffff;
    --ldg-bnb-button-border-radius: 3.58em;

    --ldg-bnb-color-primary: #006000;
    --ldg-bnb-color-primary-lighter:#80b080;
    --ldg-bnb-color-primary-darker: #003000;
    --ldg-bnb-color-primary-contrast: #ffffff;
    --ldg-component-calendar-cell-selection-bg-color: #006000;
    --ldg-component-calendar-cell-selection-color: #ffffff;
    --ldg-component-calendar-cell-selected-bg-color: #80b080;
    --ldg-component-calendar-cell-selected-color: #ffffff;
    --ldg-bnb-font-family: inherit;
}
#lodgify-book-now-box {
    width: 100%;
}
.lodgify-widget-wrapper {
    width: 100%;
}
.lodgify-fallback {
    width: 100%;
    box-sizing: border-box;
    padding: var(--ldg-bnb-padding);
    border: 1px dashed var(--ldg-bnb-color-primary-lighter);
    border-radius: var(--ldg-bnb-border-radius);
    background: var(--ldg-bnb-background);
    color: var(--ldg-bnb-color-primary-darker);
    font-style: italic;
    text-align: center;
}
.lodgify-fallback a {
    font-weight: bold;
}
#ldg-book-now-box-date-picker {
    width: max-content !important;
    width: fit-content !important;
    max-width: 90vw !important;
}
[data-radix-popper-content-wrapper] {
    width: max-content !important;
    width: fit-content !important;
    max-width: 90vw !important;
}
