/*Navbar Custom*/
.navbar-default {
  background-color: #ecf0f1;
}
.disclaimer {
  font-size: 10px;
}
.navbar-color {
  color: #7f8c8d;
}
.navbar-border {
  border-bottom: 1px solid white;
}
html,body {
  width: 100%;
  height: 100%;
}

.headtext {
    -ms-transform: rotate(-0deg); /* IE 9 */
    -webkit-transform: rotate(-0deg); /* Chrome, Safari, Opera */
    transform: rotate(-0deg);
}

/*Parallax Banner*/
.scroll {
  /*Set a css background */
  background:url(../img/header_alt.jpg);

  /*Dont mind the rest*/
  position: relative;
  width: 100%;
  height: 100%;
  min-height: auto;
  background-position: center !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  text-align:center;
  color:#fff;
  font-family:'Open Sans' sans-serif;
}
/*Overlay over the banner*/
.scroll-overlay{
  background-color: rgba(236, 240, 241,.7);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
h2.sectionhead{
    font-family:HelveticaNeue;
    font-size: 200%; 
    text-transform: uppercase;
}
h2.subsection{
    font-family:HelveticaNeue-Light;
    font-size: 160%; 
    text-transform: uppercase;
}
.footlogo {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

#images{
    text-align:center;
}
/*Title*/
.title {
  color: #2c3e50;
  position: absolute;
  left: 10%; 
  right: 10%; 
  top: 40%;
  text-align: left;
  padding: 15px 30px 15px 30px !important;
  border-radius: 10px 10px 10px 10px !important;
}
.title-line {
  background-color: black;
  font-family: 'Coda', serif;
  color: #ecf0f1;
}
/*Content*/
.content {
  margin-top: 2.5%;
  margin-left: 7.5%;
  margin-right: 7.5%;
  color:  #7f8c8d;
}
/*Padding*/
#content > section > h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#content > section > p {
  margin-top: 20px;
  margin-bottom: 20px;
}
#content > section > pre {
  margin-top: 20px;
  margin-bottom: 20px;
}
.viz-img {
  width: 100%;
  height: auto;
}
/*Sidebar*/
.featured-nav.affix {
  top: 0px;
}
.featured-nav.affix-bottom {
  position: relative;
}
.featured-nav > li {
  margin-bottom: 0px;
  width: 250px;
  font-size: 12px;
  margin-top: 0px;
}
/*Sidebar Item Colors*/
.featured-nav > li > a {
  color: #7f8c8d;
}
.featured-nav > li.active > a {
  font-weight: bold;
  border-left: 2px solid #7f8c8d;
}
@media (min-width: 979px) {
  .featured-nav.affix-top {
    position: static;
    margin-top: 30px;
    width: 228px;
  }
  .featured-nav.affix {
    position: fixed;
    top: 70px;
    width: 228px;
  }
}
/*Font Awesome*/
.fa-style {
  padding-left: 15px;
  padding-bottom: 10px;
}
.fa-style > li {
  display: inline;
  white-space: nowrap;
  list-style-type: none;
  margin-left: 5px;
  margin-right: 5px;
}
.fa-style > li > a {
  color: #7f8c8d;
}