@media screen and (max-width: 768px){#header{width: 100%;min-height: 135px;border: 0px solid blue; background-image:url('https://timbertiles.co.uk/img/logo.gif'); background-size: 100% 100%}#headermenu{display:none}#navmob {display:block}#footer{width:80%;background-color: #114455;margin:0px;padding: 1% 10% 1% 10%}}
/* Start of ipad screem */
@media screen and (min-width: 769px){#headermenu{width: 100%;height: 135px;border: 0px solid blue;}#header{width: 100%;height: 135px;border: 0px solid blue; background-image:url('https://timbertiles.co.uk/img/logo.gif'); background-repeat: space}#navmob {display:none}#footer{width:90%;background-color: #114455;padding: 1% 5% 1% 5%;margin:0px;text-align:center}}
/* Start of larger screen */
@media screen and (min-width: 1025px){#headermenu{width: 100%;height: 135px;border: 0px solid blue;}#header{width: 100%;height: 135px;border: 0px solid blue; background-image:url('https://timbertiles.co.uk/img/logo.gif'); background-repeat: space}#navmob {display:none}#footer{width:90%;background-color: #114455;padding: 1% 5% 1% 5%;margin:auto;text-align:center}}
/* END larg screen*/	