h1 {
font-family: 'Saira', sans-serif !important;
text-align: center;
font-size: 30px;
}
p { margin: 0 0 10px;}
.footer p { margin: 0px; }
img {max-width: 100%;}
body {
background: url("/images/background.jpg") no-repeat top center #f7f0ea;
font-family: 'Open Sans', sans-serif !important;
 }
ul, li, div {
    background: hsla(0, 0%, 0%, 0);
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tabs-nav .tab-active a {
    background: hsl(27, 41%, 95%)
    border-bottom-color: hsla(0, 0%, 0%, 0);
    color: hsl(16, 81%, 64%);
    cursor: default;
}
.tabs-nav a {
    background: hsl(120, 11%, 96%);
    border: 1px solid hsl(210, 6%, 79%);
    color: hsl(215, 6%, 57%);
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 40px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    width: 125px;
}
.tabs-nav li {
    float: left;
}
.tabs-stage {
text-align: center; 
    clear: both;
    width: 100%;
}
.tabs-stage p {
}
