
html {
    font-family: Open Sans;
}

.header,
footer {
    padding-top: 5px;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    height: 90px;
    font-size: 14px;
}

.footer-color {
    background-color: #02013e;
}

.header-color {
    background-color: #d9d9d9;
}

.privacy-logo {
    height: 60px;
    margin-top: 10px;
}


@media(max-width: 1000px) {
	.mb-footer{
		height: 150px;
	    font-size: 25px;
	}	
}

