body {
  font: 15px/1.5 Helvetica, Trebuchet MS;
  padding: 0;
  margin: 0;
  background-color: #cc7a00;
}

.container {
  width: 80%;
  margin: auto;
  overflow: hidden;
}

.container h1{
  text-align: center;
  font-size: 25px;
}

.container p{
  font-size: 15px;
  text-align: center;
  padding-left: 15%;
  padding-right: 15%;
}


ul {
  margin: 0;
  padding: 0;
}

/* header */
header {
  background: #77773c;
  color: #ffffff;
  padding-top: 30px;
  min-height: 70px;
  border-bottom: #000000 8px solid;
}

header a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

header li {
  float: left;
  display: inline;
  padding: 20px 20px 0 20px;
}

header #branding {
  float: left;
}

header #branding h1 {
  margin: 0;
}

header nav {
  float: right;
  margin-top: 33px;
  font-weight: bold;
}

header .highlight {
  color: #ffffff;
  font-weight: bold;
  margin-left: 10px;
  font-size: 45px;
}

a:hover {
  color: #000000;
}


#showcase {
  min-height: 400px;
  background: url("../img/logo.jpg") no-repeat center;
  background-size: auto;
  text-align: center;
  color: #000000;
  padding-top: 10px;
  margin-top: 20px;
}

#newsletter {
  padding: 15px;
  color: #000000;
}

#newsletter h1 {
  float: left;
}

#newsletter form {
  float:right;
  margin-top: 15px;
}

#newsletter input[type="email"]{
  padding: 4px;
  height: 25px;
  width: 250px;
}

.button_1 {
  height: 38px;
  background-color: #cccccc;
  border:0;
  padding-left: 20px;
  padding-right: 20px;
  color: #353637;
}

#boxes {
  margin-top: 20px;
}

#boxes .box {
  float: left;
  text-align: center;
  width: 30%;
  padding-left: 10px;
}

footer {
  padding: 20px;
  margin-top: 20px;
  color: #000000;
  background-color: #77773c;
  text-align: center;
}

@media(max-width: 768px) {
  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #boxes .box {
    float: none;
    text-align: center;
    width: 100%;
  }

#newsletter button {
  display: block;
  width: 100%;
}

#newsletter form input[type="email"] {
  width: 100%;
  margin-bottom: 5px;
  }  
}