/*
 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
*/

@font-face {
    font-family: 'Brush Script';
    src: url('/wp-content/uploads/BRUSHSCI.ttf') format('truetype');
 }
.t-event-sec1 h1{
    font-family: "Brush Script";
	font-size: 128px;
}
.p-l-r p {
    font-size: 20px;
}
@media(max-width:600px){
	.t-event-sec1 h1 {
    font-family: "Brush Script";
    font-size: 62px;
}
}
@media(min-width:600px) and (max-width:991px){
.t-event-sec1 h1 {
    font-family: "Brush Script";
    font-size: 100px;
}
}