#respond {
    display: none;
}
p.credit{
  display:none}
#author-bio {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 500;
    font-style: normal;
}
.site-description {
  font-size: 1.7em;
  font-weight: 300;
}
p {
    font-size: 21px;
}
div.byline:nth-child(2){
  display:none
}
#menu-primary {
    font-size: 32px;
}
h3 {
    font-size: 6em;
}

#menu-primary li.current-menu-item a {
 transition: transform .2s;
}
#menu-primary li.current-menu-item a:hover {
     transform: scale(1.1);
}
#menu-primary li a {
 transition: transform .2s;
}
#menu-primary li a:hover {
     transform: scale(1.1);
}
#branding{
 transition: transform .2s;
}
#branding:hover {
     transform: scale(1.1);
}
#header-banner {
 transition: transform .2s;
}
#header-banner {
     transform: scale(1.1);
}