@media only screen and (max-width: 600px) {
   .manage_float{
float:left;
  }
}
.textads{
	background-color:#1F284B;
	width:100%;
	height:40px;
}
.footer{
	background-color:#193364;
	width:100%;
	height:auto;
	padding:20px;
}
.footer_heading{
	font-weight: bold;
	margin-top:20px;
	color:white;
}
.footer_paragraph{
	color:whitesmoke;
}
.copyright_section{
	background-color:#00304f;
	width:100%;
	height:50px;
	padding:10px;
}
.copyright_paragraph{
	color:white;
	font-size:15px;
}
.footer_social_icon{
	color:white;
	border:1px solid white;
	padding:5px 7px 5px 7px;
	cursor:pointer;
}

.manage_float{
	float:right;
}
.line-spacing{
	line-height:12px;
	
	cursor:pointer;
}
.line-spacing a{
color:whitesmoke !important;
}
.line-spacing:hover{
	color:#CEE6EF;
	text-decoration: none;
}
.topmargin{
	margin-top: 20px;
}


