@charset "utf-8";
/* CSS Document */

@font-face{ 
	font-family: 'ProxiNormal';
    src: url('/fonts/proximnr-webfont.eot');
    src: url('/fonts/proximnr-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/proximnr-webfont.woff') format('woff'),
         url('/fonts/proximnr-webfont.ttf') format('truetype'),
         url('/fonts/proximnr-webfont.svg#proxima_novaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face{ 
	font-family: 'ProxiBold';
    src: url('/fonts/proximn1-webfont.eot');
    src: url('/fonts/proximn1-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/proximn1-webfont.woff') format('woff'),
         url('/fonts/proximn1-webfont.ttf') format('truetype'),
         url('/fonts/proximn1-webfont.svg#proxima_novabold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face{ 
	font-family: 'ProxiSemiBold';
    src: url('/fonts/proximns-webfont.eot');
    src: url('/fonts/proximns-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/proximns-webfont.woff') format('woff'),
         url('/fonts/proximns-webfont.ttf') format('truetype'),
         url('/fonts/proximns-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face{ 
	font-family: 'ProxiLight';
    src: url('/fonts/proximnl-webfont.eot');
    src: url('/fonts/proximnl-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/proximnl-webfont.woff') format('woff'),
         url('/fonts/proximnl-webfont.ttf') format('truetype'),
         url('/fonts/proximnl-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{ 
	font-family: 'ProxiLightItalic';
    src: url('/fonts/proxinli-webfont.eot');
    src: url('/fonts/proxinli-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/proxinli-webfont.woff') format('woff'),
         url('/fonts/proxinli-webfont.ttf') format('truetype'),
         url('/fonts/proxinli-webfont.svg#proxima_novalight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family:ProxiNormal;
}

h1, h2, h4{
	/* font-family:ProxiSemiBold;
	font-size:14px */
    
    font-size: 14px;
    font-family: 'ProxiSemiBold', Arial, Helvetica, sans-serif;
    /* text-align: center;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    margin: 0; */
    /* color: black; */
}