body {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 400;
	color: #4c4c4c;
	font-size: 20px;
}

@media only screen and (max-width: 1260px) {
  #headerbar, #footerbar {
    border: 2px solid #666666;
    border-left: 0px;
    border-right: 0px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    background: #ffffff;
    position: -webkit-sticky;
    top: 0;
    z-index: 10000;
    padding: 0 0 10px 0;
  }
  
  #headerbar a, #footerbar a {
    text-decoration: none;
    color: inherit;
  }
  
  #headerbar img, #footerbar img {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-right: 3px;
  }

  #headerbar .address-span, #footerbar .address-span {
    padding: 10px 10px 0px 10px;
    display: block;
  }

  #headerbar .phone-span, #footerbar .phone-span {
    padding: 10px 20px 0px 20px;
  }

  #headerbar .email-span, #footerbar .email-span {
    padding: 10px 20px 0px 20px;
  }
  
  #headerimage {
    height: 150px;
    background: #999999;
    background-image: url("https://www.trophyland.com.au/images/TLWebHeaderWide.jpg");
    background-repeat: no-repeat;
    background-position: center top; 
    background-size: cover;
  }

  #headerimage img {
    height: 100px;
    width: 86px;
    padding-top: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 1260px) {
  #headerbar, #footerbar {
    border: 2px solid #666666;
    border-left: 0px;
    border-right: 0px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    background: #ffffff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 255;
  }

  #headerbar a, #footerbar a {
    text-decoration: none;
    color: inherit;
  }
  
  #headerbar a:hover, #footerbar a:hover {
    text-decoration: underline;
  }
  
  #headerbar img, #footerbar img {
    height: 25px;
    width: 25px;
    vertical-align: middle;
    margin-right:6px;
  }
  
  #headerbar .address-span, #footerbar .address-span {
    padding: 10px 20px 10px 20px;
  }

  #headerbar .phone-span, #footerbar .phone-span {
    padding: 10px 20px 10px 20px;
  }

  #headerbar .email-span, , #footerbar .email-span {
    padding: 10px 20px 10px 20px;
  }
  
  #headerimage {
    height: 270px;
    background: #999999;
    background-image: url("https://www.trophyland.com.au/images/TLWebHeaderWide.jpg");
    background-repeat: no-repeat;
    background-position: center top; 
    background-size: cover;
  }

  #headerimage img {
    height: 190px;
    width: 164px;
    padding-top: 20px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1260px) and (min-width: 1000px) { 
  #headerbar .address-span {
    display: inline;
  }
  #headerbar {
    height: 40px;
    line-height: 45px;
  }
}
hr {
  margin: 0;
  padding: 0;
}