/*
Theme Name:	Big Brother Child
Theme URI:	https://wordpress.com/themes/big-brother/
Description:	A pleasant-to-read, customizable theme designed for large organizations and government.
Author: 	Craig Hansen
Author URI: 	https://www.craighansen.net/
Template:	big-brother
Version: 	1.0.0
License: 	GNU General Public License v2 or later
License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 	big-brother-child
*/


h1.site-title {
	text-shadow: 2px 2px 4px #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
	letter-spacing: 8px;
	font-size: 3.5em;
	font-size: calc( 18px + (24 - 12) * ((100vw - 400px) / (800 - 400) ));
	font-weight: 700;
	color: #ffffff;
	font-family: Lato,sans-serif,'helvetica neue',helvetica,arial,verdana;
}

.site-branding {
	margin: 25px 0 25px;
}

/* Hide the theme's breadcrumb trail */
.breadcrumbs {
	display: none;
}

div.frontnews a.title {
	font-size: 24px;
	font-weight: 700;
}

div.listing-item {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}

body {
	font-size: 16px;
}

.main-navigation {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  font-family: "Open Sans", Helvetica, Arial, Sans-Serif;
  z-index: 100;
}
.main-navigation a,
.main-navigation a:visited {
  color: #a0a1a1;
}
.main-navigation a:hover, .main-navigation a:active,
.main-navigation a:visited:hover,
.main-navigation a:visited:active {
  color: white;
}

.menu-toggle {
  background: #99242c;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: white;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
}
