/*
Theme Name: Twenty Thirteen Child
Theme URI: https://wordpress.org/themes/twentythirteen-child/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Template:    twentythirteen
Text Domain: twentythirteen-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.navbar {
	background-color: #bbb;
}

.comment-respond {
	background-color: #bbb;
}

a {
	color: #999;
}

a:visited {
	color: #444;
}


.navigation a {
	color: #999;
}

.navigation a:visited {
	color: #444;
}

.entry-content a,
.comment-content a {
	color: #999;
}

.entry-meta a {
	color: #999;
}


h1 {
	font-size: 36px;
	margin: 25px 0;
}

h2 {
	font-size: 23px;
	margin: 19px 0;
}

h3 {
	font-size: 20px;
	margin: 20px 0;
}

h4 {
	font-size: 18px;
	margin: 18px 0;
}

h5 {
	font-size: 16px;
	margin: 16px 0;
}

h6 {
	font-size: 14px;
	margin: 14px 0;
}

h1 a {
	color: #000;
}

h1 a:visited {
	color: #000;
}

.site-footer .sidebar-container {
	background-color: #999;
}

button,
input,
textarea {
	border: 2px solid #666;
}

.site-footer .widget a {
	color: #666;
}

.site-footer,
.page-header,
.paging-navigation,
.archive-header {
	background-color: #ddd;
}

.site-title {
     font-family: 'Oleo Script Swash Caps', cursive;
}

/* responsive image embeds */
.content a img, .content img{
max-width: 100% !important;
}