

/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2015 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      FontSite Inc.
 * License URL: http://www.fontspring.com/licenses/fontsite/webfont
 *
 *
 */

@font-face{
    font-family: 'franklin_gothic_fsdemi';
    src: url('FranklinGothic-Demi-webfont.eot');
    src: url('FranklinGothic-Demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('FranklinGothic-Demi-webfont.woff2') format('woff2'),
         url('FranklinGothic-Demi-webfont.woff') format('woff'),
         url('FranklinGothic-Demi-webfont.ttf') format('truetype'),
         url('FranklinGothic-Demi-webfont.svg#franklin_gothic_fsdemi') format('svg');
    font-weight: normal;
    font-style: normal;

}

#header-1 .main-nav .navbar-nav > li a
{
    color: #e86a28;
    font-family: Oswald;
    font-size: 13px;
    letter-spacing: 1px;
}

#header-1 .main-nav .navbar-nav > li.active a
{
    color: #a7a7a7;
}

#header-1 .main-nav .navbar-nav > li a:hover
{
    color: #e79265;
}

