/* Id: 7.418223.1563477821
 * Generated: Feb 23, 2021 2:17:38 PM
 */
    .img-overlay {
    position: relative;
    width:100%;
    padding-bottom:0;
    margin-bottom:1em;
    
  }
.img-overlay img{
    margin-bottom:0;
    
  }

  .project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

.mainPhotoTextOverlay {
    color:#FFF;
    font-size: 6em;
    position: absolute;
    top: 50%;
    left: 50%;  
    transform: translate(-50%, -50%);
    text-align: center;
    line-height:0.9em;
    padding: 1.3em 0.2em;
    border:2px solid #FFF;
    z-index:5;
}
.button:focus, .button:hover, button:focus, button:hover {
    background-color: #0b5999;
    color: #fff;
}

      