@charset "UTF-8";
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*--USE FOR DEBUGGING SKROLLR POSITION */
#offset {
	position: fixed;
	top: 0;
	text-align: left;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	padding: 10px 0;
	z-index: 2001;
}
/* ===== Walk On Wire App Support Page ==============================================
   Author: xtine burrough - missconceptions.net
   ========================================================================== */

body {
	font: 16px/1.5 'Raleway', Helvetica, Helvetica Neue, Arial, sans-serif;
	background-color: #33cccc;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: cover;
	padding: 0 12px; margin: 0;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1140px;
}
/* =Links */

/* On Yellow */
a:link {
	text-decoration: none;
	color: rgba(29,99,109,1.00);
}
a:visited {
	text-decoration: none;
	color: rgba(29,99,109,1.00);
}
a:hover {
	text-decoration: none;
	color: rgba(67,202,204,1.00);
}
a:active {
	text-decoration: none;
	color: rgba(29,99,109,1.00);
}

/* On Blue */
.blue {
	color: rgba(244,255,88,0.8);
}
.blue:link {
	color: rgba(244,255,88,0.8);
	text-decoration: none;
}
.blue:visited {
	text-decoration: none;
	color: rgba(244,255,88,0.8);
}
.blue:hover {
	text-decoration: none;
	color: rgba(244,255,88, 1);
}
.blue:active {
	text-decoration: none;
	color: rgba(244,255,88,0.8);
}
/* =General */

#pins{
	z-index: 2000;
	position: fixed;
	height: 180px;
	width: 100%;
	background-image: url(images/left-pin.png), url(images/right-pin.png);
	background-position: left 44px, right 110px;
	background-repeat: no-repeat;
	border-bottom: medium inset #464646;
}
#wireWalker{
	height: 124px;
	width: 900px;
	position: fixed;
	top: 100px;
	left: 100px;
	z-index: 1999;
	background-image: url(images/walker-new.png);
	background-repeat: no-repeat;
}
figure {
	float: left;
	width: 290px;
}
.right {
	float: right;
}
figcaption {
	font-weight:normal;
	padding: .5em 0;
}

.spacer{
	clear: left;
	margin: 1em;
}
h3 {
	font-weight: 200;
}
/* =Header */
header {
    color: #fff;
    text-align: center;
	width: 100%;
	position: absolute;
	top: 200px;
	left: 0;
	background-color: rgba(244,255,88,0.8);
}

/* =Main Content */
.main {
	position: absolute;
	top: 320px;
	left: 0;
	padding: 0 20%;
	font-weight:bold;
	background-color: rgba(38,135,137,1.0);
}
.yellow {
	 clear: left;
	 background-color: rgba(244,255,88,0.92);
	 padding: 3px;
     -webkit-transform: skew(20deg);
	 transform: skew(20deg); 
}
.yellow p {
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg); 
	text-align: center;
}

/* =Footer */
footer {
    background-color: rgba(244,255,88,0.92);
    text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	font-size:small;
	padding: 4px;
	width: 100%;
}
/* for ipad */
@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
#pins{
	width: 100%;
	display: none;
}
#wireWalker{
	display: none;
} 
figure {
	width: 100%;
}

figcaption {
	font-weight:normal;
	padding: .5em 0;
}

h3 {
	font-weight: 200;
}
/* =Header */
header {
    color: #fff;
    text-align: center;
	width: 100%;
	top: 200px;
	left: 0;
	background-color: rgba(244,255,88,0.8);
}

/* =Main Content */
.main {
	padding: 0 5%;
	font-weight:bold;
	background-color: rgba(38,135,137,1.0);
}
.yellow {
	 background-color: rgba(244,255,88,0.92);
	 padding: 3px;
}
.yellow p {
	text-align: center;
}

/* =Footer */
footer {
    background-color: rgba(244,255,88,0.92);
    text-align: center;
	font-size:small;
	padding: 4px;
	width: 100%;
}
  
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
  #pins{
	width: 100%;
	display: none;
}
#wireWalker{
	display: none;
} 
figure {
	width: 100%;
}

figcaption {
	font-weight:normal;
	padding: .5em 0;
}

h3 {
	font-weight: 200;
}
/* =Header */
header {
    color: #fff;
    text-align: center;
	width: 100%;
	top: 200px;
	left: 0;
	background-color: rgba(244,255,88,0.8);
}

/* =Main Content */
.main {
	padding: 0 5%;
	font-weight:bold;
	background-color: rgba(38,135,137,1.0);
}
.yellow {
	 background-color: rgba(244,255,88,0.92);
	 padding: 3px;
}
.yellow p {
	text-align: center;
}

/* =Footer */
footer {
    background-color: rgba(244,255,88,0.92);
    text-align: center;
	font-size:small;
	padding: 4px;
	width: 100%;
}
  
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
  #pins{
	width: 100%;
	display: none;
}
#wireWalker{
	display: none;
} 
figure {
	width: 100%;
	text-align: center;
	padding: 1em;
}
.right {
	text-align: center;
}
figcaption {
	font-weight:normal;
	padding: .5em 0;
}

h3 {
	font-weight: 200;
}
/* =Header */
header {
    color: #fff;
    text-align: center;
	width: 100%;
	top: 200px;
	left: 0;
	background-color: rgba(244,255,88,0.8);
}

/* =Main Content */
.main {
	padding: 0 5%;
	font-weight:bold;
	background-color: rgba(38,135,137,1.0);
}
.yellow {
	 background-color: rgba(244,255,88,0.92);
	 padding: 3px;
}
.yellow p {
	text-align: center;
}

/* =Footer */
footer {
    background-color: rgba(244,255,88,0.92);
    text-align: center;
	font-size:small;
	padding: 4px;
	width: 100%;
}
  
}