/* Additional skin css markup here */

/* Change font and typography */
body {
    font-family: 'Roboto', sans-serif;
	font-size:17px;
	color:#111;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Dosis', sans-serif;
	font-weight: bold;
	color:#111;
}
label {
	font-size:15px;
}
#top-nav {
	border-bottom:14px solid #B9A466;
}