html {
    scroll-behavior: smooth; }

body {
    background-color: #F5F2EA;
    color: #333333;
    font-family: Georgia, serif;
    text-align: center;
    margin: 0;
    padding: 0; }

header {
    padding: 5px 0; }

nav {
    padding: 10px;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppdercase; }

nav a {
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    margin: 0 20px;
    font-weight: bold; }

nav a:hover {
    color: #5F8F6A;}

p {
    font-size: 22px;
    line-height: 1.6; }

.logo {
    width: 400px;
    max-width: 90%;
    margin-top: 5px; }

.hero {
    margin-top: 5px; }

.about {
    margin: 50px auto;
    max-width: 700px; }

h2 {
    font-size: 32px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: normal; }

ul {
    list-style-type: none;
    padding: 0; }

.hedville-divider {
    width: 60%;
    max-width: 500px;
    margin: 10px auto;
    text-align: center; }

.hedville-divider img {
    width: 100%;
    height: auto; }

.songs li {
    font-size: 22px;
    margin: 18px 0; }

.songs a {
    color: #333333;
    text-decoration: none; }

.songs a:hover {
    color: #5F8F6A; }

.song-page {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px; }

.song-page h1 {
    font-size: 42px;
    letter-spacing: 3px;
    font-weight: normal; }

.song-story,
.lyrics {
    margin: 50px auto; }

.song-story h2,
.lyrics h2 {
    font-size: 24px;
    letter-spacing: 3px;
    text-transform: uppercase; }

.lyrics p {
    white-space: pre-line;
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 16px; }

.listen-link {
    margin: 30px auto; }

.listen-link a {
    color: #333333;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold; }

.listen-link a:hover {
    color: #5F8F6A; }

.song-art {
    width: 150px;
    max-width: 90%;
    margin-top: 10px; }

@media (max-width: 600px) {
    .lyrics p {
        white-space: pre-line;
        font-size: 20px;
        line-height: 2;
	max-width: 90%; } }