/*
Chaki:
To replace the header image, replace the URL in line 18 with the URL of the new image. Make sure the rest of the line stays intact.
To replace the background image, replace the URL in line 27 with the URL of the new image. Make sure the rest of the line stays intact.
The text below this was automatically generated.
*/
/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.site-title a, .site-title a:hover {
  color: black;
  text-shadow: 2px 2px orange;
}
.site-description {
  color: black;
  text-shadow: 2px 2px orange;
}
header.site-header {
  background: url("http://www.dingtwist.com/wp-content/uploads/2014/04/Our-Mind-Is-the-Limit-Header2.jpg");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  box-shadow: 2px 2px 1px rgba(50, 50, 50, 0.75);
  /*
body{
	background-color: orange;
	background: url("http://www.dingtwist.com/wp-content/uploads/2014/04/Sakura-Blizzard.jpg");
	background size: 70% auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment:fixed;
}
*/
  /* 
Change your footer image here!
*/
  /* .site-footer {
background: url("http://www.dingtwist.com/wp-content/uploads/2014/01/footer-background.jpg");
color:  rgba(255, 255, 255, 0.8);
text-shadow:2px 2px black;
background-size: 100% auto;
background-position: center bottom;
background-repeat: no-repeat;
}

@media only screen and (max-width: 891px) {
	header.site-header {
		background-size: auto 400px;
		background-position: center top;
		background-repeat: no-repeat;
	}
}
*/
}
