/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.page-id-6746 h1.entry-title {
    text-align: center;
}

.page-id-6746 h3 {
    font-family: Calibri, Candara, Segoe !important;
}

.fireworks-banner {
    display: block;
    position: relative;
    width: 80%;
    height: 100px;
    margin: 0 auto;
    background-image: url('images/fireworks.jpg');
    background-size: cover;
    transition: color 0.5s ease;
}

.fireworks-banner .title {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Calibri, Candara, Segoe !important;
    text-align: center;
    color: #fff;
}

.fireworks-banner .title .text {
    font-size: clamp(30px, calc(100vw * (80/1440)), 60px);
    line-height: 1em;
    font-weight: bold;
    transition: color 0.5s ease;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.fireworks-banner .title .sub-text {
    font-size: clamp(18px, calc(100vw * (20/1440)), 24px);
    line-height: 1em;
    font-weight: bold;
        text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.85);
    
}

.fireworks-banner:hover .title .text {
    color: #ed194d;
}