/* font-family: 'Playfair Display', serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif; */
:root {
    --branding-color: #b6b6b7;
    --branding-color-faded: #d4d4d4;
    --primary-color: #242424;
    --secondary-color: #eae6e6;
    --heading-font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
    --default-font-family: "Poppins", sans-serif;
}

body {
    font-family: var(--default-font-family);
}

h1,
h2,
h3,
h4 {
    font-family: var(--heading-font-family);
    font-weight: bold;
}

h2 {
    font-size: 40px;
}

h2.project-title {
    font-size: 36px;
    font-weight: 500;
}

h2.experience-title {
    font-size: 20px;
    font-weight: bold;
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

.hero {
    background: radial-gradient(
        circle,
        rgba(239, 239, 239) 10%,
        rgba(255, 255, 255, 1) 100%
    );
    text-align: center;
    padding: 50px 0;
}

.hero p {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.hero h2 {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 2;
}
.content-container {
    padding-top: 50px;
}

/* .content-container h1 {
    font-size: 64px;
    line-height: 80px;
} */
.content h2 {
    font-size: 18px;
    font-family: var(--default-font-family);
}
.content h3 {
    font-size: 24px;
    line-height: 1.5;
    margin: 20px 0;
    font-family: var(--default-font-family);
}

.content p {
    font-size: 14px;
}

.content {
    margin: 20px;
}

.logos-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.btn-branding {
    border: 1px solid var(--primary-color);
    color: white;
    background-color: var(--primary-color);
    border-radius: 22px;
    font-size: 18px;
    line-height: 27px;
    padding: 12px 20px;
}

.btn-branding:hover {
    background: white;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.btn-branding-outline {
    border: 1px solid var(--branding-color);
    color: var(--branding-color);
    border-radius: 4px;
    font-size: 18px;
    line-height: 27px;
    padding: 12px 20px;
}
.btn-branding-outline-header {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 22px;
    font-size: 18px;
    line-height: 27px;
    padding: 12px 20px;
}

.btn-branding-outline-header:hover {
    color: white;
    background-color: var(--primary-color);
}

.btn-branding-outline-header-blue {
    border: 1px solid blue;
    color: blue;
    border-radius: 22px;
    font-size: 18px;
    line-height: 27px;
    padding: 12px 20px;
}

.btn-branding-outline-header-blue:hover {
    color: white;
    background-color: blue;
}

a.btn-branding-outline-header {
    color: var(--primary-color);
}

.button-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
/* a.btn-branding-outline-header:visited {
    color: var(--primary-color);
} */

/* .project-description,
.section-title {
    padding: 120px 60px;
} */

.project-container {
    padding: 60px 0;
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all 100ms ease-in-out;
}

/* a:visited {
    color: var(--branding-color);
} */
a:hover {
    color: blue;
}

/* .contact-me {
    text-align: center;
} */

footer .social-link {
    color: white;
    margin: 5px;
    font-size: 22px;
    transition: all 150ms ease-in-out;
}
footer .social-link:hover {
    color: blue;
}
/* .contact {
    border-radius: 4px;
    border: 1px solid var(--branding-color);
    padding: 30px;
    background: radial-gradient(
        circle,
        rgba(239, 239, 239) 10%,
        rgba(255, 255, 255, 1) 100%
    );
} */
.contact-footer {
    background: radial-gradient(
        circle,
        rgba(239, 239, 239) 10%,
        rgba(255, 255, 255, 1) 100%
    );
}
.about-me {
    margin-bottom: 100px;
}
nav {
    background-color: white;
    padding: 10px 10px;
}
nav li {
    display: inline;
    list-style: none;
    margin-right: 15px;
}
nav ul {
    margin: 0;
    padding: 0;
}
nav li.active a {
    color: black;
}

div.logo {
    padding: 0 2px;
    border: 2px solid var(--branding-color);
    transition: transform 0.7s ease-in-out;
}
div.logo div {
    transition: transform 0.7s ease-in-out;
}
div.logo:hover {
    transform: rotate(360deg);
}
div.logo:hover div {
    transform: rotate(-360deg);
}
img.picture {
    border-radius: 50%;
    max-width: 50%;
}

img.project-img {
    border-radius: 20px;
}

.hero img.picture {
    border-radius: 50%;
    max-width: 6%;
}

footer.email-link:hover {
    color: var(--branding-color);
}

footer .credits,
footer .credits a {
    text-align: center;
    font-size: 10px;
    color: var(--primary-color);
}

.typing-container p {
    font-size: 26px;
}

.typing-container p span.typed-text {
    font-weight: normal;
    color: blue;
}
.typing-container p span.cursor {
    display: inline-block;
    background-color: var(--secondary-color);
    margin-left: 0.1rem;
    width: 2px;
    line-height: 22px;
    animation: blink 1s infinite;
}
.typing-container p span.cursor.typing {
    animation: none;
}

.contact-section {
    background-color: #b7b7b7;
    color: white;
    margin: 0;
}

.exp-logo {
    filter: invert(8%) sepia(100%) saturate(7124%) hue-rotate(248deg)
        brightness(101%) contrast(144%);
}

.copy-email {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: relative;
    color: blue;
}

.copy-email:hover {
    text-decoration: underline;
}

.copy-icon {
    font-size: 0.85em;
}

@keyframes blink {
    0% {
        background-color: #ccc;
    }
    49% {
        background-color: #ccc;
    }
    50% {
        background-color: transparent;
    }
    99% {
        background-color: transparent;
    }
    100% {
        background-color: #ccc;
    }
}

@media (max-width: 960px) {
    h1 {
        font-size: 30px;
    }
    h2,
    h2.project-title {
        font-size: 28px;
    }
    h3 {
        font-size: 18px;
    }
    .project-description,
    .content-container,
    .contact-section {
        padding: 0;
        text-align: center;
    }
    .hero {
        padding: 80px 20px;
    }
    .content {
        text-align: center;
        padding: 10px;
        margin-bottom: 0px;
    }
    .hero h2,
    .content-container h2 {
        font-size: 15px;
    }
    .hero p,
    .content-container p {
        font-size: 14px;
    }
    .btn-branding,
    .btn-branding-outline,
    .btn-branding-outline-header,
    .btn-branding-outline-header-blue {
        font-size: 14px;
        margin-bottom: 15px;
    }
    a {
        font-size: 14px;
    }
    .contact-footer {
        padding: 10px;
    }
    .about-me {
        margin-bottom: 10px;
    }

    footer .credits,
    footer .credits a {
        text-align: center;
        font-size: 8px;
    }

    .typing-container p {
        font-size: 18px;
    }
    .hero img.picture {
        max-width: 18%;
    }

    .project-container {
        padding: 20px 0;
    }

    .section-header {
        text-align: center;
        margin: 10px !important;
    }

    .logos-container > img {
        max-width: 50%;
    }

    .logos-container {
        gap: 10px;
    }

    .experience-title {
        margin: 30px 0;
    }
}
