/* ------------------- Navigation -------------------------- */
/* Logo */
#detail__logo {
    font-size: 80%;
    font-weight: bold;
    margin-right: 1050px;
    cursor: hand;
}

#detail__logo a {
    text-decoration: none;
    color: #000000;
}

/* --------------Projects Detail Section------------ */
.project_detail_section .wrapper {
    padding: 3em;
    display: grid;
    grid-gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.project_detail_section .wrapper .project {
    padding: 1em;
}

.project_detail_section .wrapper .project img {
    width: 100%;
}

.project_detail_section .wrapper .project h2 {
    font-size: 350%;
    font-weight: 600;
    color: #FFAF00;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
}

.project_detail_section .wrapper .project p {
    text-align: left;
    font-size: 60%;
    font-weight: 200;
    padding-bottom: 10px;
    margin-left: 10px;
    color: #FFAF00;
}
/* ------------------------------------------------- */
