@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Montserrat:700);

body {
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
}
.navbar {
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'Droid Sans', sans-serif;
	border-radius: 0;
	background-color: #E14E26;
	border: 0;
	margin-bottom: 0;
	padding-bottom: 130px;
	position: relative;
	overflow: hidden;
}

.navbar:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 90px;
	width: 100%;
	border-top: 90px solid rgba(0,0,0,0);
	border-right: 1140px solid #FFF;
	z-index: 4;
}

.navbar-inverse {
	background-color: #E14E26;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form, .navbar-inverse .navbar-toggle {
	border-color: #E14E26;
}

.navbar-inverse .navbar-toggle:hover {
	background-color: #E14E26;
}

.navbar-inverse .navbar-nav>li>a {
	border-bottom: 3px solid transparent;
	color: rgba(0,0,0,0.6);
	font-weight: bold;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	background-color: rgba(0,0,0,0.2);
	border-bottom: 3px solid rgba(0,0,0,0.6);
}

.navbar-inverse .navbar-brand {
	color: rgba(0,0,0,0.6);
	font-weight: bold;
}

.navbar-brand img {
	max-width: 100%;
	max-height: 100%;
}

.navbar-nav>li>a {

}

#header {
	min-height: 25vh;
	position: relative;
	color: #fff;
	text-align: center;
}

#header .titleblock {
  padding-top: 200px;
  padding-bottom: 200px;
	background: url(../images/1680x1050_header.jpg) no-repeat top center / cover;
	position: relative;
	overflow: hidden;
	margin-top:-120px;
	z-index: 5;
}

#header .title {
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	font-size: 64px;
  line-height: 80px;
	color: #fff;
	text-shadow: 0 2px 0 #000;
}

#header .subtitle {
	text-shadow: 0 0 3px rgba(3, 78, 144, 0.9);
}

#header .titleblock:before {
	content: '';
	position: absolute;
	left: -20px;
	top: 0;
	height: 90px;
	width: 100%;
	border-bottom: 90px solid rgba(0,0,0,0);
	border-left: 1140px solid #E14E26;
	z-index: 5;
}

#header .titleblock:after {
	content: '';
	position: absolute;
	left: -20px;
	bottom: 0;
	height: 90px;
	width: 100%;
	border-top: 90px solid rgba(0,0,0,0);
	border-right: 1140px solid #FFF;
	z-index: 5;
}

#content {
	padding-top: 30px;
	padding-bottom: 30px;
}


#footer:before {
	content: '';
	position: absolute;
	top: 0%;
	width: 100%;
	height: 90px;
	border-bottom: 90px solid rgba(0,0,0,0);
	border-left: 1140px solid #FFF;
}

#footer {
	position: relative;
	background-color: #E14E26;
	padding: 90px 0 30px;
	overflow: hidden;
}

#footer .copyright {
	font-size: 12px;
	text-align: center;
	color: rgba(0,0,0,0.6);
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #E14E26;
	text-shadow: 1px 1px 0 rgba(225, 78, 38, 0.55);
	text-transform: uppercase;
}

a {
  color: #E14E26;
  text-decoration: none;
}

a:focus, a:hover {
  color: #BD3C19;
  text-decoration: underline;
}