#footer {

display: none;

}

footer {
width: 100%;
height: 90px;
background: #181818;
float: left;
margin: 45px 5 .5% 0;
margin-top: -45px;
margin-bottom: 100px;
border-radius: 100px;
box-shadow: 5px 5px 10px #202020;
}

address {
font-size : 16px; 
text-align : center; 
color: #efefef;
padding: 1% 0;
margin-top: 50px;
text-shadow: 1px 1px 0px #202020
}

@media only screen and (min-width : 150px) and (max-width : 977px)
{

footer {
box-shadow: none;
margin-top: 0px;
margin-bottom: 0px;
border-radius: 0px;
height: 50px;
}

address {

margin-top: 13px;

}