html, body {
	margin: 0;
	border: 0;
	padding: 0;

}
body {
	color: #222;
	font-family: "Libre Bodoni", serif;
	font-weight: 400;
	line-height: 1.4;
}
a,
.logo-wrapper,
.logo,
#words {
    outline: transparent solid 0px;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	 user-select: none;
}
a {
	color: #00f;
}
a:link, a:visited {
	text-decoration: none;
	transition: color 200ms ease;
}
a:hover {
	color: #66f;
}
h1, h2, h3 {
	font-family: "Bodoni Moda", serif;
	font-weight: 500;
}

/* Logo */
.logo-wrapper {
	width: 100%;
	height: 100vh;
	height: 100svh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
}
.logo-wrapper img,
.logo-wrapper svg {
	margin-top: -40px;
	width: 80%;
	max-width: 600px;
	height: auto;
}
.logo {
	display: none;
}

/* Mobile & landscape orientation
@media screen and (orientation:landscape)
and (max-device-width: 1023px) {
	.logo-wrapper img,
	.logo-wrapper svg {
		margin-top: -20px;
		width: auto;
		max-width: none;
		height: 80%;
		max-height: 400px;
	}
} */

/* Words */
#words {
    margin-top:-120px;
	padding: 20px 20px 10px;
	width: 100%;
	max-width: 800px;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 100vh;
	top: 100svh;
	box-sizing: border-box;
}
#words a.header {
	color: #222 !important;
}
#words h1,
#words h2 {
	margin: 0;
	line-height: 1;
}
#words h1 {
	margin-bottom: 10px;
	font-size: 2em;
}
#words h2 {
	margin-bottom: 50px;
	font-size: 1.5em;
}
#words h3 {
	color: #444;
	font-size: 1em;				
}
#words p {
	font-size: 0.9375em;
}
#words ul  {
	margin-left: 0;
	padding-left: 0;
}
#words ul li {
	font-size: 0.9375em;
	list-style: none;
}
footer {
	margin: 100px 0 0 0;
	/* font-family: "Bodoni Moda", serif; */
	font-size: 0.875em;
}
@media screen and (min-width: 412px) {
	#words .clients ul {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}
@media screen and (min-width: 600px) {
	#words {
		padding: 0 40px 20px;
	}
	#words > div {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#words .clients {
		width: 65.81196%;
		float: left;
	}
	#words .contact {
		margin-left: 2.5641%;
		width: 31.62393%;					
		float: left;
	}
}