* {
	margin:0;
	padding:0;
}

html,
body {
	background: black;
	color: white;
/* 	overflow: hidden; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Times New Roman', Times, serif;
	text-transform: lowercase;
	font-style: italic;
}

li {
	list-style-type: none;
}

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

	a:hover {
		opacity: 0.8;
	}

p {
	margin-bottom: 10px;
}

img {
	max-width: 100%;
}

input {
	background: none;
	border: 0;
	color: white;
	font-family: 'Times New Roman', Times, serif;
	font-style: italic;
	font-size: 16px!important;
	text-align: center;
}

input[type=text],
input[type=email] {
	padding: 3px;
	margin-bottom: 20px;
}

input:focus {
	outline-color: white;
}

input[type=submit] {
	margin:0 auto;
	display: block;
}

#pages {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 3;
}

.page {
	display: none;
	width: 100%;
	height: 100vh;
	align-items: center;
	justify-content: center;
	background: black;
	overflow: hidden;
}

.page .closeButton {
	position: fixed;
	top: 0;
	right: 0;
	margin: 20px;
}

.page img {
	width: 100px;
	cursor: pointer;
}

#mc_embed_signup div.mce_inline_error {
	background-color: black!important;
	margin: 0!important;
	margin-bottom: 20px!important;
	padding: 0!important;
	font-weight: normal!important;
    width: 150px;
    text-align: center;
}

#moth {
	position: absolute;
	top: 200px;
	left: 200px;
	width: 100px;
	opacity: 0.8;
	z-index: 9;
	transform: rotate(30deg)
}

@media (max-width:700px) {
	.m--100 {
		width: 50px;
		text-align: right;
	}
}
