/*	daylily.art Style Sheet

	Author: 	Pamela Brooks
	Date: 		2024
	Filename:       daylily-print.css
*/

/* Print media styles. */

#screen {
    display: block;
}

#print {
    display: none;
}

/* Prevents Chrome from scaling down: */
@media print and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { body { zoom: 150%; } }


@media print {

    #screen {
        display: none;
    }

    #print {
        display: block;
    }

    body {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    @page {
        size: letter;
        width: 816px;
        height: 1056px;
        margin: .5in;
        page-break-after: always !important;
    }

    ophans: 2;
    windows: 2;

    .container {
        position: absolute;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
    }

    .header {
        display: none;
    }

    .menu, .menu-mobile {
        display: none;
    }

    .page {
        width: fit-content !important;
        max-width: fit-content;
        position: relative;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
        box-shadow: none;
    }

    .left {
        position: relative;
        top: 50%;
        bottom: 50%;
        left: 50%;
        right: 50;
        transform: translate(-50%,-50%);
        width: 100%;
        height: 100%;
    }

    .logo {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0; right: 0;
        padding-top: 18px;
        text-align: center;
    }

    .daylily {
        position: absolute;
        top: 90px;
        left: 50%; right: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .daylily2 {
        margin: 0;
        padding-top: 36px;
    }

    .right {
        width: 100%;
        position: absolute;
        top: 0;
        left: 50%; right: 50%;
        transform: translateX(-50%);
    }

    #slideshow div {
        position: relative;
        top: 1.25in;
        left: 0; right: 0;
        transform: none;
        width: auto;
        max-height: 8.75in !important;
    }

    .gallery-title, .line-title {
        width: 100%;
        position: absolute;
        top: 396px;
        font-size: 40px;
        text-align: center;
    }

    .storefront {
        padding: 0;
    }

    img {
        height: auto;
        max-height: 8.75in !important;
        break-inside: avoid;
    }

    .caption {
        page-break-before: avoid;
    }

    .about-image, .contact-image {
        width: 600px;
    }

    .about-image-caption, .contact-image-caption {
        width: 600px;
    }

    .about-content, .contact-content {
        min-height: auto !important;
        padding-bottom: 0;
    }

    .empty {
        /* SEE subroutines-store/display-storefromt.php, subroutines-store/display-line.php. */
        page-break-before: always;
    }

    .artwork, .item {
        /* SEE suborutines/display-gallery, subroutines-store/display-line. */
        object-fit: scale-down;
        width: 600px;
    }

    .artwork .title, .item .title {
        padding-top: 30px;
        page-break-before: always;
        page-break-after: avoid;
    }

    .artwork-image-container, .item-image-container {
        /* SEE subroutines-store/display-artwork, subroutines-store/display-item. */
        width: fit-content;
        position: relative;
        
    }

    .artwork-content-container, .item-content-container {
        /* SEE subroutines-store/display-artwork, subroutines-store/display-item. */
        width: 696px;
        position:relative;
        clear: both;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
    }

    .label {
        /* SEE subroutines-store/display-artwork, subroutines-store/display-item. */
        position: relative;
    }

    .icon {
        display: none;
    }

    .pagination {
        display: none;
    }

    .spiral, .rule, .topics-menu, .policy {
        display: none;
    }

    .copyright {
        display: block;
        position: relative;
        clear: both;
        padding-top: 30px;
        page-break-before: always;
        border: 1px solid black;
    }

    .policy, .popup-notice {
        display: none;
    }

}


/* Desktops */
@media screen and (min-width: 1024px) {
    /* All computers with screens wide enough to display the left (menu)) and right (content) columns. */
}

/* Tablets Portrait or Landscape */
@media screen and (max-device-width: 1024px) {
}

/* Tablets Portrait or Landscape */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
}

/* iPhone 6 and 6 plus Portrait or Landscape */
@media (min-device-height: 667px) and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3) {
}

/* iPhone 5 Portrait or Landscape */
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* iPhone 4+ Portrait or Landscape */
@media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Mobile Phones Portrait or Landscape */
@media screen and (max-device-width: 640px) {
}

/* Mobile Phones Portrait */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
}

/* Mobile Phones Landscape */
@media screen and (max-device-width: 640px) and (orientation: landscape) {
}
