/*
Theme Name: Twenty Seventeen - Princeton
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: Web Development Services
Author URI: https://www.princeton.edu/wds/
Description: Princeton customization of the 2017 default theme, adding customizable footer text and CSS tweaks. Twenty Seventeen brings your site to life with immersive featured images and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.

Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: twentyseventeen
Template: twentyseventeen
*/

/*
 * Increase header text contrast
 */
.site-title {
  text-shadow: #111 1px 1px 2px;
}
.site-description {
  font-size: 1.25rem;
  text-shadow: #222 1px 1px 1px;
}
/*
 * Custom footer area
 */
.site-info {
  padding-top: 0;
}
.social-navigation {
  clear: none;
}