body{
    font-family: 'Bubblegum Sans', Arial, Helvetica, sans-serif;
}
h1 {
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #056294, 2px 2px 2px rgba(206,89,55,0);
}
h2.subtitle{
    text-align: center;
    margin-bottom: 10px;
    font-style: italic;
    margin-top: -15px;
}
footer{
    margin-top: 10px;
    color: darkgray;
}
.logo {
    text-align: center;
}
.logo img {
    width: 100px;
}
.action {
    text-align: center;
}
.action button {
    font-family: 'Bubblegum Sans', Arial, Helvetica, sans-serif;
    font-size: 2em;
    width: 90%;
}

.form {
    text-align: center;
    font-family: 'Bubblegum Sans', Arial, Helvetica, sans-serif;
}

.bp h3{
    font-size: 1.2em;
}
.bp h4 {
    font-size: 1.5em;
}

.bp input {
    font-family: 'Bubblegum Sans', Arial, Helvetica, sans-serif;
    font-size: 2em;
    margin-bottom: 20px;
    max-width: 98%;
}

.furtherchapperday input {
    font-size: 1em;
}

.lbq-inquiz label {
    font-family: 'Bubblegum Sans', Arial, Helvetica, sans-serif;
    font-size: 2em;
}

.actionback {
    margin-top: 10px;
}

.actionback button {
    font-family: 'Bubblegum Sans', Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.errors {
    color: red;
}

div.errors {
    border: 1px solid red;
    background-color: pink;
    width: 50%;
    margin: auto;
    text-align: center;
}

.finalanswer {
    margin: auto;
    width: 50%;
    border: 1px dashed yellow;
    font-size: 3em;
    color: #000000;
    background-color: #e2c13f;
    margin-bottom: 30px;
    text-align: center;
}

.gospellink {
    margin: auto;
    text-align: center;
    font-size: 3em;
    border: 1px dashed green;
    color: green;
    background-color: lightgreen;
    width: 50%;
    margin-bottom: 30px;
}

.sinful {
    color: red;
    font-weight: bold;
}

.display {
    text-align: center;
    text-decoration: underline;
}

div.page {
    border-radius: 25px;
    width: 50%;
    border: 2px solid #A4BAFC;
    padding: 3px;
    margin: auto;
}

.result, #resultaboveprogress {
    font-size: 1.5em;
}

#progressbar {
    width: 50%;
    background-color: grey;
    margin: auto;
}
.status {
    color: red;
}

.bibleselection {
    margin-bottom: 5px;
    margin-top: -4px;
    font-size: 0.9em;
}

#progressbar {
    display: none;
}

.furtherchapperday {
    display: none;
}

#bar {
    width: 1%;
    height: 30px;
    background-color: #5F6AA9;
}

.headerparagraph {
    text-align: center;
}

#chaptersleft {
    width: 75px;
}

#daysuntil, #actualdays {
    width: 50px;
}

#chaptersperday {
    width: 50px;
}
/* highlighted val for generated values */
.genval {
    color: #5F6AA9;
}

#datecalcheader {
    display: none;
}

.footer {
    margin-top: 10px;
    font-size: 0.8em;
    width: 90%;
    text-align: center;
}

/* On screens that are 600px or less */
@media screen and (max-width: 600px) {
    .logo img {
        width: 64px;
    }
    .logo img{
        max-width: 50%;
    }
    .finalanswer {
        font-size: 3em;
        width: 90%;
    }
    .gospellink {
        width: 90%;
        font-size: 3em;
    }
    .action button {
        font-size: 1.5em;
    }

    div.page {
        border-radius: 25px;
        width: 90%;
        border: 2px solid #A4BAFC;
        padding: 3px;
        margin: auto;
    }
}
