/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
@font-face {
    font-family: 'Courier';
    src: url('../font/courier.eot'); /* IE9 Compat Modes */
  	src: url('../font/courier.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../font/courier.woff2') format('woff2'), /* Super Modern Browsers */
	     url('../font/courier.woff') format('woff'), /* Pretty Modern Browsers */
	     url('../font/courier.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../font/courier.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: normal;
  	font-style: normal;
}
header {
  padding: 250px 0 150px;
	background: url('../img/keep-it-brian.jpg') no-repeat;
	background-size: cover;
	background-position: left center;
	min-height: 600px;
	position: relative;
}
header  .text-center {text-shadow: 2px 2px 4px #000000;}
h1,h2,h3,h4{font-weight: 100;font-family: "Courier", "Courier New", Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "monospace"}
h1 b,h2 b,h3 b,h4 b{font-weight:800}
section {
  padding: 150px 0;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.9);
}
.navbar-brand.js-scroll-trigger{font-family: "Courier", "Courier New", Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "monospace"}
.bg-light{background-color: #eee!important}
.navbar-nav .nav-link {
    text-align: center;
}
.navbar.bg-dark {
    background-color: rgba(52,58,64,.8)!important;
}
@media only screen and (max-width: 380px){
	.navbar-brand{font-size: 1rem;}
}
@media only screen and (max-width: 778px){	
	header {min-height: 550px;background-position: -30px center;}
}
@media only screen and (max-width: 990px){
	.tagsEn, .tags {top: 85px;}
}