.hidden-FIXME{
    display: none;
}
#portfolio {
    display: none;
}
header { display: none; }
#contact { display: none; }
#about {
    display: none;
}

.navbar-header {
    width: 100% !important;
}
.navbar-brand {
    padding-right: 0;
    font-size: 14px !important;
}
#nav-buy-now {
    color: black;
    float: right;
    font-size: 14px;
    font-weight: 700;
    margin-right: -10px;
}
@media (min-width: 768px) {
    #nav-buy-now {
        margin-right: 0px;
    }
}
#bs-example-navbar-collapse-1 {
    display: none;
}

.wowbook {
    font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
}
.wowbook-page-content {
    padding: 1.5em;
}
.wowbook ul {
    padding-left: 1em;
}
.book-thumb {
    height: 150px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5)
}

#book1-trigger, #book2-trigger, #book3-trigger {
    cursor: pointer;
}
#book1-trigger:hover, #book2-trigger:hover, #book3-trigger:hover {
    background: #f8f8f8;
}

.wowbook-lightbox > .wowbook-close {
    display: none;
}



.lightbox-images1 .wowbook-book-container {
    background: #6d6b92; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #6d6b92 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#6d6b92 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #ffffff 0%,#6d6b92 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.lightbox-images1 > .wowbook-close,
.lightbox-images2 > .wowbook-close {
    color: #ccc !important;
}
.lightbox-images2 .wowbook-book-container {
    background: #1E2831; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #1E2831 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#1E2831 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #ffffff 0%,#1E2831 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}



.lightbox-pdf  .wowbook-book-container {
    background: #e5e5e5 url(./img/bg-lightbox-pdf.png); /* Old browsers */
    background: #e5e5e5 -moz-radial-gradient(center, ellipse cover, #ffffff 20%, #bbbbbb 100%); /* FF3.6-15 */
    background: #e5e5e5 -webkit-radial-gradient(center, ellipse cover, #ffffff 20%,#bbbbbb 100%); /* Chrome10-25,Safari5.1-6 */
    background: #e5e5e5 radial-gradient(ellipse at center, #ffffff 20%,#bbbbbb 100%); /* W3C, IE10+, FF16+, Chrome26+,Opera12+, Safari7+*/
}


/* .lightbox-html  .wowbook-book-container {
    background: url(img/book_html/wood.jpg);
} */
.lightbox-html .wowbook-toolbar {
    box-sizing: content-box !important;
}

.lightbox-html .wowbook-controls {
    width: 100%;
}

.lightbox-html.wowbook-mobile .wowbook-toolbar {
    margin: 0;
}

.lightbox-html.wowbook-mobile .wowbook-controls {
    border-radius: 0;
    width: 100%;
}

/* 
		.lightbox-html .wowbook-controls {
    border-radius: 6px;
    width: auto;
    background: none;
    color: rgba(60, 20, 20, 0.8);
    text-shadow: 0 1px 0 #fff;
    box-shadow: none;
}
.lightbox-html .wowbook-control:hover {
    background: none;
    color: white;
    text-shadow: 0 1px 0 #fff, 0 0px 5px rgba(60, 20, 20, 1);
    text-shadow: 0 1px 0 #fff, 0 0px 3px #fff;
} */

hr {
    max-width: 450px;
}

.wedding-image{
    width: auto!important;
    height: auto!important;
    max-height: 80%;
    max-width: 80%!important;
}
.wedding-title{
    font-size: 1.75rem;
    max-width: 80%;
    margin: 0 auto;
    line-height: 1.6;
    font-family: 'Oooh Baby', cursive;
}
.wowbook-page-number{
    font-family: 'Arima', cursive;
    margin:0 10px!important;
}
.wowbook-lightbox {
    background-color: rgb(246 245 218)!important;
}
.wowbook-disabled{
    opacity: .5;
}
.wowbook-control-flipsound, .wowbook-control-fullscreen, .wowbook-control-slideshow{
    opacity: 1!important;
}

/* ==== Preloader ==== */

.preloader {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Heart */

.lds-heart {
    display: inline-block;
    position: relative;
    width: 52px;
    height: 52px;
    transform: rotate(45deg);
    transform-origin: 32px 32px;
}

.lds-heart div {
    top: 23px;
    left: 19px;
    position: absolute;
    width: 26px;
    height: 26px;
    background: var(--primary-color);
    animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lds-heart div:after,
.lds-heart div:before {
    content: " ";
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    background: var(--primary-color);
}

.lds-heart div:before {
    left: -17px;
    border-radius: 50% 0 0 50%;
}

.lds-heart div:after {
    top: -17px;
    border-radius: 50% 50% 0 0;
}

@keyframes lds-heart {
    0% {
        transform: scale(0.95);
    }
    5% {
        transform: scale(1.1);
    }
    39% {
        transform: scale(0.85);
    }
    45% {
        transform: scale(1);
    }
    60% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(0.9);
    }
}
/* Start Page */
#startbook, #endbook{
    background: #fff!important;
}
.start-image {
    display: block;
    width: 100%;
    height:auto;
    border: 10px solid #FFF;
    transform:rotate(10deg);
    position: absolute;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
  }
.start-image-wrap{
    position: relative;
    width: 500px;
    height: 500px;
    background-color: #fff;
    position: relative;
    transform:rotate(-10deg);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;

}
.start-content > .couple-name{
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: rgb(126 132 106);
    font-size: 40px!important;
    font-weight: bold;
    letter-spacing: 10px;

}
.start-title{
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    font-family: 'Noto Serif', serif;
    font-weight: bold;
    letter-spacing: 10px;
    
}
.custom-text{
    font-family: 'Great Vibes', cursive;
    font-size: 100px!important;
    color: #ccd2bd;
    margin-top: -17px;
    text-align:center;
}
.date{
    font-size: 30px;
    font-family: 'Noto Serif', serif;
    letter-spacing: 10px;
    font-weight: bold;
    text-align:center;
}
/* End Page */
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-top: 40%;
}
  
img.lazy {
    display: block;
    /* optional way, set loading as background */
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.page-book-content{
    padding: 50px 0;
}
/* scroll-bar */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
    
}  
::-webkit-scrollbar-thumb {
    background: #888;    
}  
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}   

  
 