/*--------------------------------------------------------------
Masthead
--------------------------------------------------------------*/

#masthead {
	.site-branding {
		margin-bottom: 30px;

		h1 {
			color: #333;
			font-size: 30px;
			margin-bottom: 0;
			a {
				color: inherit;
				text-decoration: none;
			}
		}

		h2 {
			color: #777;
			font-size: 16px;
			margin-bottom: 0;
		}
	}
}