@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Beth+Ellen&display=swap');
/* CSS Document */

/* - - - - - - - - - - - - - general - - - - - - - - - - - - - */

html, body, div, span, applet, object, iframe,
h1, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: top;
	background: transparent;
	color: #000;
	font-family: "Courier New", Courier, monospace; 
	text-decoration: none;
}

input {
  color: transparent;
  text-shadow: 0 0 0 #2196f3;

  &:focus {
      outline: none;
  }
}


body {
	line-height: 1;
	background: black;
	font-family: "Courier New", Courier, monospace;
	overflow: hidden;
}




::-moz-selection { /* Code for Firefox */
    color: none;
    background: none;
}
::selection {
    color: none; 
    background: none;
}




.buttonopen {
	font-family: 'Beth Ellen', cursive;
	color: #c02c1f;
	text-decoration: none;
	font-weight: 900;
	font-size: 40px;
	padding: 0px 0px;
	border: none;
	background-color: transparent;
	width: 300px;
	text-align: center;
	outline: none;
	caret-color: transparent;
    -webkit-transform: rotate(-2deg);
	text-shadow: 1px 1px 25px #250001;
	margin-top: 270px;
	opacity: 1.0;
	
	animation-name: buttonopen;
	animation-duration: 5s;
    animation-delay: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	
 
	-webkit-transition:font-size 1s ease-in-out;
	-moz-transition: font-size 1s ease-in-out;
	-o-transition: font-size 1s ease-in-out;
	transition: font-size 1s ease-in-out;
}
.buttonopen:hover {
	font-size: 50px;
	outline: none;
 
	-webkit-transition: font-size .4s ease-in-out;
	-moz-transition: font-size .4s ease-in-out;
	-o-transition: font-size .4s ease-in-out;
	transition: font-size .4s ease-in-out;
}
.buttonopen:active {
	border: none;
	outline: none;
 
}
.buttonopen:focus {
	border: none;
	outline: none;
	opacity: 0.0;
	font-size: 50px;
 
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}
.buttonopen:visited {
	font-size: 0px;
	border: none;
	outline: none;
	opacity: 0.0;
 

	-webkit-transition: font-size .4s ease-in-out;
	-moz-transition: font-size .4s ease-in-out;
	-o-transition: font-size .4s ease-in-out;
	transition: font-size .4s ease-in-out;
}





@keyframes buttonopen {
  0%   {color: #c02c1f;}
  50%  {color: #e6931f;}
  100% {color: #c02c1f;}
}




#main {
    height: 1080px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
	z-index: 3;
	background-position: center;
	background-size: contain 100%;
	background-repeat: no-repeat;
	background-image: url(ordersbg.jpg);
   
}


#closedletter{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	align-items: center;
	background: transparent; 
	z-index: 2;
}

#openletter{
	margin-top: 0px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	overflow: hidden;
	align-items: center;
	background: transparent; 
	z-index: 1;
}




#genbox{
	width: 600px;
	height: 1920px;
	max-height: 1920px;
	margin: auto;
	overflow: auto;
	background-color: transparent;
	text-align: center;
	z-index: 5;    
	position: absolute;
    left: 50%;
	top: 50%;
	margin-top: -400px;
    -webkit-transform: translateX(-50%) translateY(0%) rotate(2deg);
}


textarea {
	background: transparent;
	font-family: 'Beth Ellen', cursive;
	position: absolute;
	color: #250001;
	border: none;
	outline: none;
	font-size: 16px;
	overflow-x: hidden;
	overflow-y: hidden;
	max-width: 435px;
	height: 745px;
	max-height: 745px;
	text-align: left;
	margin-top: -20px;
	margin-left: -210px;
	resize: none;
}





