/*
	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 {}


/* 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) {
	.mystyle {}
}


/* Mobile - 320px */
@media only screen and (max-width: 479px) {
	.mystyle {}
}
.site-title a img {
    max-height: 160px;
    min-height: 130px;

}
.site-title a img {
    border-radius: 0;
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: 160px;
    max-width: 100%;
    padding: 0;
}
.full-width.topbar-enabled #header {
    padding-top: 60px;
}
    .entry h1 {
    font-size: 28px;
    letter-spacing: -1px;
}
   .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 14px;
}
.entry h2 {
    font-size: 24px;
    letter-spacing: -0.7px;
}
 .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 14px;
}
#header {
    background: none repeat scroll 0 0 #e6e6e6;
    padding-bottom: 20px;
    position: relative;
}
.entry table {
    font-size: 18px;
    margin-bottom: 1.5em;
    text-align: center;
    width: 100%;
}
.nav > li {
    border-right: 1px solid #999;
    display: inline-block;
    font-size: 18px;
        position: relative;
}