body {
    background-color: #d0d0d0;
    font-size: 16px;
}
.h-page section {
    padding-top: 0;
}
.header {
    line-height: 35px;
}
#brand {
    padding-left: 0;
    padding-top: 10px;
}
#brand img {
    padding-bottom: 0;
    padding-top: 0;
}
.dropdown.open .dropdown-menu {
    max-height: 300px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #ffac0a;
}
.fg {
    font-weight: bolder;
    color: #F7A02D;
}
.carousel-caption h2 {
    margin-top: 5px;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
.navbar-nav>li>a {
    padding-top: 2px;
    padding-bottom: 0;
}
  #brand {
    max-width: 270px;
  }
  .navbar-toggle {
    margin-top: 10px!important;
    padding: 10px!important;
    background: #ffa724;
  }
  .navbar-default {
    background-color: transparent;
  }
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ffa724;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ffa724;
}
.navbar {
    position: relative;
    min-height: 40px;
}
.navbar-default {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 22%, rgba(0,0,0,0.36) 57%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 22%,rgba(0,0,0,0.36) 57%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 22%,rgba(0,0,0,0.36) 57%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: none;
}
.dropdown-menu>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}
.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.35);
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #ffa724;
}
.dropdown-menu>li>a {
    padding: 6px 20px;
}
#main #container {
    background-color: transparent;
}
.page-header:before, .module-title:before {
    content: '';
    display: inline-block;
    width: 6.5rem;
    height: 0.25rem;
    margin: 0 0 1.5rem 0;
    border-radius: 4px;
    background-color: #fba02b;
}
.page-header, .module-title {
    border-bottom: none;
    text-align: center;
}
.module-title .title {
    text-transform: uppercase;
}
#fullwidth .moduletable {
    margin-bottom: 0;
}
div#footer {
    background-color: #737375;
    border-bottom: 8px solid #fda016;
    color: #d4d4d4;
}
.box4 p {
    text-align: center;
}
.box3 .moduletable {
    background: #747474;
    color: #c6c5c9;
}
.yellow {
    color: #fda016;
}
.box1 {
    background: #fff;
  	border-radius: 5px;
    padding-bottom: 10px;
}
.box1 p, .box1 h2 {
    padding: 0 10px;
    color: #333;
}
.box1 h2 {
    color: #fda016;
    text-align: center;
}
#footer a {
    color: #d4d4d4;
}
.custom.box3 a {
    color: #c6c5c9;
}
.carousel-caption {
    right: 0;
    bottom: 80px;
    left: 0;
    padding-top: 0px;
    z-index: 10;
    background-color: rgba(255, 167, 36, 0.79);
    color: #000;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
    font-weight: 600;
    font-size: 20px;
}
.carousel-indicators {
    z-index: 5;
}
.obg {
  background-color: rgba(255, 167, 36, 0.79);
}
@media only screen and (max-width: 767px) {
  #slide-navbar-collapse {
    position: fixed;
    top: 0;
    right: 15px;
    z-index: 99;
    width: 280px;
    height: 100%;
    background-color: #ffac0b;
    overflow: auto;
  }
  .menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 49;
  }
  .nav>li>a {
    border-bottom: 1px solid #000000;
    color: #ffffff;
}
  .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #ffb300;
 }
}
/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
.spacer {
    padding: 0 10px;
}
.no-gutter > [class*='col-'] {
    padding-right:0px;
    padding-left:0px;
}
#projects {
    background: #292f33;
    color: #f1f1f1;
}
#projects p, #projects h2 {
    padding: 0 10px;
}
#projects blockquote .small, #projects blockquote footer, #projects blockquote small {
    color: #c3c3c3;
}
#contact {
    background: #efefef;
}
hr {
    border-top: 2px solid #ffa722;
}
.btn-default {
    color: #000;
    background-color: #ffa724;
    border-color: #ce901a;
}
.btn-default:hover {
    color: #000;
    background-color: #ffd28e;
    border-color: #e8c38c;
}
.btn-default a {
    color: #000;
}
.btn-default.focus, .btn-default:focus, .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #000;
    background-color: #ffdba5;
    border-color: #d67f00;
}
.deeper li {
    border-bottom: 1px #ffc53e solid;
    margin: 0 20px;
}
@media (min-width: 768px) {
  .btn-default {
    font-size: 20px;
  }
  .carousel-caption {
    padding-bottom: 10px;
}
  .deeper li {
    margin: 0;
}
}
@media (min-width: 992px) {
  .carousel-caption {
    bottom: 120px;
  }
}
.mtop25 {
    margin-top: 25px;
}
#map .moduletable {
    margin-bottom: 0;
    padding: 0;
}
#copy .moduletable {
    padding: 0px;
    margin-bottom: 0px;
}
.copyright p{
    margin: 0;
}
#showcase .moduletable {
    margin-bottom: 0;
    padding: 0 10px;
}
.copy-text {
    font-size: 14px;
}