/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two');

#branding{
	/*background-color:#ffffe0;*/
	background-image: url(/web/wp-content/uploads/2017/07/wedding-2469296_1920.jpg);
	background-position: 0px 813px;
} 

img.logo-ruk{
	width: 120px;
	margin-top: 22px;
	margin-right: 35px;
	margin-left: 10px;
	margin-bottom: 20px;
	float: left;
}

div.site-identity {
	float: left;
}

#site-title span a {
	font-family: 'Shadows Into Light Two', cursive !important;
}

div.nivo-caption h2 {
	color: #f5deb3;
}

div.history-main-content {
	float: left; 
	width: 65%; 
	min-width: 500px; 
	margin-right: 50px;
	text-align: justify;
}

div.sidebar_block.div_ttil p {
	text-align: justify;
}

@media (max-width: 800px) {
	div.history-main-content {
		float: left; 
		width: initial; 
		min-width: initial; 
		margin-right: 0px;
	}
}

@media (max-width: 640px) {
	div.nivo-caption h2 {
		color: #000000;
	}
	
	#site-title span a {
		font-size: 30px !important;
	}
	
	#site-description {
		font-size: 16px !important;
	}
	
	div.site-identity {
		margin-top: 30px !important;
	}
}

#pp-texttop,
#pp-textmiddle,
#pp-textbottom,
#front-columns-box,
.presentation-page #content {
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}

