@font-face {
    font-family: 'Vegur';
    src: url('../fonts/vegur-regular-webfont.eot');
    src: url('../fonts/vegur-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vegur-regular-webfont.woff') format('woff'),
         url('../fonts/vegur-regular-webfont.ttf') format('truetype'),
         url('../fonts/vegur-regular-webfont.svg#vegurregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Vegur';
    src: url('../fonts/vegur-bold-webfont.eot');
    src: url('../fonts/vegur-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vegur-bold-webfont.woff') format('woff'),
         url('../fonts/vegur-bold-webfont.ttf') format('truetype'),
         url('../fonts/vegur-bold-webfont.svg#vegurbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Vegur Light';
    src: url('../fonts/vegur-light-webfont.eot');
    src: url('../fonts/vegur-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vegur-light-webfont.woff') format('woff'),
         url('../fonts/vegur-light-webfont.ttf') format('truetype'),
         url('../fonts/vegur-light-webfont.svg#vegur_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Arrrows';
    src: url('../fonts/arrrows-bold-webfont.eot');
    src: url('../fonts/arrrows-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arrrows-bold-webfont.woff') format('woff'),
         url('../fonts/arrrows-bold-webfont.ttf') format('truetype'),
         url('../fonts/arrrows-bold-webfont.svg#ArrrowsBoldRegular') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Arrrows';
    src: url('../fonts/arrrows-regular-webfont.eot');
    src: url('../fonts/arrrows-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arrrows-regular-webfont.woff') format('woff'),
         url('../fonts/arrrows-regular-webfont.ttf') format('truetype'),
         url('../fonts/arrrows-regular-webfont.svg#ArrrowsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    margin: 5em 2.5em;
    background: url(../images/dot-matrix-pattern.png) repeat left top;
    color: rgb(181,181,181);
    font-family: 'Vegur Light';
    font-size: 100%;
    text-shadow: 1px 0 1px rgb(0,0,0,.7);
}
body {
    width: 60%;
    margin: 0 auto;
}
.Header {
	color: rgb(255,255,255);
    font-size: 1.625em;
    font-weight: normal;
    letter-spacing: -1px;
    text-shadow: 1px 0 1px rgb(0,0,0,.7);
}
.Form {
	position: relative;
}
    .Form .text {
		position: relative;
		z-index: 1;
        width: 100%;
		height: 100px;
        box-shadow: 0 0 6px rgba(0,0,0,.26) inset;
        border: 1px solid rgba(255,255,255,.08);
        border-radius: 10px;
        padding: 20px 15px;
		background-color: rgba(43,43,43,.5);
		color: rgb(255,255,255);
        font-size: inherit;
        font-family: Vegur;
        font-weight: bold;
		line-height: 1.4;
		text-shadow: 1px 0 1px rgba(0,0,0,.7);
    }
	.Form::before {
		display: block;
		position: absolute;
		right: -40px;
		bottom: 0px;
		z-index: 2;
		width: 60px;
		height: 60px;
        box-shadow: -5px -3px 6px rgba(0,0,0,.16);
		border-color: rgba(255,255,255,.1) transparent transparent rgba(255,255,255,.1);
		border-radius: 50px;
		border-style: solid;
        border-width: 1px;
		background: url(../images/dot-matrix-pattern.png) repeat left top;
		content: '';
	}
    .Form .button {
        display: block;
		position: absolute;
		bottom: 10px;
		right: -30px;
		z-index: 3;
		width: 40px;
		height: 40px;
        border: 1px solid rgb(0,162,211);
        border-radius: 50px;
        background-image: linear-gradient(bottom, rgb(13,118,148) 0, rgb(0,162,211) 100%);
        background-image: -o-linear-gradient(bottom, rgb(13,118,148) 0, rgb(0,162,211) 100%);
        background-image: -moz-linear-gradient(bottom, rgb(13,118,148) 0, rgb(0,162,211) 100%);
        background-image: -webkit-linear-gradient(bottom, rgb(13,118,148) 0, rgb(0,162,211) 100%);
        background-image: -ms-linear-gradient(bottom, rgb(13,118,148) 0, rgb(0,162,211) 100%);
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(13,118,148)), color-stop(1, rgb(0,162,211)));
        color: rgb(239,239,239);
        font-size: 1.75em;
        font-family: 'Arrrows';
		line-height: 33px;
		text-align: center;
		text-indent: 2px;
        text-shadow: 0 0 5px rgba(0,0,0,.75);
        cursor: pointer;
    }
    .Form .button::before {
		display: block;
		position: absolute;
		top: -7px;
		left: -7px;
		z-index: 2;
		width: 50px;
		height: 50px;
        box-shadow: 0 0 6px rgba(0,0,0,.26) inset;
        border: 1px solid rgba(255,255,255,.08);
        border-radius: 50px;
		content: '';
	}
    .Form .text:focus {
        outline: 0;
    }
	#msg {
		margin: 1em 0;
		color: rgb(255,255,255);
        text-shadow: 0 0 1px rgb(0,0,0);
	}
.Github {
	position: absolute; 
	top: 0; 
	left: 0;
}
