/*
Large screen 		/ wide desktop 		/ screen >= 1200px
Medium screen 		/ desktop 			/ 992px >= screen < 1200px
Small screen 		/ tablet 			/ 768px >= screen < 992px
Extra small screen 	/ phone 			/ 480px >= screen < 768px
*/
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,900');
html {
  height: 100%;
}
html body {
  height: 100%;
  background-color: #555;
  font-family: 'Nunito Sans', sans-serif;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #fff;
}
.brandGrey {
  color: #fff;
}
.devNote {
  background-color: orangered;
}
.noPadding {
  padding: 0px;
}
.header {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.heroBG {
  width: 100%;
  background-image: url(../../images/site/heroBG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.clientLogosHolder {
  text-align: center;
  padding-bottom: 100px;
}
.displayInLine {
  display: inline;
}
.holder {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
h1 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 2rem;
}
p {
  margin-top: 2rem;
  color: #fff;
}
.logoType {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  padding: 30px;
  margin-bottom: 30px;
  margin-top: 150px;
  text-align: right;
  line-height: 1.8rem;
  color: #fff;
  font-size: 2rem;
}
.logoTypeBG {
  background-color: rgba(36, 36, 36, 0.25);
  padding: 2rem;
}
@media (min-width: 480px) {
  .logoType {
    line-height: 2.6rem;
    font-size: 3rem;
    margin-bottom: 150px;
    margin-top: 350px;
  }
}
@media (min-width: 768px) {
  .logoType {
    line-height: 5rem;
    font-size: 6rem;
    margin-bottom: 150px;
    margin-top: 350px;
  }
}
.projectHolderBG {
  background-color: rgba(36, 36, 36, 0.25);
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 60px;
  padding-bottom: 45px;
  margin-bottom: 60px;
}
.extraPadding {
  padding-left: 15px;
  padding-right: 15px;
}
.projectHolder {
  max-width: 1000px;
  padding-bottom: 150px;
}
.projectImage {
  margin-bottom: 30px;
}
.projectTileOverlayBase {
  position: absolute;
  top: 0px;
  left: 15px;
  margin-right: 15px;
  padding: 5px;
  top: 30%;
  left: 20%;
  transform: translate(-10%, -30%);
  -ms-transform: translate(-10%, -30%);
  text-align: center;
  overflow: hidden;
}
.clickable {
  cursor: pointer;
}
.projectTileOverlay_1 {
  color: white;
}
.projectTileOverlay_2 {
  color: white;
}
.projectTileOverlay_3 {
  color: white;
}
.projectTileOverlay_4 {
  color: white;
}
.projectTileOverlay_5 {
  color: white;
}
.projectTileOverlay_6 {
  color: white;
}
.projectTileOverlay_7 {
  color: white;
}
.projectTileOverlay_8 {
  color: white;
}
.projectTileOverlay_9 {
  color: white;
}
.projectTileOverlay_10 {
  color: white;
}
.projectTileOverlay_11 {
  color: white;
}
.projectOverlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
}
.projectOverlayPage h1 {
  font-size: 24pt;
}
.projectOverlayPage h2 {
  font-size: 13pt;
  text-transform: uppercase;
  color: darkgrey;
}
.projectOverlayPage p {
  font-size: 12pt;
}
.projectOverlayPageHeader {
  padding-bottom: 30px;
}
.projectOverlayBTN {
  float: right;
  padding-top: 15px;
  padding-right: 15px;
}
.projectImg {
  padding-bottom: 15px;
  max-width: 50px;
}
.getInTouch {
  padding: 30px;
  font-size: 22px;
  color: #fff;
}
.footer {
  padding: 30px;
  padding-bottom: 100px;
  color: #fff;
  text-align: center;
}
.standFirstBase {
  margin: 30px;
  padding: 2rem;
  text-align: center;
  font-size: 5rem;
}
.standFirst0 {
  background-color: #8787cb;
  color: #fff;
}
.standFirst1 {
  background-color: #d7c423;
  color: #242428;
}
.standFirst2 {
  background-color: #0ab462;
  color: #fff;
}
.standFirst3 {
  background-color: #fff;
  color: #242428;
}
.standFirstHolder {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 2rem;
  line-height: 3rem;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 75px;
  max-width: 1000px;
}
@media (min-width: 992px) {
  .standFirstHolder {
    padding-left: 50px;
  }
}
.thumbOpenBTN {
  position: absolute;
  bottom: 35px;
  right: 25px;
}
.footerSocialIcon {
  padding-left: 10px;
  padding-right: 10px;
}
.projectTileOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0;
  opacity: 0;
  background-color: white;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  cursor: pointer;
}
.projectTileText {
  color: #202d38;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  text-align: center;
  pointer-events: none;
}
.DEVShowMediaQuery {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  background-color: indianred;
}
.CTABTN {
  padding: 15px;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  background-color: #ddd;
  border: 0;
  border-radius: 10px;
}
@media (min-width: 480px) {
  .DEVShowMediaQuery {
    background-color: darkseagreen;
  }
}
@media (min-width: 768px) {
  .DEVShowMediaQuery {
    background-color: skyblue;
  }
}
@media (min-width: 992px) {
  .DEVShowMediaQuery {
    background-color: mediumpurple;
  }
}
@media (min-width: 1200px) {
  .DEVShowMediaQuery {
    background-color: darkorange;
  }
}
@media (min-width: 330px) {
  .projectTileOverlayBase {
    font-size: 7pt;
  }
  .projectTileText {
    font-size: 7pt;
  }
}
@media (min-width: 480px) {
  .projectTileOverlayBase {
    font-size: 11pt;
  }
  .projectTileText {
    font-size: 11pt;
  }
}
@media (min-width: 960px) {
  .projectTileOverlayBase {
    font-size: 14pt;
  }
  .projectTileText {
    font-size: 14pt;
  }
}
.footerLogo {
  /* padding: 15px; */
  width: auto;
  max-height: 100px;
}