﻿.photobook-hero-background{display:flex;background:url('/Images/Photobooks/desktop-background.jpg');background-size:cover;background-repeat:no-repeat;min-height:700px;}
.photobooks-hero-wrapper{display:flex;flex-direction:row-reverse;max-width:1200px;width:100%;margin:auto;justify-content:center;align-items:center;padding:30px 0;}
.photobooks-hero-wrapper .photobooks-image-container{flex:50%;}
.photobooks-hero-wrapper .photobooks-text-container{flex:calc(50% - 130px);margin:0 50px 0 80px;}
.photobooks-hero-wrapper .photobooks-image-container > img{width:100%;}
.photobooks-hero-wrapper .photobooks-text-container .page-header-title{font-size:2.3em;}
.photobooks-hero-wrapper .photobooks-text-container .page-header-desc{padding:10px 0 20px 0;font-size:1.2em;}
.photobooks-hero-wrapper .photobooks-text-container .page-header-btns-container{display:flex;flex-direction:column;justify-content:center;align-items:center;}
.photobook-text-wrapper{width:100%;background-color:#F6F6F6;}
.photobook-text-wrapper .outer-text-container{max-width:1000px;width:calc(100% - 30px);padding:45px 15px;margin:auto;font-size:1.2em;}
.photobook-text-wrapper .outer-text-container .inner-text-container{margin-bottom:30px;}
.photobook-text-wrapper .photobooks-text-title{font-size:1.5em;font-weight:bold;display:block;text-align:center;}
.photobook-text-wrapper .expandible-paragraph-title{font-size:1.2em;font-weight:bold;display:inline-block;text-align:left;}
.photobook-text-wrapper .expandible-paragraph-text-container .expandible-paragraph{display:block;margin:15px 0;}
.photobook-text-wrapper .expandible-paragraph-text-container .expandible-paragraph:first-of-type{margin:0 0 15px 0;}
.photobook-popup-container{display:flex;position:fixed;width:100%;height:100%;justify-content:center;align-items:center;top:0;left:0;z-index:50;}
.photobook-popup-container .background-cover{position:absolute;width:100%;height:100%;background:#000;opacity:0.4;}
.photobook-popup-container .popup-container .close-popup-btn{position:absolute;font-size:1.8em;color:#FFF;right:15px;top:15px;cursor:pointer;}
.photobook-popup-container .popup-container{max-width:1000px;position:relative;background:#FFF;border-radius:20px;width:calc(100% - 30px);overflow-x:hidden;box-shadow:rgba(0,0,0,.2) 0 3px 10px;margin:15px;}
.photobook-popup-container .popup-container .popup-images-container{display:block;position:relative;}
.photobook-popup-container .popup-container .popup-images-container .popup-background-image{width:100%;min-height:130px;}
.photobook-popup-container .popup-container .popup-images-container .app-icon{display:inline-block;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);max-width:100px;width:100%;}
.photobook-popup-container .popup-container .popup-text-wrapper{padding:30px;font-size:1.2em;}
.photobook-popup-container .popup-container .popup-text-wrapper .download-links{font-size:1.2em;font-weight:bold;text-align:center;}

@media screen and (max-width: 1002px){
    .photobook-hero-background{background-image:url('/Images/Photobooks/mobile-background.jpg');min-height:auto;}
    .photobooks-hero-wrapper{flex-direction:column;}
    .photobooks-hero-wrapper .photobooks-image-container{flex:100%;padding:10px;}
    .photobooks-hero-wrapper .photobooks-text-container{flex:100%;margin:0;padding:15px;}
    .photobooks-hero-wrapper .mobile-hide{display:none;}
}
