/*
	Theme Name: Hueman Child
	Theme URI: http://alxmedia.se/themes/hueman/
	Description: Sample child theme for customization.
	Author: You
	Author URI: 
	Template: hueman
	Version: 1.0.0
*/

@import url("../hueman/style.css");

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

/* Global */
.mystyle {}

.entry.excerpt { font-size: 16px; color: #666666; }

header .container-inner { 
	background-image: url("/wp-content/uploads/2015/02/header-original-compressed_20150216.jpg");
	height: 220px;
}

header .site-title {
	font-size: 130px;
	opacity:0.8;
	display: block;
	margin-bottom: 20px;
}
header .site-description {
	font-size: 40px;
	color: #FFFFFF;
	opacity:0.8;
}

/* Tablet - 800px, 768px & 720px */
@media only screen and (min-width: 720px) and (max-width: 800px) {
	.mystyle {}
}


/* Mobile - 480px & 320px */
@media only screen and (max-width: 719px) {
	header .site-title {
		font-size: 50px;
		opacity:0.8;
		display: block;
		margin-bottom: 5px;
	}
	header .site-description {
		font-size: 12px;
		color: #FFFFFF;
		opacity:0.8;
	}
	header .container-inner { 
		background-image: url("/wp-content/uploads/2015/02/header-original-compressed_20150216.jpg");
		height: 100px;
	}
}


/* Mobile - 320px */
@media only screen and (max-width: 479px) {
	.mystyle {}
}