@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
    background-color: rgba(211, 211, 211, 0.719);
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    width: 100%;
    height: 80px;

    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);

    font-family: 'Montserrat', sans-serif;
    color: black;
    letter-spacing: 2px;
    z-index: 1000;

    display: flex;
    justify-content: flex-end;
    align-items: center;

    box-sizing: border-box;
    padding-right: 80px;
}

.menu li {
    width: 120px;
    text-align: center;
}

.menu ul {
    list-style-type: none;
    display: flex;
    gap: 130px;
}

.menu a {
    text-decoration: none;
    color: black;
    font-size: 20pt;
}

.menu a:hover {
    font-weight: bold;
    color: black;
}


.projects {
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.jacket {
    background-color: white;
    box-shadow: 5px 5px 5px black;
    font-family: 'Montserrat', sans-serif;
    width: 80%;
    width: 1375px;
    height: 750px;
    padding: 40px;
    margin: auto;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;

}

.jacket_flat {
    position: absolute;
    display: flex;
    flex-direction: row;
    top: 40px;
    right: 250px;
}

.jacket_front, .jacket_back {
    width: 220px;
    height: auto;
    display: flex;
}

.jacket_sketch {
    position: absolute;
    width: 225px;
    height: auto;
    bottom: 0px;
    right: 15px;
    
}

.jacket_display {
    position: absolute;
    width: 525px;
    height: auto;
    bottom: 0px;
    left: -85px;
}

.jacket-info h1 {
    position: absolute;
    font-size: 50pt;
    letter-spacing: 10px;
    top: 10px;
    left: 260px;
}

.lapel {
    position: absolute;
    top: 235px;
    left: 300px;
    font-size: 20pt;
    letter-spacing: 3px;
}

.sleeve {
    position: absolute;
    font-size: 20pt;
    letter-spacing: 3px;
    top: 360px;
    left: 340px;
}

.breast {
    position: absolute;
    font-size: 20pt;
    letter-spacing: 3px;
    top: 475px;
    left: 360px;
}

.fabric {
    position: absolute;
    width: 200px;
    right: 475px;
    top: 400px;
}

.fabric-info {
    position: absolute;
    font-size: 17pt;
    letter-spacing: 1px;
    top: 375px;
    right: 275px;
}
