* {
    font-family: 'Roboto Condensed', sans-serif;
    color: #6a6a6a;
}
.orange {
    color:#D27945;
}
html.container{
    background-color: #fff;
}
.navbar{
    background-color:#FFF;
}
.navbar-collapse {
    background-color: #fff;
}
.content-body{
    padding-top:90px;
}
a {
    color:#d37a3e !important;
}
a.active-link, a:hover{
    text-decoration: underline !important;
    color:#d37a3e !important;
}
.row {
    background: #f4f4ef;
}
h2{
    display: block;
}
h2.graph {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
h2.graph span {
    display: none;
}
h2.where-when{
    background-image: url(../assets/where_when.eng.png);
    padding:20px;
}
.ita h2.where-when {
    background-image: url(../assets/where_when.ita.png);
    padding:20px; 
}
h2.on-the-day {
    background-image: url(../assets/ontheday.eng.png);
    padding:40px;
}
.ita h2.on-the-day {
    background-image: url(../assets/ontheday.ita.png);
    padding:40px;
}
h2.accomodation{
    background-image: url(../assets/accomodation.eng.png);
    padding:20px;
}
.ita h2.accomodation{
    background-image: url(../assets/accomodation.ita.png);
    padding:40px;
}

h2.rsvp{
    background-image: url(../assets/rsvp.png);
    padding:30px;
}

ul.leaders {
    max-width: 100%;
    padding: 0;
    overflow-x: hidden;
    list-style: none;
    display: block;
}
ul.leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
}
ul.leaders span:first-child {
    padding-right: 0.1em;
    background: #f4f4ef;
}
ul.leaders span + span {
    float: right;
    padding-left: 0.1em;
    background: #f4f4ef;
}
