
body {
    font-size: 0.9em;
    line-height: 1.2em;
    color: #1a0f16;
    background: #cfe8e6;
    letter-spacing: 0.2em;
    font-family: Poppins, serif;
}

img { padding: 5px; }

a {
    color: #2f6f73;
    text-decoration: none;
}
a:hover, a:active { color: #1a0f16; display: inline-block; }

#wrapper { margin: 50px auto 0 auto; width: 900px; position: relative; }

#header { position: relative; padding: 0px; color: #ffffff; background: #9fd3cf; }

h1 { text-align: center; text-transform: uppercase; letter-spacing: 0.2em; font-size: 2em; font-weight: Extra-Bold; font-family: Poppins, sans-serif; text-shadow: 2px 2px 0 rgba(0,0,0,0.25); }

#banner { position: relative; padding: 25px; height: 250px; background-image: url("https://sundownsymphony.com/files/images/brynn.png"); background-size: cover; background-position: center; box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1); }

#nav { position: relative; height: 50px; width: 900px; margin: 20px auto 20px; padding: 25px 0 0; font-family: 'Poppins', sans-serif; font-size: 1.5em; text-align: center; text-transform: uppercase; background: #9fd3cf; word-spacing: 3em; }

#nav a { color: #ffffff; text-decoration: none; text-shadow: 2px 2px 0 rgba(0,0,0,0.25); }
#nav a:hover, a:active { color: #1a0f16; }

#content { text-align: center; margin: auto; padding: 2%; width: 850px; background: rgba(255,255,255,0.8); box-shadow: 0px 5px rgba(0,0,0,0.1); }

h2 { letter-spacing: 0.25em; text-transform: lowercase; font-family: Poppins, sans-serif; font-weight: bold; font-size: 1.9em; color: #2f6f73; text-shadow: 1px 1px 0 rgba(0,0,0,0.25); }

.accent { color: #2f6f73; } /* new class for theme-specific text */

#footer { text-align: center; padding: 20px; text-transform: uppercase; letter-spacing: 0.5em; font-size: 0.5em; font-family: Poppins, sans-serif; color: rgba(255,255,255,0.6); }
#footer a { color: #ffffff; text-decoration: none; }
#footer a:hover, a:active { color: rgba(255,255,255,0.6); display: inline-block; }