/* Hero */
.welcome-logo {
  max-height: 150px;
  width: auto;
}

@media (max-width: 1024px) {
  .welcome-info .welcome-desc {
    display: none;
  }
}

/* Header */
.site-branding img.site-logo {
  max-height: 50px;
  width: auto;
}

/* General Page */

a {
  color: #000;
}

a:hover {
  color: #00b1d8;
}

button, 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
  background-color: #00b1d8;
  box-shadow: 0 5px 0 #0096d2;
}

button:active, 
html input[type="button"]:active, 
input[type="reset"]:active, 
input[type="submit"]:active {
  box-shadow: 0 2px 0 #0096d2;
}

body footer {
  color: #aaa;
}

/* Single Post */
.disclaimer {
  color: #888;
  font-size: 12px;
}

.post .byline {
  display: none;
}