/* Add here all your css styles (customizations) */

.tp-bgimg {
    background-size: cover !important;
}

#content img:only-child {
	float: right;
	display: inline-block;
	padding: 50px 20px 0px 20px;
}

#content a {
	background: rgba(239, 139, 51, 1);
	color: #FFF !important;
	padding: 5px 10px;
}

@media only screen and (max-width: 768px)
{
	#content img:only-child {
		width: 100%;
		height: 100%;
		float: none;
		display: block;
		padding: 0;
	}
}

#content {
	text-align: justify;
    text-justify: inter-word;
}