#custom_page .content{
	color:var(--text);
	padding: 0 2em;
}

#custom_page h1{
	text-align: center;
}

#custom_page ol, #custom_page ul{
	padding-left: 2em;
}

#custom_page p{
	padding:0;
	margin:0;
	color:var(--text);
	line-height: 2em;
	font-size: 1.1em;

	text-align: justify;
}


/*#custom_page p::first-line{
	text-indent: 1em;
}
*/
#blog_page h2{
	text-align: left;
	margin-bottom: 1em;
	color:var(--text);
}


#custom_page h1{
	text-align: center;
	margin:1em 0;
	color:var(--text);
}

#custom_page a{
	text-decoration: underline;
	font-weight: bold;
}


#custom_page a[href^="http"]::after{
	font-family: 'Font Awesome 5 Free';
	content:' \f35d';
}

#custom_page img{
	height: auto;
	/*max-height: 400px;*/
	width: auto;
    max-width: 100%;
	object-fit: cover;
	margin-bottom: 1rem;
	margin-top: 1rem;
	/*border-radius: var(--border_radius);*/
}

@media only screen and (max-width: 600px) 
{
	#custom_page .content{
		padding: 0;
	}


	#custom_page p{
		font-size: .9em;
	}

	#custom_page h2{
		font-size: 1.5em;
	}

}