/* Webfont: Gotham-Book-Regular */@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBookRegular.otf'); /* IE9 Compat Modes */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
.bigpicture{
    background: url(../img/light-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.logo{
    margin-top: 60px;
    text-align: center;
    margin-bottom: 50px;
}
.address, .email{
    font-family: 'Gotham';
    color: #fff;
    text-align: center;
    line-height: 180%;
}
.address{
    margin-top: 50px;
}
hr{
    width: 10%;
}