/*
This file is applied ONLY to MoLtv MOBILE
This file is applied IN ADDITION TO Nonzero Mobile (nz-mobile/style.css)
*/


/* =OVERALL FONT */

body { font-family: 'Open Sans', sans-serif; }
h1 { font-family: "Arial Narrow", "Open Sans Condensed", sans-serif; letter-spacing: 0.5px; }


/* =COLORS */

.navbar h3, footer #theme-switch {
	background-color: #3B6BAA;
}
.feature h3.program-slug {
	background-color: #7C517C;
	color: white;
}

/* =NAVIGATION MENU */

#menubar.navbar h3 {						/* height + padding-top = x */
	height: 32px;
	padding-top: 0;
}
#progbar.navbar h3:before,					/* triangles, down-triangle */
#datebar.navbar h3:before {
	font-size: 120%;
	vertical-align: 2%;
}
#menubar.navbar h3:before {					/* hamburger */
	content: "\2261\2009";
	font-size: 200%;
	vertical-align: -5%;
}


/* =NEWS BOX */

#news-box h2 {
	color: #0F53AD;
	font-family: "Arial Narrow", "Open Sans Condensed", sans-serif;
	letter-spacing: 0.5px;
}


/* =FEATURES */

#big-feature h1 {
	line-height: 1.1em;
	font-size: 1.3em;
}
.feature h1 {
	line-height: 1.1em;
	font-size: 1em;
}
