html {
    scroll-behavior: smooth;
}
/* Only one stylistic set at a time works */
body {
    font-family: equity_ot_a, serif;
    font-size: 18px;
    font-feature-settings: "ss02" 1;
    min-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 16px 0 25px 0;
}

.max-width-standard {
    max-width: 625px;
}

.main-content, .mouseprint {
    margin: 0 auto;
    padding: 0px 16px 30px;
}

h1 {
    text-align: right;
}

h2 {
    font-weight: bold;
}

h3 {
    text-align: left;
    font-weight: bold;
    font-variant: small-caps;
    margin-top: 50px;
}

h4 {
    text-align: left;
    font-weight: bold;
    font-size: 20px;
}

.responsive-header {
    width: 100%;
    height: 300px; /* Adjust the height as needed */
    background-image: url('/assets/images/london-eye.jpeg'); /* Your photo's path */
    background-size: cover;
    background-position: center;
    position: relative; /* Needed for the positioning of the pseudo-element */
}

.responsive-header::after {
    content: ''; /* Required for pseudo-elements */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
    z-index: 1; /* Ensures the overlay is above the background image but below the text */
}

.header-content {
    position: relative; /* Ensures the text is above the overlay */
    z-index: 2; /* Higher than the overlay's z-index */
    color: white; /* Ensures the text is visible against the dark background */
    text-align: center; /* Optional: Centers the text horizontally */
    padding: 16px 16px 30px; /* Optional: Adds some padding around the text */
    max-width: 850px;
    margin: 0 auto;
}

.bold-italic {
    font-weight: bold;
    font-style: italic;
}

.smallcaps {
    font-weight: normal;
    font-variant: small-caps;
    background-image: linear-gradient(135deg, #6a11cb, #2575fc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.smallcaps2 {
    font-weight: normal;
    font-variant: small-caps;
    background-image: linear-gradient(140deg, #4CAF50, #8BC34A);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.smallcaps3 {
    font-weight: normal;
    font-variant: small-caps;
    background-image: linear-gradient(145deg, #ff7e5f, #d35400); /* Darker end color for more contrast */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.smallcaps4 {
    font-weight: normal;
    font-variant: small-caps;
    background-image: linear-gradient(150deg, #06beb6, #034f84); /* Darker end color for more contrast */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.smallcaps5 {
    font-weight: normal;
    font-variant: small-caps;
    background-image: linear-gradient(155deg, #f79d00, #228B22); /* Darkened green color */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.smallcaps6 {
    font-weight: normal;
    font-variant: small-caps;
    background-image: linear-gradient(160deg, #ff9966, #ff5e62);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.smallcaps7 {
    font-weight: normal;
    font-variant: small-caps;
    background-image: linear-gradient(165deg, #2193b0, #1b4965); /* Darker end color for more contrast */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.smallcaps8 {
    font-weight: normal;
    font-variant: small-caps;
    background-image: linear-gradient(170deg, #cc2b5e, #753a88);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.smallcaps9 {
    font-weight: normal;
    font-variant: small-caps;
    background-image: linear-gradient(175deg, #4568dc, #b06ab3);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

p {
    font-size: 18px;
    line-height: 1.3;
}

.ipa-phonetics {
    font-family: 'IPA Phonetics';
    font-size: 18px;
    line-height: 1.8;
}

.greek-text {
    font-family: 'Greek Language';
    font-size: 18px;
    line-height: 1.8;
}

/* Footer */

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative; /* Parent relative positioning for absolute children */
    margin-bottom: 0;
}

.svg-container {
    position: relative; /* Ensures positioning is relative to its normal position */
    display: block;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    max-height: 200px;
    transition: all 0.3s ease; /* Smooth transition for any changes */
    /* Center the container */
    left: 50%; /* Start from the center */
    transform: translateX(25%); /* Push it to the right from the center by 25% */
}

.svg-container img {
    max-width: 100%; /* Ensure the image is responsive within the container */
    height: auto; /* Maintain aspect ratio */
    z-index: 1; /* Above the overlay */

}

.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(214, 124, 179, 0.13); /* Pink overlay */
    z-index: 2; /* Overlay above the SVG */
}

.date {
    font-size: 12px; /* Set font size */
    font-weight: bold; /* Make date text bold */
    color: #000; /* Date text color set to black */
    position: relative; /* Ensures positioning is relative to its normal position */
    display: block;
    justify-content: center;
    align-items: center;
    padding: 10px 0 0 0;
    max-width: 200px;
    max-height: 200px;
    transition: all 0.3s ease; /* Smooth transition for any changes */
    /* Center the container */
    left: 50%; /* Start from the center */
    transform: translateX(25%); /* Push it to the right from the center by 25% */
}

ul {
    list-style-type: square; /* Options are 'disc', 'circle', 'square', 'none' etc. */
    margin-left: 35px; /* Adjusts the indentation of the list */
    padding-left: 0;
}
li {
    margin-bottom: 18px; /* Adds space between list items */
    font-size: 18px;
    line-height: 1.3;
}

.indented-text {
    text-indent: 2em;  /* Indents are twice the current font size */
}

.no-break {
    white-space: nowrap;
}

.flexible-space {
    height: 16px;
}

            /* Button div */
            /* Button div */
            /* Button div */

.button-div {
    text-align: center; /* Centers the button horizontally */
    margin: 100px auto 0 auto;
    padding-bottom: 40px;
}

.topBtn {
    display: inline-block; /* Allows margin auto to work on button */
    border: 2px solid #8e8e8e; /* Solid grey border mimicking pencil lines */
    outline: none; /* Remove outline */
    background-color: #f4f4f4; /* Light grey background for a soft, sketched appearance */
    color: #000000; /* Text color in dark grey */
    cursor: pointer; /* Pointer/hand icon */
    padding: 10px 20px; /* Some padding */
    border-radius: 0; /* Square corners */
    font-size: 16px; /* Text size */
    text-align: center; /* Center the text inside the button */
    margin: 0 auto; /* Centers the button */
    font-family: 'custom-serif', serif;
    font-weight: bold;
}

.topBtn:hover {
    background-color: #ebebeb; /* Slightly darker grey for hover, matching text-box */
}

            /* Responsive adjustments for smaller screens */
            /* Responsive adjustments for smaller screens */
            /* Responsive adjustments for smaller screens */

@media (max-width: 768px) {
    .svg-container {
        max-width: 100px;
        max-height: 100px;
    }
    .indented-text {
        text-indent: 1em;  /* Smaller indent for smaller screens */
    }
    .responsive-header {
        padding-bottom: 16px;
    }
    h1 {
        margin-top: 0;
    }
    .responsive-header {
    height: 200px; /* Adjust the height as needed */
    }
    .button-div {
    margin: 100px auto 0 auto;
    }
}