/**
 * Theme Name:     Paul J Rach Custom Theme
 * Author:         Agency 38
 * Template:       hello-elementor
 * Text Domain:	   paul-j-rach-custom-theme
 * Description:    A custom site created for Paul J Rach by Agency 38. A creative agency in Baltimore, Maryland.
 */

h2 {font-weight: bold !important;}

.elementor.elementor-16.elementor-location-header {height: 5px;}

.twae-story {opacity: 0;transform: translateY(20px);transition: opacity 1s ease-out, transform 1s ease-out;}
img.attachment-full.size-full.wp-image-21 {
    height: 95px;
}

.twae-story.fade-in {opacity: 1;transform: translateY(0);}
.project-parent {overflow:hidden !important;}
.project-parent .project-child {
    top: -150px;
}
.project-child {border-bottom: 5px solid #ffffff;transition:ease-in-out 0.3s;}
.project-parent:hover .project-child {
    top: 0px; 
}

img.img-bracket {
    width: 30px;
	margin:0 10px
}
.bracket {
    display: flex
;
    align-items: center;
}


@media only screen and (max-width: 1024px) {
.project-parent .project-child {
    top: 0px;
}
}