/*
Theme Name: Twenty Sixteen - Princeton
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Princeton customization of the 2016 default theme. Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen
Template: twentysixteen
*/

@import url("../twentysixteen/style.css");

/*
 * Site Logo support
 */

.site-logo-link {
	display: block;
}

.site-logo {
	max-height: 112px;
	width: auto;
}

.has-site-logo .site-title {
	margin-top: 0.608695652em;
}

/**
 * Media Queries
 */

@media screen and (min-width: 44.375em) {
	.site-logo {
		max-height: 175px;
	}

	.has-site-logo .site-title {
		margin-top: 0.5em;
	}
}

@media screen and (min-width: 56.875em) {
	.has-site-logo .site-header-main {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}