html {
    position: relative;
    min-height: 100%;
}
.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;
}
@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);
    }
}
.item:nth-child(1) {
    background: url(../images/intro/bg1.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item:nth-child(2) {
    background: url(../images/intro/bg2.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item:nth-child(3) {
    background: url(../images/intro/bg3.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item:nth-child(4) {
    background: url(../images/intro/bg4.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item:nth-child(5) {
    background: url(../images/intro/bg5.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel {
    z-index: -99;
}
.carousel .item {
    position: fixed;
    width: 100%;
    height: 100%;
}
.title {
  text-align: center;
  margin-top: 20px;
  padding: 10px;
  text-shadow: 2px 2px #000;
  color: #FFF;
}

#intro-box {width: 615px; height: 157px; background: url(../images/intro/intro-box.png);float: right; margin-top: 100px;}
#intro-box-mobile {width: 100%; height: 120px; background: url(../images/intro/intro-box.png); padding: 20px 28px; margin-top: 50px;}

#intro-text {float: left; margin-top: 35px; margin-left: 45px;}
#intro-text-mobile h1 {font-size: 16pt; line-height: 20pt; margin: 0;}
#intro-text-mobile h2 {font-size: 20pt; line-height: 26pt; margin: 0;}

/* reset sub menu spacing */
#footer-intro {padding-top: 50px;}
#footer-intro-mobile {padding-top: 30px;}

.footer h2 {font-size: 20pt;}
.footer ul {list-style-type: none; margin: 0; padding: 0; margin-top: 10px;}
.footer ul li {height: 26px;float: left; padding: 0 15px; border-left: 2px solid #A3823F;}
.footer ul li:first-child {border-left: none; padding-left: 0;}
.footer ul li a {color: #A3823F; text-decoration: none;  font-size: 14px; display: block; margin-top: 5px;}

.footer-mobile h3 {font-size: 12pt;}
.footer-mobile ul {list-style-type: none; margin: 0; padding: 0; margin-top: 0px;}
.footer-mobile ul li {height: 22px; float: left; padding: 0 15px; border-left: 1px solid #A3823F; margin-top: 10px;}
.footer-mobile ul li:first-child {border-left: none; padding-left: 0;}
.footer-mobile ul li a {color: #A3823F; text-decoration: none;  font-size: 12pt; display: block; margin-top: 5px;}