/*
Theme Name: Twenty Fifteen Child
Theme URI: https://wordpress.org/themes/twentyfifteen/
Template: twentyfifteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Tags: blog,two-columns,left-sidebar,accessibility-ready,custom-background,custom-colors,custom-header,custom-logo,custom-menu,editor-style,featured-images,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 2.0.1527518012
Updated: 2018-05-28 14:33:32

*/

* {font-family:"Arial", verdana;}

#masthead{
	background-color: #e0f2d5;
	padding: 10px;
	margin: 10px;
	text-align: center;
	border-radius: 20px;
	border: 2px solid
}

#main{
	border: 0px solid;
	padding:0px;
	margin-top: 0px;
}
h1.entry-title{
	font-family: arial, verdana;
	width: 100%;
	/*text-align: center;*/
	font-size: 27px;
	padding: 0px;
	border: 0px solid;
	margin-top: 0px;
	/*display: none;*/
}

.entry-content{
	font-family: arial, verdana;
	border: 0px solid;
	width: 100%;
	font-size: 16px;
	margin-top: 40px;
}

.entry-header{
	border: 0px solid;
	padding-top: 0px;
	height: 0px;
}
.content-area{
	border: 0px solid;
	margin-top: 0px;
	padding: 0px;
}
body:before{
	border: 0px solid;
	background-color: #f1f1f1;
	}
#secondary{
	font-family: arial, verdana;
}

#content {
	padding: 0px;
	border: 0px solid;
	margin-top: 10px;
}

p {
	font-size: 16px;
	font-family: arial, verdana;
}

.header{
	border: 0px solid;
	padding: 0px;
	margin-top: 0px;
}

article{
	padding-top: 10px;
	border: 1px solid;
	border-radius: 10px;
}

.hentry {
	background-color: #fff;
	padding-top: 10px;
	position: relative;
}

.sidebar{
	border: 1px solid;
	border-radius: 10px;
	background-color: #fff;
	margin-top: 9px;
}

footer{
	height: 0px;
	border: 1px solid;	
}

#colophon{
	border: 0px solid;
}

h2.entry-title{
	display: none;
}

input.search-field{
	font-family: arial, verdana;
}

h1.page-title {
	font-family: arial, verdana;
	font-size: 20px;
}


body h1, h2, h3, h4, h5, h6{
    font-family: Arial, verdana;
    font-size: 18px!important;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-size: 20px;
    font-family: Arial, verdana;
}
