.bg-image-v1 {
    width: 100%;
    height: auto;
    padding: 50px 0;
    position: relative;
    background: url(/Content/Images/OverOns/foxy.jpg) repeat fixed;
}


.headline h1 {
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #72c02c;
}

#map {
    margin-top: 93px;
}

@media (max-width: 1000px) {
    #map {
    margin-top: 0;
}
}

.headerBgbamboo {
    background: url(/assets/img/bg/bamboo_old.jpg) no-repeat;
    -ms-background-size: cover;
    background-size: cover;
  background-position: center center;
}

.headerBgPath {
    background: url(/assets/img/bg/bamboo_path.jpg) no-repeat;
    -ms-background-size: cover;
    background-size: cover;
  background-position: center center;
}

.headerBgArch {
    background: url(/assets/img/bg/BambooArch.jpg) no-repeat;
    -ms-background-size: cover;
    background-size: cover;
  background-position: center center;
}

.headerBgForest {
    background: url(/assets/img/bg/BambooForest.jpg) no-repeat;
    -ms-background-size: cover;
    background-size: cover;
  background-position: center center;
}

.headerBgPalmTrees {
    background: url(/assets/img/bg/Palm_trees.jpg) no-repeat;
    -ms-background-size: cover;
    background-size: cover;
  background-position: center center;
}

.sequence-inner {
    height: 370px;
}

.banner {
    background-color: green;
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
}