h1{
font-weight: 800;
}
.pamphlet{
max-width: 800px;
}
.pamphlet img{
width: 100%;
}
.event{
text-align: center;
}
#main h2{
color: #971315;
font-weight: 800;
}
#main h3{
font-size: 170%;
margin-top: 10px;
}
#main span{
font-size: 80%;
}
.item-p{
letter-spacing: 0.3em;
margin-bottom: 0;
}

/* Footer */
#footer {
background-attachment: scroll;
background-image: url("images/bottom-3200.svg"),url("../../images/footer.jpg");
background-position: top center;
background-repeat: repeat-x;
background-size: 3200px 2960px;
color: rgba(255, 255, 255, 0.8);
margin-top: -260px;
padding: calc(460px + 6em) 0 10em 0;
position: relative;
text-align: center;
}
#footer:before {
background: rgba(224, 224, 224, 0.75);
content: '';
height: calc(460px + 6em);
left: 50%;
position: absolute;
top: 0;
width: 1px;
z-index: 0;
}

.fb-page{
max-width: 500px;