#masthead .home-link .site-description {
       font-size: 16px; 
       font-family: Copse; 
       font-weight: normal; 
       text-align: center; 
       padding-bottom: 22px; 
    } 

#masthead .home-link .site-title {
       font-size: 47px; 
       font-family: Copse; 
       color: #fd7f23; 
       text-shadow: 1px 2px 1px #757575; 
       text-align: center; 
       padding-top: 22px; 
    } 

#masthead {
       background-image: linear-gradient(2deg, #ffffff, #f2f2f2); 
    } 

body.single .site-content article.post .entry-title {
       font-size: 42px; 
       color: #37a2e1; 
       text-shadow: 3px -3px 2px #dedcdc; 
    } 

#masthead .home-link {
       height: auto; 
       min-height: 0; 
    } 

body:not(.single):not(.page) .site-content article.post .entry-title a {
       text-shadow: 3px -3px 2px #dedcdc; 
       font-size: 35px; 
       color: #30302f; 
    } 

body:not(.single):not(.page) .site-content article.post .entry-meta a {
       color: #9b9b9b; 
    } 


@media screen and (min-width: 0px) and (max-width: 480px) { #masthead .home-link .site-title {   font-size: 28px; }  }  
@media screen and (min-width: 0px) and (max-width: 480px) { #masthead .home-link .site-description {   font-size: 15px; }  }  