footer
{
	background-color: black;
	width: 100vw;
	height: 20vh;
	padding: 1%;
}

.footer-container
{
	display: flex;
	width: 100%;
	height: 100%;
}

.footer-logo
{
	width: 50%;
	height: 100%;
	padding-left: 10%;
}

footer #footer-image
{
	width: 225px;
    height: 75px;
}

.footer-text-one
{
	width: 25%;
	height: 100%;
	font-family: Oswald;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1em;
    color: #fff;
    padding: 25px;
}

.footer-text-two
{
	width: 25%;
	height: 100%;
	font-family: Oswald;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1em;
    color: #fff;
    padding: 25px;
}

.footer-bottom p
{
	font-size: 14px;
	word-spacing: 2px;
}

.footer-bottom span
{
	text-transform: capitalize;
	font-weight: 200;
}

@media(max-width: 900px)
{
    footer
    {
        width: 100vw;
        height: 10vh;
    }
    footer #footer-image
    {
        width: 115px;
        height: 35px;
        padding-top: 10px;
    }

    .footer-text-one
    {
        font-size: 5px;
        letter-spacing: 1px;
    }

    .footer-text-two
    {
        width: 25%;
        height: 100%;
        font-family: Oswald;
        font-weight: 500;
        font-size: 4.5px;
        letter-spacing: 0.5px;
    }
}