#landing {
  position: relative;
  background: #1c1c1c ;
  /* background:url('/assets/img/landing2.jpg') no-repeat center center;  */
  /* background:linear-gradient(-45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)),url('/assets/img/landing2.jpg') no-repeat center center;  */
  /* background:linear-gradient(-45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)),url('/assets/img/landing2.jpg') no-repeat center center; */
  /* background:linear-gradient(-45deg, rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)),url('/assets/img/landing3.jpg') no-repeat center center; */
  background:url('/assets/img/landing4.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 90%;
  height: calc(100vh - 117px);
  color:#f8f8ff;
  text-align: center;
  padding-top: 1em;
  overflow: hidden;
  max-height: 2048px;
}

#landing h1,#landing h2,#landing h3,#landing h4 {
  color: #777;
}

a#landing_logo {
  width:120px;
  -moz-filter: drop-shadow(0 0 0.2em rgba(0, 0, 0, 1));
  -webkit-filter: drop-shadow(0 0 0.2em rgba(0, 0, 0, 1));
  filter: drop-shadow(0 0 0.2em rgba(0, 0, 0, 1));
}

#landing a {
  color:#f8f8ff;
}

#landing img {
  width: 150px;
}

#landing h1 {
  font-size: 300%;
  margin:0.35em 0;
}

#landing_title {
  width: 750px;
  position: absolute;
  right:5em;
  bottom:1em;
  top:1em;
  background: rgba(27,27,27,0.75);
  padding:1.5em;
  -webkit-backdrop-filter: blur(0.2em);
  backdrop-filter: blur(0.2em);  
  border-radius: 4px;
}

#landing_title h1 {
  color: rgba(255,255,255,0.9);
  font-size: 40px;
  font-size: 4.0vmin;
  margin:0;
  white-space: nowrap;
}

#landing_title h1{
  -webkit-text-shadow: rgba(0,0,0,0.5) 0 0 0.1em;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 0.1em;
}

#landing_title p {
  margin:0;
  -webkit-text-shadow: rgba(0,0,0,1) 0 0 0.1em;
  text-shadow: rgba(0, 0, 0, 1) 0 0 0.1em;
}

#services_list {
  background: #1c1c1c;
  border-top: 1px solid #262626;
  height: 77px;
  color:#f8f8ff;
  position: relative;
  z-index: 3;
  pointer-events: none;
}

#services_list .carousel {
  pointer-events: auto;
}

#services_description {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom:78px;
  width: 100%;
  background: rgba(33,33,33,0.9);
  -webkit-backdrop-filter: blur(0.2em);
  backdrop-filter: blur(0.2em);
  z-index: 3;
  margin: 0 auto;
  color:#fff;
  padding: 1em 0;
  opacity: 0.0;
  pointer-events: none;
  will-change: opacity;
}

#services_list:hover #services_description {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1.0;
}

#services_description .slider-for div * {
  margin:0 auto;
  text-align: center;
}

#services_description .slider-for img {
  shape-rendering: geometricPrecision;
  clear:both;
  margin-bottom: 0.5em;
}

#services_description .slider-for img.prc_logo {
  width: 80px;
}

#services_description .slider-for img.saltillo_logo,
#services_description .slider-for img.aacfund_logo,
#services_description .slider-for img.lamp_logo {
  width:95px;
}

#services_description .slider-for img.realize_logo,
#services_description .slider-for img.aacll_logo,
#services_description .slider-for img.touchchat_logo,
#services_description .slider-for img.exploreaac_logo,
#services_description .slider-for img.alp_logo,
#services_description .slider-for img.aacaut_logo {
  width: 150px;
}

/* carousel stuff */

.slidey_box {
  width: 100px;
  position: relative;
}

.slidey_box a:focus, .carousel button:focus {
  outline: 0;
}

.slidey_box a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 10px 10px 0;
  text-align: center;
  transition: none;
  line-height: 1;
  font-family: 'Open Sans', Arial, Verdana, sans-serif;
  text-decoration: none;
}

.slidey_box img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width:40px;
  height:40px;
  margin:0.25em auto;
}

.slidey_box:hover img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  filter: drop-shadow(0px 0px 12px rgba(200,200,200,0.2));
  -webkit-filter: drop-shadow(0px 0px 12px rgba(200,200,200,0.2));
  -moz-filter: drop-shadow(0px 0px 12px rgba(200,200,200,0.2));
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.slidey_box:hover a{
 color:#fff;
 text-decoration:none;
}

.mission-next-arrow {
  position: absolute;
  background: url('/assets/img/chevron_right.svg') no-repeat center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: -36px;
  height: 17px;
  width: 10px;
  border:none;
  opacity: 0.35;
}

.mission-next-arrow:hover {
  cursor: pointer;
  opacity: 0.5;
}

.mission-prev-arrow {
  background: url('/assets/img/chevron_left.svg') no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -36px;
  height: 17px;
  width: 10px;
  border:none;
  opacity: 0.35;
} 

.mission-prev-arrow:hover {
  cursor: pointer;
  opacity: 0.5;
}

.landing-testimonial{
  font-size: 12.5px;
  overflow: hidden;
  max-height:4.5em;
  padding-right: 1rem; /* space for ellipsis */
}

.overflow::before {
  position: absolute;
  content: "...";
/*   inset-block-end: 0;
  inset-inline-end: 0; */
  bottom: 9.5em;
  right: 2.5em;
}
.overflow::after {
  content: "";
  position: absolute;
/*   inset-inline-end: 0; */
  right: 0;
  width: 1rem;
  height: 1rem;

}


@media only screen and (max-width: 768px) {
  .overflow::before {
    bottom: 13em;
    right: 1.7em;
  }
}

/* end carousel stuff */

@media screen and (max-height: 825px) {
  #landing_title h1 {
    color:#f8f8ff;
  }

  #landing_title p {
    font-size: 85%;
  }
}

@media screen and (max-width: 1150px) {
  #landing {
    background-position: 45% center;
  }
  #landing_title {
    width: 400px;
    right:0%;
    bottom:0;
    transform: translate(-12%,-10%);
  }
}

/* @media screen and (min-width: 1500px) {
  #landing {
    background-position: left calc(55% - 50px);
    background-color: #1c1c1c;
  }
} */

@media screen and (min-width: 2500px) {
  #landing {
    background-position: center;
    background-size: 90%;
    background-color: #121212;
  }
}

@media screen and (max-width: 800px) {
  #landing {
    background-position: 10% center;
  }
  #landing_title p {
    font-size: 85%;
  }
  #landing_title {
    width:90%;
    left:50%;
    transform: translateX(-50%);
    text-align: center;
    background: rgba(27,27,27,0.5);
    padding:1em;
    bottom:0;
    border-radius: 4px;
    text-align: left;
  }
  #landing_logo {
    display: none;
  }
}

@media
only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:1500px),
only screen and (min--moz-device-pixel-ratio:2) and (min-width:1500px),
only screen and (-moz-min-device-pixel-ratio:2) and (min-width:1500px),
only screen and (-o-min-device-pixel-ratio:2/1) and (min-width:1500px),
only screen and (min-device-pixel-ratio:2) and (min-width:1500px),
only screen and (min-resolution:192dpi) and (min-width:1500px),
only screen and (min-resolution:2dppx) and (min-width:1500px) {
  #landing {
    background-position: center;
  }
}