:root {
    --main-width: 1200px;
    --side-width: 300px;
    --side-width-small: 200px;
    --side-height-small: 200px;
    --mid-device-main-width: 100vw;
    --mid-device-side-width: 100px;
    --mid-device-side-width-small: 200px;
    --mid-device-side-height-small: 200px;
    --mobile-main-width: 100vw;
    --mobile-side-width: 25px;
    --mobile-side-width-small: 200px;
    --mobile-side-height-small: 200px;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    width: 100%;
}

select, option {
    /* -webkit-appearance:none; */
    border: 1px solid black;
    border-radius: 0px;
    padding: 5px;
    background-color: white !important;
    color: black !important;
}

@view-transition {
    navigation: auto;
}

@keyframes move-out {
    from {
        transform: translateY(0%);
    }

    to {
        transform: translateY(-100%);
    }
}

@keyframes move-in {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0%);
    }
}

/* Apply the custom animation to the old and new page states */

::view-transition-old(root) {
    animation: 0.4s ease-in both move-out;
}

::view-transition-new(root) {
    animation: 0.4s ease-in both move-in;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: white;
    align-items: center;
}

.left {
    grid-column: 1 / span 2;
    justify-self: start;
    height: 100%;
    width: 100%;
    min-width: var(--side-width);
}

.center {
    grid-column: 3;
    justify-self: center;
    height: 100%;
    width: 100%;
}

.right {
    grid-column: 4 / span 2;
    justify-self: end;
    height: 100%;
    /*width: var(--side-width);*/
    width: 100%;
    text-align: right;
}

.left-center {
    grid-column: 1 / span 3;
    height: 100%;
    width: 100%;
}

.center-right {
    grid-column: 3 / span 2;
    height: 100%;
    width: 100%;
}

.left-center-right {
    grid-column: 1 / span 5;
    height: 100%;
    width: 100%;
}

header {
    height: 100px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    transition: height 0.2s;
}

    header.small {
        height: 50px;
    }

        header.small img {
            width: 30px;
            height: 30px;
        }

        header.small .center {
            height: 30px;
            align-items: center;
        }

#expanded-menu {
    grid-column: 1 / span 5;
    position: absolute;
    height: 140px;
    width: 100%;
    background-color: #ededeb;
    top: 100px;
    transition: all 0.1s;
}

    #expanded-menu.collapsed {
        opacity: 0;
        display: none;
    }

    #expanded-menu.small {
        margin-top: 0px;
    }

a {
    text-decoration: none;
    color: black;
}

header .main p {
    min-width: 75px;
    font-family: Gotham;
    font-weight: 500;
    font-size: 10pt;
    text-align: center;
}

    header .main p:hover {
        font-weight: bold;
    }

header p a {
    padding: 10px;
    color: black;
    text-decoration: none;
}

header .center {
    display: flex;
    justify-content: space-between;
    height: 80px;
}

header .main {
    display: flex;
    gap: 20px;
    align-items: center;
}

    header .main > div {
        cursor: pointer;
        position: relative;
    }

        header .main > div ul {
            display: none;
            position: absolute;
            top: 25px;
            width: 200px;
            color: black;
            padding: 20px;
            font-family: Gotham;
            font-size: 9pt;
        }

        header .main > div.open ul {
            display: block;
            list-style: none;
            z-index: 1;
            padding-left: 0px;
        }

            header .main > div.open ul li {
            }

            header .main > div.open ul a {
                line-height: 15px;
                padding-left: 0px;
                color: black;
                text-decoration: none;
            }

                header .main > div.open ul a:hover {
                    font-weight: 800;
                }

main {
    /*max-width: var(--main-width);*/
    /*margin: 0 auto;*/ /* Centers the container on the page */
    width: 100%;
    display: flex;
    overflow-x: hidden;
}

.grid {
    display: grid;
    grid-template-columns: 1fr var(--side-width) minmax(0, var(--main-width)) var(--side-width) 1fr;
    /*margin: 0 auto;*/ /* Centers the container on the page */
    width: 100%;
    align-items: center;
    align-content: center;
    /*overflow: hidden;*/
}

header {
    background-color: #eeedeb;
    /*margin: 0 auto;*/ /* Centers the container on the page */
}

main {
    /*margin: 0 auto;*/ /* Centers the container on the page */
}

footer {
    /*margin: 0 auto;*/ /* Centers the container on the page */
    padding-top: 20px;
}

header .fill {
    justify-self: center;
}


/*main > div {
    display: grid;
    grid-template-columns: var(--side-width) 1fr var(--side-width);
    max-width: var(--main-width);
    height: 130px;
    width: 100%;
    align-items: center;
}
*/

.grey-background {
    background-color: #ecebe9;
}

.white-background {
    background-color: white;
}

p {
    text-align: justify;
    margin: 0px;
    margin-bottom: 10px;
    padding-top: 10px;
    font-family: 'Helvetica Neue LT Pro';
    font-weight: normal;
    font-style: normal;
    font-size: 12pt;
}
p a {
    margin-left: 5px;
}

strong {
    margin-left: 5px;
    margin-right: 5px;

}

li {
    font-family: 'Helvetica Neue LT Pro';
    margin: 15px;
}

h1, h2, h3, h4 {
    text-transform: uppercase;
}

h1, h2 {
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    font-family: Gotham;
    font-weight: 300;
    font-size: 40pt;
    margin-bottom: 30px;
}

    h2:nth-child(n + 2) {
        margin-top: 30px;
    }

h3 {
    font-family: Gotham;
    font-weight: 300;
    font-size: 24pt;
    margin-bottom: 5px;
    margin-top: 40px;
}

h4 {
    font-family: 'Helvetica Neue LT Pro';
    font-weight: normal;
    font-style: normal;
    font-size: 13.75pt;
}

h5 {
    font-family: 'Minion Pro';
    font-size: 24pt;
}

ul {
    font-family: 'Helvetica Neue LT Pro';
    font-weight: normal;
    font-style: normal;
    font-size: 14pt;
}

    ul li {
        /*line-height: 2;*/
    }

.right-align {
    text-align: right;
}

.left-align {
    text-align: left;
}

.height-100px {
    height: 100px;
}

.right-aligned-text {
    margin-left: 0;
    margin-right: auto;
    text-align: right;
}


.white-spacer {
    width: 100px;
    height: 2px;
    background-color: white;
}


.black-spacer {
    width: 100px;
    height: 2px;
    background-color: black;
    margin: 10px;
    margin-left: 0px;
    /*margin-top: 50px;
    margin-bottom: 50px;*/
}


.grey-background {
    background-color: #ecebe9;
}


.floating-image {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}


.full-black-spacer {
    border-bottom: 1px solid black;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 1px;
}

#panel-overview {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;    
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    font-family: 'Helvetica Neue LT Pro';
    font-weight: 500;
    font-style: normal;
    font-size: 12pt;
}

#panel-overview.short {
    justify-content: flex-start;
}

    #panel-overview > div {
        max-width: 250px;
        margin-top: 20px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-top: 1px solid black;
    }

    #panel-overview img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #panel-overview > div > p {
        margin: 10px;
        text-decoration: none;
        color: black;
    }

#contact > h2 {
    margin-top: 50px;
}

#contact-table {
    display: flex;
    align-items: flex-end;
    margin-bottom: 50px;
}

    #contact-table #column-1 > p {
        padding-top: 0px;
        padding-bottom: 5px;
        padding-right: 100px;
    }

    #contact-table #column-1 {
        display: grid;
    }

    #contact-table #column-2 {
        display: grid;
        grid-template-columns: 20px 1fr;
    }

        #contact-table #column-2 .email {
            text-align: right;
        }

#image-bottom {
    width: 100%;
    background-image: url(/hs-images/1920/jute-dark.avif);
    background-size: cover;
    height: 200px;
    color: white;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 20px;
    font-family: 'Helvetica Neue LT Pro';
    font-weight: 500;
    font-style: normal;
    font-size: 12pt;
}

#image-bottom > p {
    margin: 0px;
    margin-right: 50px;
}

.high-spacer {
    height: 200px;
    display: block;
}

.half-spacer {
    height: 100px;
    display: block;
}

.quarter-spacer {
    height: 50px;
    display: block;
}

.small-spacer {
    height: 10px;
    display: block;
}

.large-link {
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    text-decoration: none;
    color: black;
    font-family: 'Helvetica Neue LT Pro';
    font-weight: 500;
    font-style: normal;
    font-size: 12pt;
}

p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: manual;
    overflow-wrap: break-word;
}

.todo {
    color: magenta;
}

.hide {
    display: none !important;
}

.strong {
    font-weight: 600;
    /*padding:*/
}

.search {
    height: 80px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: end;
    padding: 30px;
}

.panel-spec-table {
    font-family: 'Helvetica Neue LT Pro';
    font-size: 12pt;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 30px;
}

    .panel-spec-table > * {
        padding: 10px;
        border-top: 1px solid black;
    }

        .panel-spec-table > *:nth-last-of-type(-n + 4) {
            border-bottom: 1px solid black;
        }

.dash-list {
    list-style-type: '- ';
}

.black-spacer {
    width: 50px;
}

.white-spacer {
    width: 50px;
}

.search {
    display: none;
}

.link-highlight {
    text-decoration: underline;
    font-weight: 700;
}

.left-side-image-control {
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr var(--side-width) minmax(0,var(--main-width)) var(--side-width) 1fr;
    grid-template-rows: 75px 1fr 1fr 75px;
    /* min-height: 500px; */
    /*height: 450px;*/
}

    .left-side-image-control > img {
        border: 10px solid #ecebe9;
        margin-left: -10px;
        object-fit: cover;
        grid-column: 2;
        height: 400px;
        width: 400px;
    }

    .left-side-image-control > .text-box {
        grid-column: 1 / span 5;
        grid-row: 2 / span 2;
        /*background-color: white;*/
        color: black;
        text-align: right;
        padding-top: 30px;
        padding-bottom: 130px;
    }

        .left-side-image-control > .text-box > div {
            /*width: 400px;*/
            display: grid;
            align-items: center;
            align-content: center;
            height: 100%;
            grid-template-columns: 1fr var(--side-width) minmax(0,var(--main-width)) var(--side-width) 1fr;
        }

            .left-side-image-control > .text-box > div h2 {
                grid-column: 3;
                grid-row: 3;
                padding: 0px;
                margin: 20px;
                margin-right: 0px;
                margin-left: 200px;
                /*max-width: 800px;*/
            }

            .left-side-image-control > .text-box > div h4 {
                grid-column: 3;
                padding: 0px;
                margin: 20px;
                margin-right: 0px;
                margin-left: 200px;
            }

            .left-side-image-control > .text-box > div .black-spacer,
            .left-side-image-control > .text-box > div .white-spacer {
                grid-column: 4;
                grid-row: 2;
                margin-left: 0px;
                align-items: center;
            }

    .left-side-image-control.two-images {
        overflow: visible !important;
        margin-bottom: 80px;
    }

        .left-side-image-control.two-images >.image-1
        {
            align-self: stretch;
            grid-column: 2;
            width: 500px;
            object-fit: cover;
            grid-row: 1 / span 3;
            border-bottom: 10px solid #ecebe9;
            margin-right: -175px;
        }

            .left-side-image-control.two-images > .image-2 {
                grid-column: 3;
                grid-row: 3 / span 2;
                width: 350px;
                height: 350px;
                z-index: 1;
                margin-left: -10px;
                border-left: 10px solid #ecebe9;
            }

        .left-side-image-control.two-images > .text-box > div h2,
        .left-side-image-control.two-images > .text-box > div h4 {
            margin-left: 345px;
        }


.right-side-image-control {
    /*overflow: hidden;*/
    display: grid;
    grid-template-columns: 1fr var(--side-width) minmax(0,var(--main-width)) var(--side-width) 1fr;
    grid-template-rows: 75px auto;
    min-height: 500px;
}

    .right-side-image-control > img {
        object-fit: cover;
        grid-column: 4;
        grid-row: 1;
        border: 10px solid #ecebe9;        
        height: 400px;
        width: 400px;
        margin-right: -10px;        
    }
    
    .right-side-image-control > .text-box {
        grid-column: 1 / span 5;
        grid-row: 2;
        /*background-color: white;*/
        color: black;
        text-align: left;
        padding-top: 30px;
        padding-bottom: 130px;
    }

        .right-side-image-control > .text-box > div {
            /*width: 400px;*/
            display: grid;
            align-items: center;
            align-content: center;
            height: 100%;
            grid-template-columns: 1fr var(--side-width) minmax(0,var(--main-width)) var(--side-width) 1fr;
        }

            .right-side-image-control > .text-box > div h2 {
                grid-column: 3;
                grid-row: 3;
                padding: 0px;
                margin: 20px;
                margin-left: 0px;
                margin-right: 200px;
            }

            .right-side-image-control > .text-box > div h4 {
                grid-column: 3;
                padding: 0px;
                margin: 20px;
                margin-left: 0px;
                margin-right: 400px;
            }

            .right-side-image-control > .text-box > div .black-spacer,
            .right-side-image-control > .text-box > div .white-spacer {
                grid-column: 2;
                grid-row: 2;
                margin-right: 0px;
                align-items: center;
                justify-self: end;
            }


    .right-side-image-control.two-images {
        overflow: visible !important;
        margin-bottom: 80px;
    }

        .right-side-image-control.two-images > .image-1 {
            grid-column: 3;
            justify-self: end;
            width: 350px;
            height: 350px;
        }

            .right-side-image-control.two-images > .image-1{
                z-index: 1;
            }

        .right-side-image-control.two-images > .text-box > div h2,
        .right-side-image-control.two-images > .text-box > div h4 {
            margin-right: 280px;
        }


.light-background {
    background-color: white;
}

.medium-background {
    background-color: #ecebe9;
}

.dark-background {
    background-color: #c8c7c3;
}

.brown-background {
    background-color: #38291b;
    color: white !important;
}

.green-background {
    background-color: #acada4;
    color: white !important;
}

@media (min-width: 1200px) {
    .left-side-image-control > img {
        width: 1000px;
        margin-left: -600px ;
    }
    
    .right-side-image-control > img {
        width: 1000px;
    }
    
    .left-side-image-control.two-images >.image-1 {
        width: 1000px;
        margin-left: -500px ;
    }

    .right-side-image-control.two-images >.image-2 {
        width: 1000px;        
    }
}

    .right-side-image-control > img {
        margin-left: -100px;
    }
@media (max-width: 1200px) {

    .left {
        grid-column: 1;
    }

    .center {
        grid-column: 2;
    }

    .right {
        grid-column: 3;
    }

    .left-center {
        grid-column: span 2;
    }

    .center-right {
        grid-column: span 2;
        height: 100%;
        width: 100%;
    }

    .left-center-right {
        grid-column: 1 / span 3;
        width: 100%;
    }

    main {
        max-width: var(--main-width);
        margin: 0 auto; /* Centers the container on the page */
        width: 100%;
    }

    .grid {
        grid-template-columns: var(--side-width) 1fr var(--side-width);
        max-width: var(--main-width);
        /*margin: 0 auto;*/ /* Centers the container on the page */
        /*overflow: hidden;*/
    }


    .half-spacer {
        height: 50px;
    }


    main {
        max-width: 100vw;
    }

    .grid {
        /*max-width: var(--mid-device-main-width);*/
        grid-template-columns: var(--mid-device-side-width) 1fr var(--mid-device-side-width);
    }

    .left {
        /*grid-column: 1 / span 2;*/
        min-width: var(--mid-device-side-width);
    }

    .right {
        /*width: var(--mid-device-side-width);*/
    }

    .left-side-image-control {
        grid-template-columns: var(--mid-device-side-width) 1fr var(--mid-device-side-width);
    }


        .left-side-image-control > img {
            grid-column: 1;
        }

        .left-side-image-control > .text-box {
            grid-column: 1 / span 3;
        }

            .left-side-image-control > .text-box > div {
                grid-template-columns: 1fr var(--mid-device-side-width);
            }

                .left-side-image-control > .text-box > div h2 {
                    grid-column: 1;
                    margin-left: 430px;
                }

        .left-side-image-control.two-images > .text-box > div h2,
        .left-side-image-control.two-images > .text-box > div h4 {
            margin-left: 600px;
        }


        .left-side-image-control > .text-box > div h4 {
            grid-column: 1;
            margin-left: 430px;
        }

        .left-side-image-control > .text-box > div .black-spacer,
        .left-side-image-control > .text-box > div .white-spacer {
            grid-column: 2;
        }


    .right-side-image-control {
        grid-template-columns: var(--mid-device-side-width) 1fr var(--mid-device-side-width);
    }

        .left-side-image-control.two-images >.image-1 {
            grid-column: 1;
            margin-left: -200px;
        }

        .left-side-image-control.two-images >.image-2 {
            grid-column: 2;
        }

        .right-side-image-control > .text-box {
            grid-column: 1 / span 4;
        }

            .right-side-image-control > .text-box > div {
                grid-template-columns: var(--mid-device-side-width) 1fr;
            }

                .right-side-image-control > .text-box > div h2 {
                    grid-column: 2;
                    margin-right: 300px;
                    grid-row: 3;
                }

        .right-side-image-control.two-images > .text-box > div h2,
        .right-side-image-control.two-images > .text-box > div h4 {
            margin-left: 0px;
        }

        .right-side-image-control > .text-box > div h2 {
            margin-right: 400px;
        }
        .right-side-image-control > .text-box > div h4 {
            grid-column: 2;
            margin-right: 400px;
            grid-row: 1;
        }

        .right-side-image-control > .text-box > div .black-spacer,
        .right-side-image-control > .text-box > div .white-spacer {
            grid-column: 1;
            grid-row: 4;
        }

          .right-side-image-control.two-images > .text-box {
            grid-column: 1 / span 4;
        }
}

@media (max-width: 1000px) {
    .left-side-image-control {
        grid-template-columns: var(--mid-device-side-width) var(--mid-device-side-width-small);
    }

        .left-side-image-control .text-box {
            grid-column: 1 / span 3;
            grid-row: 2 / span 2;
            /*background-color: white;*/
            color: black;
            text-align: right;
            height: auto;
            padding-bottom: 30px;
            flex-grow: 1;
        }


        .left-side-image-control > .text-box > div h4 {
            margin-left: 0px;
            grid-column: 2 / span 2;
            grid-row: 3;
            text-align: left;
        }
        .left-side-image-control.two-images > .text-box > div h2, 
        .left-side-image-control.two-images > .text-box > div h4
        {
            margin-left: 0px;
        }

        .left-side-image-control > .text-box > div .black-spacer,
        .left-side-image-control > .text-box > div .white-spacer {
            grid-column: 1;
            justify-self: end;
            margin-right: 0px;
            grid-row: 4;
        }

        .left-side-image-control > .text-box > div h2 {
            grid-row: 5;
            text-align: left;
            grid-column: 2 / span 2;
            margin-left: 0px;
        }

        .left-side-image-control .text-box > div {
            display: grid;
            align-items: start;
            align-content: end;
            grid-template-columns: var(--mid-device-side-width) 1fr var(--mid-device-side-width);
            grid-template-rows: 75px 250px 1fr;
        }

        .left-side-image-control.two-images .text-box > div {
            grid-template-rows: 75px 430px 1fr;
        }

    .right-side-image-control {
        grid-template-columns: var(--mid-device-side-width) 1fr var(--mid-device-side-width);
        /* grid-template-rows: 75px 100px auto; */
    }

        .right-side-image-control .text-box {
            grid-column: 1 / span 3;
            grid-row: 2 / span 2;
            color: black;
            text-align: right;
            height: auto;
            padding-bottom: 30px;
        }

        .right-side-image-control > .text-box > div h4 {
            grid-row: 3;
            text-align: left;
            margin-right: 250px;
        }

        .right-side-image-control > .text-box > div .black-spacer {
            grid-row: 4;
        }

        .right-side-image-control > .text-box > div h2 {
            grid-row: 5;
            text-align: left;
            grid-column: 2 / span 2;
            margin-right: 0px;
        }

        .right-side-image-control > .text-box > div h4 {
            margin-right: 0px;
        }

        .right-side-image-control .text-box > div {
            display: grid;
            align-items: start;
            align-content: end;
            grid-template-columns: var(--mid-device-side-width) 1fr var(--mid-device-side-width);
            grid-template-rows: 75px 250px 1fr;
        }

        .right-side-image-control img {
            margin-left: -300px;
            grid-column: 3;
        }

        .right-side-image-control.two-images .text-box > div {
            grid-template-rows: 75px 0px 1fr;
        }

        .left-side-image-control.two-images > .image-1 {
            grid-row:  1 / span 2;
            border-bottom: 10px solid white;
            margin-bottom: 75px;
        }

        .left-side-image-control.two-images > .image-2 {
            grid-row:  2 / span 2;
        }
}

@media (max-width: 800px) {

    .left-side-image-control .text-box > div {
        grid-template-columns: auto var(--mobile-side-width);
    }
 
   .right-side-image-control {
                grid-template-columns: var(--mobile-side-width) 1fr var(--mobile-side-width);
    }
.right-side-image-control .text-box > div
{
                grid-template-columns: var(--mobile-side-width) 1fr var(--mobile-side-width);
    }
    main {
        max-width: var(--mobile-main-width);
    }

    .grid {
        /*max-width: var(--mobile-main-width);*/
        /*grid-template-columns: var(--mobile-side-width) var(--mobile-main-width) var(--mobile-side-width);*/
    }

    .left {
        min-width: var(--mobile-side-width);
    }

    .right {
        min-width: var(--mobile-side-width);
    }

    img {
        /*max-width: 30vw;*/
    }

    .black-spacer {
        width: 50px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .white-spacer {
        width: 50px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #panel-overview {
        justify-content: space-around;
        grid-template-columns: 1fr 1fr;
    }

        #panel-overview > div > a {
            min-height: 40px;
            text-align: center;
        }
}

@media (max-width: 600px) {

    .grid {
        grid-template-columns: 5px 1fr 5px;
    }

    .center {
        width: calc(100vw - 2 * var(--mobile-side-width) );
    }
    
    p { /* HACK */
        margin-right: 10px;
    }

    #hubbub-acoustic-panel {
        overflow: auto;
    }

        #hubbub-acoustic-panel > #text-header {
            grid-row: 3;
            grid-column: 2 / span 3 !important;
        }

        #hubbub-acoustic-panel > ul {
            grid-column: 2 / span 3 !important;
        }

    #contact-table {
        margin-top: 50px;
        flex-direction: column;
        align-items: flex-start;
    }

     .right-side-image-control.two-images .text-box > div {
            grid-template-rows: 75px 130px 1fr;
        }
}


@media (max-width: 550px) {
    #natural-latex-text-box > div h2 {
        text-align: left;
    }
}

@media (max-width: 500px) {

    h2 {
        font-size: 27pt !important;
    }

    h3 {
        font-size: 18pt;
    }

    .logo img {
        width: 60px;
    }

    header .main {
        display: flex;
        gap: 0px;
        flex-wrap: wrap;
        padding: 0px;
        justify-content: flex-end;
    }

        header .main p {
            font-size: 0.6em;
            min-width: 10px;
        }

            header .main p a {
                padding: 2px;
            }

        header .main > div ul {
            left: 50%;
            transform: translateX(-50%);
        }

    .left-side-image-control img {
        grid-column: 1;
        margin-left: -10px;
    }

    .right-side-image-control img {
        border-right: 10px solid #ecebe9;
        grid-column: 1;
        margin-left: -10px;
    }
}

@media (max-width: 400px) {
    h2 {
        font-size: 20pt !important;
    }

    ul {
        padding-left: 0px;
    }
}

@media (max-width: 360px) {
    .logo img {
        width: 40px;
    }
}

language-selector {    
    position: relative;
  display: inline-block;
  font-family: Gotham;
  cursor: pointer;
}

language-selector .selected {
  display: flex;
  align-items: center;
  gap: 5px;

}

language-selector .selected p {
    display: flex;
    align-items: center;
}

language-selector svg
{
  width: 15px;
  height: 10px;
  }


language-selector .options {
  display: none;
  position: absolute;
  top: 100%;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0,0,0,.1);
  overflow: hidden;
  z-index: 1000;
}

language-selector .options p{
    min-width: unset;
    margin: unset;
    padding: unset;
}
language-selector .options div {
  background: #fff;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 6px 10px;
  cursor: pointer;
  min-height: 30px;
  min-width: 60px;
}

language-selector .options span {
}

language-selector .options div:hover {
  background: #f0f0f0;
}

language-selector.open .options {
  display: block;
}
