@font-face {
	font-family: 'secret_typewriterregular';
	src: url('fonts/veteran_typewriter-webfont.eot');
	src: url('fonts/veteran_typewriter-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/veteran_typewriter-webfont.woff2') format('woff2'),
		 url('fonts/veteran_typewriter-webfont.woff') format('woff'),
		 url('fonts/veteran_typewriter-webfont.ttf') format('truetype'),
		 url('fonts/veteran_typewriter-webfont.svg#secret_typewriterregular') format('svg');
	font-weight: normal;
	font-style: normal;

}





body { background: url(green-bg.jpg) center; background-size: cover !important; background-attachment: fixed; text-align: center; width: 100%; height: 100%; margin: 0; font-family: 'secret_typewriterregular'; }
		*:focus {outline: none; }
		
		::-webkit-input-placeholder { color: #000; }
		::-moz-placeholder { color: #000; }
		:-ms-input-placeholder { color: #000; }
		:-moz-placeholder { color: #000; }
		
		#container { position: absolute !important; bottom: 1% !important; width: 100%; }
		#box {  width: 75%; max-width: 940px; margin: 0 auto; display: block; color: #000; background: none; padding-top: 20px; text-transform: lowercase; font-family: 'secret_typewriterregular'; padding-bottom: 10px; }
		#box hr { height: 1px; background: #000; border: 0; width: 90%; margin-top: 25px; margin-bottom: 25px; }
		#box img { margin-bottom: 10px; max-width: 90%; }
		#box .tag { font-size: 40px; color: #000; display: block; padding-bottom: 15px; }
		#box .cta { font-size: 28px; display: block; }
		
		#box .email, #box .name, #box .submit { letter-spacing: 1px; }
		#box .email { height: 40px; border: 1px solid #000; width: 280px; text-align: center; font-size: 16px; font-family: 'secret_typewriterregular';  }
		#box .name { height: 40px; border: 1px solid #000; width: 280px; text-align: center; font-size: 16px; font-family: 'secret_typewriterregular';   }
		#box .submit { margin-left: 2px; height: 44px; background: #000; color: #fff; border: 0; width: 280px; text-align: center; font-size: 16px; text-transform: lowercase; font-weight: bold; letter-spacing: 2px; margin-top: -0.5px; font-family: 'secret_typewriterregular';  }
		#box .submit:hover { background: #558151; cursor: pointer; }
		
		.mob { display: none; }

@media screen and (max-width: 1140px) {
#box .email, #box .name, #box .submit { max-width: 90%; display: block; margin: 0 auto 5px; }

}


@media screen and (max-width: 1400px) {
#container { bottom: 2%; zoom: 80%; }
#box { width: 65%; }
#box img { max-width: 30% !important; }
#box .tag { margin-bottom: 40px !important; }
}

		@media screen and (max-width: 800px) {
		.mob { display: block; }
		body { background: url(green-bg.jpg); background-size: cover !important; font-size: 16px; }
		#container { display: flex; justify-content: center; flex-direction: column; height: 100%; padding-top: 5%; bottom: auto; position: relative !important; }
		#box { width: 88%; padding: 2%; padding-bottom: 25px; }
		#box img { max-width: 50%; }
		/*
		#box .tag { font-size: 15px; }
		#box .cta { font-size: 18px; display: block; }
		*/
		#box .email, #box .submit { margin-left: 0; max-width: 90%; display: block; margin: 0 auto 10px; margin-left: 0; margin-right: 0; }
		}