/*
	CSS Reset
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}


body {
	background:#f6f6f6;
	font-family: 'AvertaRegular';
	text-rendering: optimizeLegibility;

}

a, a:link, a:active, a:visited {
    text-decoration:underline;
    color: #106EE8;

}



@font-face {
  font-family: 'AvertaBold';
  src: url('fonts/averta-bold-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/averta-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/averta-bold-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/averta-bold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/averta-bold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/averta-bold-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;

}

@font-face {
  font-family: 'AvertaRegular';
  src: url('fonts/averta-regular-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/averta-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/averta-regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/averta-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/averta-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/averta-regular-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;

}


.text {
	font-family: 'AvertaBold', 'Roboto', sans-serif;
	font-size: 5vh;
	font-weight: bold;
	letter-spacing: -0.04em;
	line-height: 6.75vh;
	color:#106EE8;
	text-rendering: optimizeLegibility;
	font-variant-ligatures: common-ligatures;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'AvertaBold', 'Roboto', sans-serif;
	color:#106EE8;
}

h1{
	font-size: 34px;
}

a:hover{
	text-decoration:underline;
	color: black;
}


.box {
	margin: 1.5% 3% 3% 3%;
	max-width: 1200px;
}

@media screen and (min-width : 1024px){
.box {
	margin: 1.5% 25% 3% 3%;
}
}
