@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-display: fallback;
}
@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-display: fallback;
}
@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;
    font-display: fallback;
}
/* Normal Fonts */
body,
.normal,
header .main-menu,
.wpcf7-form label span.wpcf7-form-control-wrap input.wpcf7-form-control,
.wpcf7-form label span.wpcf7-form-control-wrap textarea{
    font-family: 'gotham-book', arial, sans-serif;
    line-height: 1.6;
}
/* Light Fonts */
.light,
h2,
h3,
.sliderMain .banner-slide .container .center .text-field .desc{
    font-family: 'gotham-light', arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.3;
}
/* Bold Fonts */
.wpcf7-form label .wpcf7-submit,
h1,strong,b,.bold{
    font-family: 'gotham-bold', arial, sans-serif;
}
.entry-content h2{
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 0.75em;
    color: inherit;
}
.entry-content h3{
    font-size: 32px;
    line-height: 1.3em;
    margin-bottom: 0.75em;
    color: inherit;
}
.entry-content h4{
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 0.75em;
    color: inherit;
}

