@charset "UTF-8";
.font-h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}


/*=========================================*/

@font-face {
	font-family: gotham;
	src: url('../font/gotham-black.ttf');
}

/*=========================================*/

.font-h1{
	font-family: helvetica-font; /* no .ttf */
	font-size: 32px;
	color: #AF1667;
}
.font-h1-purple{
	font-family: helvetica-font; /* no .ttf */
	font-size: 36px;
	color: #6A3099;
}
.font-h2-blue{
	font-family: helvetica-font; /* no .ttf */
	font-size: 26px;
	color: #0074B2;
}
.font-h2-purple{
	font-family: helvetica-font; /* no .ttf */
	font-size: 26px;
	color: #323192;
}
.font-h2-pink{
	font-family: helvetica-font; /* no .ttf */
	font-size: 26px;
	color: #AF1667;
}
.font-h3-blue{
	font-family: helvetica-font; /* no .ttf */
	font-size: 24px;
	color: #0074B2;
}
.font-h3-purple{
	font-family: helvetica-font; /* no .ttf */
	font-size: 24px;
	color: #323192;
}
.font-h4-purple{
	font-family: helvetica-font; /* no .ttf */
	font-size: 16px;
	color: #323192;
}
.font-navigation{
	font-family: helvetica-font; /* no .ttf */
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}
.font-contact-blue{
	font-family: helvetica-font; /* no .ttf */
	font-size: 18px;
	color: #71D1F3;
}
.font-contact-white{
	font-family: helvetica-font; /* no .ttf */
	font-size: 18px;
	color: #fff;
}
.font-navigation #active {
	color: #323192;
}
.font-h2-pink-gotham{
	font-family: gotham; /* no .ttf */
	font-size: 24px;
	color: #AF1667;
}


/*=========================================*/

@font-face {
	font-family: helvetica-font;
	src: url('../font/helvetica-neue.ttf');
}

/*=========================================*/

.font-h1-helvetica{
	font-family: helvetica-font; /* no .ttf */
	font-size: 48px;
	color: #AF1667;
}
.font-boxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.font-offerbox {
	font-family: Helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #323192;
}
.font-offerbox-small {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #323192;
}
.font-offerbox-smallpink {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #AF1663;
}
.font-regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.font-regular-purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333192;
}
h1 {
	font-family: helvetica-font; /* no .ttf */
	font-size: 41px;
	color: #AF1667;
	line-height: 0%;
}
