h1 {
  font-size: 3em;
  color: white;
  text-align: center;
  border-bottom: white 2px;
}
button, input{
  color: #000;
}

th{
  font-size: 1.4em;
}
.alignedUnderNav {
  position:absolute;
  width:100%;
  height:100%;
  z-index:1028;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
  max-height: 100%;
  width:auto;
  height:inherit;
}
.navbar {
  position: absolute;
  height: 100px;
  width:100%;
  min-height: 50px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  background-color: #000000;
}

.navbar-collapse {
  position: relative;
  padding:0;
  top:100px;
  border-top:2px black;
  width: 100%;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 0px solid transparent;
  -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
}

@media (min-width: 768px) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 480px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: relative;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 0px;
}
.navbar-brand {
  z-index: 1000;
  display:block;
  position:relative;
  margin:auto;
  height:100px;
  width: 350px;
  top:0;left:0;bottom:0;right:0;
  /*height: 50px;*/
  padding: 0px 0px;
  font-size: 18px;
  line-height: 20px;
}


/*@media (max-width:767px){
  .


  {
  height:120px;
  width: 440px;
  }
}*/
@media (max-width:321px){
  .navbar-brand{
    right: 45px;
  }
}
@media (min-width:475px){
  .navbar-brand{
    position: absolute;
    top:8px;
  }
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
   .navbar-brand {
    float:left;
    margin-left:8px;

  }
}
.navbar-toggle {
  position: relative;
  z-index: 1001;
  top: 44px;
  right: -60px;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #000;
  background-image: none;
  border: 1px solid #555;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  border-color: transparent;
  background-color: #ffe066;
}
.navbar-toggle:focus{
    background-color: #2b2b2b;
  }
.navbar-toggle:hover {
  background-color: #555;
}

@media (max-width: 474px){
  .navbar-toggle{
    position: absolute;
    top:38px;
    right:-54px;
  }
  .navbar-brand{
    position:absolute;
    width:275px;
    height:auto;
    left:5px;
  }
  .navbar{
    height:80px;
  }
  .navbar-collapse{
    top:80px;
  }
  .container{
    padding-right:0px;
    padding-left:0px;

  }
}
@media (min-width:475px){
  .navbar-toggle{

  }

}



.navbar-nav {
  padding-top: 15px;
  padding-left: 15px;
  color:black;
  background-color: #ffe066;
  margin:0;
  width:100%;
}
.navbar-nav > li > a {
  color:black;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (min-width: 768px)
{
  .navbar-nav{
    padding-left: 353px;
    padding-top:0;
    margin-top: -45px;
    font-size:.37em;

    float:right;
  }
}
@media (min-width: 1024px){
  .navbar-nav{
    font-size:.47em;
  }
}
