/*
 Theme Name:     Twenty Thirteen Child Theme
 Description:    Twenty Thirteen Child Theme
 Author:         WK
 Author URI:     http://www.myelguapo.com
 Template:       twentythirteen
 Version:        1.0.0
*/
 
@import url("../twentythirteen/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
}

.site {
    background-color: #FFF;
}

.site-header .home-link {
    color: #F5F5F5;
}

.navbar {
    background-color: #E4E4E4;
}

.widget {
    background-color: #E4E4E4;
}

.site-footer .widget a {
    color: #8EFF86;
}

a {
    color: #3D9237;
}

.widget a {
    color: #3D9237;
}

.navigation a {
    color: #3D9237;
}

.entry-meta a {
    color: #000;
}

button, input[type="submit"], input[type="button"], input[type="reset"] {
    background: #3D9237;
    border: none;
}

h1 {
    font-size: 35px;
}

.site-footer .sidebar-container {
    background-color: #8C8C8C;
}

.site-footer {
    background-color: #fff;
}