body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

header {
    background: #333;
    background-image:url('img/logosmall.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left center;
    background-origin: content-box;
    color: #fff;
    padding: 20px;
    min-height: 70px;
    border-bottom: #77ab59 3px solid;
}

header a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

header ul {
    padding: 0;
    list-style: none;
}

header li {
    display: inline;
    padding: 0 20px 0 20px;
}

header h1 {
    float: left;
}

header nav {
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

.hero {
    background: url('img/hero.png') no-repeat center center/cover;
    height: 400px;
    color: #fff;
    text-align: center;
    padding-top: 150px;
}

section {
    padding: 20px 0;
    text-align: center;
}

footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
}