
		.left-footer{
			float: left;
			padding: 1% 1%;
			width:12%;
			text-align:left;
		}
		.left-footer a{
			color:#F0F8FF;
		}
		.center-footer {
			float:left;
			padding: 1% 1%;
			width:70%;
			text-align:center;
		}
		.right-footer {
			float:right;
			padding: 1% 1%;
			width:12%;
			text-align:right;
		}
		
		.footer {
			position: absolute;
			top: calc(100% - 50px);
			left:0px;
			width: 100%;
			height: 50px;
			z-index: 1;
			background-color: #264c73;
			color: #F0F8FF;
		}
		@media screen and (max-width: 650px) {
		  .footer {
			font-size: 10px;
		  }

		}