﻿@media only screen and (max-width: 1024px) {

    .navddMenu {
        width: 100%;
        left: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    #whatUpLocations {
        margin-left: 0px;
    }

    body#HomePage .footer {
        background-color: white;
        min-height: 0;
    }

        body#HomePage .footer .nav > li, body#HomePage .footer .nav > li > a {
            color: black;
        }

    .nav-hide-mobile {
        display: none;
    }

    .feed,
    .feed-item {
        border-radius: 0px;
    }

    #profile-name-div {
        display: none;
    }

    .profile-image-div {
        display: none;
    }

    
}
