footer{
	background-color: #333;
    height: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85vw;
}
footer p {
	margin: 0;
    color: #fff;
}
footer p span{
    font-weight: bold;
}
@media(max-width: 767px){
	footer {
		height: 60px;
		font-size: 14px;
	}	
}