@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-thin-webfont.eot');
    src: url('fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-thin-webfont.woff') format('woff'),
         url('fonts/roboto-thin-webfont.svg#robotothin') format('svg'),
         url('fonts/roboto-thin-webfont.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-regular-webfont.eot');
    src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-regular-webfont.woff') format('woff'),
         url('fonts/roboto-regular-webfont.svg#robotoregular') format('svg'),
         url('fonts/roboto-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-bold-webfont.eot');
    src: url('fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-bold-webfont.woff') format('woff'),
         url('fonts/roboto-bold-webfont.svg#robotobold') format('svg'),
         url('fonts/roboto-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'Visitor';
    src: url('fonts/visitor1-webfont.eot');
    src: url('fonts/visitor1-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/visitor1-webfont.woff') format('woff'),
         url('fonts/visitor1-webfont.svg#visitor_tt1_brkregular') format('svg'),
         url('fonts/visitor1-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


html, body { height: 100%; }

body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	background: #2d2d2d;
	color: #ddd;
	font-size: 15px;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #e5b90c;
	font-weight: 400;
	margin-bottom: 0.5em;
}

h1 { font-size: 240%; }
h2 { font-size: 180%; }
h3 { font-size: 160%; }
h4 { font-size: 140%; }
h5 { font-size: 120%; }
h6 { font-size: 100%; }


.wrap {
	position: relative;
	min-height: 100%;
}

header {
	background: #141414 url(images/header-bg-2.jpg) 0 50% no-repeat;
	background-size: 100% auto;
}
header .mask {
	background: rgba(33,33,33,0.8);
	padding: 0 0 2.5em 0;
	border-bottom: 4px solid #232323;
}

header h1 {
	text-align: center;
	margin: 0;
	font-family: 'Visitor';
	font-weight: 300;
	font-size: 466%;
	color: white;
	text-transform: lowercase;
	padding: 0.7em 1em 0.5em 1em;
	color: #428bca;
	text-shadow: 0 0 16px #232323;
}

header h1 small {
	position: relative;
	top: -0.1em;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1;
	text-shadow: 0 0 2px #232323, 0 0 8px #232323;
}
header h1 small span {
	position: absolute;
	right: -3.33em;
	font-weight: 100;
	font-size: 30%;
	line-height: 1;
	color: #aaa;
	text-shadow: 0 0 3px #000;
	white-space: nowrap;
}


.navbar-inverse {
	border: none;
	background: none;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0; 
	transition: color 0.5s;
}
.navbar-inverse .navbar-nav li {
	float: left;
}
.navbar-inverse .navbar-nav li a {
	font-size: 1em;
	color: #aaa;
	padding: 10px 15px;
	font-size: 85%;
	text-transform: uppercase;

}
.navbar-inverse .navbar-nav li a:hover {
	color: #fff;
}
.navbar-inverse .navbar-nav li:not(.active) a:hover::after {
	display: block;
	content: "";
	border-bottom: 2px solid #2d2d2d;
}

.navbar-inverse .navbar-nav>li.active>a,
.navbar-inverse .navbar-nav>li.active>a:hover {
	background: #2d2d2d;
	box-shadow: 0 0 8px rgba(0,0,0,0.25);
	z-index: 1;
}



a,
a:hover {
	color: #428bca;
}

h1 a {
	color: #e5b90c;
	text-decoration: none;
}
h1 a:hover {
	color: #e5b90c;
	text-decoration: underline;
}


.main {
	padding-top: 0.5em;
	padding-bottom: 11em;
}


.content {
	line-height: 1.6;
	color: #ccc;
	overflow: hidden;
}
.content p {
	margin-bottom: 1.5em;
}
.content strong {
	color: #eee;
}

.content img {
	max-width: 100%;
	height: auto;
}

.content blockquote {
	color: #fff;
	background: #232323;
}
.content blockquote font {
	color: #fff !important;
}


.blog-byline {
	margin-bottom: 2em;
	color: #666;
}

.blog-comments {
	margin-top: 4em;
}


section {
	padding-bottom: 2em;
	border-bottom: 2px dashed #555;
	margin-bottom: 2em;
}

pre {
	border: 1px solid #3d3d3d;
	background: #212121;
	color: #ddd;
	margin: 1em 0;
}



footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 2.4em 0 0 0;
	padding: 2em 0;
	background: #2f4e6d;
	border-top: 4px solid #284461;
	color: #97a6b6;
}


footer a,
footer a:hover {
	color: #eee;
}


@media (max-width: 768px) {
	body {
		font-size: 14px;
	}
	header h1 {
		font-size: 285%;
	}
	h1 { font-size: 200%; }
	h2 { font-size: 160%; }
	h3 { font-size: 140%; }
	h4 { font-size: 130%; }
	h5 { font-size: 120%; }
	h6 { font-size: 100%; }

	.navbar {
		min-height: 0;
	}
	.navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

}
