
html,
body {
    height: 100%;
    background-color:#000;
}

header {
  height:50%;
  height:60%;
  text-align: center;
  margin-top: 140px;
}


/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}

.navbar {
  /*background-color: #5f2c01;*/
  /*background-image: url("/images/tabs.jpg");*/
  background-repeat: repeat-x;
}

.navbar-header {
  min-height: 100px;
  text-align: center;
  margin-left: 3em !important;
}

.nav-container {
  
/*  background-color: rgba(255,238,170,0.8);*/
/*  background-color: rgba(95,44,1,0.9);*/

/*  background: rgba(95,44,1,1); /* For browsers that do not support gradients */
/*  background: -webkit-radial-gradient(circle, rgba(95,44,1,0) 90%, rgba(95,44,1,1)), url('dark-wood.jpg') repeat-x; /* Safari 5.1-6.0 */
/*  background: radial-gradient(circle, rgba(95,44,1,0) 90%, rgba(255,255,255,1)), url('dark-wood.jpg') repeat-x; /* Standard syntax */

/*  background: -webkit-radial-gradient(circle, rgba(51,51,51,1) 90%, rgba(51,51,51,0)); /* Safari 5.1-6.0 */
/*  background: radial-gradient(circle, rgba(51,51,51,1) 90%, rgba(51,51,51,0)); /* Standard syntax */

}


.navbar-brand {
  color: #fff !important;
}

ul.dropdown-menu {
  background-color: #333 !important;
}

.navbar-nav a {
  background-color: #333 !important;
  border: none;
  color: #0f0 !important;
}

.navbar-nav a:focus, .navbar-nav a:hover {
  background-color: #aaa !important;
  color: #000 !important;
}

#button.navbar-toggle {
  background-color: #000 !important;
}

.navbar-toggle {
  background-color: #333 !important;
}

a.btn-primary {
  margin: 1px;
  border: 1px solid black;
  background-color: #020 !important;
  color: #0f0 !important;
}

a.btn-primary:focus, a.btn-primary:hover {
  background-color: #030 !important;
  color: #0f0 !important;
  border: 1px solid black;
}


.dropdown-toggle.btn-primary {
  border-color: #000 !important;
}

.dropdown-toggle.btn-primary:hover {
  border-color: #000 !important;
}


.navbar-brand img {
  height: 48px;
  display:inline;
}

ul.navbar-nav {
  margin-top:24px;
}


/*
.navbar-collapse.collapse {
    visibility: visible !important;
}

.dropdown-menu {
    list-style: none;
    font-size: 14px;
    text-align: left;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
*/

.text-caption {
  background-color: rgba(0,0,0,0.4);
}

.text-caption em {
  padding: .5em 1.5em;
}

.col-centered {
  text-align:center;
}

.large-logo {
  width: 100%;
  max-width: 40em;
}

.callout {
  margin-top: 3em;
  border: 2px solid #013939;
}

.footer-blue {
  color: #337ab7;
}

.copyright {
  line-height:3em;
}