html {
  scroll-padding-top: 110px;
}

.atlas-h1{
  font-family: magistral;
  font-weight: bold;

  font-size: 150px;
  margin: 0px;
  text-align: left;}
.atlas-h2{
  font-family: univers;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 2.5px;

  font-size: 75px;
  margin: 0;
    margin-top:-25px}
.atlas-h3{
  font-family: univers;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 2.5px;

  font-size: 32px;}
h4{
    font-size: 16px !important;  }
  .atlas-h4{
    font-family: magistral;
    font-weight: bold;
  
    font-size: 16px;
    margin: 0px;
    text-align: left;}

      
.splash{
  position: relative;
  height: 100vh;
  width: 100vw;

  background-image: url('/CSS/Images/Atlas/atlas-BG.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  min-height: 500px;}
    .splash .overlay{
      position: absolute;
      bottom: 0%;
      left: 0%;
      z-index: 98;  
      
      width:100%;
      height: 50%;
      
      padding-bottom: 150px;

      background: rgb(29,29,29);
      background: linear-gradient(180deg, rgba(29,29,29,0) 0%, rgba(29,29,29,1) 100%)  }
    .splash .content{
      position: absolute;
      top: 30%;
      left: 15%;
      z-index: 99;  
      display: flex;
      flex-direction: column;
      justify-content: center;}
      .scroll{    
    display: flex;
    justify-content: center;}
        .scroll-prompt {
          position: unset !important;
          z-index: 998;
          bottom: unset !important;
          left: unset !important;
          margin-left: 0 !important;
          width: 160px;
          height: 160px;
          text-align: center;
          display: flex;
        justify-content: center;
        width: 100%;  }
          .scroll-prompt .scroll-prompt-arrow-container {
            position: unset !important;
            top: unset !important;
            left: unset !important;
            margin-left: 0 !important;
            -webkit-animation-name: bounce;
                    animation-name: bounce;
            -webkit-animation-duration: 1.5s;
                    animation-duration: 1.5s;
            -webkit-animation-iteration-count: infinite;
                    animation-iteration-count: infinite;  }
          .scroll-prompt .scroll-prompt-arrow {
            -webkit-animation-name: opacity;
                    animation-name: opacity;
            -webkit-animation-duration: 1.5s;
                    animation-duration: 1.5s;
            -webkit-animation-iteration-count: infinite;
                    animation-iteration-count: infinite;  }
          .scroll-prompt .scroll-prompt-arrow:last-child {
            animation-direction: reverse;
            margin-top: -6px;  }
          .scroll-prompt .scroll-prompt-arrow > div {
            width: 16px !important;
            height: 16px !important;
            border-right: 5px solid #bebebe !important;
            border-bottom: 5px solid #bebebe !important;
            transform: rotate(45deg) translateZ(1px);  }
          
            @-webkit-keyframes opacity {
              0% {
                opacity: 0;
              }
              10% {
                opacity: 0.1;
              }
              20% {
                opacity: 0.2;
              }
              30% {
                opacity: 0.3;
              }
              40% {
                opacity: 0.4;
              }
              50% {
                opacity: 0.5;
              }
              60% {
                opacity: 0.6;
              }
              70% {
                opacity: 0.7;
              }
              80% {
                opacity: 0.8;
              }
              90% {
                opacity: 0.9;
              }
              100% {
                opacity: 1;
              }  }     
            @keyframes opacity {
              0% {
                opacity: 0;
              }
              10% {
                opacity: 0.1;
              }
              20% {
                opacity: 0.2;
              }
              30% {
                opacity: 0.3;
              }
              40% {
                opacity: 0.4;
              }
              50% {
                opacity: 0.5;
              }
              60% {
                opacity: 0.6;
              }
              70% {
                opacity: 0.7;
              }
              80% {
                opacity: 0.8;
              }
              90% {
                opacity: 0.9;
              }
              100% {
                opacity: 1;
              }  }
            @-webkit-keyframes bounce {
              0% {
                transform: translateY(0);
              }
              10% {
                transform: translateY(3px);
              }
              20% {
                transform: translateY(6px);
              }
              30% {
                transform: translateY(9px);
              }
              40% {
                transform: translateY(12px);
              }
              50% {
                transform: translateY(15px);
              }
              60% {
                transform: translateY(18px);
              }
              70% {
                transform: translateY(21px);
              }
              80% {
                transform: translateY(24px);
              }
              90% {
                transform: translateY(27px);
              }
              100% {
                transform: translateY(30px);
              }  }
            @keyframes bounce {
        0% {
          transform: translateY(0);
        }
        10% {
          transform: translateY(3px);
        }
        20% {
          transform: translateY(6px);
        }
        30% {
          transform: translateY(9px);
        }
        40% {
          transform: translateY(12px);
        }
        50% {
          transform: translateY(15px);
        }
        60% {
          transform: translateY(18px);
        }
        70% {
          transform: translateY(21px);
        }
        80% {
          transform: translateY(24px);
        }
        90% {
          transform: translateY(27px);
        }
        100% {
          transform: translateY(30px);
        }  }

.text-wrapper{
  margin:  100 auto !important;
  text-align: left !important;
  width: 700px !important;}

.wrapper{
  margin-top: 100px !important;
  text-align: left !important;
  min-width: 700px !important;}

.flex-container {
  display: flex;
   flex-direction: row;    
  height: auto;
  min-height: 300px;
  padding: 0px;
  gap: 50px;

  margin-top: 100px;

  min-width: 300px;
  flex-wrap: wrap;}
  .flex-container.flip {
  flex-direction: row-reverse;
  margin-bottom: 100px;}
    .flex-container > div{
      border-radius: 5px;
      padding: 8px;}


.item1 { 
  /* flex:1 1 300px; */
  flex-grow:1;
  flex-basis:300px;}
  .item1.waterproof{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;

    background-image: url('/CSS/Images/Atlas/ATLAS_Waterbead.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;  }
    .item1 h3{
      margin: 0;}

.item2 { 
  /* flex:0 1 300px; */
  flex-basis:400px;}
  .item2 li{
      color: white !important;}

.atlas-feature-icon{
  height: 100px;}
  .atlas-feature-icon.small{
    height: 50px;
    margin: auto;}
    .atlas-feature-icon.smaller{
      height: 30px;
      margin: auto;}


.vid-feature{
  width: 700px;
  margin: auto;
  margin-top: 100px;

  text-align: center;}
  .vid-feature h3{
    text-align: center;}
    .vid-feature img{
      margin-top: 25px;}

.masonry{
  column-gap: 5px !important;}
  .masonry img{
    padding: 2.5px;}

.black-banner{
  width: 100vw;
  padding-top: 50px;
  padding-bottom: 50px;

  background: black;

  text-align: center;

  margin: 100px auto;}
  .black-banner .wrapper{
    text-align: center !important;}
    .black-banner .wrapper h3{
      text-align: center !important;}

.range-header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;}
  .feature-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;}
    .atlas-feature{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 10px;}


.product-container{
  justify-content: flex-start !important;
  gap: 50px;
  margin-top: 50px;}
  .card-body{
    background: #fff;}

@media screen and (max-width: 1024px) { 

  .text-wrapper{
    margin:  100 auto !important;
    text-align: left !important;
    width: 90% !important;
    margin: auto;}
  
  .wrapper{
    margin-top: 100px !important;
    text-align: left !important;
    min-width: 90% !important;
  margin: auto;}
  

  .splash {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-image: url(/CSS/Images/Atlas/atlas-BG.jpg);
    background-size: cover;
    background-position: 60% 50%;
    background-repeat: no-repeat;
    min-height: 500px;
}
  .splash .content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translate(-50%, -50%);
}

.atlas-h1 {
  font-size: 80px;
}
.atlas-h2 {
  font-size: 38px;
}


  .flex-container {
    display: flex;
     flex-direction: column;    
    height: auto;
    min-height: 300px;
    padding: 0px;
    gap: 50px;
  
    margin-top: 100px;
  
    min-width: 300px;
    flex-wrap: wrap;}

    .flex-container.flip {
      flex-direction: column;
      margin-bottom: 100px;}

      .item2 { 
        /* flex:0 1 300px; */
        flex-basis:unset !important;}
      
  .vid-feature {
    width: 90%;
    margin: auto;
    margin-top: 100px;
    text-align: center;
  }

  .feature-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 25px;
}
    
  
  }