/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/

#logo {
	max-width:48px;
	max-height:48px;
}

@media (max-width:400px) {
	#logo {
		max-width:35px;
		max-height:35px;
	}

}

@media (max-width:400px) {
	.banner-caption {
		position: absolute;
		top: 25%;
		width: 100%;
		z-index: 2;
	}
}

@media (max-width:400px) {
	.banner-caption h1 {
		font-size: 44px;
	}
}