body {
    background-color: #000000;
    background-image: url("images/back.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;

    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0;
}

.site {
    width: 800px;
    margin: 30px auto;
    padding: 20px;
    background-color: #f5f3ec;
    border: 8px solid #172a5c;
    color: #000000;
}

/* =========================
   HEADER
   ========================= */

.logo {
    text-align: left;
    margin: 10px 0 20px 0;
}

.logo-main {
    font-family: "Times New Roman", Times, serif;
    font-size: 37px;
    font-weight: bold;
    letter-spacing: 2px;
}

.logo-sub {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 5px;
    margin-top: -3px;
}

h2 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 22px;
    margin-bottom: 8px;
}

.nav {
    font-size: 11px;
    letter-spacing: 1px;
}

a {
    color: #0000cc;
}

a:visited {
    color: #551a8b;
}

/* =========================
   STUDIO
   ========================= */

.studio-photo {
    width: 500px;
    margin-top: 12px;
}

/* =========================
   ALBUMS
   ========================= */

.albums {
    display: flex;
    gap: 15px;
    margin-top: 12px;
}

.albums img {
    width: 165px;
    height: 165px;
    object-fit: cover;
    border: 1px solid #777777;
}

/* =========================
   RECORDING INDEX
   ========================= */

.recording-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px 15px;
    margin-top: 16px;
}

.project {
    text-align: left;
}

.project img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 1px solid #777777;
}

/* =========================
   PROJECT PAGE
   ========================= */

.project-page {
    display: grid;
    grid-template-columns: 390px 330px;
    gap: 45px;
    margin-top: 20px;
    align-items: start;
}

/* =========================
   LINER NOTES / LEFT COLUMN
   ========================= */

.project-info {
    width: 360px;
    text-align: left;
    padding-top: 2px;
}

/* TRACKLIST / NOTES HEADERS */

.project-info h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 10px;
}

/* TRACKLIST */

.project-info h2:first-child + p {
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    line-height: 1.35;
    margin-top: 0;
    margin-bottom: 20px;
}

/* LINER NOTES */

.project-info h2:not(:first-child) + p {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 1.35;
    margin-top: 0;
    margin-bottom: 20px;
}

/* =========================
   TECHNICAL CREDITS
   ========================= */

.project-details {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 11px;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 25px;
}

/* =========================
   ALBUM COVER
   ========================= */

.project-cover {
    text-align: right;
}

.project-cover img {
    width: 330px;
    height: 330px;
    object-fit: cover;
}

/* =========================
   ALBUM TITLE / ARTIST
   ========================= */

.project-title {
    margin-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
}

.project-title strong {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: italic;
}
