body{
  font: 15px/1.5 Verdana, Helvetica, sans-serif;
  padding: 0;
  margin:0;
  background-color: #EEDCC8;
}
.container{
  width: 80%;
  margin: auto;
  overflow: hidden;
}
ul{
  margin: 0;
  padding: 0;
}

/* Header */
header{
  background: #353637;
  color: #32a0c2;
  padding-top: 10px;
  min-height: 60px;
  border-bottom: #32A0C2 2px solid;
}
header a{
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}
header ul {
	list-style-type: none;
	overflow: hidden;
}
header li{
  float: left;
}
header li a {
	display: block;
	text-align: center;
	padding: 5px 16px;
	text-decoration: none;
}
header #branding{
  float: left;
}
header #branding h1{
  margin: 0;
}
header nav{
  float: right;
  margin-top: 10px;
}
header .highlight, header .current a{
  background-color: #32a0c2;
  font-weight: bold;
}
header li a:hover{
  background-color: #32a0c2;
}

/* Showcase */
#showcase {
  background:url('../img/batprintblur.jpg') no-repeat center;
  background-attachment: fixed;
  min-height: 400px;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  border-bottom: #32A0C2 2px solid;
}

#showcase h1{
  margin-top: 60px;
  font-size: 55px;
  margin-bottom: 10px;
}
#showcase p{
  font-size: 20px;
}
.box {
	float: left;
	text-align: center;
	width: 30%;
	padding: 10px;
}

.box-style {
	text-align: center;
	width: 50%;
	padding: 10px;
	margin: 10px;
	margin-left: 22%;
	border: black 3px solid;
}

.box-style a{
	text-decoration: none;
}

.box-style a:hover {
	background-color: white;
}

.column {
	float: left;
	width: 50%;
	padding: 10px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.gallery {
	float: left;
	width: 20%;
	padding: 10px;
	padding-left: 50px;
}

.gallery img {
	border: black 1px solid;
}

/* Newsletter */
#newsletter{
  padding: 15px;
  color: #ffffff;
  background: #353637;
}
#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: #cccccc;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: #353637;
}

footer{
  padding: 20px;
  margin-top: 20px;
  color: #ffffff;
  background-color: #32a0c2;
  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%;
  }
  header{
    padding-bottom: 20px;
  }
  #showcase h1{
    margin-top: 40px;
  }
  #newsletter button {
    display: block;
    width: 100%;
  }
  #newsletter form input[type="email"] {
    width: 100%;
    margin-bottom: 5px;
  }
}