/* @override http://www.officialpoe.com/library/css/style.css
	http://localhost/poe/library/css/style.css
	http://localhost:8888/poe/library/css/style2.css
	http://localhost:8888/proofofexistence/library/css/style2.css
	http://localhost/proofofexistence/library/css/style2.css */

/* @override 
	http://localhost/poe/library/css/style.css
	http://dev.officialpoe.com/library/css/style.css */

html, body {
/*	height: 100%;*/
}

body {
	background-color: #eee !important;
	margin: 0;
	font-family: Helvetica, sans-serif;
	display: flex; 
	flex-direction: column;
	margin: 0;
	min-height: 100vh;
/*	overflow: hidden;*/
}
body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}
a {
	color: #111;
}
#info {
	position: absolute;
	width: 100%;
	color: #111;
	padding: 5px;
	font-family: Monospace;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	z-index: 1;
}

#container {
	width: 100vw;
	height: 100%;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}
#container .title {
	font-size: 6vmax;
	color: #000 !important;
	font-family: 'Major Mono Display', monospace;
	text-align: center;
}
.text-small {
	display: block;
	font-size: 1vmax !important;
	margin-top: 20px;
	letter-spacing: 2px;
}
/* HEADER */

#menu-wrapper{
	padding: 40px;
	position: absolute;
	top: 0;
	left: 0;
	font-family: mono, "Courier New", Courier;
	z-index: 10000;
	width: 300px;
}


#logo{
	width: 80px;
	height: 80px;
	background-size: cover;
	cursor: pointer;
	float: left;
}



.sib-form {
	position: absolute;
	z-index: 1000000000;
	width: 100%;
	text-align: right;
	bottom: 0;
	padding: 20px;
	box-sizing: border-box;
	text-align: right;
}

#sib-form {
	width: inherit;
	text-align: right;
}
#sib-form-inner {
		display: flex;

}
.sib-input {
	flex-grow: 1;
	
}
.sib-form-block {
}
.sib-form-container {
	text-align: right;
}
#sib-container {
	width: inherit !important;
	max-width: inherit;
	padding: 10px;
}
#sib-form .entry__field {
	margin: 0;
}
#sib-form .form__label-row {
	margin: 0;
}
#sib-form button {
	display: inline-block;
	float: left;
	background-color: #fff !important;
	color: #000 !important;
	border-radius: 2px;
	font-weight: normal;
	font-style: normal;
}
#sib-form label {
	background-color: transparent !important;
}
.sib-form-block {
	padding: 0 6px;
}
.sib-container {
	width: inherit;
}
.sib-input {
	padding: 0;
}
.sib-messages-wrapper .sib-form-message-panel{
	width: inherit;
	padding: 5px;
	height: inherit;
	margin: 0;
	border: none;
}
.sib-messages-wrapper .sib-form-message-panel > div {
	padding: 0 10px;
}

@media only screen and (max-width : 536px) {
	#sib-form-container, #sib-container, #sib-form {
		width: 100%;
		max-width: 100%;
	}
	#sib-container {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	#sib-form {
		width: 100%;
	}
	#container .title {
	font-size: 8vmax;
}
	.text-small {
	font-size: 1.6vmax !important;
	margin-top: 20px;
}
}


small{
	text-align: center;
	clear: both;
	width: 100%;
	float: left;
	margin-top: 5px;
	color: #111;
	font-style: italic;
	font-size: 11px;
}

.copyright{
	font-size: 10px;
	text-align: left;
	float: left;
	color: #111;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 20px;
}

canvas {
	opacity: 1;
	mix-blend-mode: screen;
	z-index: 2;
	position: absolute;
}

.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
/*	mix-blend-mode: screen;*/
	 z-index: 1;
	 pointer-events: none;
	 
	background: linear-gradient(226deg, #e0c3b1, #e8b7bb, #8a9ca7, #e6c192);
    background-size: 800% 800%;

    -webkit-animation: AnimationName 16s ease infinite;
    -moz-animation: AnimationName 16s ease infinite;
    animation: AnimationName 16s ease infinite;
	
	
}

@-webkit-keyframes AnimationName {
    0%{background-position:83% 0%}
    50%{background-position:18% 100%}
    100%{background-position:83% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:83% 0%}
    50%{background-position:18% 100%}
    100%{background-position:83% 0%}
}
@keyframes AnimationName {
    0%{background-position:83% 0%}
    50%{background-position:18% 100%}
    100%{background-position:83% 0%}
}
@media only screen and (max-width : 640px) { 

	.copyright{
		text-align: center;
		width: 100%;
		box-sizing: border-box;
	}
	#newsletter-form{
		text-align: center;
	}
	#menu-wrapper{
		padding: 0;
		left: 0;
		font-family: mono, "Courier New", Courier;
		z-index: 10000;
		width: 100%;
		text-align: center;
		top: 40px;
	}
	#logo{
		margin-right: auto;
		margin-left: auto;
		float: none;
	}

}


