@media only screen and (max-width:1590px){
    .centerwrap{width:97%; max-width:1358px;}
    .censored{padding-top:35px; padding-bottom:70px;}
}
@media only screen and (max-width:1279px){
    footer p{font-size:16px;}
    .fLinks a{margin:0 10px;}
}
@media only screen and (max-width:1023px){
    .centerwrap{width:96%;}
    footer{padding:12px 0;}
}
@media only screen and (max-width:767px){
    .centerwrap{width:96%;}
    .fLinks{float:none; padding-bottom:5px;}
    .copyright{float:none;}
    footer{text-align:center;}
    .fLinks a{margin:0 6px;}
    .fLinks a:first-child{margin-left:6px;}
}
@media only screen and (max-width:479px){
    .centerwrap{width:94%;}
    footer p{font-size:14px;}
    .fLinks{padding-bottom:3px;}
}