/* Learn to Play Cello */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #f8f5f1;
    color: #222;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.65;
}

.container {
    max-width: 820px;
    margin: 55px auto;
    padding: 0 28px;
    text-align: center;
}

/* ---------- Headings ---------- */

h1 {
    font-size: 3rem;
    font-weight: normal;
    line-height: 1.15;
    margin: 0 0 2.5rem;
}

h1 span {
    color: #666;
    font-size: 0.75em;
    font-weight: normal;
}

.subtitle {
    margin: -1.8rem 0 2.6rem;
    font-size: 1.15rem;
    color: #666;
    font-style: italic;
}

.subtitle a {
    color: inherit;
    text-decoration: none;
}

.subtitle a:hover {
    color: #7a4d20;
    text-decoration: underline;
}

/* ---------- Opening statements ---------- */

.manifesto{
    display:inline-block;
    text-align:left;
    font-size:1.4rem;
    font-weight:500;
    line-height:1.5;
    margin:1.2rem auto 2rem auto;
}

/* ---------- Quote ---------- */

blockquote {
    max-width: 680px;
    margin: 0 auto;
    font-size: 1.45rem;
    font-style: italic;
    line-height: 1.55;
    color: #333;
}

.quote-author {
    margin: 1rem 0 0;
    font-size: 1.1rem;
}

/* ---------- Divider ---------- */

hr {
    width: 72px;
    border: none;
    border-top: 2px solid #b97b3d;
    margin: 44px auto;
}

/* ---------- Introduction ---------- */

.intro {
    max-width: 680px;
    margin: 0 auto 2.4rem;
    font-size: 1.25rem;
    line-height: 1.75;
    text-align: left;
}

/* ---------- Contact ---------- */

.contact {
    max-width: 680px;
    margin: 0.6rem auto;
    font-size: 1.12rem;
    line-height: 1.6;
    text-align: center;
}

.email {
    margin: 0.8rem 0 0;
    font-size: 1.18rem;
}

.email a {
    color: #7a4d20;
    text-decoration: none;
}

.email a:hover {
    text-decoration: underline;
}

/* ---------- Lists ---------- */

ol {
    max-width: 680px;
    margin: 0 auto 3rem;
    padding-left: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.65;
    text-align: left;
}

li {
    margin-bottom: 1.15rem;
}

/* ---------- Links ---------- */

a{
    color:#8b5e3c;
    text-decoration:underline;
    text-decoration-thickness:1.5px;
    text-underline-offset:3px;
}

a:hover{
    color:#5d3b1f;
}

/* ---------- Mobile ---------- */

@media (max-width: 700px) {

    .container {
        margin: 42px auto;
        padding: 0 20px;
    }

    h1 {
        font-size: 2.45rem;
        margin-bottom: 2rem;
    }

    .manifesto,
    blockquote,
    .intro,
    ol {
        font-size: 1.15rem;
    }

    .contact {
        font-size: 1.05rem;
    }

    .email {
        font-size: 1.12rem;
    }

}
