* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "poppins", sans-serif;
    text-decoration: none;
    scroll-behavior: smooth;
    font-size: 12px;
    cursor : url('/src/img/hand-plat.png'), auto;
}

body {
    overflow-x: hidden;
    background-color: #fbf3c4;
}

.header-1 {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: #1e1e1e;
}

header {
    padding: 40px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #382410;
}

.logo {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.logo .logo-text {
    font-size: 34px;
    font-weight: 500;
}

nav .news {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 45px;
    right: 3%;
    z-index: 5;
    cursor: pointer;
    display: none;
}

nav .news span {
    display: block;
    background-color: #007ced;
    margin: 5px 0;
    width: 100%;
    height: 3px;
    transition: 0.3s;
    transition-property: transform, opacity;
}

nav .nav {
    list-style-type: none;
    font-size: 26px;
}

nav .nav li {
    display: inline-block;
}

nav .nav li a {
    color: #e5e5e5;
    margin-right: 2.5rem;
    font-size: 25px;
}

nav .nav li a:hover {
    color: #f0b834;
}

.image-section {
    position: relative;
    text-align: center;
}
.image-section img {
    width: 100%;
    height: auto;
    max-height: 600px;
}
.image-section .title {
    position: absolute;
    top: 79%;
    left: 31%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 70px;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

/* Story Section */
.story-section {
    background-color: #fbf3c4;
    padding: 50px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.story-section .content {
    display: flex;
    align-items: flex-start;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
.story-section .cat-image {
    width: 200px;
    height: auto;
    margin-right: 20px;
}
.story-section .text {
    flex: 1;
}
.story-section .text h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #382410;
}
.story-section .text p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #333;
}

/* Year-1800 Section */
.year-section {
    padding: 50px 20px;
    text-align: center;
}
.year-section .year-header h1 {
    font-size: 50px;
    margin-bottom: 20px;
    color: #382410;
}
.year-section .year-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
}
.year-section .description {
    flex: 1;
    padding: 20px;
    text-align: left;
}
.year-section .description h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #382410;
}
.year-section .description p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}
.year-section .portrait-placeholder {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.year-section .portrait-placeholder .placeholder-box {
    width: 750px;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

/* Artwork Display Section */
.artwork-section {
    background-color: #fbf3c4;
    padding: 50px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.artwork-container {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    align-items: center;
}

.artwork-image {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: auto;
    margin-bottom: 20px;
    text-align: center;
}

.artwork-image .placeholder-box {
    width: 100%;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    position: relative;
}

.artwork-image .cat-image {
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 150px;
    height: auto;
    z-index: 10;
}

.artwork-details {
    text-align: left;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 800px;
}

.artwork-details h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #382410;
}

.artwork-details p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 10px;
}

/* 1800s Gallery Section */
.gallery-section-1800s {
    background-color: #fbf3c4;
    padding: 50px 20px;
}

.gallery-grid-1800s {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}

.gallery-item-1800s {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-align: center;
    padding: 15px;
    width: 30%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.gallery-item-1800s .image-placeholder-1800s {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-bottom: 10px;
}

.gallery-item-1800s h4 {
    font-size: 18px;
    color: #382410;
    margin-bottom: 5px;
}

.gallery-item-1800s p {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
}

/* Large Artwork Section */
.large-artwork-1800s {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.large-artwork-image-1800s {
    flex: 1;
}

.large-artwork-image-1800s .image-placeholder-1800s {
    width: 100%;
    height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.large-artwork-details-1800s {
    flex: 1;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.large-artwork-details-1800s h3 {
    font-size: 24px;
    color: #382410;
    margin-bottom: 15px;
}

.large-artwork-details-1800s p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
}

/* cat holding Artwork Section */
.artwork-held-by-cat-1800s {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.artwork-image-1800s {
    flex: 1;
}

.artwork-image-1800s .image-placeholder-1800s {
    width: 100%;
    height: 720px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.artwork-cat-details-1800s {
    flex: 1;
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.artwork-cat-details-1800s h3 {
    font-size: 24px;
    color: #382410;
    margin-bottom: 15px;
}

.artwork-cat-details-1800s p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
}

.schilderij1{
    background-image: url(../img/schilderij1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.schilderij1-details {
    text-align: left;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 800px;
}

.schilderij1-details h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #382410;
}

.schilderij1-details p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 10px;
}

.schilderij2{
    background-image: url(../img/schilderij2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.gallery1{
    background-image: url(../img/gallery1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.gallery2{
    background-image: url(../img/gallery2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.gallery3{
    background-image: url(../img/gallery3.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.schilderij3{
    background-image: url(../img/schilderij3.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.schilderij4{
    background-image: url(../img/schilderij4.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.artwork-vertical1-1800s {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.artwork-vertical1-image-1800s {
    flex: 1;
}

.artwork-vertical1-image-1800s .image-placeholder-1800s {
    width: 100%;
    height: 720px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.artwork-vertical1-details-1800s {
    flex: 1;
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.artwork-vertical1-details-1800s h3 {
    font-size: 24px;
    color: #382410;
    margin-bottom: 15px;
}

.artwork-vertical1-details-1800s p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
}

.schilderij5{
    background-image: url(../img/schilderij5.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.artwork-vertical2-1800s {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.artwork-vertical2-image-1800s {
    flex: 1;
}

.artwork-vertical2-image-1800s .image-placeholder-1800s {
    width: 100%;
    height: 720px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.artwork-vertical2-details-1800s {
    flex: 1;
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.artwork-vertical2-details-1800s h3 {
    font-size: 24px;
    color: #382410;
    margin-bottom: 15px;
}

.artwork-vertical2-details-1800s p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
}

.schilderij6{
    background-image: url(../img/schilderij6.png);
    background-size: contain;
    background-repeat: no-repeat;
}