html {
    height: 100%;
}

body {
    min-height: 100%;
    margin: 0;
    background-color: white;
    position: relative;
}


@font-face {
  font-family: 'Avenir Roman';
  src: url("../fonts/Avenir-Roman-webfont.ea7b7bc954f5.woff") format('woff');
  src: url("../fonts/Avenir-Roman-webfont.bdb201436c2f.eot") format('embedded-opentype'),
	   url("../fonts/Avenir-Roman-webfont.664881b32cf4.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'Titillium semibold';
	src: url("../fonts/TitilliumWeb-SemiBold.600f2d0861ee.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
}

h1,h2,h3,h4 {
    font-family: 'Titillium semibold', sans-serif;
    line-height: 100%;
}

body, p, a {
    font-family: sans-serif;
    color: #4b5159;
}
