/*
Theme Name: Boyo Child
Template: boyo
*/

.desc {
	background-color: #ececec;
	padding: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar{
	background-color: #ffffff;
}

p {font-family: Roboto, sans-serif;
font-size: 1em;
padding:0;
margin:0;
font-weight: normal;
color: #24282b;}

header {font-family: PT Serif;
font-size: 1.3em;
padding:0;
margin:0; 
color: #24282b;
text-align: right;}

h1 {font-family: PT Serif;
font-size: 2em;
padding:0;
margin:3;
font-weight: Bold;
color: red;
}

h4 {font-family: PT Serif;
font-size: 1.7em;
padding:0;
margin:3;
font-weight: bold;}

h2 {font-family: PT Serif;
font-size: 3em;
padding:0;
margin:3;
font-weight: bold;
color: #24282b;}

h5 {font-family: PT Serif;
font-size: 1.5em;
padding:0;
margin:3;
font-weight: bold;
color: #24282b;}

/* Center Justify */
.entry-title, .previous-article-title, .next-article-title {
    text-align: center;
    font-size: 2.5em;
    letter-spacing: -0.04em;
    line-height: 1.2;
    color: #24282b;
}

#site-navigation {
    background:#fbefdc;
		box-shadow: none;
		border-bottom: 5px solid #ffffff;
    height:50px;
    z-index:170;
    margin:0 auto;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    text-align: center;
}

#site-navigation a {
	font-weight: bold;
}

#search_icon {
	margin-bottom: 14px;
}

ul {
	list-style: initial;
  padding-left: 15px;
}

ul li {
	list-style-type: disc !important
}

.div.wide-entry-content {
  max-width: 750px;
  margin: auto;
}

#main {
	background-color: #f6f4ef;
}

.leaflet-map.leaflet-container.leaflet-touch.leaflet-retina.leaflet-safari.leaflet-fade-anim.leaflet-grab.leaflet-touch-drag.leaflet-touch-zoom {
	z-index: 1;
	position: relative;
}

a {
	color: #a63331;
}

