.header-full-width{
			background-color:#f1f1f1;
			width:100%;
			height: 3rem;
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
			border-bottom: 1px solid #042e6e;
		}
		.header-element{
			width: 33.3%;
			height: 100%;
			text-align: center;
			margin-top: auto;
			margin-bottom: auto;
		}
		.header-icon{
			margin-top: 0.7rem;
			margin-bottom: 0.7rem;
		}
		.header-img{
			    width: 2.1rem;
		}
		.header-icon .fa{
			font-size: 1.4rem;
		}
		
		.footer-full-width{
			position: fixed;
			bottom: 0;
			z-index: 1;
			background-color:#042e6e;
			width:100%;
			height: 3rem;
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
		}
		.footer-element{
			width: 20%;
			height: 100%;
			text-align: center;
			margin-top: auto;
			margin-bottom: auto;
		}
		.footer-icon{
			margin-top: 0.3rem;
			margin-bottom: 0.3rem;
			color: #fff;
			display: flex;
			flex-direction: column;
		}
		.footer-icon .fa{
			font-size: 1.4rem;
		}
		.footer-font{
			font-size: x-small;
		}
		.footer-icon a{
			color: white;
		}