/*
Theme Name: Twenty Fifteen Child
Theme URI: https://wordpress.org/themes/twentyfifteen/
Template: twentyfifteen
Author: Garry H
Author URI: http://havrillay.com/
Description: Overrides of style.css from twentyfifteen theme
Version: 1.5
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen
*/


/*** see functions.php

default twentyfifteen (parent) styles are enqueued

***/

/* ===== GARRY'S MODIFICATIONS ===== */

.site-footer {
	 background-color: #f9da9d;
	 }

@media screen and (min-width: 38.75em) {
	.hentry,
	.page-header,
	.page-content,
	.site-footer  {
		box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	}
}




/* ===== END ===== */