/*
Theme Name: Twenty Seventeen Child
Theme URL: http://khillaudio.com/blog/
Description: Twenty Seventeen Child Theme
Author: Khillaudio
Author URL: http://khillaudio.com/blog/
Template: twentyseventeen
Version: 1.0.0
Text Domain: twentyseventeen-child
*/
@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:100,300,400,700&display=swap');

.site-title {
	clear: none;
	font-size: 80px;
	font-size: 5em;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.05em;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

.site-title,
.site-title a {
	color: #222;
	opacity: 1; /* Prevent opacity from changing during selective refreshes in the customize preview */
}
@media screen and (min-width: 13.333em)
.site-title {
    font-size: 24px;
    font-size: 1.5rem;
}
.site-description {
    color: #666;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0;
}