body, #footer {
	background: #e3e3e3;
}
body.home {
	background: #f0f0f0 url(img/2020home2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* header
================================================== */
#header {
	height: 110px;
	/* CSS gradient for header */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.82+100 */
	background: rgba(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.82) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.82) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.82) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1ffffff',GradientType=0 ); /* IE6-9 */
}
#logo {
	margin: 0;
	z-index: 6;
	display: inline-block;
}
#logo img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 90px;
	margin:10px 0 0;
}

/* navbar
================================================== */
#navbar {
	margin-top: -80px;
	margin-bottom: 0;
	background-color: transparent;
	border-color: transparent;
}
.navbar-header {
	height: 80px;
}
.navbar-collapse {
	background-color: #f8f8f8;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #eee;
}
.navbar-default .navbar-toggle .icon-bar {
	width: 30px;
	height: 4px;
	background-color: #333;
	border-radius: 1px;
}

/* content
================================================== */
#content {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f0+0,ffffff+50 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(240,240,240,1) 0%, rgba(255,255,255,1) 20%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(255,255,255,1) 20%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(240,240,240,1) 0%,rgba(255,255,255,1) 20%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.home #content {
	background: transparent;
}
h1, h2, h3, h4 {
	/* typography.css */
}
.page-title {
    margin: 20px 0;
}
.page-title h1 {
	margin: 0;
	padding: 0;
	font-size: 2.5em;
	font-weight: 400;
	text-transform: uppercase;
}
a {
	text-decoration: underline;
}
.navbar a {
	text-decoration: none;
}

/* home page
================================================== */
.home #content {
	min-height: 0;
}
.button-links {
	max-width: 300px;
	margin: 60px auto;
	padding: 0 20px;
	list-style: none;
}
.button-links li {
	margin-bottom: 20px;
}
.button-links a {
	display: block;
	padding: 10px;
	background: rgba(0,0,0,0.36);
	border: 2px solid #eee;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	transition: .5s all;
	transition: all 0.3s ease;
}
.button-links a:hover {
	background: rgba(0,0,0,0.24);
	border-color: #fff;
}

/* footer
================================================== */
#footer a {
    text-decoration: none;
}

/* Home page footer */
.home #footer {
    margin: 0;
    padding: 0;
    background: rgba(0,0,0,0.38);
    font-size: 11px;
    font-weight: 400;
    color: #eaeaea;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}
.home #footer span {
	color: #fff;
}
.home #footer-right {
	float:none !important;
	text-align: center;
	margin-top:10px;
}
.home #footer-left {
	float:none !important;
	text-align: center;
	margin-top:30px;
}
.home #footer-center {
	padding: 30px 0 !important;
}

/* button color
================================================== */
.btn-u {
  background: #E2002A;
}

/* ==============================================================
   Media Queries for Responsive Design.
   These override the primary default styles
================================================================= */
@media (min-width: 480px) {
	/* Home page footer */
	/*  make full width */
	.home #footer .container {
		max-width: none;
	}
	/*  make sticky */
	.home #wrap {
		min-height: 100%;
		margin-bottom: -160px;
		background: transparent;
	}
	.home #wrap:after {
		content: "";
		display: block;
	}
	.home #footer, .home #wrap:after {
		height: 160px;
	}
	/*  reposition footer elements */
	.home #footer-right {
		float:right !important;
		text-align: right;
		margin-top:5px;
		margin-left:20px;
	}
	.home #footer-left {
		float:left !important;
		text-align: left;
		margin-top:15px;
	}
	.home #footer-center {
		padding: 114px 0 0 0 !important;
	}
}
@media (min-width: 768px) {
	/* shrink home page footer to 100px height */
	.home #wrap {margin-bottom:-100px}
	.home #footer, .home #wrap:after {height:100px}
	/* reposition home page footer text */
	.home #footer-center {
		padding-top: 44px !important;
	}
}
@media (min-width: 992px) {
	#header {
		height: 150px;
	}
	#logo p {
		margin: 0;
	}
	#logo img {
		max-height: 90px;
	}
	#navbar {
		height: 38px;
		min-height: 38px;
		margin-top: -37px;
		margin-bottom: 0;
		border-color: #e3e3e3;
	}
	.navbar-header {
		height: auto;
	}
	.navbar-collapse {
	  background-color: transparent;
	}
	.navbar-nav>li>a {
		padding: 3px 12px;
		font-size: 14px;
		line-height: 28px;
		color: #828286;
		text-transform: uppercase;
		border-bottom: 3px solid transparent;
		transition: all 0.4s;
	}
	.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
		background-color: #f9f9f9;
	}
	.navbar-nav>li>a.active, .navbar-nav>li>a.nav-path-selected {
		border-bottom: 3px solid #E2002A;
	}
	.navbar-nav>.dropdown>a .caret {
		border-top-color: #3D5263;
		border-bottom-color: #3D5263;
	}
	.navbar-nav .open>a, .navbar-nav .open>a:hover, .navbar-nav .open>a:focus {
		background-color: #fff;
		border-bottom: 3px solid #3F5363;
	}
}
@media (min-width: 1200px) {
	#logo img {
		max-height: 130px;
		margin: 10px 0;
	}
	body.home {
		background: #f0f0f0 url(img/2020home2.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	.navbar-collapse {
		padding-left: 260px;
	}
}
