@import url(http://weloveiconfonts.com/api/?family=entypo);

/* entypo*/
[class*="entypo-"]:before {
    font-family: 'entypo', sans-serif;
    vertical-align: middle;
}
.entypo-thumbs-up {
    font-size: 30px; 
    color: lightgreen; 
}
.entypo-thumbs-down {
    font-size: 30px; 
    color: pink;   
}

html {
    background-color: #e6e9e9;
    background-image: -webkit-linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
    background-image: linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 50px;
    padding: 2em 2em 4em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #545454;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.title {
    box-shadow: 0 0 1px #555;   
}
.title h1 {
    position: absolute;
    padding-top: 10px;
    padding-left: 80px;
    margin: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    background-color: #999;
    text-shadow: 0px 1px 3px #999;
    box-shadow: 0 1px 1px #555; 
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Slabo 27px', serif;
    color: #222;
    font-weight: 600;
    line-height: 1.3em;
}

h2 {
    margin-top: 1.3em;
}

a {
    color: #0083e8;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

img {
    -webkit-animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
    animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
    background: transparent;
    border: 10px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    display: block;
    margin: 1.3em auto;
    max-width: 95%;
}

@-webkit-keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
    }
}

@keyframes colorize {
    0% {
        filter: grayscale(100%);
    }
    100% {
        filter: grayscale(0%);
    }
}

#disclaimer-options {
    list-style-type: none;
    align-content: center;
    text-align: center;
    padding-left: 0px;
    margin-top: 50px;
}
#disclaimer-options li {
    display: inline;
    margin: 50px;
}

footer {
    font-family: 'Slabo 27px', serif;
    text-transform: uppercase;
    font-size: small;
    margin-top: 100px;
    color: lightgray;
    text-align: center;
}

#updates {
    list-style-type: square;
}

#menu {
    font-family: 'Slabo 27px', serif;
    border-bottom: 1px solid #ccc;
}
#menu a {
    color: inherit;
    text-decoration: none;   
}
#menu ul {
    padding-left: 0;
}
#menu li {
    text-transform: uppercase;
    list-style-type: none;   
    display: inline;
    padding-right: 20px;
}
#menu li:last-child {
    float: right;
    padding-right: 0;
}

#stories {
    border-top: 1px solid #ccc;
}

.codes {
    margin-top: 0px;
    font-family: 'Slabo 27px', serif;
    font-size: small;
}

.warning {
    text-transform: uppercase;
    font-family: 'Slabo 27px', serif;
    font-size: small;
    padding-left: 10px;
    padding-right: 10px;
}

.description {
    margin-bottom: 0px;
}

.chapters {
    font-family: 'Slabo 27px', serif;
    text-transform: uppercase;
    font-size: small;
}
.chapters ul {
    padding-left: 0;
}

.chapters ul li {
    display: inline;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid black;
}
.chapters ul li:first-child {
    padding-left: 0;   
}
.chapters ul li:last-child {
    border: 0;   
}
.chapters ul li a {
    text-decoration: none;
    color: inherit;
}

.story {
    border-bottom: 1px solid #ccc;
}

.intro {
    margin-bottom: 50px;
}



.story-title {
    margin-bottom: 0;
}

.msg {
    border-radius: 20px;
    margin: 10px;
    padding: 0px 20px;
    border: 1px solid;
}
.sent {
    background-color: #E7F7FF;
    border-color: #D0DEE6;
}

.rcvd {
    background-color: #FFEBFF;
    border-color: #FFD6FF;
}

.intro {
    margin-bottom: 50px;
}



.body-container {
    max-width: 800px;
    align-content: center;
}

.rate {
    margin-top: 50px;
    align-content: center;
    text-align: center;
}
.rate a {
    text-decoration: none;   
}
.next_chapter {
    align-content: center;
    text-align: center;
}

