* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Marzo W00 Regular";
    background-color: #1a1a1a;
    color: #ffffff;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

nav {
	font-family: "Lucida Console", "Courier New", monospace;
    background: linear-gradient(to bottom, #236275, #000000);
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

nav ul li a:hover {
    color: #00a86b;
}

header {
    background-image: url('./images/about-header.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 300px; 
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
    position: relative;
}

header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4), transparent);
}

header h1 {
    background-color: #252525;
    background: transparent linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    border: #000000 2px solid;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 1rem 2rem;
}

main {
    flex: 1;
    padding: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

main section {
    margin-bottom: 3rem;
}

.profile-image {
    padding-top: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem auto;
}

.profile-image img {
    width: 250px;
    height: auto;
    border-radius: 50%;
    border: 4px solid #00a86b;
    box-shadow: 0 0 20px rgba(0, 204, 255, 0.3);
    transition: transform 0.3s ease;
}

.profile-image img:hover {
    transform: scale(1.05);
}

.about-intro h2,
.skills h3,
.contact h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.about-intro p,
.contact p {
    font-size: 1.2rem;
    color: #dddddd;
    font-family: 'Arial', sans-serif;
}

.skills ul {
    list-style: none;
    padding-left: 0;
}

.skills li {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    color: #ffffff;
    position: relative;
    font-family: 'Arial', sans-serif;
}

.skills li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.4rem;
    width: 100%;
    height: 10px;
    background-color: #444;
    border-radius: 5px;
}

.skills li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.4rem;
    height: 10px;
    background-color: #00a86b;
    border-radius: 5px;
}

.skills li:nth-child(1)::after { width: 100%; }
.skills li:nth-child(2)::after { width: 90%; }
.skills li:nth-child(3)::after { width: 100%; }
.skills li:nth-child(4)::after { width: 85%; }
.skills li:nth-child(5)::after { width: 85%; }
.skills li:nth-child(6)::after { width: 90%; }

.contact p {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.social-icons a img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.social-icons a:hover img {
    transform: scale(1.1);
}

footer {
    background: linear-gradient(to top, #236275, #000000);
    text-align: center;
    padding: 2rem 0;
    margin-top: auto;
}

footer img.logo {
    max-width: 150px;
    margin-bottom: 1rem;
}

footer p {
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 0.9rem;
    color: #cccccc;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    nav {
        padding: 0.5rem 0; 
    }

    nav ul {
        gap: 0.5rem; 
        padding: 0 0.5rem;
        max-width: 100%; 
    }

    nav ul li a {
        font-size: 0.75rem; 
    }

    header {
        height: 125px;
        margin-top: 40px; 
    }

    header h1 {
        font-size: 1rem; 
        padding: 0.75rem 1.5rem;
    }

    .about-intro h2,
    .skills h3,
    .contact h3 {
        font-size: 1.7rem;
    }

    .skills li {
        font-size: 1rem;
    }

    .social-icons a img {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 480px) {
    main {
        padding: 1rem;
    }

    .about-intro p,
    .contact p {
        font-size: 1rem;
    }

    .profile-image img {
        width: 180px;
    }
}

@import url(https://db.onlinewebfonts.com/c/1e6ec96c95301fa73aa1d026f161a269?family=Marzo+W00+Regular); 

@font-face {
    font-family: "Marzo W00 Regular";
    src: url("https://db.onlinewebfonts.com/t/1e6ec96c95301fa73aa1d026f161a269.eot");
    src: url("https://db.onlinewebfonts.com/t/1e6ec96c95301fa73aa1d026f161a269.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/1e6ec96c95301fa73aa1d026f161a269.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/1e6ec96c95301fa73aa1d026f161a269.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/1e6ec96c95301fa73aa1d026f161a269.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/1e6ec96c95301fa73aa1d026f161a269.svg#Marzo W00 Regular")format("svg");
}