html {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #CCCCCC;
}

.wrapper {
    width: 900px;
    margin: 0 auto;
    background: url('/assets/images/stripes.jpg') repeat;
}


.inner-wrapper {
    width: 700px;
    margin: 0 auto;
}

header {
    background: url('/assets//images/hero.jpg') no-repeat;
    width: 900px;
    height: 240px;
    border-bottom: 5px solid #99CC33;
}

.nav {
    padding: 5px;
    background-color: #FFFF99;
    text-align: center;
}

.nav__item {
    border: 0;
    display: inline-block;
    font-size: 19px;
    color: #346635;
    text-decoration: none;
    padding: 2px 5px;
}

.nav__item:hover,
.nav__item--active {
    background: #346635;
    color: #fff;
    border-radius: 3px;
}

.headline {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
}

.content {
    text-justify: inter-word;
    background: #FFFF99;
    padding: 25px;
}

.content img {
    display: block;
    margin: 0 auto;
}

.grid {
    display: block;
    margin:  0;
    padding: 0;
}

.grid__item {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 0;
}

.width-1\/1 {
    width: 100%;
}

.width-1\/2 {
    width: 50%;
}

.width-1\/3 {
    width: 33.3%
}

.width-2\/3 {
    width: 66.6%;
}

.width-1\/4 {
    width: 25%;
}

.width-2\/4 {
    width: 50%;
}

.width-3\/4 {
    width: 75%;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

a {
    color: #346635;
}

.text-yellow {
    color: #FFFF99;
}

ul {
    margin: 0;
}

.spacer {
    margin-bottom: 25px;
}

footer {
    width: 870px;
    height: 20px;
    border-top: 5px solid #99CC33;
    border-bottom: 5px solid #99CC33;
    background: url('/assets/images/background_below.jpg') no-repeat;
    padding: 15px;
}