/*
Theme Name:     Twenty Thirteen Child
Template:       twentythirteen
Version:        1.0
*/

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


.site-title {
    font-size: 32px;  
    font-weight: bold; 
}

.site-title a {
    text-decoration: none; 
    color: black; 
}

.site-description {
    font-size: 26px; 
    font-weight: bold;
    color: black;
}

.entry-content blockquote {
    background-color: #f9f8ee;
    padding: 0.5em 0.5em;
    border-left: 4px solid #ccc;
    border-radius: 10px;
    margin: 1em 0;
}

.entry-content blockquote p {
    font-size: 18px !important;
}

.entry-title {
    font-size: 24px;
    font-weight: bold;
	
}


.entry-content h1 {
    font-size: 24px;
    font-weight: bold;
}

.entry-content h2 {
    font-size: 22px;
    font-weight: bold;
}


.entry-content h3 {
    font-size: 20px;
    font-weight: bold;
}


.entry-content h4 {
    font-size: 18px;
    font-weight: bold;
}