/* =============================================
   Parametric Concepts - Stylesheet
   
   This is kept intentionally simple.
   Change colors, fonts, sizes to your taste.
   ============================================= */

body {
    background-color: #e8e0d4;
    color: #1a1a1a;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 10px;
}

/* Links */
a {
    color: #3a3a8a;
}

a:visited {
    color: #6a3a6a;
}

a:hover {
    color: #000000;
    background-color: #cfcfaa;
}

/* Headings */
h1 {
    font-family: "Courier New", Courier, monospace;
    font-size: 28px;
    letter-spacing: 3px;
    color: #2a2a2a;
    margin-bottom: 2px;
}

h2 {
    font-family: "Courier New", Courier, monospace;
    font-size: 20px;
    color: #3a3a3a;
    border-bottom: 1px dashed #999;
    padding-bottom: 4px;
}

h3 {
    font-family: "Courier New", Courier, monospace;
    font-size: 17px;
    color: #444;
}

/* Navigation */
.nav {
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
    letter-spacing: 1px;
}

/* Horizontal rules */
hr {
    border: none;
    border-top: 1px solid #999;
}

/* Images */
img {
    max-width: 100%;
    height: auto;
}

/* Audio player */
audio {
    width: 100%;
    max-width: 500px;
    margin: 5px 0;
}

/* Track listing */
.tracklist {
    background-color: #ddd8cc;
    border: 1px solid #aaa;
    padding: 15px 20px;
    margin: 10px 0;
}

.track {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #aaa;
}

.track:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.track-title {
    font-family: "Courier New", Courier, monospace;
    font-weight: bold;
    font-size: 15px;
}

.track-info {
    font-size: 13px;
    color: #555;
    margin: 2px 0 6px 0;
}

/* Download links */
a.download {
    font-size: 13px;
    font-family: "Courier New", Courier, monospace;
    color: #3a3a8a;
    text-decoration: none;
    border: 1px solid #999;
    padding: 2px 8px;
    background-color: #d8d4c8;
}

a.download:hover {
    background-color: #c8c4b8;
    color: #000;
}

/* Responsive */
@media (max-width: 600px) {
    body {
        padding: 5px;
    }
    h1 {
        font-size: 22px;
    }
}
