body {
    background-color: #000;
    text-align: center;
    max-width: 420px;
    margin: 20px auto;
}
* {
    font-family: Papyrus, fantasy, sans-serif;
    color: #fff;
}
p {
    font-size: 14px;
    letter-spacing: 1px;
}
a {
    text-decoration: none;
}

header {
    margin: 0 auto;
    text-align: center;
}
#grass-left,
#grass-right {
    display: inline-block;
    width: 26%;
    height: auto;
    background-repeat: no-repeat;
}
#logo {
    display: inline-block;
    width: 40%;
}

section#bottle {
    width: 96%;
    padding: 0 2%;
}
#tagline {
    margin-top: 0;
    font-weight: normal;
    background: transparent;
}
#jdbottle {
    width: 100%;
    max-width: 350px;
    margin: -20px auto 0 auto;
    cursor: pointer;

    opacity: .7;
    -webkit-transition: opacity 1s; /* Safari */
    transition: opacity 1s;
}
#jdbottle:hover {
    opacity: 1;
    -webkit-transition: opacity 1s; /* Safari */
    transition: opacity 1s;
}

nav a {
    display: inline-block;
    margin: 10px;
    padding: 0 10px;
    border-right: solid 1px #fff;
}
nav a:last-child {
    border-right: none;
    margin: 0;
    padding: 0;
}

section#photos {
    width: 100%;
}
section#photos ul {
    margin: 0 0 20px 0;
    padding: 0;
}
section#photos ul li {
    width: 20%;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 1%;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    z-index: 99999;
}
section#photos ul li.active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: width 1s, height 1s, margin 1s; /* Safari */
    transition: width 1s, height 1s, margin 1s;
}
section#photos ul li img {
    width: 100%;
}

#music_player_container * {
    color: inherit;
}
.jp-playlist {
    display: none;
}
#music_player_container:hover .jp-playlist {
    display: block;
}

footer, footer * {
    font-size: 10px;
    font-style: italic;
    color: #999;
}
footer {
    margin-top: 20px;
}
footer a {
    -webkit-transition: font-size 1s, color 1s; /* Safari */
    transition: font-size 1s, color 1s;
}
footer a:hover {
    font-size: 14px;
    color: #fff;

    -webkit-transition: font-size 1s, color 1s; /* Safari */
    transition: font-size 1s, color 1s;
}
