

@font-face {
    font-family: "Century Gothic";
    src: url("../fonts/gothic.woff") format("woff"), 
    	 url("../fonts/gothic.ttf") format("truetype"), 
    	 url("../fonts/gothic.eot") format("eot");
}

@font-face {
    font-family: "chalkduster";
    src: url("../fonts/Chalkduster.eot") format("embedded-opentype"),url("../fonts/Chalkduster.woff") format("woff"), 
    	url("../fonts/Chalkduster.ttf") format("truetype");
}

body {
	font-family: "Century Gothic";
}

.navbar-default .navbar-nav>li>a, .header-language li {
    font-size: 18px;
    font-weight: normal;
	font-family: 'Century Gothic';
}

.banner-slogan h1, .banner-slogan h2 {
	font-family: "chalkduster";
}

.banner-slogan h1 {
    font-size: 36px;
    line-height: 30px;
    margin: 0;
    color: #000;
}

.banner-slogan h2 {
    font-size: 27px;
    line-height: 44px;
    margin: 0;
}

.bannerlist h3 {
    font-family: 'chalkduster';
    font-weight: normal;
}