.bg-primary {
  background-color: #526B43 !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

.my-carousel-header {
    color: rgba(10,10,10, 255);
    text-align: center;
    z-index: 0;
}

.jumbotron {
    background-color: #FDFDFDDF !important;
}
.landing_header {
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
    width: 100%;
}
.landing_map{
    position: fixed;
    top:4rem;
    max-height:100%;
    min-width:100%;
    z-index: -5;
}

.page_footer {
  position: fixed;
    width: 100%;
    bottom: -3.5rem;
    background-color: white;
    margin: 0rem 3rem 3rem 0rem;
    padding-top: 1rem;

}

.page_header {
    position: fixed;
    width: 100%;
    z-index: 5;
    background-color: white;
    height: 4rem;
    top: 0;
}

.landing_waypoint {
    max-width: 20vw;
    height: auto;
    position: fixed;
    top: 10%;
    display: block;
    right: 5%;
    z-index: -1;
     transition-duration: 1s !important;
}

.landing_terminal {
    max-width: 30vw;
    height: auto;
    position: fixed;
    bottom: 10%;
    right: 12%;
    z-index: -2;
}

.landing_diagram {
    max-width: 35vw;
    height: auto;
    position: fixed;
    bottom: 35%;
    display: block;
    left: 0;
    z-index: -1;
}

.page_body {
  padding-bottom: 3rem;
  padding-top: 5rem;
}

section {
  padding: 8rem 0;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/header.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 95, 64, 0.9);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.text-primary {
  color: #526B43 !important;
}


