﻿body {
	font-family: 'Dancing Script', cursive;
	//font-family: 'Sahitya', serif;
	background-color: mintcream;
	background-image: url("images/background.png");
	background-position: right top;
	background-size: cover;
	font-size: 2em;
}

a, a:hover, a:visited {
	color: darkgoldenrod;
	text-decoration: none;
}

.row {
	margin-right: 2%;
}

.title {
	padding-left: 2%;
	padding-top: 6%;
	font-size: 300%;
	text-align:right!important;
	display:inline!important;
}

.menu {
	font-family: 'Dancing Script', cursive;
	padding-right: 1em;
	padding-top: 1em;
	text-align: right;
	font-size: 230%;
}

.img {
	vertical-align: central;
}

.title-content {
	padding-left: 2%;
	padding-top: 6%;
	width: 75%;
}

.body-content {
	border: solid 1px gold;
	border-bottom: none;
	width:75%;
	margin-left: 3%;
	background-color: pink;
	//background-image: url("images/fade.png");
	background-repeat: repeat-y;
	background-size: 6%;
}

.content {
	font-family: Papyrus,'Tillana';

}

.text-block {
	margin-top: 3em;
	padding: 1em;
}

.footer {
	margin: 0;
	bottom: 0%;
	width: 100%;
	padding: 20px;
	background-color: white;
	text-align: right;
	background-image: url("images/paper.png");
	background-position: right top;
}
