body
{
	font-size: 19px;
}
img
{
	max-width: 100%;
	max-height: 100%;
}
div
{
	
}
div:not(.container, .row)
{ 
    width: 100%;
	float: left; 
} 

.main_content
{
	text-align: center;
	font-family: "Nunito", sans-serif;
}
.main_content h2
{
	color: #aa7942;
	font-size: 32px;
}
.book_cover
{
	width: 100%;
	float: left;
	margin:25px 0;
}
.book_cover img
{
	max-width: 500px;
}
.book_details
{
	text-align: left;
	font-size: 19px;
}
.painting_sec
{
	padding: 25px 0;
	text-align: center;
}
.painting_sec img
{
	max-width: 470px;
}
.painting_sec p
{
	font-size: 15px;
	padding-top: 10px;
}
.tag
{
	font-size: 19px;
}
h3
{
	font-weight: bold;
	text-decoration: underline;
}
.small
{
	font-size: 12.5px;
}
.about_author
{

}
.about_author_head
{
	width: 100%;
	float: left;
}
.about_author_head h4
{
	border-radius: 6px;
	color: #000;
	float: left;
	font-size: 20px;
	text-decoration: underline;
	text-underline-offset: 8px;
}
.about_author_sec_lft
{
	width: auto !important;
	padding-right: 15px;
}
.about_author_sec_lft img
{
	max-width: 320px;
}
.about_author_sec p
{
	text-align: left;
}
.ft_sec
{
	border-top: 4px solid #9d9d9d;
	margin-top: 25px;
	padding: 25px 0 25px 0;
	text-align: center;
}
.ft_sec a
{
	text-decoration: underline;
	color: #000;
	font-style: italic;
}





@media screen and (max-width: 768px) {
  .container {
    padding: 0 28px;
  }
}