/*
    Document   : style
    Created on : Oct 27, 2016
    Author     : William Griswell
    Description:
        General stylings
    Fonts Available:
        font-family: 'Roboto', sans-serif;
            Thin, Light, Regular, Medium, Bold, Black.
            Italic in all sizes.
        font-family: 'Roboto Slab', serif;
            Thin, Light, Regular, Bold.
*/

body, a, div, p, h1, h2, h3, img, nav, footer, article {
    margin: 0;
    padding: 0;
    border: none;
}

a {
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: .2s;
    transition: .2s;
}

a:hover {
    color: #303030;
}

body {
    background-color: black;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 20px;
}

#content {
    width: 90%;
    max-width: 1500px;
    margin: auto;
}

#frontcopy {
  width: 100%;
  background-color: black;
  text-align: center;
  padding-bottom: 20px;
}

#back {
    position: fixed;
    top: 0;
    left: 5%;
    z-index: -1;
    width: 90%;
}

#back img {
    width: 90%;
    max-width: 900px;
    display: block;
    margin: auto;
}

#quote {
    background-color: black;
    width: 100%;
}

#myquote {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
}

#select {
    background-color: black;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
}

#select a {
    width: 36%;
    line-height: 100px;
    margin: 10px 6%;
    display: inline-block;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    border: 5px solid #303030;
}

#select a:hover {
    background-color: #303030;
    color: black;
}

#new {
    display: block;
    width: 90%;
    margin: auto;
    padding: 20px 0;
    background-color: black;
}

#new img {
    width: 100%;
    max-width: 900px;
    margin: auto;
    display: block;
}

#logo {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.filler {
    width: 100%;
    height: 200px;
    margin: auto;
    background-color: black;
    text-align: center;
}

#jump {
    width: 100%;
    height: 120px;
    background-color: black;
    text-align: center;
}

.nothing {
    visibility: hidden;
}

h1 {
    font-family: 'Roboto Slab', serif;
    font-style: normal;
}

h2 {
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    margin: 20px;
}

#mobile {
    display: none;
}

nav {
    left: 10%;
    width: 80%;
    max-width: 800px;
    height: 40px;
    background-color: #ffffff;
    text-align: center;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

nav a {
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    color: black;
    vertical-align: top;
    text-align: center;
    width: 17%;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}

nav a:hover {
    color: white;
    background-color: black
}

a#start {
    padding: 0;
    margin-top: -15px;
    width: 120px;
}

a#start:hover {
    background-color: transparent;
}

a.current {
    color: white;
    background-color: black
}

nav img {
    width: 100%;
    padding: 0;
}

.chapter {
    width: 100%;
    margin-bottom: 50px;
}

.header img {
    width: 100%;
}

.header {
    width: 30%;
    display: inline-block;
}

.numbers {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    margin-left: 5%;
}

.numbers a {
    margin: 5px;
    line-height: 30px;
    font-size: 20px;
}

.char {
    width: 21%;
    margin: 20px 1.7%;
    -webkit-transition: .5s;
    transition: .5s;
}

.char:hover {
    opacity: 0.5;
}

.info {
    display: block;
    width: 70%;
    max-width: 900px;
    margin: 30px auto;
}

.info p {
    width: 45%;
    display: inline-block;
    margin-top: 100px;
}

.puller {
    width: 50%;
    margin-right: 20px;
    vertical-align: top;
    display: inline-block;
}

.page {
    text-align: center;
}

.page img {
    display: block;
    margin: 20px auto;
    width: 100%;
}

.page a {
    padding: 10px 20px;
}

.nomore {
    color: #303030;
}

footer {
    width: 80%;
    font-size: 15px;
    margin: 20px auto;
    height: 100px;
}

#copy {
    width: 75%;
    display: inline-block;
    vertical-align: bottom;
}

#else {
    width: 20%;
    display: inline-block;
}

#else a {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}

#prompt {
    margin: 40px 0;
    line-height: 40px;
    text-align: center;
    width: 100%;
}

/*************************************************************************
-----------------------------------
MEDIA QUERIES
-----------------------------------
**************************************************************************/

@media screen and (max-width: 870px) {

.info p {
    margin-top: 0;
}

@media screen and (max-width: 700px) {

#select a {
    width: 80%;
    line-height: 100px;
    margin: 10px 9%;
    font-size: 50px;
}

nav {
    display: none;
}

#mobile {
    display: block;
    width: 95%;
    padding: 10px 5%;
    padding-right: 0;
    background-color: #ffffff;
    vertical-align: top;
}

#mobile img {
    height: 100px;
    display: inline-block;
}

#nav2 {
    width: 50%;
    float: right;
}

#nav2 a {
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 50px;
    width: 40%;
    margin: 0 4%;
    display: inline-block;
    color: black;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
}

#nav2 a:hover {
    background-color: black;
    color: #ffffff;
}

#nav2 a.current {
    color: white;
    background-color: black
}

#jump {
    display: none;
}

#myquote {
    margin: -100px 0;
}

.char {
    width: 30%;
    margin: 10px 1%;
}

.info {
    display: block;
    width: 100%;
    margin: 30px auto;
}

.info p {
    width: 70%;
    display: block;
    margin: 0 auto;
    font-size: 15px;
}

.puller {
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

h2 {
    font-size: 40px;
    margin: 20px;
}

.chapter {
    margin-bottom: 20px;
}

.header img {
    width: 100%;
}

.header {
    width: 100%;
    display: block;
    margin-top: 20px;
}

.numbers {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.numbers a {
    margin: 5px;
    line-height: 40px;
    font-size: 25px;
}

.page a {
    padding: 0;
    line-height: 50px;
    margin: 0 2%;
}

.page img {
    margin: 0 auto;
}

#copy {
    width: 100%;
}

#else {
    display: none;
}

footer {
    font-size: 10px;
    height: auto;
    text-align: center;
}

}
