// main: ../main.less
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
  a:focus {
    text-decoration: none!important;
  }
}
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
  scroll-behavior: smooth;
  a:active,
  a:focus,
  a:active {
	   text-decoration: none!important;
  }
}



@media (min-width:769px) and (max-width:1024px) {
	body, html {
		font-size: 14px
	}
}

@media (max-width:768px) {
	body, html {
		font-size: 14px
	}
}
