header nav{
  height: 50px;
}

header nav.open{
  height: auto;
}

header nav div.menu{
  display: block;
}

header nav a,
header nav span{
  display: block;
  padding: 0;
  margin: 0 0 15px 0;
  line-height: 35px;
  text-align: center;
}

header div.banner{
  height: 200px;
}

header div.banner div.slogan{
  position: absolute;
  left: 4%;
  bottom: 20px;
  font-size: 24px;
  line-height: 20px;
  padding-right: 110px;
}

header div.banner a.logo{
  left: auto;
  right: 4%;
  width: 100px;
  height: 100px;
}

h1{
  margin-top: 30px;
}

a.banner1,
a.banner2{
  position: static;
  height: 180px;
  width: 100%;
  padding: 15px 4%;
}

a.banner1{
  right: auto;
  max-width: none;
}

a.banner2{
  left: auto;
}

div.bars{
  margin-top: 25px;
}

div.bars a{
  line-height: 22px;
  padding: 16px 20px 18px 20px;
}

div.bars a img{
  display: none;
}

div.highlight{
  margin-top: 30px;
  padding: 30px 0 15px 0;
}

div.blocks{
  margin-top: 30px;
}

article.block{
  margin-top: 15px;
}

article.block img{
  float: none;
  width: 100%;
}

article.block h2{
  padding: 20px 20px 15px 20px;
}

article.block p{
  padding: 0 20px 20px 20px;
}

div.gallery{
  margin-top: 30px;
}

div.gallery::after{
  display: none;
}

div.contact{
  float: none;
  width: auto;
}

form.contact{
  float: none;
  width: auto;
  margin-top: 10px;
}

div.actions a{
  float: none;
  width: auto;
  height: auto;
  margin: 15px 0;
  padding: 20px 20px 25px 20px;
}

div.actions a:first-child{
  margin-top: 30px;
}

div.actions a:last-of-type{
  margin-bottom: 20px;
}

div.actions a span{
  font-size: 22px;
}

footer div.column{
  float: none;
  width: auto;
  padding: 25px 20px 0 20px;
}

footer div.column:nth-child(3){
  width: auto;
  padding-bottom: 30px;
}