/*
 Theme Name:   CARE Theme
 Theme URI:    http://care.refugeassociation.org/
 Description:  CARE Theme (based on Twenty Thirteen)
 Author:       Dave Griffin
 Author URI:   http://confluencevisuals.com
 Template:     twentythirteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-thirteen-child
*/

@import url("../twentythirteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

h1 {
	font-size: 32px;
	margin: 20px 0;
}

h2 { 
	font-size: 26px;
}

body.home article header {
	display: none;
}

.site-info {
	display: none;
}

.entry-title, .entry-title a {
	color: rgb(102,153,102);
}

.entry-content blockquote {
	font-size: 1.1em;
}

.site-header {
	background-position: 27% top !important;
}

.hentry {
	padding: 25px 0;
}

body.home .hentry {
	padding: 0px 0;
}

@media (max-width: 643px) {
	h1 {
		font-size: 26px;
		margin: 15px 0;
	}
	
	h2 { 
		font-size: 20px;
	}
	
	h3 {
		font-size: 17px;
	}
	
	.site-header {
		background-size: 800px auto !important;
		background-position: 26% top !important;
	}

	.site-header .home-link {
		min-height: 115px;
	}
	
	.main-navigation.toggled-on .sub-menu {
		display: block !important;
		height: auto !important;
		width: auto !important;
	}
	
}