.competences-intro-wrapper {
  position: fixed;
  background-image: url(../images/header_backgrounds/notes.jpg);
}
.competences-intro-wrapper-color {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0.75;
}
.competences-content {
  position: relative;
}

.competences-icon-container {
  padding: 10px 20px 0;
  min-height: 275px;
}
.competences-icon-container span {
  font-size: 3rem;
}
.competences-icon-container img {
  width: 40px;
  margin-bottom: 20px;
}
.competences-icon-container h5 {
  color: #223746;
}
.competences-icon-container p {
  font-size: 0.9rem;
  color: #666;
}
.row-small {
  margin: 0 auto!important;
  padding: 100px 50px 100px 75px;
}
.competences-industries-wrapper {
  position: relative;
  padding: 10rem 0;
}
.competences-industries-photo {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  background-image: url(../images/misc/iss.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.competences-industries-photo:nth-of-type(2) {
  left: 50%;
  background-image: url(../images/misc/space.jpg);
}
.competences-industries-photo::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #223746;
  opacity: 0.85;
}
.competences-industries-content {
  position: relative;
}
.competences-industries-content-body {
  padding: 0 5rem;
}
.competences-industries-content-body-text {
  position: relative;
  z-index: 1;
}



.competences-client-wrapper {
  margin: 50px 0;
  overflow: hidden;
  position: relative;
}
.competences-client-tiles {
  height: 200px;
  margin-top: 0px;
  background-size:  70%;
  background-position: 50%;
  background-repeat: no-repeat;
  opacity: 0.9;
}
.competences-client-tiles:first-of-type,
.competences-client-tiles:nth-of-type(2),
.competences-client-tiles:last-of-type {
  background-size: 30%;
}







.competences-topic-wrapper {
  position: relative;
}

.competences-topic-photo {
  position: absolute;
  right: 0;
  height: 100%;
}
.competences-topic-photo img {
  margin-left: 15%;
  margin-top: 25%;
  transform: translateY(-25%);
}
.competences-data-photo {
  background-image: url(../images/showcase/data-ipad.jpg);
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: 50%!important;
}
.competences-development-photo {
  background-image: url(../images/showcase/macbook_usa_orange.png);
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.competences-topic-content {
  padding: 50px 0;
  min-height: 300px;
}
.competences-topic-content-top,
.competences-topic-content-bottom {
  width: 70%;
  margin-left: 25%;
  padding: 0;
}
.competences-topic-content-top {
  padding: 50px 0;
}
.competences-topic-content-bottom {
  font-style: italic;
  font-size: 1rem;
  padding-right: 100px;
}

blockquote {
  border: none;
  padding: 0;
}
cite {
  margin-top: 15px;
}




/* MEDIUM */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .competences-icon-container {
    padding: 0px;
  }

  .competences-topic-content-top,
  .competences-topic-content-bottom {
    width: 100%;
    margin-left: 0;
    padding: 0 3rem;
  }
  .competences-client-tiles {
    height: 175px;
  }
  .competences-industries-content-body {
    padding: 0 3rem;
  }
  .competences-industries-content-body-text h1 {
    font-size: 1.8rem;
  }
}

/* SMALL */

@media screen and (max-width: 39.9375em) {
  .row-small {
    padding: 0 15px 100px;
  }
  .competences-industries-wrapper {
    padding: 0;
  }
  .competences-industries-photo {
    display: none;
  }
  .competences-industries-content-body {
    padding: 5rem;
    background-image: url(../images/misc/iss.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
  }
  .competences-industries-content-body::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(34,55,70,0.65);
    left:0;
    top:0;
    z-index: 0;
  }
  .competences-industries-content-body:nth-of-type(2){
    background-image: url(../images/misc/space.jpg);
  }
  .competences-icon-container {
    min-height: auto;
  }

  .competences-topic-photo {
    position: relative;
    height: 350px;
  }
  .competences-development-photo {
    background-position: 50%;
  }

  .competences-topic-content-top,
  .competences-topic-content-bottom {
    width: 100%;
    margin-left: 0;
    padding: 0 3rem;
  }
  .competences-client-tiles {
    height: 150px;
  }
  .competences-development-photo {
    background-size: contain;
  }
}
