/*
 Theme Name:     Twenty Thirteen Child
 Theme URI:      http://example.com/twenty-thirteen-child/
 Description:    Twenty Thirteen Child Theme
 Author:         John Doe
 Author URI:     http://example.com
 Template:       twentythirteen
 Version:        1.0.0
*/

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

/* =Theme customization starts here
-------------------------------------------------------------- */
/*.site-header .home-link {
	min-height: 100px;
}*/

.site-header .home-link {
    color: #141412;
    display: block;
    margin: 0 auto;
    max-width: 1080px;
    min-height: 100px;
    padding: 0 0px;
    text-decoration: none;
    width: 100%;
}

.site-title {
    color: #A52A2A;
    font-size: 50px;
    font-weight: bold;
    text-shadow:2px 2px #FFFFFF;
    line-height: 1;
    margin: 0;
    padding: 15px 0px 0px;
}

.site-description {
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	font-weight:bold;
	margin: 0;
}

/* make words wrap, not hyphenate */
.entry-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: normal;
}