/*!
 * Start Bootstrap - Half Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
}

.navbar {
}

.navbar-header {
/*  min-height: 100px;
  text-align: center;
*/
  width: 100%;
  font: wider;
}

/*
.navbar-header a {
  width: 100%;
  text-align: center;
}
*/

.nav-container {
}


.navbar-brand {
  margin-top: -10px;
  width: 100%;
  text-align: center;
  float: none;
  height: auto;
}

ul.dropdown-menu {
  padding: 0px;
}

.dropdown-menu li a {
  background-color: #009;
  color: #fff;
}

.navbar-nav a {
  border: none;
}

.navbar-nav a:focus, .navbar-nav a:hover {
}

.navbar-inverse {
  background-color: #000;
}

.navbar-inverse li a {
//  color:#ccf;
}

.navbar-inverse .navbar-nav > li > a {
  color: #acf;
}

.btn-primary {
//  color : #fd0;
//  background-color: #293;
  background: linear-gradient(rgba(0,0,255,1),rgba(0,0,255,0),rgba(0,0,255,1));
}

#button.navbar-toggle {
}

.navbar-toggle {
  margin-right: -15px;
}

.nav > li > a {
  margin: 0em .2em;
  padding: .5em 1em;
}

a.btn-primary {
  border: none;
}

a.btn-primary:focus, a.btn-primary:hover {
}

.navbar-brand {
/*  text-align: left; */
  padding: 0px;
}

.navbar-brand img {
/*  height: 48px; */
  display:inline;
}

#small-name-logo {
  margin-top: 10px;
}

ul.navbar-nav {
  margin: 1em 0em;
}


/*
.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;
}
*/


/* You can change the height of the carousel by changing the height in the class below. It is set to 50% by default, but can be any height! */

#carousel-row {
    min-height: 10%;
    max-height: 85%;
}

.carousel {
/*    min-height: 300px;*/
    height: 50%;
    height: 85%;
    max-width: 50%;
    max-width: 1024px;
    margin: auto;
}

.item,
.active,
.carousel-inner {
/*    min-height: 300px;*/
    height: 100%;
}

.thumb-nav {
  height:40px;
}

.item .fill {
    min-height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* 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;
}

/*
.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 150px !important;
    height: 150px !important;
    font-size: 250px !important;
    margin-top: -150px !important;
}
*/

.carousel-control {
  opacity: 0.7 !important;
}

#photo-menu {
  margin-bottom: 15px;
}

.main_text_header {
  font-weight: bold;
}

.main_text_group {
  margin-bottom: 1em;
  border: .2em solid #acf;
  padding-left: .2em;
  padding-right: .2em;
}

#right_col p {
  border: .2em #acf solid;
  padding-left: .2em;
  padding-right: .2em;
}

#upperbuffer {
/*  margin-top: 6.6em; */
  height: 9em;
}
#upperbuffer-small {
/*  margin-top: 6.6em; */
  height: 4em;
}

header {
  text-align: center;
  margin-top: 140px;
}

.col-centered {
  text-align: center;
}

#top-container {
  padding-top: 15px;
}