html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
			
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	text-decoration: none;
}

a:visited{
	color: blue;
}

i{
	font-style: italic;
}


/* end reset */

html{
	width: 100%;height: 100%;
	background-color: #fff;
	scroll-behavior: smooth;
}

body{
	font-family: 'Arial', sans-serif;
	letter-spacing: -0.05em;
	width: 100%;height: 100%;
	color: #404040;
	font-size: .7em;
	text-transform: uppercase;
	line-height: 1.3em;
	-ms-overflow-style: none;  
  scrollbar-width: none;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  display: none;
}

nav{
	position: fixed;
	right: 1%;
	top: 2.5%;
	text-align: right;
}

nav a{
	text-decoration: none;
	color: #404040;
}

nav a:visited{
	color: #404040;
}

#logo{
	position: fixed;
	left: 1%;
}

img{
	width: 32%;
	margin-left: 1%;
	margin-top: 7.5%;
}

@media only screen and (max-device-width: 736px){

	nav{
		position: fixed;
		right: 2.5%;
		top: 2.5%;
		text-align: right;
	}

	nav a{
		text-decoration: none;
		color: #404040;
	}

	nav a:visited{
		color: #404040;
	}

	#logo{
		position: fixed;
		left: 2.5%;
	}

	img{
		width: 95%;
		margin-left: 2.5%;
		margin-top: 10em;
	}

}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {

	nav{
		position: fixed;
		right: 2.5%;
		bottom: 2.5%;
		text-align: right;
	}

	nav a{
		text-decoration: none;
		color: #404040;
	}

	nav a:visited{
		color: #404040;
	}

	#logo{
		position: fixed;
		left: 2.5%;
	}

	img{
		width: 95%;
		margin-left: 2.5%;
		margin-top: 10em;
	}

}