body {
  font-family: "Myriad Pro", PTSansCaptionRegular, arial, helvetica, sans-serif;
}

h1 {
  padding-left: 10px;
}

h1 a {
  position: relative;
  display: block;
  width: 100%;
  height: 31px;
  color: #535a61;
}

h1 a:hover {
  color: #535a61;
}

h1 a span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -10px;
  background: url(../images/Header_Logo.png) no-repeat top left;
  z-index: 100;
}


.nomargin {
  margin: 0;
}

.nopadding {
  padding: 0;
}

#header {
  background: #535a61;
  height: 66px;
}

#header .overlay {
  top: -75px;
}

#project-sidebar {
  min-height: 400px;
  position: relative;
  border: 1px solid black;
  background: white;
  overflow: hidden;
}

.vertical-text {
  transform: rotate(-90deg);
  margin-top: 250px;
  width: 100%;
}

.vertical-text hr {
  margin-top: -15px;
  margin-bottom: 10px;
  border-color: black;
  width: 600px;
}

.vertical-text h2, .vertical-text p {
  width: 350px;
}

.vertical-text p {
  color: #999;
}

.blueprint {
  background: url("../images/blueprint.png") no-repeat;
}

.sub-header {
  float: right;
  color: white;
  font-size: 11px;
  margin-top: 60px;
  opacity: 0.5;
}

.navbar {
  background: #404040;
  border: none;
  border-radius: 0px;
}

.navbar-nav > li > a, .navbar-brand {
    padding-top:4px !important;
    padding-bottom:0 !important;
    height: 28px;
}
.navbar {min-height:28px !important;}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-brand {
  color: white;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-brand:hover {
  color: #ccc;
  background-color: rgba(255,255,255,0.1);
}

.navbar-default .navbar-nav>li>a:before, .navbar-default .navbar-brand:before {
  background-repeat: no-repeat;
  background-position: 0px 7px;
  content: "";
  background-image: url("../images/dots.png");
  display: inline-block;
  height: 29px;
  margin-right: 5px;
  vertical-align: middle;
  width: 22px;
}

.carousel-inner {
  max-height: 750px;
}

#able-carousel {
  max-width: 1280px;
  max-height: 750px;
}

  #able-carousel img {
    border: 1px solid black;
    width: 100%;
    height: 100%;
  }

.item img {
  width: 100%;
}

#bottom-content {
  top: -70px;
  border: 1px solid black;
  background: white;
  border-radius: 0px;
  left: -75px;
}

.carousel-control:hover, .carousel-control:focus {
  position: absolute;
}

.navbar-header:hover .dropdown-menu {
  display: block;
  margin-top: 0px;
}

.white-link {
  color: #fff;
  padding-right: 10px;
}

  .white-link:hover {
    color: #ccc;
  }

@media only screen and (max-width: 768px) {
  #bottom-content {
    top: 0px;
    width: 100%;
    left: 0px;
  }
}

@media only screen and (max-width: 500px) {
  #project-sidebar {
    min-height: 325px;
  }
}
