
div#about-page{
  display: none;
}

#about-page .nav-bar-item-link{
  cursor: pointer;
}

div.header-about-page{
  height: 470px;
}

div.header-about-image{
  height: 100%;
  /*background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../img/about-header_medium.jpg');*/
  background: url('../img/about-header.jpg');
  background-position-y: -240px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media (max-width: 1082px) {
  div.header-about-image{
    background-position-y: 0px;
  }
}

@media (max-width: 665px) {
  .header-about-page div.header-text.top-section-text{
    margin-top: 0;
    top: 135px;
  }
}

.header-about-image p{
  color: white;
  font-weight: 700;
  font-size: 20px;
}

div.header-text p.second-block{
  font-size: 16px;
  line-height: 2;
}

.header-text-container{
  width: 100%;
  text-align: center;
  position: absolute;
  top: 210px;
  left: 15px;
}

div.header-text{
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  /*height: 470px;*/
  text-align: center;
}

div.header-text.top-section-text{
  position: absolute;
  top: 170px;
}

div.header-text.top-section-text p{
  color: white;
}

.header-text .first-block{
  /*font-size: 25px;*/
  margin: auto;
  width: 90%;
  font-size: 2em;
  color: #9B9B9B;
  font-family: "HelveticaNeue-Condensed", "Helvetica Neue";
  /*font-weight: 700;*/
}

.header-text p.second-block{
  /*font-family: : "Helvetica Light";
  font-size: 1.2em;
  width: 70%;
  margin: auto;
  text-align: justify;
  color: #9B9B9B;
  font-weight: 700;*/
  margin: auto;
  width: 90%;
  font-size: 2em;
  color: #9B9B9B;
  font-family: "HelveticaNeue-Condensed", "Helvetica Neue";
  text-align: justify;
}

div.gray-message-outer
{
  background-color: rgb(232, 232, 232) !important;
  color: #676a6c;
}

div.team-inner-container{
  width: 80%;
  margin: auto;
  padding-bottom: 45px;
}

div.wide.gray-message-outer{
  margin-bottom: 0;
}

div.row.team-row{
  margin-bottom: 40px;
}

div.team-inner-container h1{
  margin-bottom: 45px;
}

div.team-inner-container h3{
  font-size: 18px;
}

div.black-line{
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #676a6c;
}

div.history-milestone{
  padding-bottom: 45px;
  /*background: url('../img/deployment-oman.JPG');*/
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/deployment-oman.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

div.history-milestone p{
  color: white;
  font-size: 16px;
  text-align: justify;
  width: 80%;
  margin: auto;
}

div.engineering-approach-container{
  padding-bottom: 45px;
}

div.engineering-approach-container p{
  color: #676a6c;
  font-size: 16px;
  text-align: justify;
  width: 80%;
  margin: auto;
}

#about-page div.green-message-outer.wider{
  margin-top: 0;
}

#about-page .darker-layer{
  background-color: rgba(0, 0, 0, 0.2);
  height: 470px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
