/*
Theme Name: Twenty Fifteen Child
Theme URI: https://wordpress.org/themes/twentyfifteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
Template:     twentyfifteen
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
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-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url("../twentyfifteen/style.css");
div.info
{
display: none;
}
body
{
	background-color: #f7f7ee;
}

body:before
{
	background-color: #f7f7ee;
}
#page
{
	min-width: 350px;
}

#sky
{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 125px;
	width: 100%;
	background-image: url(header-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 125px;
}
article.hentry
{
	background-color: transparent;
}
footer.entry-footer
{
	background-color: transparent;
}
.entry-content {
font-size: 1.5rem;
}
#sidebar
{
	background-color: transparent;
	background-image: url(header-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 125px;
}
.site-header
{
	background-color: transparent;
	padding: 0 5%;
}
div.site-branding
{
	text-align: center;
}

#logo
{
	vertical-align: middle;
}
div.fb-social-plugin span iframe
{
	max-width: none !important;
}
@media screen {
	div.pin-it-btn-wrapper
	{
		display: inline-block;
		top: 7px;
	}
	div.fb-social-plugin
	{
		display: inline-block;
	}
	div.site-branding
	{
		/*background-color: #f00;*/
	}
	div.site-branding
	{
		text-align: left;
	}
	#logo
	{
		display: inline-block;
		vertical-align: middle;
		width: 100px;
	}
	#caption	
	{
		display: inline-block;
		vertical-align: middle;
	}

	.site-main
	{
		background-color: transparent;
	}
	h1.site-title
	{
		font-size: 2.5rem;
	}
	#statigram-id-2
	{
		padding: 0px 0px;
		text-align: center;
	}
}

@media screen and (min-width: 38.75em) {
	div.site-branding
	{
		/*background-color: #0f0;*/
	}
	h1.site-title
	{
		font-size: 4.0rem;
	}
	p.site-description
	{
		font-size: 1.75rem;
	}
}

@media screen and (min-width: 46.25em) {
	div.site-branding
	{
		/*background-color: #0a0;*/
	}
}

@media screen and (min-width: 55em) {
	div.site-branding
	{
		/*background-color: #050;*/
	}
}

@media screen and (min-width: 59.6875em) {
	#sidebar
	{
		background-color: transparent;
		background-image: none;
	}
	#sky
	{
		display: block;
	}
	#logo
	{
		width: auto;
	}
	h1.site-title
	{
		font-size: 5.0rem;
	}
	p.site-description
	{
		font-size: 2rem;
	}
	div.site-branding
	{
		/*background-color: #00f;*/
		text-align: center;
	}
}

@media screen and (min-width: 68.75em) {
	div.site-branding
	{
		/*background-color: #00a;*/
	}
}