@font-face {
	font-family: 'neo-sans';
	src: url('../fonts/neo-sans-light.ttf');
	font-weight: normal;
}

@font-face {
	font-family: 'neo-sans';
	src: url('../fonts/neo-sans-medium.otf');
	font-weight: 500;
}

@font-face {
	font-family: 'neo-sans';
	src: url('../fonts/neo-sans-ultra.otf');
	font-weight: bold;
}

/*--------------------------------------------------------------
	Typography general
--------------------------------------------------------------*/

html,
body {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
	word-wrap: break-word;
	word-break: keep-all;
}

@media only screen and (min-width: 600px) {
	html,
	body {
		font-size: 18px;
	}
}

p {
	margin-bottom: 20px;
	display: block;
	width: 100%;
	word-wrap: break-word;
	word-break: keep-all;
}

a,
a:visited {
	color: #999;
	transition: all .2s;
}

a:hover,
a:active,
a:focus {
	transition: all .2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	font-weight: bold;
}

.home h1 {
	font-size: 24px;
	/*font-weight: bold;*/
	/*text-transform: uppercase;*/
}

h1 {
	font-size: 28px;
	/*font-weight: bold;*/
}

h2 {
	font-size: 24px;
	/*font-weight: bold;*/
	/*text-transform: uppercase;*/
}

h3,
h4,
h5,
h6 {
	font-size: 18px;
	/*font-weight: bold;*/
}

@media only screen and (min-width: 1024px) {
	.home h1 {
		font-size: 44px;
	}

	h1 {
		font-size: 44px;
	}

	h2 {
		font-size: 28px;
	}

	h3,
	h4,
	h5,
	h6 {
		font-size: 20px;
	}
}