/* Last modified: 20-07-14 */

body {
    font-family: "Open-sans", sans-serif;
    font-size: 17px;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}

.container {
    margin: auto;
}

/* COMMON CLASSES */
.primary-text {
    color: #56a79a;
}

.primary-background {
    background: #56a79a;
}

/* HEADER */
#main-header {
    border-bottom: 2px solid #56a79a;
}

/* NAVBAR */
/* #navbar {
    text-transform: uppercase;
}

#navbar li {
    display: inline;
    padding-right: 20px;
    list-style: none;
}

#navbar a {
    text-decoration: none;
    color: #888;
}

#navbar li.current a,
#navbar a:hover {
    color: #56a79a;
    border-bottom: 3px solid #56a79a;
    padding-bottom: 3px;
} */

/* FEATURES */
#features {
    margin-top: 30px;
}

#features h2 {
    font-size: 35px;
    margin: 0;
    padding-bottom: 10px;
}

/* Core Decades */
#decade {
    border-bottom: 2px solid #56a79a;
    margin-bottom: 30px;
}

/* Top Artists */
#artist {
    border-bottom: 2px solid #56a79a;
    margin-bottom: 30px;
}

/* #features p {
    color: #888;
    margin: 0;
    margin-bottom: 40px;
} */

/* FOOTER */
#main-footer {
    background: #56a79a;
    color: #fff;
}

/* MEDIA QUERIES */
@media (max-width: 800px) {
    /* #showcase h1 {
        font-size: 30px;
    } */
}

@media (max-width: 500px) {
    /* #showcase .showcase-content {
        padding: 40px 10px;
    } */
}

h3 > a {
    color: #56a79a;
    border-bottom: 3px solid #56a79a;
    padding-bottom: 3px;
    text-decoration: none;
    transition: color 0.4s ease;
}
