#skip a {
position:absolute;
left:-10000px;
top:auto; width:1px;
height:1px;
overflow:hidden;
}

#skip a:focus {
position:static;
width:auto;
height:auto;
}

#footer {
background-color: #333333;
color: #ffffff;
}

#footer .row {
margin-top: 1em;
}

H2 {
font-weight: bold;
color: #CD4E28;
}

.parallax-background {}

.parallax-content {
height: 300px!important;
background-color: #ccc;
width: 100%;
}

#parallax-one {
background: url(../img/parallax-homepage-one.png);
background-position:	center 0;
background-repeat:		repeat;
background-attachment:	fixed;
}

#parallax-two {
background: url(../img/parallax-homepage-two.png);
background-position:	center 0;
background-repeat:		repeat;
background-attachment:	fixed;
}

.top-bar, .top-bar-section li:not(.has-form) a:not(.button) {
background-color: #63998E;
}