
@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/gothamrnd-medium-webfont.eot');
    src: url('../fonts/gothamrnd-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothamrnd-medium-webfont.woff') format('woff'),
         url('../fonts/gothamrnd-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/gothamrnd-light-webfont.eot');
    src: url('../fonts/gothamrnd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothamrnd-light-webfont.woff') format('woff'),
         url('../fonts/gothamrnd-light-webfont.ttf') format('truetype');
    font-weight: light;
    font-style: light;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/gothamrnd-bold-webfont.eot');
    src: url('../fonts/gothamrnd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothamrnd-bold-webfont.woff') format('woff'),
         url('../fonts/gothamrnd-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: bold;
}

body {
    font-family: "Gotham Rounded"!important;
    font-size:1.2em;
}

body p {
    line-height:1.4em;
}

.logo img {
    height:80px;
}