body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background-color: #081E35;
    color: white;
}

p {
    font-size: 1.15rem
}

h1,h2,h3,h4,h5,h6
{
    font-family: 'Merriweather', serif;
}

h1 {
    font-size: 3rem;
    color: #758DAA;
    text-align: center
}

h2 {
    font-size: 2.5rem
}

h3 {
    font-size: 2rem
}

h4 {
    font-size: 1.5rem
}

a
{
    color: #82d166;
}

a:hover
{
    color: #599645;
}

.script
{
    font-family: 'Great Vibes', cursive;
}

.pad-row-small
{
    padding-top: 10px;
}

.pad-row {
    padding-top: 15px;
}

.pad-row-extra {
    padding-top: 30px;
}

input,
textarea,
.ck-editor{
    color: black!important
}

.admin-card
{
    color: black;
}

.banner-img
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
}

.banner-img.show
{
    display: inline-block;

    -webkit-animation: fade 1.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fade 1.5s; /* Firefox < 16 */
        -ms-animation: fade 1.5s; /* Internet Explorer */
         -o-animation: fade 1.5s; /* Opera < 12.1 */
            animation: fade 1.5s;
}

#header_container
{
    background-repeat: no-repeat;
    background-size: 100%;
}



.light-block
{
    background-color: #1C314C;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 15px;
}

#coffee_cup
{
    position: absolute;
    width: 125%;
    top: -4em;
    right: -2em;
}

.home-hr
{
    border-color: #206BAE;
}

.news-block img
{
    max-width: 100% !important;
}

#banner_flower_separator,
#flower_separator {
    padding: 20px 0;
    width: 25%
}

#banner {
    position: relative
}

#banner_container {
    align-content: center
}

#banner_text {
    background-color: rgba(0, 0, 0, .8);
    color: white;
    position: absolute;
    bottom: 0;
    margin: auto;
    width: 100%;
    padding: 5px 0;
    font-size: 1.5vw
}

#black_flower {
    width: 15vw;
    padding: 10px 0
}

.navbar-jk .dropdown-item {
    color: #758DAA !important;
}

.navbar-jk .dropdown-item:focus,
.navbar-jk .dropdown-item:hover {
    background-color: transparent!important;
    color: #081E35 !important;
}

#jeffe_header h1 {
    text-align: left;
}

.overlay-row
{
    background-color: #081E35;
    padding: 10px 0;
}

.nav-container
{
    width: 100%;
    padding-bottom: 30px;
    background-color: rgba(8, 30, 53, 0.5);
}

nav {
    padding: 0 .5rem .5rem 0!important
}


#sitename {
    color: white;
    text-decoration: none
}

#sitename:hover {
    color: #758DAA
}

.navbar {
    font-size: 1.5em;
    height: 100%;
    bottom: 0;
    right: 0
}

.navbar-brand {
    font-size: 2.75rem;
    display: none;
}

.navbar-jk {
    background: transparent
}

.navbar-jk a {
    color: white !important;
}

.navbar-jk a:hover {
    color: #758DAA !important;
}

.navbar-nav li {
    padding: 0 5px;
    font-size: .75em;
}

#sc_mobile {
    display: none
}

#social_media_container {
    position: relative;
}

#social_media_container:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

#social_media {
    display: inline-block;
    vertical-align: middle
}

#social_media a {
    color: white;
    padding: 0 10px;
    font-size: 1.5em;
}

#social_media a:hover {
    color: #758DAA;
}

#footer_container {
    background-color: #758DAA;
    margin-top: 5vw;
    font-family: 'Raleway', sans-serif
}

#bubbles {
    margin-top: 2.5vw
}

#bubbles img {
    width: 90%
}

.buy-link
{
    width: 50px !important;
    height: 50px;
}

#book_stats img {
    width: 100%
}

.arrow_container i {
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.arrow_container i:hover {
    cursor: pointer
}

.book-container {
    position: relative;
    width: 200px;
    height: 300px
}

.book-container:focus {
    outline: none!important
}

.book-container .overlay.book-cover.show {
    opacity: 1;
    pointer-events: auto
}

.book-container img:hover,
.overlay.book-cover {
    cursor: pointer;
    background-color: #1C314C;
}

.genre-series
{
    display: none;
}

.genre-series.show
{
    display: block;

    -webkit-animation: fade 1.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fade 1.5s; /* Firefox < 16 */
        -ms-animation: fade 1.5s; /* Internet Explorer */
         -o-animation: fade 1.5s; /* Opera < 12.1 */
            animation: fade 1.5s;
}

@keyframes fade {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fade {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fade {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fade {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fade {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.btn-jk
{
    background-color: #758DAA !important;
    border-color: #758DAA !important;
}

.btn-jk:hover
{
    background-color: #5b6f87 !important;
    border-color: #5b6f87 !important;
}

.book-covers
{
    height: 200px;
    width: 133px;
}

.book-cover {
    display: block;
    width: 100%;
    /*min-height: 345px;*/
    height:100%;
}

#hide_me:hover {
    visibility: visible
}

#newsletter_container {
    background-color: #758DAA;
    border-radius: 10px;
    padding: 20px;
    height: 100%
}

#newsletter_container h2 {
    color: black
}

#newsletter_container input {
    margin-bottom: 20px
}

.slider-overlay
{
    background-color: #081E35;
}

#slider_container
{
    padding: 30px 0;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: white;
    pointer-events: none
}

.overlay-text {
    color: #758DAA;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.btn-link
{
    padding: 0;
}

.overlay-text a, .btn-link
{
    color: white;
}

.overlay-text a:hover, .btn-link:hover
{
    color: #758DAA;
}

.overlay-text h3 {
    font-size: 2vw
}

.overlay-text h4 {
    font-size: 1.75vw
}

.overlay-text .row {
    margin-top: 10%
}

.row.slidey:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.slick-list,
.slick-track {
    height: 100%
}

#faq_container .card {
    background-color: transparent;
    border: none;
    margin: 10px;
    font-family: 'Raleway', sans-serif
}

#faq_container .card-header,
#faq_container .card-body {
    border-radius: 50px;
    padding: .75rem
}

#faq_container .card-header {
    background-color: black;
    margin-bottom: 5px;
    font-weight: 700
}

#faq_container .card-body {
    border: solid 2px black
}

.card-body p,
.card-header p {
    margin-bottom: 0
}

a.card-link {
    color: #758DAA
}

a.card-link:hover {
    color: white
}

#close {
    position: absolute;
    top: 0;
    right: 7%;
    color: red
}

#close_page {
    position: absolute;
    top: -2%;
    right: 2%;
    color: red
}

#close:hover {
    cursor: pointer
}

.popup img:hover,
.popup-page img:hover {
    cursor: pointer
}

.popuptext {
    visibility: hidden;
    background-color: white;
    color: black;
    text-align: center;
    border: solid 2px #555;
    border-radius: 6px;
    padding: 8px;
    width: 100%
}

.popuptext-page {
    visibility: hidden;
    background-color: white;
    color: black;
    text-align: center;
    border: solid 2px #555;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    width: 250%;
    bottom: 50%;
    left: -75%;
}

.popup-partial {
    bottom: 50%;
    left: -25%;
    width: 150%
}

.popuptext a,
.popuptext-page a {
    font-family: 'Raleway', sans-serif
}

.popuptext.show,
.popuptext-page.show {
    visibility: visible;
    -webkit-animation: fadeIn .5s;
    animation: fadeIn 1s
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

#main-line {
    border-left: solid 10px black;
    position: absolute;
    right: 57.75%
}

#sub-line {
    border-left: dotted 10px black;
    position: absolute;
    right: 41.5%
}

.admin-top {
    text-align: left;
}

.banner-small {
    width: 300px;
    height: 167px
}

.book-small {
    width: 133px;
    height: 200px
}

.checkbox-container
{
    border: solid 2px white;
    padding: 15px;
}

.mc_embed_signup
{
    background-color: #1C314C;
}

.modal-title, .modal-body
{
    color: black;
}

.thank-you
{
    display: none;
}

#paypal-button-container
{
    width: 100%;
}

.history-box
{
    background-color: #1C314C;
    border: solid 1px white;
    border-radius: 5px;
    padding: 10px;
}

.title-group
{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
