/* dfBlog Custom Styles
***************************************************************************** */

/* Define your custom styles here */

body, #page {
	background: rgb(229,103,44) !important;
	background: linear-gradient(0deg, rgba(229,103,44,1) 0%, rgba(245,197,0,1) 25%, rgba(245,197,0,1) 100%) !important;
	background-attachment: fixed !important;
}

.logoimg, #polaroid {
	display: none !important;
}

.main-logo {
	width: 100%;
	position: relative;
	top: -60px;
}
.main-logo img {
	width: 100%;
	margin-bottom: 12px !important;
}
.main-logo .pagename {
	color: rgba(229,103,44,1) !important;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
	