.photofooter {
    position: relative;
    padding: 15%;
    /* background-image: url('/image/dollar-gill.jpg'); */
    background-image: url('/image/camera_lens.jpg') !important;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.photofooter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6); 
    z-index: 0; 
}
.photofooter h1, .photofooter p{
    position: relative;
    z-index: 1;
    color: white;
    justify-content: center;
    text-align: center;
    text-decoration: none;
}



.photobootom {
    position: relative;
    padding: 10%;
    background-image: url('/image/dollar-gill.jpg');
    /* background-image: url('/image/conor-luddy.jpg'); */
    height: 100%;
    background-size: cover;
    background-position: center;
    /*background-attachment: fixed;*/
}
.photobootom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6); 
    z-index: 0; 
}
.photobootom p{
    position: relative;
    z-index: 1;
    color: white;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    line-height: 2;
}