body {
	margin: 0px;
}

.header {
	background-color:#CC0FDE;
	height:100px;
	margin-top:0px;
	text-align:center;
	padding-top:45px;
	border-bottom:yellow 5px solid;
	border-top:yellow 5px solid;
}

.header  h1{
	font-family:old english text mt;
	background-color:#CC0FDE;
	height:100px;
	color: #EEE;
	margin:auto;
	
}

/* #text-span { */
	/* margin-top:50px; */
/* } */

.menubar {
	width:60%;
	margin:auto;
	margin-top:10px;
}

.menu-items {
	display:inline;
	list-style:none;
	
}

ul li {
	display:inline;
}

li a {
	text-decoration:none;
	margin-right:100px;
	font-size:20px;
	font-family:old english text mt;
	color:#CC0FDE;
	
}

li a:hover {
	color:gray;
	
}

li a.active {
	color:#EEE;
	background-color:#CC0FDE;
	
}

.holder {
	display:flex;
	width:100%;
	margin:auto;
}

.holder h3{
	font-family:old english text mt;
	color:#CC0FDE;
	padding:10px;
	margin:5px;
	
}

.index-holder {
	margin-left:5%;
}

.about-holder {
	/* display:flex; */
	width:80%;
	margin:auto;
	display:justify;
	text-align:center;
	margin-left:20%;
}

.blog-holder {
	/* display:flex; */
	width:80%;
	margin:auto;
	display:justify;
	text-align:center;
	margin-left:10%;
	
}

.bottom-div {
	width:100%;
	display:justify;
	text-align:center;
	margin-left:0%;
	float:left;
	font-family:lucida handwriting;
	color:#CC0FDE;
	text-align:justify;
	
}

.upper-div, .poem {
	font-family:lucida handwriting;
	color:#CC0FDE;
}

.middle-div {
	display:flex;
	float:left;
	width:100%;
	margin-left:auto;
}


.img-box img {
	width:500px;
	padding:10px;
	border-radius:10%;
}

.abt-img-box img, .img-container img{
	margin-top:20px;
	width:300px;
	padding:20px;
}

/* .blog-rows-container { */
	/* display:flex; */
/* } */

.txt-container , .poem p, .img-container {
	width:50%;
}

.text-box{
	float:left;
	width:40%;
	padding:40px;
	font-family:lucida handwriting;
	color:#CC0FDE;
}
.text-box p, .upper-div p, .txt-container p, .bottom-div p , {
	text-align:justify;
	padding:5px;
	margin-top:20px;
}


.text-box h3,.blog-holder h3{
	font-family:old english text mt;
	color:#CC0FDE;
	
}

.contact-holder{
	width:80%;
}

.form-area{
	float:left;
	width:60%;
	margin-top:20px;
	padding:20px;
}

.my-contact-area{
	float:left;
	width:40%;
	margin-top:10px;
	padding:5px;
}

.form-input{
	float:left;
	width:100%;
	margin-top:10px;
}

.form-input label{
	float:left;
	width:30%;
	margin-left:20px;
}

.form-input input, .form-input textarea{
	float:left;
	width:80%;
	margin-left:20px;
}

.form-input input[type="submit"]{
	float:auto;
	width:40%;
	margin:auto;
	margin-left:20%;
}

.contact-label{
	width:30%;
	float:left;
/* padding:5px; */
	margin-top:10px;
}

.contact-description{
	width:70%;
	float:left;
	margin-top:10px;
}



footer{
	width:100%;
	text-align:center;
	background-color:#CC0FDE;
	height:60px;
	padding:10px;
	color: #EEE;
	font-family:old english text mt;
	border-top:yellow 5px solid;
	float:left;
}
