/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	color: #222;
	font-size: 1em;
	line-height: 1.4
}

body {
	font: 16px/26px;
	font-family: "Lora", serif;
	margin: 0;
}

.outer-container {
	width:100%;
	margin: 20px 30px;
}

.header-container {
	display: block;
	text-align: center;
	background: #fff;
}

h1.title {
	font-size: 2rem;
	margin-bottom: 0
}

h2.tagline {
	font-size: 1rem;
	color: #8b8b8b;
	margin: 0 0 6px 0
}

.main-container {
	display: block;
	background: #fff;
	width:80%;
	margin: auto;
}

.row {
	content:""; 
	display:table; 
	clear:both;
}

.column {
	width:50%;
	display:inline-block;
}

.column-left {
	padding-bottom:15px;
	display:inline-block;
	width: 350px;
}

.column-right { 
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

@media only screen and (max-width: 500px) {
	.outer-container {
		width:100%;
		margin: 0;
		padding: 10px;
	}
	.main-container {
   		width: 90%;
    	margin: 0px 5% 0px 5%;
 	 }
	.column-right {
		width:90%;
	}
}

.footer-container {
	display: block;
	border-top: 1px solid #eee;
	background: #fff;
	text-align:center;
	width: 100%;
}

.footer-container footer h3 span {
	font-size: 1rem
}
.footer-container footer h3 span:first-child {
	border-right: solid 1px #ccc
}

.main {
	padding: 0
}

section {
	width:100%;
}


section {
	margin: 0
}

article, main, section {
	display: block
}

a {
	background-color: transparent
}

a:active, a:hover {
	outline: 0
}

b, strong {
	font-weight: bold
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

input {
	line-height: normal
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td, th {
	padding: 0
} /*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

.title {
	color: #444
}

nav {
	clear: both;
	margin: 30px 0 20px 0;
	text-align: center;
	border-top: double 4px #ccc;
	border-bottom: double 4px #ccc
}

nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

nav ul li {
	display: inline-block
}

nav a {
	font-size: 1rem;
	display: inline-block;
	margin: 0;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #444
}

nav a:hover {
	color: #790000;
	text-decoration: none;
	background-color: #f8f8f8
}
