/*
Theme Name: Tattle Tale
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen 

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.
*/

@media (min-width:640px) and (max-width:768px) {
	div.body {
		margin-left: 204px !important;
		margin-top: -9px !important;
	}
	.curtain-girl-text-container h2 {
		margin-left: 204px !important;
	}
	
	.girl-in-red-text-container {
		margin-left: 315px !important;
		/* position: absolute !important; */
		width: auto !important;
	}
}
@media (width:640px) {
	.column, .columns {
		width: 23% !important;
	}
}
@media (width:640px) {
	.home .backstretch img {
		height:auto !important;
		width:812px !important;
	}
	.header .backstretch > img {
		left:0 !important;
	}
}

@media (width:480px) {
	div.body {
		margin-left: -92px !important;
		margin-top: -9px!important;
	}
	.curtain-girl-text-container h2 {
		margin-left:-85px!important;
	}
	div.curtain-girl-text-container {
		left:175px !important;
		width:175px!important;
	}
}
@media (width:1280px) {
	.backstretch img {
		height:auto !important;
		width:825px !important;
	}
	
}