/** Home **/

#p1_text{
	margin: 0px 5px;
}

#p5_btn{
	display: block;
	margin: 0px 15px;
}

/** Legal **/

.legal_bg{
	min-height: 300px;
}

/** Title **/

/*-H1&H2-*/

body .entry-content h1,
body .entry-content h2,
body .site .title_h1,
body .site .title_h2{
    font-size: 36px;
}

body .entry-content h2,
body .site .title_h2{
    font-size: 34px;
}

/*-H3-*/

body .entry-content h3,
body .site .title_h3{
    font-size: 30px;
}

/*-H4-*/

body .entry-content h4,
body .site .title_h4{
    font-size: 24px;
}

/** Content **/

body .entry-content{
	padding: 0px 15px;
}

body .entry-header .entry-title{
	font-size: 46px;
}