body,
html {
  background: #fff;
}

p {
  color: #011725;
}

h3 {
  color: #012940;
}

section {
  padding-top: 50px;
  padding-bottom: 50px;

  @media (max-width: 430px) {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.next-project-link {
  font-family: 'Poppins', sans-serif;
  font-size: 52px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #f23d5f;
  cursor: pointer;
  text-align: center;
  display: block;
}

.next-project-link:focus,
.next-project-link:hover {
  text-decoration: none;
  color: #bc263f;
}

.footer-ag-logo > div > a > img {
  width: 100px;
  padding-bottom: 100px;
  transition: all 0.15s ease;

  @media (max-width: 992px) {
    width: 50px;
    display: block;
    margin: 0 auto;
  }
}

.mobile-space-fix {
  @media (max-width: 430px) {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

/* -------------------------------- 

Banner

-------------------------------- */
.project-banner {
  height: 88vh;
  display: flex;
  
  @media (max-width: 430px) {
    height: auto;
  }
}

.project-banner-info {
  display: inline-block;
  align-self: flex-end;
  padding-bottom: 50px;
}


.project-title {
  margin-bottom: 50px;
  
  @media (max-width: 430px) {
    margin-bottom: 20px;
  }
}

.project-description > p {
  margin-bottom: 40px;
  color: #ebf2f2;
}

.project-banner-info > div > .project-description > a {
  color: #ebf2f2;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 20px;
  --fa-rotate-angle: -45deg;
  cursor: pointer;
}

.project-banner-info > div > .project-description > a:focus,
.project-banner-info > div > .project-description > a:hover {
  color: #f23d5f;
  text-decoration: none;
}

.project-details > div > div > p {
  font-size: 17px;
  color: #ebf2f2;  
}

.project-details > div > div {
  @media (max-width: 991px) {
    padding-top: 50px;
  }

  @media (max-width: 767px) {
    padding-top: 0;
  }
}

.project-details {
  @media (max-width: 767px) {
    padding-top: 50px;
  }
}

.project-details-title {
  font-weight: 600;
}

/* -------------------------------- 

Kilo-Volt

-------------------------------- */
.kilo-volt-banner {
  background-color: #0d2359;
}

.kv-watermark-mask {
  background-color: #f6f6f6;
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: 5px;
  right: 0;
  z-index: 2;

  @media (max-width: 430px) {
    bottom: -20px;
  }
}

.kv-logo-reveal {
  display: flex;
  justify-content: center;
}

.kv-logo-reveal > img {
  max-width: 100%;
  height: auto;
}

/* -------------------------------- 

SoftwareReviews

-------------------------------- */
.sr-banner {
  background-color: #318636;
}

.sr-logo-reveal {
  display: flex;
  justify-content: center;
}

.sr-logo-reveal > img {
  max-width: 100%;
  height: auto;
}


/* -------------------------------- 

Vendor Portal

-------------------------------- */
.vp-banner {
  background-color: #292929;
}

.vp-logo-reveal {
  display: flex;
  justify-content: center;
}

.vp-logo-reveal > img {
  max-width: 100%;
  height: auto;
}


/* -------------------------------- 

Crossman Group

-------------------------------- */
.cg-banner {
  background-color: #101d38;
}

.cg-watermark-mask {
  background-color: #fff;
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: 5px;
  right: 0;
  z-index: 2;
}

.cg-logo-reveal {
  display: flex;
  justify-content: center;
}

.cg-logo-reveal > img {
  max-width: 100%;
  height: auto;
}


/* -------------------------------- 

Concert Hall

-------------------------------- */
.ch-banner {
  background-color: #000;
}

.ch-logo-reveal {
  display: flex;
  justify-content: center;
}

.ch-logo-reveal > img {
  max-width: 100%;
  height: auto;
}


/* -------------------------------- 

MediaPlanet

-------------------------------- */
.mp-banner {
  background-color: #4a5ff5;
}

.mp-logo-reveal {
  display: flex;
  justify-content: center;
}

.mp-logo-reveal > img {
  max-width: 100%;
  height: auto;
}