.port {
    font-weight: 700;
}


h1 {
    font-family: "Playfair Display", serif;
    font-size: 150px;
    color: white;
    text-align: center;
    margin-bottom: 100px;
    line-height: 170px;
}
h2 {
    color: #ffffff;;
    font-size: 30px;
    text-align: center;
    margin: 50px 0px 50px 0px;
    padding: 20px;
    letter-spacing: 1px;
}

.hero {
    width: 1500px;
    height: 100%;
    margin: 0 auto;
    background: black;
    padding: 30px;
    border-radius: 2000px 2000px 0px 0px;
    padding-top: 250px;

}

.navigation-port {
    position: sticky;
    top: 0.25rem;
    text-align: center;

}

.port-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 30px;
    margin-top: -100px;
}

.port-menu a {
    color: white;
    transition: 0.3s ease-in-out;

}

.port-menu a:hover {
    text-decoration: underline;
    text-shadow: 0 0 12px black;
}

.port-menu a:active {
    text-decoration: underline;
    color: black;
}

.portfolio-section {
    width: 1500px;
    height: 4900px;
    background: #000000;
    margin: 0 auto;
    margin-top: 0px;
    padding: 40px 30px 30px 30px;
}

.container {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 30px 30px 50px 30px;
}
.logo-list {
    width: 660px;
    height: 330px;
    transition: 0.5s ease-in-out;
}

.logo-list:hover {
    box-shadow: 0 0 15px rgb(141, 141, 141);
}

/* Posters and illustrations */
.h2-2 {
    margin-top: 50px;
}

.pa-list{
    width: 300px;
    height: 465px;
    transition: 0.5s ease-in-out;
}


.ai-list{
    width: 300px;
    height: 400px;
    transition: 0.5s ease-in-out;
}

.pa-list:hover,
.ai-list:hover {
    box-shadow: 0 0 15px rgb(141, 141, 141);
 }

 /* Social Media */
 .sm-list{
    width: 300px;
    height: 400px;
    transition: 0.5s ease-in-out;
}

.sm-list:hover {
    box-shadow: 0 0 15px rgb(141, 141, 141);
}

 /* Photography */

.phcontainer {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}
.ph-list{
    width: 300px;
    height: 465px;
    transition: 0.5s ease-in-out;
}

.ph-list:hover{
    box-shadow: 0 0 15px rgb(141, 141, 141);
}

.phl-list{
    width: 630px;
    height: 440px;
    transition: 0.5s ease-in-out;
}

.phl-list:hover {
    box-shadow: 0 0 15px rgb(141, 141, 141);
}

