/* Headings same as used for andrewgrillet.uk */

h1 {
    text-align: center;
    font-family: 'Arial Nova', sans-serif;
    font-size: 36px;
    color: blue;
}

h2 {
    text-align: center;
    font-family: 'Arial Nova', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: green;
}

h3 {
    text-align: center;
    font-family: 'Arial Nova', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: blue;
}

h4,h5,h6 {
    font-family: 'Arial Nova', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

hr {
border:solid 1px ;
width: 80%;
color: #000000;
height: 4px;
}


.table-xtra-condensed > thead > tr > th,
.table-xtra-condensed > tbody > tr > th,
.table-xtra-condensed > tfoot > tr > th,
.table-xtra-condensed > thead > tr > td,
.table-xtra-condensed > tbody > tr > td,
.table-xtra-condensed > tfoot > tr > td {
  padding: 2px;
}
/* This was added for Slippr V2, and is used in T-shoppe */
li { font-size: 20px; }

/* make pictures resize on mobile */
img {
  width: auto ;
  max-width: 100% ;
  height: auto ;
} 
