body,
h1,
h2,
h3,
h4,
h5 {
    font-family: Lato, sans-serif
}

body,
html {
    height: 100%
}

body,
h1,
h2,
h3,
h4,
h5 {
    font-size: 16px
}

body {
    margin: 0
}

#top,
#furnitureBottom div,
#gridBox div,
.wrap {
    position: relative
}

.mySlides {
    display: none
}

.menu li {
    display: inline;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 1.3vw;
    padding: 0 5px;
    white-space: nowrap
}

header ul {
    width: 65%;
    display: inline;
    top: 0px;
    right: 0;
    position: relative;
}

.menu {
    display: inline-flex;
    width: 60%;
    justify-content: space-between;
    font-size: 2vw;
    text-transform: uppercase;
    list-style-type: none;
}

li a {
    font-size: inherit;
    font-family: inherit;
    text-decoration: none;
    color: inherit
}

#slider {
    position: relative;
    width: 100%;
    height: 100vh
}

.left-right {
    position: absolute;
    top: 50%;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    cursor: pointer
}

.left {
    left: 10px
}

.right {
    right: 10px
}

#navbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    z-index: 1
}

#whiteBox {
    width: 32%;
    margin-left: 0;
    font-weight: 400;
    color: #000;
    font-size: 15pt;
    text-align: center;
    box-sizing: border-box;
    padding-right: 60px;
    padding-left: 90px;
    background-color: #fff;
    opacity: .55;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#textBox {
    width: 32%;
    margin-left: 0;
    font-weight: 400;
    color: #000;
    font-size: 15pt;
    text-align: center;
    box-sizing: border-box;
    padding-right: 70px;
    padding-left: 70px;
    line-height: 1.5;
    background-color: unset;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#whiteContainer {
    position: relative;
    width: 32%;
    margin-left: 0;
    font-weight: 400;
    color: #000;
    font-size: 15pt;
    text-align: center;
    box-sizing: border-box;
    padding-right: 75px;
    padding-left: 75px;
    line-height: 1.8;
    background-color: unset;
    opacity: 1
}

#logo {
    width: 200px;
    position: relative;
    left: 35px
}

#slogan {
    background-color: #f6f6f6;
    text-align: center;
    font-weight: lighter;
    padding: 35px 0
}

#slogan h1 {
    font-size: 40pt;
    color: #000;
    font-weight: lighter;
    margin: 0
}

#slogan h2 {
    font-size: 36pt;
    color: green;
    font-weight: lighter;
    margin: 0
}

#tilesBoxFlex,
#tilesBoxMid,
#tilesBoxRightTop {
    display: flex;
    flex-wrap: nowrap
}

#tilesBoxFlex div,
#tilesBoxFlex img {
    flex-grow: 1;
    flex-shrink: 1
}

#tilesBoxLeft,
#tilesBoxRight {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap
}

#tilesBoxLeftBottom,
#tilesBoxLeftTop,
#tilesBoxMidPic,
#tilesBoxTopL,
#tilesBoxTopR {
    margin: 0
}

#content p {
    text-align: center;
    font-size: 16pt;
    width: 60%
}

#content h2 {
    text-align: justify;
    margin-right: auto;
    margin-left: auto;
    text-align-last: justify;
    font-size: 30pt;
    width: 70%
}

#furnitureBottom {
    display: flex
}

#furnitureBottom span {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 25px;
    color: #fff
}

#furnitureBottom img {
    width: 100%
}

#footerTop {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f6f6f6;
    align-items: center;
    justify-content: center
}

#footerTop * {
    flex-grow: 1
}

#footerTop div {
    color: #02207a
}

#green {
    color: #04af4e
}

#cent1,
#cent2,
#cent3 {
    text-align: center
}

#address {
    display: inline-block;
    position: relative;
    top: 10px;
    text-align: left !important;
    line-height: 2
}

#cent1 {
    display: inline-block
}

#footerBottom {
    background-color: #02207a
}

#Copyright {
    float: right;
    color: #fff
}

#cent2>span:nth-child(2) {
    position: relative;
    top: -15px
}

#cent3 img {
    position: relative;
    top: 10px
}

#furnitureBottom>div:nth-child(4)>span:nth-child(2) {
    bottom: 80px
}

#furnitureBottom>div:nth-child(4)>span:nth-child(3) {
    width: 100%;
    position: absolute;
    left: 50%;
    text-align: center
}

#footerBottom>img:nth-child(1) {
    margin-left: 20px
}

#Copyright {
    margin-right: 20px
}

#gridBox {
    display: grid;
    grid-template-columns: auto auto auto auto
}

#gridBox>div:nth-child(2) {
    grid-column: 4
}

#gridBox>div:nth-child(3) {
    grid-column: 2;
    grid-row: 1/span 2
}

#gridBox>div:nth-child(4) {
    grid-column: 3;
    grid-row: 1
}

#gridBox>div:nth-child(6) {
    grid-column: 3/span 2;
    grid-row: 2
}

#gridBox img {
    width: 100%;
    height: 100%
}

#furnitureBottom {
    display: grid;
    grid-template-columns: auto auto auto auto
}

#gridBox,
#furnitureBottom {
    grid-gap: 5px
}

#gridBox div span {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 25px;
    color: #fff
}

#gridBox div {
    position: relative
}

#footerTop>div:nth-child(1) {
    display: flex;
    justify-content: center
}

#content>div {
    text-align: justify;
    width: 70%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: lighter;
    text-align-last: center
}

#footerTop>div:nth-child(1)>div {
    display: inline-block
}

#footerTop>div:nth-child(1)>img:nth-child(1) {
    position: relative;
    top: -20px;
    left: -10px
}

#footerTop>div:nth-child(2)>img:nth-child(1) {
    position: relative;
    top: -45px;
    left: -10px
}

#content {
    margin: 80px 0
}

#footerTop>div:nth-child(2) {
    text-align: center
}

#footerTop>div:nth-child(1)>div:nth-child(1)>img:nth-child(1) {
    float: right;
    position: relative;
    left: -10px
}

#navbar>a:nth-child(3) {
    display: none
}

#furniture-grid {
    display: grid;
    margin: 0 auto;
    max-width: 960px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 5vw);
    grid-gap: 10px;
    padding: 10px
}

#furniture-grid div {
    background: #333;
    padding: 0;
    position: relative
}

#i5 {
    grid-row: 2/4
}

#i7 {
    grid-column: 3/5
}

#furniture-grid div img {
    width: 100%;
    height: 100%
}

.furniture-type {
    position: absolute;
    bottom: 10%;
    left: 10%
}

@media screen and (max-width:600px) {
    .menu {
        width: 100%;
        justify-content: flex-end;
        top: 70px;
        position: fixed;
        flex-direction: column;
        padding: 0
    }

    #logo {
        float: left;
        margin: 0 0 0 10px;
        background: #02207a;
        height: 55px
    }

    #navbar {
        display: flex;
        top: 0;
        background-color: #02207a;
        justify-content: space-between;
        height: 55px
    }

    #content>div {
        display: none
    }

    #content h2 {
        font-size: 30px;
        margin: 0 18px;
        width: auto
    }

    #content {
        margin: 40px 0
    }

    #footerTop>div:not(:nth-child(4)) {
        display: none
    }

    #furnitureBottom {
        display: none
    }

    #gridBox {
        display: block
    }

    #gridBox div {
        height: 150px;
        margin: 5px 0 0
    }

    #slogan h1 {
        font-size: 25px
    }

    #slogan h2 {
        font-size: 20px
    }

    #slogan {
        padding: 20px
    }

    #footerBottom>img:nth-child(1) {
        display: none
    }

    #Copyright {
        float: none;
        text-align: center;
        font-size: 12px;
        margin: 0;
        padding: 0 10px 15px
    }

    #top {
        background-size: 350% 100%
    }

    #whiteContainer {
        height: 550px
    }

    .menu>li {
        display: none
    }

    .menu>li:nth-child(7) {
        display: inline-block
    }

    .menu.responsive li {
        float: none;
        display: block;
        text-align: center;
        font-size: 20px;
        background: rgba(20, 38, 116, .75);
        margin: 0 0 2px;
        padding: 15px 0
    }

    #navbar>a:nth-child(3) {
        display: inline-block;
        float: right;
        margin: 0 10px 0 0
    }

    #slider {
        height: 50vh
    }

    #gridBox img {
        width: 60%
    }

    #gridBox div {
        text-align: center
    }

    #logo {
        position: fixed;
        left: 10px
    }

    #navbar>a:nth-child(3) {
        position: fixed;
        right: 10px
    }
}

.wrap {
    overflow: hidden;
    width: 200px;
    height: 200px
}

.wrap>img {
    position: absolute;
    top: 0;
    left: 0
}

.wrap>img#zyx {
    top: 200px
}

.wrap>img#zyx.active {
    top: 0;
    transition: top 1.5s
}

.start,
.sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%
}

.sticky {
    background-color: #142674;
    z-index: 1
}

#whiteContainer {
    transition: right 3s;
    overflow: hidden
}

#navbar {
    background-color: #02207a
}

.slider-nav span {
    border: 1px solid #ccc !important;
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer
}

.slider-nav span:hover {
    background-color: blue
}

.slider img {
    width: 100%;
    height: 100%
}

.slider-nav {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.w3-white {
    background-color: #fff
}

body {
    font-family: Arial, Helvetica, sans-serif
}

.cor_modal {
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4)
}

.cor_modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    text-align: center
}

.cor_close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.cor_close:focus,
.cor_close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.cor_underline {
    text-decoration: underline
}

.cor_italic {
    font-style: italic;
    font-weight: 700
}

#blog-content {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
}

#footerGrid {
    background-color: #f6f6f6;
    margin-top: 50px;
}

#footerGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px;
}

@media (max-width: 1024px) {
    #footerGrid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    #footerGrid {
        grid-template-columns: 1fr;
    }
}

.footerItemGrid,
.footerItemGrid2 {
    flex: 1;
    min-width: 200px;
}



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

    .footerItemGrid,
    .footerItemGrid2 {
        margin: 10px 10px !important;
    }
}

.footerItemGrid {
    position: relative;
    display: grid;
    height: 130px;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    justify-items: center;
    align-items: top;
}

.footerItemGrid2 {
    position: relative;
    display: grid;
    grid-template-rows: repeat(5, minmax(0, 1fr));
    justify-items: center;
}

#footerGrid * {
    margin: 0px;
}

#footerGrid {
    color: #02207A;
}

.green {
    color: #04af4e;
}

/* Journal/Blog Styles */
.journal-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 120px;
    /* Added to clear fixed navbar */
    padding: 20px;
    gap: 40px;
}

.journal-sidebar {
    flex: 1;
    min-width: 250px;
    background: #f9f9f9;
    padding: 20px;
    border-right: 1px solid #ddd;
    height: fit-content;
}

.journal-sidebar h3 {
    margin-top: 0;
    color: #333;
    border-bottom: 2px solid #4CAF50;
    /* Match site green if possible, or generic */
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.journal-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.journal-sidebar li {
    margin-bottom: 10px;
}

.journal-sidebar a {
    text-decoration: none;
    color: #555;
    display: block;
    padding: 8px 10px;
    border-radius: 4px;
    transition: background 0.3s, color 0.3s;
}

.journal-sidebar a:hover,
.journal-sidebar a.active {
    background: #e0e0e0;
    color: #000;
}

.journal-content {
    flex: 3;
}

.journal-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.journal-content span {
    display: block !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .journal-container {
        flex-direction: column;
    }

    .journal-sidebar {
        border-right: none;
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
    }
}