/*
Name: Extruded CSS Type
Author: Rex Rainey
Author URI: http://creativemarket.com/rexrainey
Version: 1.0
*/


/*-----------------------------------------------------------------------------------*/
/* Fonts
/*-----------------------------------------------------------------------------------*/



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




/*-----------------------------------------------------------------------------------*/
/* Styles
/*-----------------------------------------------------------------------------------*/

html, body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	background-color: #8bc6d9;

}

body{
	margin: 0;	
}

::selection {
    background-color: #fff38d;
}

::-moz-selection {
    background-color: #fff38d;
}

#container {
	width: auto;
	margin: 0 auto;
	text-align: center;
}

.wrapper {
	width: 100%;
}

h2{
	margin: 0;
}

.extruded3 {
	font: 60px 'KomikaAxis', sans-serif;
	color: #d8242d;
	text-transform: uppercase;
	line-height: 120%;
	text-shadow:
		0px 1px 1px #2e6173,
		1px 0px 1px #fff,
		1px 2px 1px #2e6173,
		2px 1px 1px #fff,
		2px 3px 1px #2e6173,
		3px 2px 1px #fff,
		3px 4px 1px #2e6173,
		4px 3px 1px #fff,
		4px 5px 1px #2e6173,
		5px 4px 1px #fff,
		5px 6px 1px #2e6173,
		6px 5px 1px #fff,
		5px 7px 1px #50a8c0,
		4px 9px 1px #50a8c0,
		3px 11px 1px #50a8c0,
		2px 13px 1px #50a8c0,
		1px 15px 1px #50a8c0,
		0 17px 1px #50a8c0,
		-1px 19px 1px #50a8c0,
		-2px 21px 1px #50a8c0,
		-3px 23px 1px #50a8c0,
		-4px 25px 1px #50a8c0,
		-5px 27px 1px #50a8c0,
		-6px 29px 1px #50a8c0,
		-7px 31px 1px #50a8c0;
	padding-bottom: 100px;
	padding-top: 100px;
	background-color: #8bc6d9;
}
textarea{
    width: 80%;
    height: 300px;
    background: honeydew;
    font-family: Courier;
    font-weight: 900;
    line-height: 150%;
    font-size: 20px;
    margin: 24px
}
h3{
    font-size: 26px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 900;
    padding: 0;
    margin: 12px 0 0 0;
}

input{
    width: 80%;
    height: 48px;
    line-height: 40px;
    font-size: 32px;
    font-weight: 900;
    font-family: Courier;
	background: #5aca99;
	border: 1px solid black;
}

.info{
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin: 24px 0;
}