@import url('https://fonts.googleapis.com/css2?family=Nosifer&display=swap');
@import url('https://fonts.googleapis.com/css?family=Courgette&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ma+Shan+Zheng&display=swap');
@import url('https://fonts.googleapis.com/css?family=Domine&display=swap');
body {
	background-image: url(../images/halloween-animated-bg.jpg);
	background-attachment:fixed;
	background-color:#340c0c;
	background-repeat:no-repeat;
	background-position: 50% center;
	background-size:cover;
	color:#FFF4B9;
}
@media (max-width:992px) {
body {
	background-image: url(../images/halloween-animated-bg.jpg);
	background-attachment:fixed;
	background-color:#080005;
}
}
.first-message {
	text-align:center;	
	font-family: 'Ma Shan Zheng', cursive;
	padding:8px;
	}
.first-message img {
	animation: rock infinite 1s;
	}
.second-message {
	text-align:center;	
	padding:8px;
	}
.bann-wrap {
	color:#000000;
	text-align:center;
	padding:4px;
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
	background: rgba(255, 238, 147, .90);
	}
.quote-wrap {
	font-family: 'Courgette', cursive;
	font-size:28px;
	padding:8px 6px 8px;
	color:#fee743;
	margin-top:10px;
	text-align:center;
	margin-bottom:10px;
	background: rgba(0, 0, 0, .40);
	border: 6px solid rgba(0, 0, 0, .5);
	}
.quote-wrap span {
	font-family: "Nosifer", sans-serif;
	font-size: 25px;
    color: #e80000;
    display: block;
    font-weight: 700;}

.third-message {
	text-align:center;
	margin-bottom:15px;
	margin-top:15px;
	}
.img-wrap {
	margin:15px 0;
	text-align:center
	}
@media (max-width:767px) {
	.quote-wrap, .img-wrap {
		margin-left:20px;
		margin-right:20px;
	}
}
.button-wrap {text-align:center}
.button-wrap a, .nirghanta-wrap a:link {
	margin:0 auto 9px;
	background-color:#e75700;
	padding:5px 12px;
	display:block;
	max-width:275px;
	color:#FFFFCC !important;
	text-align:center;
	text-decoration:none;
	border-radius: 10px;
	transition: all 0.5s ease 0s;
}
.button-wrap a:hover {
	background-color:#6c9301;
}
.footNav {
	clear:both;
	overflow:hidden;
	padding:10px;
	display:table;
	margin:0 auto
}
	.footNav ul {
		padding-left:0
	}
	.footNav ul, .footNav li  {
		list-style-type:none;
		display:inline-block;
		list-style:none;
	}
	.footNav li {
		background-color:#DC6F04;
		margin:4px;
		padding:4px 10px;
		color:#FCF2BB;
		transition: all 0.5s ease 0s;
		display:inline-block
	}
	.footNav li a, .footNav li a:link {
		color:#FDF3C0;
		text-decoration:none
	}
	.footNav li:hover {
		background-color:#dc3704;
		color:#FFED00
	}
