.primaryContainer {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	width: 90%;
	background-color: rgb(255, 255, 255);
	min-width: 0px;
}
body {
	background-color: rgb(201, 193, 193);
}
#header {
	background: rgb(239, 79, 42) url('https://www.hinduwebsite.com/img/headerbg.jpg') repeat no-repeat;
	float: none;
	height: 175px;
	margin-left: auto;
	margin-top: 0px;
	clear: none;
	width: 100%;
	min-height: 175px;
	margin-right: auto;
	-webkit-background-size: cover;
	background-size: cover;
}
#showimage {
	float: left;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 56px 0px 0px 2.1%;
	clear: none;
	color: rgb(0, 0, 0);
}
#imagebox {
	float: none;
	height: auto;
	margin-left: auto;
	margin-top: 0px;
	clear: none;
	width: 100%;
	min-height: 100px;
	margin-right: auto;
	padding: 10px;
}
#contentBox {
	float: none;
	height: auto;
	margin-left: auto;
	margin-top: 0px;
	clear: none;
	width: 90%;
	margin-right: auto;
	min-height: 150px;
	padding: 10px;
	background-color: rgb(248, 250, 218);
}
#footerbox {
	float: none;
	height: auto;
	margin-left: auto;
	margin-top: 0px;
	clear: none;
	width: 100%;
	min-height: 50px;
	margin-right: auto;
	background-color: rgb(238, 88, 54);
}
#mainimage {
	float: none;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 15px auto 0px;
	clear: none;
	color: rgb(0, 0, 0);
}
h1 {
	float: none;
	font-size: 2em;
	width: 90%;
	height: auto;
	text-align: left;
	font-weight: 600;
	line-height: 1.5em;
	margin: 10px auto 0px;
	clear: none;
	min-height: 0px;
	min-width: 0px;
	font-family: "Comic Sans MS", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	padding: 5px 5px 5px 10px;
	font-style: normal;
}
#contentBox p {
	float: left;
	font-size: 1.5em;
	width: 100%;
	height: auto;
	text-align: justify;
	font-weight: normal;
	line-height: 1.5em;
	margin-left: 0%;
	margin-top: 0px;
	clear: none;
	min-height: 0px;
	font-family: "Calisto MT", Cambria, Cochin, Georgia, Times, "Times New Roman", serif; ;
	padding: 5px;
	min-width: 0px;
}

#contentBox p a{
   color: rgb(91, 80,226);

}

#copyright {
	float: none;
	font-size: 1em;
	width: 50%;
	height: auto;
	text-align: center;
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px auto 0px;
	clear: none;
	min-height: 26px;
	font-family: "Calisto MT",Cambria , Cochin, Georgia, Times, "Times New Roman", serif;
	color: rgb(255, 255, 255);
}
#linkBox {
	float: left;
	font-size: 1em;
	width: 100%;
	height: auto;
	text-align: center;
	font-weight: normal;
	line-height: 1.5em;
	margin-left: 0%;
	margin-top: 15px;
	clear: both;
	min-height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(113, 86, 243);
}
#textspan {
	float: none;
	font-size: 1em;
	line-height: 1em;
}
@media only screen and (max-width: 1024px) {
.primaryContainer {
	width: 100%;
}
}
@media only screen and (max-width: 768px) {
h1 {
	font-size: 1.5em;
}
#contentBox p {
	font-size: 1.3em;
}
#copyright {
	width: 80%;
}
}
@media only screen and (max-width: 720px) {
#linkBox {
	font-size: 1em;
}
}
@media only screen and (max-width: 480px) {
#header {
	height: 150px;
	min-height: 0px;
}
#showimage {
	margin: 45px auto 0px;
	clear: none;
	float: none;
}
#linkBox {
	line-height: 2.5em;
	font-size: 1em;
}
#contentBox p {
	font-size: 1.2em;
}
#copyright {
	font-size: 0.8em;
	width: 100%;
}
}
@media only screen and (max-width: 412px) {
h1 {
	font-size: 1.5em;
}
}
@media only screen and (max-width: 360px) {
#showimage {
	margin: 45px auto 0px;
	float: none;
	clear: none;
}
#linkBox {
	font-size: 0.9em;
}
}
@media only screen and (max-width: 320px) {
#header {
	height: 125px;
}
#showimage {
	margin: 40px auto 0px;
	clear: none;
	float: none;
}
h1 {
	font-size: 1.2em;
}
#contentBox p {
	font-size: 1em;
}
#linkBox {
	line-height: 2em;
}
}
