﻿/* TYPOGRAPH STYLES
-------------------------------------------------- */
/* Heading Styles */
h1, h2, h3, h4 {
    font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif;
    font-weight: lighter;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    color: black;
}

h1 {
    font-size: 27px;
    padding: 9px;
}

h2 {
    font-size: 18px;
    padding: 4px;
}

h3 {
    font-size: 17px;
    padding-bottom: 10px;
}

h4 {
    font-size: 14px;
    font-weight: bold;
    padding: 0px 0px 7px 0px;
}

h4 a {
    color: inherit;
}

h4 a:hover{
    color: #2676c0;
}

strong a {
    color: inherit;
}

p {
    margin:0px 0px 12px 0px;
}

strong {
    color: black;
}

@font-face {
    font-family: "NeutraTextTF-Demi";
    src:
       url('../fonts/NeutraTextTF-Demi.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NeutraTextTF-Demi.eot') format('embedded-opentype'),
       url('../fonts/NeutraTextTF-Demi.svg') format('svg'),
       url('../fonts/NeutraTextTF-Demi.otf') format('opentype'),
       url('../fonts/NeutraTextTF-Demi.ttf') format('truetype'),
       url('../fonts/NeutraTextTF-Demi.woff') format('woff');
}

@font-face {
    font-family: "NeutraTextTF-Book";
    src:
       url('../fonts/NeutraTextTF-Book.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NeutraTextTF-Book.eot') format('embedded-opentype'),
       url('../fonts/NeutraTextTF-Book.svg') format('svg'),
       url('../fonts/NeutraTextTF-Book.otf') format('opentype'),
       url('../fonts/NeutraTextTF-Book.ttf') format('truetype'),
       url('../fonts/NeutraTextTF-Book.woff') format('woff');
}

@font-face {
    font-family: 'kamerik_105book';
    src: url('../fonts/Kamerik_105_Book-webfont.eot');
    src: url('../fonts/Kamerik_105_Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Kamerik_105_Book-webfont.woff') format('woff'),
         url('../fonts/Kamerik_105_Book-webfont.ttf') format('truetype'),
         url('../fonts/Kamerik_105_Book-webfont.svg#kamerik_105book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kamerik_105bold';
    src: url('../fonts/Kamerik_105_Bold-webfont.eot');
    src: url('../fonts/Kamerik_105_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Kamerik_105_Bold-webfont.woff') format('woff'),
         url('../fonts/Kamerik_105_Bold-webfont.ttf') format('truetype'),
         url('../fonts/Kamerik_105_Bold-webfont.svg#kamerik_105bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

