@font-face {
    font-family: 'gotham-light';
    src: url('Gotham-Light.eot');
    src: url('Gotham-Light.eot?#iefix') format('embedded-opentype'),
    url('Gotham-Light.woff2') format('woff2'),
    url('Gotham-Light.woff') format('woff'),
    url('Gotham-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'gotham-book';
    src: url('Gotham-Book.eot');
    src: url('Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('Gotham-Book.woff2') format('woff2'),
        url('Gotham-Book.woff') format('woff'),
        url('Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham-bold';
    src: url('Gotham-Bold.eot');
    src: url('Gotham-Bold.eot?#iefix') format('embedded-opentype'),
    url('Gotham-Bold.woff2') format('woff2'),
    url('Gotham-Bold.woff') format('woff'),
    url('Gotham-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Normal Fonts */
body,
.wpcf7-form label span.wpcf7-form-control-wrap input.wpcf7-form-control,
.wpcf7-form label span.wpcf7-form-control-wrap textarea,
input, textarea{
    font-family: 'gotham-book', arial, sans-serif;
}

/* Light Fonts */
.light,
h2,
h3,
h4,
h5,
h6{
    font-family: 'gotham-light', arial, sans-serif;
    font-weight: 300;
    font-style: normal;
}

/* Bold Fonts */
.wpcf7-form label .wpcf7-submit,
h1,header .main-menu,
strong,b,.bold{
    font-family: 'gotham-bold', arial, sans-serif;
}

.entry-content h2{
    font-size: 36px;
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: block;
}
.entry-content h2:after{
    position: relative;
    content: '';
    width: 80px;
    height: 2px;
    background: #00a600;
    margin: 20px 0 30px 0;
    display: block;
}
