
body {
    margin: 0;
    overflow: hidden; /* Hide scrollbars when the image expands */
}

#intouch_logo{
    width: 100%;
}

#banner_right{
    margin-top:-80px;
    padding-top: .1rem;
    padding-right: 1rem;
    color: #FE982D;
    font-size: .9rem;
}

.wp-block-post-title,
.wp-block-spacer{
    display: none;
}


.profile-container {
    display: flex;
}

.image-container,
.details-container {
    flex: 1;
    padding: 10px;
}

.image-container img {
    max-width: 100%;
    height: auto;
    position: relative;
/*    cursor: pointer;*/
}

#profile-img{
    width: 100%;
}

#goBack{
    margin-left: 10px;
    margin-bottom: 1rem;
}


.expanded-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent black overlay */
    display: none;
    justify-content: center;
    align-items: center;
}

.expanded-image img {
    max-width: 100%;
    max-height: 100%;
}

#printName,
.image-container{
    text-align:center;
}

#profile-img{
    max-width: 50%;
}

.left-col{
    float:left;
    min-width: 50%;
}
.right-col{
    min-width: 50%;
    text-align:right;
}

#printPage{
    max-width: 200px;
}

#bottomBanner{
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
}

#footerText {
    width: 100%;
    text-align: center;
    z-index: 1;
}


.whiteSpaceUpper_Chrome {
    margin-bottom: 0rem;
}
.whiteSpaceLower_Chrome {
    margin-bottom: 0rem;
}


.whiteSpaceUpper_Firefox {
    margin-bottom: 8rem;
}
.whiteSpaceLower_Firefox {
    margin-bottom: 0rem;
}


@media print  {
    body .custom-background,
    #profile_body {
        background-color: #fff !important;
    }

    .wp-block-template-part,
    header,
    footer,
    .noprint
    { display: none !important; }

    .profile-container {
        display: initial;
    }

    .container{
        width: 100%
    }

    #topBanner{
        width: 100%;
        position: fixed;
        top: 0;
    }
}
