.page-banner{
    /* padding-left: 20px; */
    width: 100%;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.banner-left{
  padding-bottom: 15px;
}

.page-title{
  
    font-family: labelFont;
    font-size: 2em;
   /*  letter-spacing: 0.px; */
    color: rgb(255, 255, 255);
}

.page-description{
    font-family: textFont;
    font-size: 1em;
    color: rgb(255 255 255);
}

.page-column h1{
      font-family: 'newLabel';
    text-transform: uppercase;
    color: #dfdddd;
    font-size: 1em;
    letter-spacing: 0.2px;
    padding-left: 4px;
}

.page-menu{
    position: fixed;
    width:200px;
    background-color: #262626;
    height: 100%;
    min-height: 100vh;;
    padding: 30px;
}

.client-info h2{
    font-family: labelFont;
    color: turquoise;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.client-info p{
    font-family: textFont;
    color: white;
    font-size: 0.9rem;
    line-height: 1.5rem;
    opacity: 0.8;
}

.service-label{
    display: flex;
    /* padding-top: 20px;
    padding-bottom: 20px; */
    /* width: 1%; */
}

.service-column{
    width: 50%;
    padding: 3px;
}

.service-column img{
    width: 100%;
}

.page-column1{
  /* position: sticky; 
  height:1000px;
  bottom: 0; */
}

.page-media {
  display: flex;
  gap: 20px;
  padding: 20px;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 160px;
  padding-left: 0px;
}

.page-mixed-media {
  display: flex;
  position: relative;
  gap: 3%;
  /* flex-wrap: wrap; */
  /* padding: 20px; */
  width: 100%;
  padding-bottom: 40px;
}

.page-mixed-media img{
  width:100%;  
  border-radius: 10px;
}

.page-content img{ 
  width: 100%;
  height:auto
}

.visual-title{
  font-family: smallLabel;
  font-size: 20px;
  color:white;
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-column {
  flex-direction: column;
  gap: 20px;
  width: 100%;
  justify-content: center;
  align-items: center;

 /*  position: sticky;
  bottom:0; */
  
}

.page-column img {
  width: 100%;
  height: auto;
  display: block;

  border-radius: 10px;
    /* margin-top: 10px; */
  margin-bottom: 30px;
}

.page-grid {
  display: grid;
  width: 100%;
  gap: 55px; /* space between items */
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  padding-top: 60px;
}

.page-grid-2 {
  display: grid;
  width: 100%;
  gap: 55px;
  grid-template-columns: repeat(2, 1fr);

  padding-top: 10px;
}

.page-grid-item img{
  margin-bottom: 0px !important;
}



.logo-div{
  background-color: #000000;
  border-radius: 10px;
  padding-top: 15px;
  padding:25px;
}

.logo-div img{
  border-radius: 0px !important;
}

.CTA a{
  text-decoration: none;
  color:white;
}

.launch-btn{
  font-family: newLabel;
  font-size: 0.9em;
  color:white;
  padding: 12px 25px 12px 25px;
  float: inline-end;

  background-color: rgba(255, 255, 255,0.4);
  border-radius: 20px;
}

.mobile-frame{

  background-color: rgba(255, 255, 255, 0.3);
  padding: 12px 12px 2.4em 12px;
  border-radius: 20px;
  margin-bottom: 30px;
  position: relative;
}

.screen-display .page-grid-item {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 12px 12px 2.4em 12px;
  border-radius: 20px;
  margin-bottom: 30px;
  position: relative;

  font-family: textFont;
  font-size: 14px;
  color: white;

}


.video-frame{

  background-color: rgba(255, 255, 255, 0.3);
  padding: 8px 8px 2.0em 8px;
  border-radius: 14px;
  margin-bottom: 14px;
  position: relative;
}

.mobile-frame img{
  border-radius: 10px;
  margin-bottom: 0px !important;
}

.video-frame video{
  width: 100%;
  height: auto;
  display: block;

  border-radius: 5px;
  
  margin-bottom: 20px;

  margin-bottom: 0px !important;
}


@media (max-width: 1000px) { /* 2 * 500px = 1000px */
  .page-grid-2 {
    grid-template-columns: 1fr;
  }
}

.page-grid-item img {
  width: 100%;
  height: auto; /* keep aspect ratio */
  display: block;
  border-radius: 12px;
}

@media (max-width: 800px) { /* 2 * 500px = 1000px */

  .launch-btn{margin-top: 20px;}
  .page-mixed-media{
    flex-flow: column;
  }
  .page-media{
    flex-flow:column;
  }
  .page-column{
    width: 100% !important;
  }
}