﻿.head-scene {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 2em;
    border-bottom: 2px solid;
}

.lang-dependant {
    display: none;
}

.writing-column {
    margin : auto;
    max-width: 50em;
    margin-bottom: 4em;
}

#kzlSahin {
    width: 40%;
    max-width: 30em;
    margin-top: 3%;
}

#profile {
    width: 30%;
    max-width: 15em;
    margin-top: 3%;
}

    #kzlSahin img, #profile img {
        box-shadow: 2px 5px 12px grey;
        border-radius: 1em;
        width: 100%;
    }

.personal-name {
    font-size: 16pt;
    font-family: 'Moon Dance', cursive;
    text-align: center;
    line-height: 2em;
}

.personal-details {
    line-height: 1.7;
    font-size: 14pt;
    font-family: 'Moon Dance', cursive;
    text-align: center;
    line-height: 2em;
}


.head-title {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    color: var(--color-highlighted);
    align-items: center;
}


    .head-title h1 {
        text-align: center;
    }

    .head-title h4 {
        text-align: center;
    }

section, hr {
    float: left;
    width: 100%;
}

.resume-download {
    padding: 0.2em;
    width: 14em;
    border: 1px solid brown;
    box-shadow: 2px 2px 4px grey;
    font-family: 'Moon Dance', cursive;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    background-color: var(--color-background);
    color: var(--color-highlighted);
}

    .resume-download:hover {
        box-shadow: 5px 5px 8px grey;
    }

.quote {
    font-style: italic; /* Keep it elegant */
    font-weight: 500; /* Medium bold */
    margin: 1em auto 2em;
    padding: 30px 20px; /* More padding around the statement */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); /* Soft shadow */
    border-radius: 4px; /* Slightly rounded corners */
    color: var(--color-quote);
}

/* --- Styling for the second paragraph (Mission Statement) --- */
/* Selects all .quote-content elements within .quotation-section, but the first-of-type rule above overrides for the first one */
.quote-content {
    line-height: 1.7; /* Good line height for readability */
}

@media only screen and (max-width: 760px) {
    body {
        width: 98%;
        padding-left: 1%;
        padding-right: 1%;
    }

    .headTitle {
        float: right;
        width: 100%;
        text-align: center;
    }

    #kzlSahin {
        width: 100%;
        display: block;
        margin: auto;
    }

    #profile {
        width: 40%;
        display: block;
        margin: auto;
    }

    .personal-name {
        font-family: 'Moon Dance', cursive;
    }

    .personal-details {
        font-family: 'Moon Dance', cursive;
    }

    .quote {
        padding: 50px 15px; /* Adjust padding for smaller screens */
    }

    .quote-content {
        padding: 20px 15px;
        margin-bottom: 30px; /* Adjust bottom margin for mobile */
    }
}
