/* General styles */
body {
    background-color: #010101;
    color: #fff;
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
	margin-top: 380px; /* Adjust this value as needed */
}

/* Logo Styles */
.logo {
    text-align: center;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.logo img {
    width: auto;
    height: auto;
    max-width: 200%;
    max-height: 300px;
    display: block;
    margin: 0 auto;
}

/* Shrink logo on scroll */
.shrink .logo img {
    max-height: 100px; /* Adjust to the shrunk size you want */
    transition: max-height 0.3s ease; /* Smooth transition */
}

/* Sticky header */
header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #111;
    z-index: 1000;
}


nav ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 40px;
}

nav ul li {
    margin: 0;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 36px;
}

nav ul li a:hover {
    background-color: #333;
    border-radius: 5px;
}


/* Additional styling for margin adjustments if needed */
header {
    margin-top: 0px; /* To account for the fixed nav height, adjust this if needed */
}


/* Hero Video */
#hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

/* Project Grid */
.project-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.project-item {
    margin: 0 auto 20px;
}

.project-item img:hover {
    filter: brightness(1.2);
    transform: scale(1.05);
    transition: transform 0.3s ease, filter 0.3s ease;
}

/* Center All Text */
#intro,
h2,
h3,
footer {
    text-align: center;
}

/* Footer Adjustments */
footer {
    background-color: #333;
    color: #fff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer .social-media {
    margin-bottom: 10px;
}

footer .social-media a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
}

footer .social-media a:hover {
    text-decoration: underline;
}

/* Video Section Styling */
.video-section {
    margin-bottom: 30px;
    text-align: center;
}

/* Expand Button */
.expand-btn {
    background-color: #1B1B1B;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

.expand-btn:hover {
    background-color: #555;
}

/* Hidden Text */
.hidden-text {
    display: none;
    margin-top: 10px;
    text-align: left;
    padding: 10px 20px;
    background-color: #222;
    border-radius: 5px;
}

/* Project Header Styling */
.project-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

/* Project Title */
.project-title {
    text-align: center;
    margin: 10 auto;
    font-family: 'Good Times', sans-serif;
    font-size: 42px;
    letter-spacing: 0.1em;
}

/* Button Styles */
.expand-btn,
.market-btn {
    padding: 10px 20px;
    font-family: 'Good Times', sans-serif;
    font-size: 16px;
    color: #ccc;
    background-color: transparent;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.expand-btn:hover,
.market-btn:hover {
    color: #fff;
    border-color: #fff;
}

/* Nostos Section */
#nostos {
    text-align: center;
    margin: 50px 0;
}

#nostos h2 {
    font-size: 48px;
    color: #777;
}

/* Project Description */
.project-description {
    padding: 10px;
    margin-top: 10px;
    line-height: 1.6;
}

.project-description p {
    margin-bottom: 10px;
}

.project-description h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Custom Font */
@font-face {
    font-family: 'Good Times';
    src: url('../fonts/GoodTimes.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Coming Soon Text */
.coming-soon-text h2 {
    color: #ccc;
    font-size: 42px;
    text-align: center;
}

/* Video Container */
.video-container {
    padding-top: 52.73%;
    position: relative;
    background-color: #000;
}

.video-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Ensure this rule is applied specifically to the "CHORISMOS" text */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Good Times', sans-serif;
    color: #ffffff; /* Optional: Customize the color */
	font-size: 48px;
    letter-spacing: 0.1em; /* Adjust tracking as needed */
}

#axial-age-section {
    margin: 20px auto;
    position: relative;
    max-width: 90%; /* Center the section with auto margin and a reasonable max width */
}

.expandable-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    margin-bottom: 10px; /* Space between the header and line-circle bar */
}

.expand-btn-container,
.hover-text-container {
    display: inline-block; /* Keep them inline and aligned */
    vertical-align: middle; /* Align vertically */
}

.expand-btn {
    font-family: 'Good Times', sans-serif;
    font-size: 24px;
    color: #ccc;
    margin-right: 10px;
    transition: color 0.3s ease;
}

.hover-text {
    font-family: 'Good Times', sans-serif;
    font-size: 24px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
	margin-left: 10px
}

.expandable-header:hover .hover-text {
    opacity: 1;
}

.expandable-header:hover .expand-btn {
    color: #fff;
}

.expandable-content {
    display: none;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.6;
    color: #ccc;
}

.line-circle-bar {
    margin: 10px 0;
    text-align: center;
	margin-top: 10px;
    text-align: left;
}

.line-circle-bar img {
    width: 100%; /* Keep this to ensure the line covers the full width */
    display: block;
    margin-left: 0; /* Align to the left */
    margin-right: auto; /* Prevent it from centering */
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.profile-section {
    text-align: center;
    margin-bottom: 30px;
}

.profile-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.bio-text {
    font-size: 16px;
    color: #ccc;
}

.expandable-section {
    margin-bottom: 30px;
}

.expand-title {
    font-size: 24px;
    font-family: 'Good Times', sans-serif;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 10px;
}

.expand-content {
    font-size: 16px;
    color: #ccc;
    display: none; /* Initially hidden */
}

.twitter-feed {
    text-align: center;
    margin-top: 30px;
}

/* Show the content on hover */
.expand-title:hover + .expand-content {
    display: block;
}
/* Links inside expandable sections */
.section-link {
    color: #fff; /* White color for the links */
    text-decoration: none; /* Remove underline from the links */
    font-family: 'Good Times', sans-serif; /* Maintain the font styling */
}

.section-link:hover {
    color: #ccc; /* Change color on hover */
    text-decoration: underline; /* Underline on hover for visual feedback */
}


.video-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 330px; /* Add margin to push the gallery down */
}

.video-item {
    width: 100%;
    max-width: 500px; /* Set a max width */
    margin-bottom: 20px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    margin-top: 20px; /* Add margin to push the video down */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-gallery {
    display: flex;
    overflow-x: scroll;
    padding: 20px;
    margin-top: 20px; /* Add margin to push the carousel down */
}

.video-item {
    flex: 0 0 300px; /* Adjust to control the item size */
    margin-bottom: 20px; /* Add margin to separate the videos vertically */
}

#intro {
    padding-top: 100px;  /* Adjust this value based on the height of your header */
    margin-top: -100px;  /* This value should match the padding-top */
}

.art-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
}

.art-item {
    text-align: center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.art-info {
    margin-top: 10px;
}

.art-title {
    font-family: 'Good Times', sans-serif;
    font-size: 24px;
    color: #fff;
}

.buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.expand-btn, .market-btn {
    padding: 10px 20px;
    font-family: 'Good Times', sans-serif;
    font-size: 16px;
    color: #ccc;
    background-color: transparent;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.expand-btn:hover, .market-btn:hover {
    color: #fff;
    border-color: #fff;
}

.art-description {
    display: none;
    margin-top: 10px;
    font-size: 16px;
    color: #ccc;
    text-align: left;
}

#art-section {
    text-align: center;
    padding: 20px 0; /* Adjust padding to ensure it's not cut off */
    margin-top: 50px;
}

#art-title {
    font-size: 48px;
    font-family: 'Good Times', sans-serif;
    color: #fff;
    display: block;
    margin: 0 auto;
}

#art-blurb {
    font-size: 18px;
    color: #ccc;
    margin-top: 20px;
    width: 80%; /* Ensure proper width */
    margin-left: auto;
    margin-right: auto;
}

.button-container {
    display: flex;
    justify-content: center;
    gap: 10px; /* Adjusts space between buttons */
}

.expand-btn, .market-btn {
    display: inline-block;
    width: 150px !important;
    padding: 10px 20px !important;
    font-family: 'Good Times', sans-serif;
    font-size: 18px;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    cursor: pointer;
    margin: 10px 0 !important;
}


.expand-btn:hover, .market-btn:hover {
    background-color: #333;
}

/* Target the h3 headings only within the talks page */
#talks-page h3 {
    font-size: 24px; /* Adjust to your desired size */
    line-height: 1.2; /* Optional: Adjust the spacing */
    text-transform: none; /* Optional: Control the case of text */
}


.exhibition-item {
    margin-bottom: 30px;
}

.exhibition-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.exhibition-item p {
    font-size: 16px;
}

.exhibition-content {
    margin-top: 20px;
}

.exhibition-content iframe,
.exhibition-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

/* Add padding to the entire section */
#exhibitions-section {
    padding: 40px 80px; /* Adjust the padding for top/bottom and left/right */
}

/* Adjust the exhibition list margin */
.exhibition-list {
    margin: 0 auto;
    max-width: 1200px; /* To limit the max width of the content */
}

/* Add margin to each exhibition item */
.exhibition-item {
    margin-bottom: 50px; /* More space between exhibitions */
}

/* Adjust padding for the exhibition title and description */
.exhibition-item h3 {
    font-size: 26px;
    margin-bottom: 10px;
}

.exhibition-item p {
    font-size: 18px;
    margin-bottom: 15px;
}

/* Adjust the buttons */
button.expand-btn {
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 16px;
}

.exhibition-content {
    margin-top: 20px;
}

/* Styling for embedded videos and images */
.exhibition-content iframe,
.exhibition-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    #exhibitions-title {
        font-size: 6vw; /* Larger font size for smaller screens */
    }
}

@media (max-width: 480px) {
    #exhibitions-title {
        font-size: 8vw; /* Even larger for very small screens */
    }
}
/* Specific rule for the Exhibitions page title */
#exhibitions-title {
    font-size: 6vw; /* Adjust font size based on viewport width */
    text-align: left;
    margin-left: 2em; /* Adjust for larger margin on the left */
    margin-bottom: 20px; /* Add some space at the bottom */
}

@media (max-width: 768px) {
    #exhibitions-title {
        font-size: 8vw; /* Increase size for smaller screens */
        text-align: center;
    }
}

@media (max-width: 480px) {
    #exhibitions-title {
        font-size: 10vw; /* Further increase size for very small screens */
        text-align: center;
    }
}


/* Responsive Header */
@media (max-width: 768px) {
    header nav a {
        font-size: 14px; /* Adjust font size for mobile */
        padding: 10px; /* Add padding if needed */
    }
    
    header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* Place your existing general styles up here... */

/* Navigation Bar: Keep Horizontal on Mobile */
@media (max-width: 768px) {
    nav ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 10px; /* Adjust spacing between menu items */
        flex-wrap: nowrap; /* Prevent wrapping */
    }

    nav ul li a {
        font-size: 16px; /* Adjust font-size for readability on mobile */
        padding: 5px; /* Space out links for mobile */
    }
}

/* Responsive Hero Video Styling */
#hero {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    overflow: hidden; /* Ensures no overflow beyond the container */
    margin-bottom: 0;
}

#hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the available space */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centers the video */
}

/* Main container styling to center and control the layout */
/* Center and Scale Project Images */
.project-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; /* Space between each image */
}

.project-item img {
    width: 80%; /* Adjust this to control image width on smaller screens */
    max-width: 2160px; /* Maximum width on larger screens */
    height: auto; /* Maintain aspect ratio */
    margin: 0 auto;
    display: block;
}


/* Mobile adjustments */
@media (max-width: 768px) {
    .project-item img {
        max-width: 80%; /* Scale images down on mobile */
    }
}

/* Mobile styling for titles and buttons */
@media (max-width: 768px) {
    /* Container for title and buttons, forcing inline layout */
    .project-header {
        display: flex;
        flex-direction: column; /* Stack items vertically on mobile */
        align-items: center; /* Center items horizontally */
        gap: 5px; /* Space between title and buttons */
        text-align: center;
        padding: 10px;
    }

    /* Title styling on mobile */
    .project-title {
        font-size: 24px; /* Smaller font size for mobile */
        margin: 0;
    }

    /* Button styling on mobile */
    .expand-btn, .market-btn {
        font-size: 14px; /* Smaller font size for mobile */
        padding: 8px 12px; /* Adjust padding for better fit */
        width: 80%; /* Center and size buttons for mobile */
    }
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


#contact {
    text-align: center;
    padding: 40px 20px;
    background-color: #111;
    color: #fff;
}

#contact h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #fff;
}

#contact form {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#contact label {
    margin-top: 10px;
    text-align: left;
}

#contact input, #contact textarea {
    padding: 10px;
    margin-top: 5px;
    background-color: #222;
    border: 1px solid #555;
    color: #fff;
    font-size: 1em;
    width: 100%;
    border-radius: 5px;
}

#contact button {
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 1em;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 5px;
}

#contact button:hover {
    background-color: #555;
}

/* Contact Form Mobile Styles */
@media (max-width: 768px) {
    #contact form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    #contact label, #contact input, #contact textarea {
        width: 100%;
        max-width: 100%; /* Ensure full width */
    }

    #contact input[type="text"],
    #contact input[type="email"],
    #contact textarea {
        margin-top: 5px;
        width: calc(100% - 20px); /* Add padding or margin to center */
    }
    
    #contact button {
        width: auto; /* Center button */
    }
}

/* Styling for Enter Button with Inverse Colors */
.enter-btn {
    padding: 10px 20px; /* Match padding with other buttons */
    font-family: 'Good Times', sans-serif;
    font-size: 16px;
    color: #000; /* Black text for inverse style */
    background-color: #fff; /* White background for inverse style */
    border: 1px solid #fff;
    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    width: 120px; /* Match width to other buttons */
    text-align: center;
}

.enter-btn:hover {
    color: #fff; /* White text on hover */
    background-color: #333; /* Darker background on hover */
    border-color: #fff;
}

#trophies {
    text-align: center;
    padding: 40px 20px;
    background-color: #111;
    color: #fff;
}

#trophies h2 {
    font-size: 1.8em;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}

.trophies-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.trophy-icon {
    width: 100px; /* Adjust size as needed */
    height: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.trophy-icon:hover {
    opacity: 1;
}

/* Trophy Client Images Section */
.trophy-icon {
    width: 100px; /* Adjust as needed */
    height: auto;
    margin: 10px;
    mix-blend-mode: difference; /* This makes black turn white and vice versa */
}
.trophies-container {
    background-color: #000; /* Black background */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.trophies-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
