/*
Theme Name: twentysixteen-child
Description: The custom theme twentysixteen-child using the parent theme Twenty Sixteen.
Author: twentysixteen
Author URI: wordpress.org
Template: twentysixteen
Version: 1
*/
.site-header {
    padding: 1.5em 7.6923%;
}

@media screen and (min-width: 61.5625em) {
    .site-header {
        padding: 1.25em 4.5455%;
    }
}

.site-description {
	display: block;
}

.site-description a {
    font-size: 1.2rem;
    font-weight: 700;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    color: #1a1a1a;
}

.site-description a:hover {
	color:#007acc;
}