﻿/*DEFAULT BACKGROUND COLOR*/
body {
    padding-bottom: 0px;
}

.body-item {
    background: #874143;
}

.carousel {
}

.display-card {
    background: #874143;
}

.blockquote_color {
    border-left-color: #b5834e;
}

footer {
    z-index: 2;
}

.header-tab {
    font-family: 'Roboto', sans-serif;
    font-size: 25px !important;
}

.grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
}

.progress .indeterminate {
    background-color: #b5834e !important;
}

.text-long-shadow {
    text-shadow: rgb(29, 125, 116) 1px 1px, rgb(29, 125, 116) 2px 2px, rgb(29, 125, 116) 3px 3px, rgb(29, 125, 116) 4px 4px, rgb(29, 125, 116) 5px 5px, rgb(29, 125, 116) 6px 6px, rgb(29, 125, 116) 7px 7px, rgb(29, 125, 116) 8px 8px, rgb(29, 125, 116) 9px 9px, rgb(29, 125, 116) 10px 10px, rgb(29, 125, 116) 11px 11px, rgb(29, 125, 116) 12px 12px, rgb(29, 125, 116) 13px 13px, rgb(29, 125, 116) 14px 14px, rgb(29, 126, 117) 15px 15px, rgb(29, 128, 119) 16px 16px, rgb(30, 130, 120) 17px 17px, rgb(30, 132, 122) 18px 18px, rgb(30, 133, 124) 19px 19px, rgb(31, 135, 125) 20px 20px, rgb(31, 137, 127) 21px 21px, rgb(32, 139, 129) 22px 22px, rgb(32, 141, 130) 23px 23px, rgb(32, 142, 132) 24px 24px, rgb(33, 144, 134) 25px 25px, rgb(33, 146, 135) 26px 26px, rgb(34, 148, 137) 27px 27px, rgb(34, 149, 139) 28px 28px, rgb(34, 151, 140) 29px 29px, rgb(35, 153, 142) 30px 30px, rgb(35, 155, 144) 31px 31px, rgb(36, 157, 145) 32px 32px, rgb(36, 158, 147) 33px 33px, rgb(36, 160, 149) 34px 34px, rgb(37, 162, 150) 35px 35px, rgb(37, 164, 152) 36px 36px, rgb(38, 166, 154) 37px 37px;
    background-color: rgb(38, 166, 154);
    /*height: 100%;*/
    width: 100%;
    font-size: 10rem;
    color: #fff !important;
    text-align: center;
    padding: 20px 0 !important;
}
/*--------------------------------------------------------*/


/*----------------------------------------
    Pre Loader
------------------------------------------*/
#loader-wrapper {
    position: fixed !important;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1000 !important;
}

/*#loader options split between mobile and desktop to center the element correctly*/

#loader-logo {
    display: block;
    position: absolute;
    right: 48%;
    top: 46%;
    background: url(../images/favicon.ico) no-repeat center center;
    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #b5834e;
    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #874143;
    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
    -webkit-transform: translateX(0);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);
    /* IE 9 */
    transform: translateX(0);
    /* Firefox 16+, IE 10+, Opera */
}

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }
/* Loaded */

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);
    /* IE 9 */
    transform: translateX(-100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);
    /* IE 9 */
    transform: translateX(100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);
    /* IE 9 */
    transform: translateY(-100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}
/* JavaScript Turned Off */

.no-js #loader-wrapper {
    display: none;
}

.progress {
    background-color: rgba(255, 64, 129, 0.22);
}

/* ----------------------------------------------------------------------------------------------------*/
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

nav ul li.active {
    background-color: rgb(45, 45, 45, 0.8) !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 16px;
}

/*Display properties for desktop*/
/*-------------------------------------------------- */
@media (min-width: 1000px) {
    html {
    font-size: 16px;
    }

    #loader {
        display: block !important;
        position: relative !important;
        left: 45% !important;
        top: 45% !important;
        width: 150px !important;
        height: 150px !important;
        margin: -75px -75px 0 0 !important;
        border-radius: 50% !important;
        border: 3px solid transparent !important;
        border-top-color: #874143 !important;
        -webkit-animation: spin 2s linear infinite !important;
        /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 2s linear infinite !important;
        /* Chrome, Firefox 16+, IE 10+, Opera */
        z-index: 1001;
    }

    .bookcover {
        width: 450px;
        height: 675px;
        margin-bottom: 3%;
    }

    .flip-card {
        background-color: transparent;
        width: 400px;
        height: 400px;
        border: 0px solid #f1f1f1;
        perspective: 1000px;
    }

    .book-phrase {
        font-size: 40px;
        margin-top: 10%;
        color: white;
        font-family: 'playfair', serif;
        margin-left: 5%;
    }

    .newReleaseBuy {
        margin-top: 5%;
    }

    .display-book {
        margin-top: 2%;
    }

    .layout-container {
        min-width: 100%;
        padding: 0;
        margin: 0;
    }

    .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
    }

    .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
    }

    .flip-card:active .flip-card-inner {
        transform: rotateY(180deg);
    }

    .flip-card-front, .flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .flip-card-front {
        background-color: #bbb;
        color: black;
    }

    .flip-card-back {
        background-color: transparent;
        color: white;
        transform: rotateY(180deg);
    }

    .mailing-list {
        width: 30%; 
        margin-top: 8%; 
        color: white; 
        font-family: 'Oswald', sans-serif;
    }

    email-section {
        width: 60%; 
        color: white;
        margin-top: 5%;
    }

    email-form {
        margin-top: 40px;
    }

    email-row {
        margin-top: 30px;
    }

    recaptcha-row {
        margin-bottom: 8%;
    }

    spacer {
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .show-on-mobile {
        display: none;
    }
}

/*Display properties for mobile*/
/*-------------------------------------------------- */
@media (max-width: 1000px) {

    #loader {
        display: block !important;
        position: relative !important;
        left: 32vw !important;
        top: 45% !important;
        width: 150px !important;
        height: 150px !important;
        margin: -75px -75px 0 0 !important;
        border-radius: 50% !important;
        border: 3px solid transparent !important;
        border-top-color: #874143 !important;
        -webkit-animation: spin 2s linear infinite !important;
        /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 2s linear infinite !important;
        /* Chrome, Firefox 16+, IE 10+, Opera */
        z-index: 1001;
    }

    .bookcover {
        width: 50%;
        height: auto;
    }

    .flip-card {
        background-color: transparent;
        border: 0px solid #f1f1f1;
        perspective: 1000px;
    }

    .body-item{
        width:100%;
    }

    .covers {
        display: block;
        margin-top: 5%;
        margin-bottom: 30%;
    }

    .book-phrase {
        font-size: 20px;
    }

    .opacityLevel {
        opacity: .4;
    }

    blockquote {
        margin: 20px 0;
        padding-left: 1.5rem;
        border-left: 5px solid #4dd0e1;
    }

    #vidBackground {
        object-fit: cover;
        width: 100vw;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .fnavbar {
        position: fixed;
        width: 100%;
        top: 0%;
        z-index: 8;
    }

    .card {
        width: 75%;
        height: 75%;
        margin-top: 40px;
    }

    .card-content {
        margin-top: 20px;
        padding: 1px;
        opacity: 1.0;
    }

    .card-panel {
        width: 100%;
        height: 80%;
    }

    .card-fab {
        position: relative;
        z-index: 1;
    }

    .card-cover {
        width: 100%;
        height: auto;
        margin-left: 0%;
        margin-right: 12%;
        background: rgba(255,255,255,1.0);
        margin-bottom: 0%;
    }

    .card-quote {
        font-family: 'Oswald', sans-serif; 
        color: white; 
        padding: 10px; 
        padding-bottom: 20px; 
        margin: 2%;
    }

    .flip-card-inner {
        position: relative;
        width: 90%;
        padding-bottom: 135%;
        margin-left: 5%;
        margin-right: 12%;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
    }

    .card-item.flipped .flip-card-inner {
        transform: rotateY(180deg);
    }

    .flip-card-front, .flip-card-back {
        position: absolute;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        margin-bottom: 50%;
    }

    .flip-card-front {
        background-color: transparent;
    }

    .flip-card-back {
        background-color: transparent;
        transform: rotateY(180deg);
    }

    .show-on-desktop {
        display: none;
    }
}

/* Other
------------------------------------------------- */
.border-top {
    border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  min-width: 100%
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  width: 100%;
}

.screen .main {
    width: 100%; /* <--now this takes full browser dimension  */
    height: 100%; /* <--now this takes full browser dimension  */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/*Custom CSS For all _Layouts
-------------------------------------------------- */
i.fa-twiiter {
    color: dodgerblue;
}

/*Custom CSS for index*/
.dropdown-content {
    width: auto !important;
    height: auto !important;
    background: #0A1C19;
}

.fnavbar {
    position: fixed;
    width: 100%;
    top: 0%;
    z-index: 8;
}

.background-image-div {
    background-image: url("/images/symbolsCrop.png");
    background-size: cover;
    background-position: center;
    /* Additional background properties */
}

.zoomable input[type=checkbox] {
    display: none
}

.zoomable img {
    transition: transform 0.25s ease;
    cursor: zoom-in
}

.zoomable input[type=checkbox]:checked ~ img {
    margin: 100px;
    transform: scale(1.5);
    cursor: zoom-out
}
