/* Default Responsive Styles
------------------------------------------------------------ */

body {
    background: #231F20;
    margin: 0 auto;
    color: #7D7D7D;
    font-size: 12px;
    font-family: Arial, sans-serif;
    line-height: 14px;
}

a, a:visited {
    color: #7D7D7D;
    text-decoration: none;
}

a:hover {
    color: #7D7D7D;
    text-decoration: underline;
}

#footer-center{
  margin-bottom:50px; 
}


@media screen and (min-device-width: 320px) and (max-device-width: 1020px){
body {
  width: 100%;
  padding: 0px 0px 0px 0px;
}
img {width:95%;display:block;margin-left:auto;margin-right:auto;}
}

@media screen and (min-device-width: 900px) and (max-device-width: 1600px){
body {
  width: 100%;
  padding: 0px 0px 0px 0px;
}
img {width:95%;display:block;margin-left:auto;margin-right:auto;}
}