@charset "utf-8";
/* CSS Document */

/* -------------- General Styles ---------------- */

*{margin: 0; padding: 0;}
img{border: 0; outline: 0; outline: none;}
ul{list-style-type: none;}
a{text-decoration: none; color: #06c;}
a:hover{text-decoration: underline;}

html, body {height: 100%;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, 	h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Font Style Using */
@font-face {
	font-family: 'Conv_Neutra2Display-Medium';
	src: url('../fonts/Neutra2Display-Medium.eot');
	src: local('Conv_Neutra2Display-Medium'), url('../fonts/Neutra2Display-Medium.woff') format('woff'), url('../fonts/Neutra2Display-Medium.ttf') format('truetype'), url('../fonts/Neutra2Display-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Neutra2Display-Light';
	src: url('../fonts/Neutra2Display-Light.eot');
	src: local('Conv_Neutra2Display-Light'), url('../fonts/Neutra2Display-Light.woff') format('woff'), url('../fonts/Neutra2Display-Light.ttf') format('truetype'), url('../fonts/Neutra2Display-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Neutra2Display-Bold';
	src: url('../fonts/Neutra2Display-Bold.eot');
	src: local('Conv_Neutra2Display-Bold'), url('../fonts/Neutra2Display-Bold.woff') format('woff'), url('../fonts/Neutra2Display-Bold.ttf') format('truetype'), url('../fonts/Neutra2Display-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Neutra2Text-Bold';
	src: url('../fonts/Neutra2Text-Bold.eot');
	src: local('Conv_Neutra2Text-Bold'), url('../fonts/Neutra2Text-Bold.woff') format('woff'), url('../fonts/Neutra2Text-Bold.ttf') format('truetype'), url('../fonts/Neutra2Text-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
h1 {
font-family:"Conv_Neutra2Display-Bold";
text-transform: uppercase;
font-size:32px;
}

h2{
font-family:"Conv_Neutra2Display-Light";
font-size:32px;
text-transform: uppercase;
}

h3 {
font-family:"Conv_Neutra2Display-Medium";
font-size:32px;
text-transform: uppercase;
}

