/*
 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
 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
-------------------------------------------------------------- */

.entry-header-full,
.entry-content-full,
.entry-summary-full,
.entry-meta-full {
	margin: 0 auto;
	max-width: 1110px;
	width: 95%;
}

body {
    background-color: #9F8B87;
    color: #141412;
    line-height: 1.5;
    margin: 0;
}
.site-footer {
    background-color: #8AAB4F;
    border-top: 6px solid #E2421A;
    color: #686758;
    font-size: 14px;
    text-align: center;
}
.site {
    background-color: #FFFFFF;
    border-left: 1px solid #A6A6A6;
    border-right: 1px solid #A6A6A6;
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
}
.navbar {
    background-color: #F7F5E7;
    border-bottom: 1px solid #A6A6A6;
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
}
.site-footer .widget-area,
.sidebar .site-footer {
	text-align: center;
}
