html {
    display: block;
    background-color: #fff;
}

body {
    margin: 0 auto;
    padding: 0.5em 2em 2em;
    min-width: 760px;
    max-width: 960px;
    font-family: 'Fanwood Text', serif;
    font-size: 16px;
    font-weight: 400;
    color: #222;
}

.book {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    background: #333;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    height: 100%;
}

.book-page {
    position: relative;
    padding: 0.5em 2em 2em;
    border: 1px;
    border-color: #9E9B97;
    border-style: solid;
    background: #e1ddd8;
    display: none;
}

.book-page.active {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 50%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    min-height: 700px;
}

.book-page.left {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    background: -webkit-linear-gradient(left, #fffbf6 0%, #e1ddd8 85%, #CAC7C2 94%, #B4B1AD 100%);
    background: -moz-linear-gradient(left, #fffbf6 0%, #e1ddd8 90%, #CAC7C2 98%, #B4B1AD 100%);
    background: -ms-linear-gradient(left, #fffbf6 0%, #e1ddd8 90%, #CAC7C2 98%, #B4B1AD 100%);
    background: linear-gradient(left, #fffbf6 0%, #e1ddd8 90%, #CAC7C2 98%, #B4B1AD 100%);
    -webkit-box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.15), -6px 0 0 -3px #eee, -6px 0 1px -2px rgba(0, 0, 0, 0.15), -12px 0 0 -6px #eee, -12px 0 1px -5px rgba(0, 0, 0, 0.15), -18px 0 0 -9px #eee, -18px 0 1px -8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.15), -6px 0 0 -3px #eee, -6px 0 1px -2px rgba(0, 0, 0, 0.15), -12px 0 0 -6px #eee, -12px 0 1px -5px rgba(0, 0, 0, 0.15), -18px 0 0 -9px #eee, -18px 0 1px -8px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.15), -6px 0 0 -3px #eee, -6px 0 1px -2px rgba(0, 0, 0, 0.15), -12px 0 0 -6px #eee, -12px 0 1px -5px rgba(0, 0, 0, 0.15), -18px 0 0 -9px #eee, -18px 0 1px -8px rgba(0, 0, 0, 0.15);
}

.book-page.right {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    background: -webkit-linear-gradient(left, #B4B1AD 0%, #CAC7C2 6%, #e1ddd8 15%, #fffbf6 90%);
    background: -moz-linear-gradient(left, #CAC7C2 0%, #e1ddd8 10%, #fffbf6 90%);
    background: -ms-linear-gradient(left, #CAC7C2 0%, #e1ddd8 10%, #fffbf6 90%);
    background: linear-gradient(left, #CAC7C2 0%, #e1ddd8 10%, #fffbf6 90%);
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15), 6px 0 0 -3px #eee, 6px 0 1px -2px rgba(0, 0, 0, 0.15), 12px 0 0 -6px #eee, 12px 0 1px -5px rgba(0, 0, 0, 0.15), 18px 0 0 -9px #eee, 18px 0 1px -8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15), 6px 0 0 -3px #eee, 6px 0 1px -2px rgba(0, 0, 0, 0.15), 12px 0 0 -6px #eee, 12px 0 1px -5px rgba(0, 0, 0, 0.15), 18px 0 0 -9px #eee, 18px 0 1px -8px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15), 6px 0 0 -3px #eee, 6px 0 1px -2px rgba(0, 0, 0, 0.15), 12px 0 0 -6px #eee, 12px 0 1px -5px rgba(0, 0, 0, 0.15), 18px 0 0 -9px #eee, 18px 0 1px -8px rgba(0, 0, 0, 0.15);
}

.book-page .title {
    margin: 25% auto auto;
}

.book-page .contents {
    margin: 30% auto auto;
}

.book-page a {
    text-decoration: none;
}

.book-page .contents ol {
    font-family: Average;
    line-height: 1.500;
}

.book-page .social {
    margin: 0.1em;
    padding: 0;
    float: right;
}

.book-page .social li {
    display: inline;
    list-style-type: none;
}

.book-page h1,
h2,
h3 {
    font-family: Average;
    line-height: 1.000;
    font-weight: normal;
    font-style: normal;
}

.book-page h1 {
    font-size: 2.50em;
    text-align: center;
}

.book-page h2 {
    padding-bottom: 0.2em;
    font-size: 2.00em;
    border-bottom: 1px;
    border-bottom-color: #333;
    border-bottom-style: solid;
}

.book-page h3 {
    padding-top: .5em;
}

.book-page .footer {
    display: inline-block;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.nav-note {
    font-family: 'Shadows Into Light Two', cursive;
    color: #000;
    background: #ffc;
    display: block;
    height: 20px;
    width: 70px;
    padding: 7px 10px;
    box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, .3);
    position: absolute;
    top: 40px;
    right: -70px;
    cursor: pointer;
}

.nav-note.active {
    background: #ccf;
}

#nav-about {
    top: 82px;
    width: 68px;
}

#nav-music {
    top: 124px;
    width: 66px;
}

#nav-wallpapers {
    top: 166px;
    width: 64px;
}

#nav-art {
    top: 208px;
    width: 62px;
}

.nav-note.active:before {
    border-top: 17px solid transparent;
    border-right: 26px solid #ccf;
    border-bottom: 17px solid transparent;
    content: "";
    height: 0;
    left: -26px;
    position: absolute;
    top: 0;
    width: 0;
}

.container {
    position: relative;
}

.scribble {
    position: absolute;
    display: block;
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 1.5em;
    color: #700;
}

.scribble.left {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.scribble.right {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    transform: rotate(3deg);
}

.sticky {
    position: relative;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 5px 20px
}

.sticky.left {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
    float: left;
}

.sticky.right {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
    float: right;
}

.sticky:before,
.sticky:after {
    content: "";
    display: block;
    width: 120px;
    height: 30px;
    position: relative;
    top: 20px;
    margin: auto;
    background: rgba(255, 255, 200, 0.6);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}

.sticky img {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #ddd;
    margin: 0 20px;
    padding: 8px;
    background: #fff;
    text-align: center;
    vertical-align: top;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}

.sticky:before,
.sticky:after {
    position: absolute;
    top: 14px;
}

.sticky:before {
    left: -17;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sticky:after {
    top: inherit;
    bottom: 5px;
    right: -15px;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    transform: rotate(-35deg);
}