.header .logo{
  padding: 10px 20px;
  display:inline-block;
}
.header .logo img{
  width: 180px;
}

.menubutton{
  right: 10px;
  top: 10px;
}

.navbar{
  right: 45px;
}
#nav.here .navbar{
  top: 20px;
}

.headerspace{
  height: 50px;
}

.flex .half{
  width: 100%;
  margin-right: 0;
}

.sticky{
  position:static;
}


.grid a{
  width: 100%;
  padding-bottom: 60%;
}

.grid a .fade .title .summary{
  display:none;
}
.grid a .fade.always-in{
  opacity: 1;
}