/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

body {
  margin: 0;
}

.navbar {
  margin-bottom: 0px;
  border-bottom: 1px solid #000000;
}

.navbar-fixed-top {
	background-color:#fff;
}

.navbar-width {
	margin: auto;
	max-width: 800px;
}

.navbar-brand {
	padding: 15px 15px;
	font-size: 14px;
}

.jumbotron {
	padding: 10%;
	margin-bottom: 20px;
	color:#ffffff;
	background-color:transparent;
	background-image:url(../img/bg2400.jpg);
	background-repeat:no-repeat;
	background-position: top;
    background-size: cover;
}

  .jumbotron h1,
  .jumbotron .h1 {
	font-weight: 600;
	text-shadow: #616161 1px 1px 4px;
    -webkit-font-smoothing: antialiased;
  }

.linkbox {
  color:#000;
  background-color: #B8B8B8;
}
.img-circle {
	background-color: #969696;
	margin-top: 40px;
}
.img-circle:hover {
	background-color: #BFBFBF;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
	color: #888888;
	text-decoration: none;
}

footer hr {
  margin-top: 40px;
  margin-bottom: 0px;
  border: 0;
  border-top: 2px solid #e7e7e7;
}