@font-face {
    font-family: 'titillium_bdbold';
    src: url('fonts/titillium-bold-webfont.eot');
    src: url('fonts/titillium-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titillium-bold-webfont.woff2') format('woff2'),
         url('fonts/titillium-bold-webfont.woff') format('woff'),
         url('fonts/titillium-bold-webfont.ttf') format('truetype'),
         url('fonts/titillium-bold-webfont.svg#titillium_bdbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'titilliumlight';
    src: url('fonts/titillium-light-webfont.eot');
    src: url('fonts/titillium-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titillium-light-webfont.woff2') format('woff2'),
         url('fonts/titillium-light-webfont.woff') format('woff'),
         url('fonts/titillium-light-webfont.ttf') format('truetype'),
         url('fonts/titillium-light-webfont.svg#titilliumlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'titilliumregular';
    src: url('fonts/titillium-regular-webfont.eot');
    src: url('fonts/titillium-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titillium-regular-webfont.woff2') format('woff2'),
         url('fonts/titillium-regular-webfont.woff') format('woff'),
         url('fonts/titillium-regular-webfont.ttf') format('truetype'),
         url('fonts/titillium-regular-webfont.svg#titilliumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* typography */
body{
	color:#000;
	font-family:'titilliumregular', Arial, Helvetica, sans-serif; 
	font-size:12px;
	line-height:1.6em; 
	font-weight:normal; 
}
h1, h2, h3, h4, h5, h6{
	font-family:'titilliumlight', Arial, Helvetica, sans-serif; 
	font-weight:normal;
	margin:.45em 0;
	padding:0;
} 

h1 {
	font-size:24px;
	line-height:35px;
	color:#00bbdb;
	text-transform:uppercase;
} 

h1 span {
	font-weight:500;
}

h2 {
	margin-top:0;
	font-size:20px;
	color:#00bbdb;
} 

footer h3 {
	font-size:18px;
	margin-bottom:-10px;
	font-weight:100;
	color:#00bbdb;
}

h3 {
	color:#00bbdb;
}

.blue {
	text-align:center;
	color:#00bbdb !important;
}



/* links */
a,
a:visited,
a:active,
a:hover{color:#00bbdb;}
a:hover{ text-decoration:none;}