body {
    margin: 2vh 2vw;
    background-color: #a8b4d4;
    font-family: helvetica, arial, sans-serif;
    font-size: 20px;
    min-height: 100vh;
    background: rgb(168,180,212);
    /*background: linear-gradient(127deg, rgba(168,180,212,1) 0%, rgba(243,247,247,1) 50%, rgba(239,172,136,1) 100%);*/
    background-image: url('icon/gradient.jpg');
    background-size: auto 100%;
    background-position: 25% center;
}

.boxy ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto hidden;
    white-space: nowrap;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    cursor: grab;

}

.boxy ul::-webkit-scrollbar {
  display: none;
}

.boxy li {
    margin: 0;
    padding: 2px;
}

.btn {
    border-radius: 0;
}

main {
    margin-top: 3em;
    margin-left: 4vw;
    margin-right: 4vw;
    text-align: center;
    line-height: 2;
}

p {
    margin-bottom: 2rem;
}

.pre-load {
    text-align: center;
    padding-top: 100px;
    min-width: 100%;
    min-height: 800px;
}

.uncover {
    font-size: 3em;
    max-width: 100%;
}

.uncover .u {
    font-weight: 100;
}
.uncover .n {
    font-weight: 230;
}
.uncover .c {
    font-weight: 370;
}
.uncover .o {
    font-weight: 500;
}
.uncover .v {
    font-weight: 630;
}
.uncover .e {
    font-weight: 770;
}
.uncover .r {
    font-weight: 900;
}


h2 {
    font-weight: bold;
    font-size: 2em;
}

h3 {
    font-weight: bold;
    font-size: 1.5em;
}

.chapternum {
    display: none;
}

.reflection {
    margin: 50px auto;
    max-width: 100%;
}

.study-scripture {
    font-family: georgia, times, serif;
    font-size: 0.9em;
    line-height: 1.5;
    background-color: rgba(255,255,255,0.3);
    padding: 1em;
    margin-bottom: 1em;
}
.study-scripture p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}