@charset "UTF-8";

body {
font-size: 0.8em; /* Makes type a bit smaller at 1024 so layout doesn't look unbalanced */
line-height: 1.5em;	/* As above */
}

h1 {
font-size:4em;
}

h2{
font-size:1.8em;
}

a:link {
-webkit-tap-highlight-color: #5eff69;
}

.arrow_right_alt1{
display:block;
font-size:9em;
position:relative;
top:-70px;
z-index:1;
color:#AACC00;
}

.aside-text{
float:right;
display:block;
width:200px;
height:40px;
font-size:1.3em;
padding-right:0px;
}

aside{
text-align:right;
width:200px;
margin-top:30px;
}

#contact{
text-align:right;
width:200px;
margin-top:10px;
}

#disclaimer{
width:470px;
height:40px;
font-size:1.3em;
line-height:2.2em;
}

footer{
height:120px;
}

.stripes {
height: 50px;
width: 100%
max-width: 100%;
min-width: 100%;
-webkit-background-size: 50px 50px;
-moz-background-size: 50px 50px;
background-size: 50px 50px; /* Controls the size of the stripes */
-moz-box-shadow: 1px 1px 8px gray;
-webkit-box-shadow: 1px 1px 8px gray;
box-shadow: 1px 1px 8px gray;
}
		
.angled {
background-color: #AACC00;
background-image: -webkit-gradient(linear, 0 100%, 100% 0,
									color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent),
									color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)),
									color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent),
			 						to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
								transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
								transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
								transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
								transparent 75%, transparent);
background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
								transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
								transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
								transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
								transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
								transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
								transparent 75%, transparent);
}

.fat {
background: #AACC00;
border-top: 1px solid #333333;
border-right: 1px solid #111111;
border-bottom: 1px solid #151e33;
border-left: 1px solid #637700;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 10px 1px #e3ff55, 0px 1px 0 #637700, 0 6px 0px #627600, 0 8px 4px 1px #111111;
-moz-box-shadow: inset 0 1px 10px 1px #e3ff55, 0px 1px 0 #637700, 0 6px 0px #627600, 0 8px 4px 1px #111111;
box-shadow: inset 0 1px 10px 1px #e3ff55, 0px 1px 0 #637700, 0 6px 0px #627600, 0 8px 4px 1px #111111;
color: #fff;
line-height: 1;
margin-top: 54px;
margin-bottom: 10px;
padding: 10px 20px 12px;
text-align: center;
text-shadow: 0px -1px 1px #1e2d4d;
width: 150px;
-webkit-background-clip: padding-box;
}

.fat:hover {
color: #fefefe;
-webkit-transition: color 250ms linear;
-moz-transition: color 250ms linear;
-o-transition: color 250ms linear;
-ms-transition: color 250ms linear;
transition: color 250ms linear;
-webkit-box-shadow: inset 0 0px 20px 1px #f2ffb2, 0px 1px 0 #637700, 0 6px 0px #627600, 0 8px 4px 1px #111111;
-moz-box-shadow: inset 0 0px 20px 1px #f2ffb2, 0px 1px 0 #637700, 0 6px 0px #627600, 0 8px 4px 1px #111111;
box-shadow: inset 0 0px 20px 1px #f2ffb2, 0px 1px 0 #637700, 0 6px 0px #627600, 0 8px 4px 1px #111111;
cursor: pointer;
}
  
.fat:active {
-webkit-box-shadow: inset 0 1px 10px 1px #e3ff55, 0 1px 0 #637700, 0 2px 0 #627600, 0 4px 3px 0 #111111;
-moz-box-shadow: inset 0 1px 10px 1px #e3ff55, 0 1px 0 #637700, 0 2px 0 #627600, 0 4px 3px 0 #111111;
box-shadow: inset 0 1px 10px 1px #e3ff55, 0 1px 0 #637700, 0 2px 0 #627600, 0 4px 3px 0 #111111;
margin-top: 58px;
position:relative;
top:3px; }

::selection {
background: #92aa1d; /* Safari */
}

::-moz-selection {
background: #92aa1d; /* Firefox */
}

.angled, .fat {
background-color: #AACC00;
-webkit-transition: background-color 1000ms linear;
-moz-transition: background-color 1000ms linear;
-o-transition: background-color 1000ms linear;
-ms-transition: background-color 1000ms linear;
transition: background-color 1000ms linear;
}

.arrow_right_alt1 {
color: #AACC00;
-webkit-transition: color 1000ms linear;
-moz-transition: color 1000ms linear;
-o-transition: color 1000ms linear;
-ms-transition: color 1000ms linear;
transition: color 1000ms linear;
}

a{
color: #AACC00;
-webkit-transition: color 1000ms linear;
-moz-transition: color 1000ms linear;
-o-transition: color 1000ms linear;
-ms-transition: color 1000ms linear;
transition: color 1000ms linear;
}



