/*
Theme Name:   Ashe Child
Theme URI:    https://wordpress.org/themes/ashe/
Description:  Ashe child theme
Author:       Victor Tarrieu
Author URI:   https://wordpress.org/
Template:     ashe
Version:      1.0.0
Text Domain:  ashechild
*/

.site-description {
	color: #ff6900!important;
	font-size: 18px!important;
	font-family: 'Playfair Display';
}

.header-logo a {
	color: #ff6900!important;
	font-size: 75px!important;
	font-family: 'Playfair Display';
}

.header-logo {
	text-align:right;
	margin: auto;
	max-width: 1160px;
	padding-right: 40px;
}

@media screen and (max-width: 768px) {
	#featured-links {
		max-width: 500px;
		display: block!important;
	}
}