* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-decoration: none;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	-moz-osx-font-smoothing: grayscale;
	line-height: inherit;
	outline: 0;
}

body {
	background-color: #fff;
	color: #000;
	width: 100%;
	overflow-x: hidden;
	line-height: 1em;
	font-weight: normal;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

input, textarea {
	outline: 0;
}

img {
	border: 0;
}

main, header, nav, section {
	display: block;
}

.thinSpace {
  display: inline-block;
  width: 0.1em;
}

@media screen and (max-width: 1023px) {
  .not-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .not-desktop {
    display: none !important;
  }
}