body{margin:0;padding:0;background-color:#fef000;}
.fixed-header, .fixed-footer{width: 100%;position: fixed;background: transparent;color: #000;}
.fixed-header{top: 0;}
.logo {float:left;width:9%;}
.logo img{width:100%;}
.new{float:right;width:20%;}
.new img{width:100%;}
.fixed-footer{bottom: 0;height:8%;background-image: url("block.jpg");background-repeat: repeat;}
.container{width: 90%;margin: 0 auto;}
 nav a{color: #fff;text-decoration: none;display: inline-block;}
.footerfont{color:#fff;font-size:18px;}
.footerfont span {display:inline-block;float:right;margin-top:15px;}
.footerlogo{float:left;margin-top:-4%;width:10%;}
.footertext{float:right;width:30%;}
@media only screen and (max-width: 600px) {
.logo {width:10%;}
.footerfont{font-size:14px;}
.fixed-footer{height:4.5%;}
.footerlogo{margin-top:-6%;width:15%;}
.footertext{width:55%;}
}		
@media only screen and (max-width: 300px) {
.fixed-footer{height:4%;}
}