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

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

		h1 {
			font-size: 30px;
			a {
				color: inherit;
				text-decoration: none;
			}
		}

		h2 {
			font-size: 16px;
		}
	}
}