footer{
    background-color: #0a1b29;
    width:100%;
    height:20vh;
    color:white;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    font-family: oswaldregular;
    flex: 1 0 auto;
    cursor: default;
    text-align:  center;
}

@media screen and (min-width:767px)
{
    footer
    {
        font-size:1.5em;
    }
}
