* {
    margin: 0;
    padding: 0;
}

.clearfix {
    clear: both;
}

html, body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

body {
    background-color: #FDF4D9;
    min-width: 960px;
    color: #666;
}

h1 {
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #333;
}

p {
    margin-bottom: 10px;
}

.inner {
    width: 960px;
    margin: 0 auto;
}

header {
    background: #2A4D2D;
    border-top: 10px solid #38663C;
    border-bottom: 1px solid #0e1a0f;
    height: 100px;
    width: 100%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    z-index: 100;
}

#logo {
    background: url(../images/logo.png) 0 0 no-repeat;
    height: 44px;
    width: 175px;
    display: block;
    float: left;
    margin-top: 25px;
}

nav ul {
    list-style-type: none;
    float: right;
    margin-top: -10px;
}

nav ul li {
    display: inline-block;
    margin-left: 15px;
}

nav ul li a {
    display: block;
    color: #7BA47F;
    text-decoration: none;
    padding: 0 15px;
    height: 100px;
    line-height: 100px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

nav ul li.active a,
nav ul li.active:hover a {
    border-top: 10px solid #FDF4D9;
    color: #FDF4D9;
}

nav ul li:hover a {
    border-top: 10px solid #48834E;
    color: #FDF4D9;
}

#about-content {
    padding-top: 110px;
}

#storage-content {
    background: #333;
    margin-top: 30px;
}

.hero {
    width: 960px;
    margin: 35px auto;
    height: 350px;
    overflow: hidden;
}

#about .left {
    width: 530px;
    float: left;
}

#about .right {
    float: right;
    width: 370px;
}

#about .right h3 {
    color: #2A4D2D;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    margin-top: 5px;
}

#storage-content hr {
    margin-top: 60px;
    height: 2px;
    background: #666;
    border: none;
    display: inline-block;
    width: 100%;
}

#storage-content .inner {
    padding: 20px 0;
}

#storage-content .wrapper {
    text-align: center;
    margin-top: -37px;
}

#storage-content .wrapper h1 {
    text-align: center;
    color: #808080;
    display: inline-block;
    margin: 0 auto;
    width: 240px;
    background: #333;
    font-size: 48px;
}

#storage-content .wrapper p {
    text-align: center;
    color: #999;
    display: block;
    font-style: italic;
    margin: 10px auto 0;
    width: 450px;
}

table {
    width: 960px;
    color: #B3B3B3;
}

table th {
    text-transform: uppercase;
    color: #FFF;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    font-weight: 400;
}

tr:nth-child(even) {
    background: #2b2b2b;
}

#storage-content {
    padding-bottom: 40px;
}

#storage-content .left,
#storage-content .right,
#storage-content th.middle {
    text-align: center;
}
#storage-content .left,
#storage-content .right,
#storage-content .middle {
    border-bottom: 2px solid #666;
}

#storage-content .borderless .left,
#storage-content .borderless .middle,
#storage-content .borderless .right {
    border-left: none;
    border-right: none;
    border-top: none;
}

#storage-content .borderless .middle {
    font-weight: 400;
}

#storage-content .middle {
    text-align: left;
    border-left: 2px solid #666;
    border-right: 2px solid #666;
    padding: 40px;
    width: 570px;
    font-weight: 300;
}

#storage-content .left {
    border-left: 2px solid #666;
    color: #FFF;
    width: 195px;
    padding: 30px 0;
}

#storage-content .left img {
    margin: 0 auto 20px;
    display: block;
}

#storage-content .right {
    border-right: 2px solid #666;
    width: 195px;
}

#storage-content .right .amount {
    color: #FFF;
    display: block;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: -5px;
}

#storage-content .right .label {
    color: #666;
    display: block;
    font-size: 18px;
    font-weight: lighter;
    font-family: "Roboto Condensed", sans-serif;
}

#outdoor-storage {
    padding: 40px 0;
    text-align: center; 
}

#outdoor-storage h1 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 0px; 
}

#outdoor-storage .container {
    margin-top: 60px;
}

#outdoor-storage .boats,
#outdoor-storage .rvs,
#outdoor-storage .vehicles {
    display: inline-block;
}

#outdoor-storage .rvs {
    margin: 0 150px;
}

#outdoor-storage .boats img,
#outdoor-storage .rvs img,
#outdoor-storage .vehicles img {
    display: block;
}

#outdoor-storage .boats span,
#outdoor-storage .rvs span,
#outdoor-storage .vehicles span {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 24px;
    margin-top: 15px;
    display: block;
}

#footer {
    background: #333;
    text-align: center;
    padding: 40px 0;
}

#footer a {
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer h1 {
    font-size: 48px;
    color: #808080;
    margin-bottom: 50px;
}

#footer .label {
    color: #7ea281;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: lighter;
    display: block;
    font-size: 24px;
}

#footer .data {
    color: #fdf4d9;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    margin-bottom: 25px;
    display: block;
    font-size: 30px;
}