﻿
/*!
* Custom style for the Carthage Public Library Foundation website.
* Copyright 2023 Carthage Public Library Foundation, Inc.  All rights reserved.
*/

body {
    background-image: url('<?php echo $backgroundImage; ?>');
}

/*
    The next two items provide the formatting for an image with a drop-down shadow.
*/
.img-shadow-img {
    margin: 50px;
    box-shadow: 0px 0px 40px 20px rgba(111, 102, 107, 0.55);
}

    .img-shadow-img img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
        z-index: -1;
    }
