/*
 Theme Name:   Twenty Twenty One Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Twenty One Child Theme
 Author:       NightSparrow
 Author URI:   http://example.com
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwentyonechild
*/
.site-header {
	padding-top:0 !important;
}
h1.site-title {
	font-weight:bold !important;
}
p.site-description {
	font-size:14px;
}
h2.entry-title a {
	font-size:110px !important;
	font-family:arial black;
	text-decoration:none;
	text-transform:uppercase;
}

@media screen and (max-width:800px)
{
	h2.entry-title a {
		font-size:60px !important;
		font-family:arial black;
	}
}