/*
Theme Name: VIA 
Theme URI: https://github.com/bencarlson/wp-bootstrap
Description: A wordpress 3.9+ theme built on Bootstrap 3
Author: Design Action Collective
Author URI: http://designaction.org
Version: 1.3
*/
@import url("sass/stylesheets/sass_style.css");



.maincontent.lower h3, .maincontent.lower h4 {
	font-weight: bold;
	}

ul.sub-menu li.current-menu-item {
	font-weight: bold;
	}

ul.sub-menu  {
	padding-top: 10px;
	}

.category-blog article .blog .front-blog-text h3 a:hover {
	color: #36f5d5;
	}

#secondary li {
	font-weight: bold;
	}

@media (min-width: 768px){ /* Tablet Portrait */
	}

@media (min-width: 992px){ /* Tablet Landscape */
	}

@media (min-width:1200px) { /* Desktop */

.home .maincontent h2 {
	font-size: 40px;
	}

.maincontent.lower h3 {
	font-size: 26px;
	line-height: 32px;
	}

.maincontent.lower h4 {
	font-size: 22px;
	line-height: 30px;
	}

.maincontent.lower ul {
	font-size: 16px;
	line-height: 150%;
	}

body {
	font-size: 15px;
	line-height: 140%;
	}




}