/*
	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 */
/* ------------------------------------------------------------------------- *
 *  Section: Header
/* ------------------------------------------------------------------------- */
#header {
	background-image: url('http://ufcsf.org/m/wp-content/uploads/2015/09/header-image.jpg');
	background-repeat: no-repeat;
    background-position: right;
    background-size: cover}
#header .pad { padding-top: 15px; padding-bottom: 0px; }

.site-title { font-size: 42px; font-weight: 600; letter-spacing: -0.5px; float: left; line-height: 60px; padding: 0; }
.site-title a { display: block; color: #fff; max-width: 100%}
.site-title a img { display: initial; max-width: 100%; max-height: 60px; height: auto; padding: 0; margin: 0 auto; -webkit-border-radius: 0; border-radius: 0; }

.site-description { font-family: "Times New Roman", Times, serif; font-size: 32px; font-style: italic; color: #fff; color: rgba(240,240,240,1); float: left; margin-left: 20px; line-height: 36px; padding: 10px 0; width: 50%}
//.site-image { display: block; margin: 0 auto; max-height: 400px; }

/* Tablet - 800px, 768px & 720px */
@media only screen and (min-width: 720px) and (max-width: 800px) {
}

/* Mobile - 480px & 320px */
@media only screen and (max-width: 719px) {
	.site-title {padding: 0;width: 100%;float: left;line-height: 50px;
}

/* Mobile - 320px */
@media only screen and (max-width: 479px) {
}