body{
clear:both;
margin:0;
padding:0;
font-family: sans-serif;
overflow-x: hidden;

}
.fullWidth{
    width:100%;
}
#topMarquee  {
    background: rgb(228, 64, 5);
    color: rgb(237, 240, 243);
    font-weight: bold;
    height:2rem;
    margin: 0;
    padding-top: 4px;
    font-size: 1.1rem;
    margin-bottom: -7px;
    }

.heading{
	background:darkred;
	width: 100%;
    color: white;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px;
    
}
.sidebar{
	
	
}
.centerList{
	margin:20px 0;
	text-align:center;
	background: #f7e4ca;
	border-radius:10px;
}
.centerName{
	background:#808063;
	border-radius:10px;
	color:white;
}
.bigpara{
	text-align: justify;
    font-size: 1.2em;
    padding: 10px;
    background: antiquewhite;
}
footer a{
	text-decoration:none;
	color:white;
}
footer a:hover{
	color:yellow;
	
}

.scroll-image{
	max-height: 100px;
}
footer{
	width:100%;
	color:white;
	background:#171313;
	padding: 20px;
	
}
.statename{
	font-weight: bold;
    color: rgb(18, 18, 63);
    font-size: 1.3em;
}

.state{
	margin-bottom:20px;
}
.state b{
	color:red;
	background:yellow;
	padding:5px;
}
.heading1{
	font-size: 25px;
	color: darkblue;
	font-weight: bold;
}