/* footer.css */

footer {
    max-width: 100%;
    margin: auto; 
    border-top: 1px solid #00B3FD; 
    color: #000000; 
    font-size: 1.6rem;
    text-align: center;
    box-sizing: border-box;
	justify-content: center;	
    position: relative;
}

.footer-container {
    padding: 3rem 0;	
    margin: auto;
	width: 1200px;
    max-width: 100%;
}

footer a {
    color: #0026FF;
}

footer a:hover {
    color: #00B3FD;
}

@media all and (max-width: 750px) {
	
footer {
	font-size: 1.2rem;
}