@font-face {
    font-family: 'open-sans';
    src: url('../vendor/fonts/os-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open-sans';
    src: url('../vendor/fonts/os-light.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'open-sans';
    src: url('../vendor/fonts/os-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
body {
	font-family: "open-sans", sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}
h1.top {
	font-weight: 700;
}
.first {
	padding-top: 30px;
}
.index-list {
	font-size: 1.1em;
}
.meta {
	color: #23699b;
	font-weight: 100;
}
.inner h4 {
	padding-bottom: 40px;
}
.row {
	padding-bottom: 30px;
}
.logo {
	height: 130px;
	width: auto;
}
#srcBoiler {
	position: absolute;
	left: -9999px;
}
hr {
	border-top: 2px solid black;
	border-radius: 1px;
}
footer {
	padding-top: 40px;
}
@media screen and (min-width: 721px) {
	.inner .big {
		font-size: 1.3em;
		font-weight: 400;
	}
}

@media screen and (max-width: 720px) {
	h1 {
		font-size: 1.6em;
	}
	.inner h4 {
		font-size: 1.2em;
	}
	.inner .sec-lead {
		font-weight: 700;
	}
	.row {
		padding-bottom: 20px;
	}
	.navbar-brand {
		font-size: 0.8em;
	}
}