html{
	height: 100%;
	min-height: 100%;
}
body{
	margin: 0;
	padding: 0;
	font: 400 14px/20px serif;
    font-family: Roboto,sans-serif;
	color: #333;
	height: 100%;
	min-height: 100%;
}
a{
	color: #333;
}
hr{
	background-color: #333;
	height: 1px;
	border: 0;
	opacity: .1;
}
header{
	padding-top: 15px;
}
header .brand,.container{
	max-width: 1182px;
	margin: 0 auto;
	padding: 0 15px;
}
header .site-title a.logo{
	color: #c60021;
	text-decoration: none;	
	font: 700 27px/1.067 serif;
    font-family: Poppins,Roboto,sans-serif;
    letter-spacing: -.05em;
	font-size: 39px;
	margin: 0;
}
header p.site-description{	    
    opacity: .5;	
	font: 600 17px/1.2 serif;
    font-family: Poppins,Roboto,sans-serif;
	letter-spacing: -.025em;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	margin: 0;
}
header .site-title{
	margin-bottom: 0;
}
nav{
	display:block;
	background-color: #c60021;
	width: 100%;
	margin: 15px 0 30px 0;
}
nav ul.site-menu{	
	margin: 0 auto;
    padding: 0;
    list-style: none;	
	height: 20px;
	padding: 15px;	
	max-width: 1182px;
}
nav ul.site-menu li{	
	float: left;	
}
nav ul.site-menu li a{	
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 3.5px 10px;
    line-height: 16px;
	font-size: 14px;
	font-family: Poppins,Roboto,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
}
.wrapper{
	min-height: 100%;
}
section .container{
	padding-bottom: 60px;
}
section.blog h1{
	font-size: 24px;
}
section.blog h2{
	font-size: 21px;
}
.blog-img{
	padding-top: 15px;
}
.blog-img img{
	width: 100%;
	max-height: 600px;
	max-width: 600px;
}
ul.archive{	
	margin: 0;
    padding: 0;
    list-style: none;
}
ul.archive li{	
	padding: 7px 0 15px 0;
}
footer{
	margin-top: -65px;
}
footer nav{
	background-color: #e6e6e6;
	margin-bottom: 0;
}
footer nav .site-menu li{
	float: right;
}
footer nav li.footer-text{
	float: left;
}
footer nav ul.site-menu li a{
	color: #999999;
	font-weight: normal;
}