        body {
            margin: 0;
            padding: 0;
            font-family: Mulish, Arial, sans-serif;
            line-height: 1.6;
            overflow-x: hidden;
        }

        .logotype{
            font-family: "Press Start 2P", Arial, sans-serif;
            font-weight: bold;
        }
        h1.logotype {
            font-size: 4vw;
            color: #f38531;
                text-shadow: -10px -10px 0 #14213a, 10px -10px 0 #14213a, -10px 10px 0 #14213a, 10px 10px 0 #14213a, 10px 0px 0 #14213a;
            margin: 0px 0px;
        }

        .skybox {
            background-color: white;
            animation: shoreLine 20s infinite ease-in-out;
            height:56px;
            position: absolute;
            /*display: none;*/
        }
        .skybox>div{
            width: 100vw;
            
        }
        .callus{
            width: 100vw;
            text-align: center;
            z-index:99;
            position: absolute;
        }
        .callus a{
            text-transform: uppercase;
            text-decoration:none;
            font-weight: bold;
            font-size: calc(12px + 1vw);
            letter-spacing: 2px;
            color:#3052a1;
            padding-top:5px;
        }        

        .skybox::after {
            content: "";
            height: 20px;
            background-image: url(border-blue.svg);
            background-repeat: repeat-x;
            width: 100vw;
            background-position: bottom;
            background-color: white;
            background-size: 30px;
            display: block;
            bottom: 0px;
            position: absolute;
        }

        @keyframes shoreLine {
            0%, 100% {
                transform: scaleY(1);
            }
            20% {
                transform: scaleY(1.5);
            }
            45%{
                transform: scaleY(1);
            }
            70% {
                transform: scaleY(1.3);
            }            
        }

        section {
            height: 100vh;
            background-color: #f0f0f0; /* Change this to your desired background color */
            display: flex;
            align-items: center;
            justify-content: center;
            /*text-align: center;*/
        }

        footer {
            height: 100vh;
            background-color: #f0f0f0; /* Change this to your desired background color */
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }        

        #section1{
            background-color: #3052a1 ;
        }
        #section1 .section-wrapper{
            display: flex;
            flex-direction: column;
            /* height: -webkit-fill-available; */
            align-content: flex-end;
            align-items: flex-start;
            width: 55vw;
            margin-left: auto;
        }
        #section1 p{
            font-size:2.5rem;
            color: #14213a;
            color:#f38531;
            margin: 0px;
            font-weight: 600;
            font-family: mulish;
        }
        #section1 p a{
            padding: 9px 18px;
            color: white;
            text-decoration: none;
            font-size: 1rem;
            font-weight: 600;
            box-shadow: 3px 0 white, -3px 0 white, 0 -3px white, 0 3px white;
            margin: 6px auto;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.5s ease;
        }
        #section1 p a:last-child{
            margin-left:10px;
            margin-right:10px;
        }        
        #section1 p a:hover {
            background-color: white;
            color: #14213a;
            top: -5px;
            position: relative;
            box-shadow: 3px 0 white, -3px 0 white, 0 -3px white, 0 3px white, #14213a 0px 10px 10px;
        }
        #section1 p a:active {
            background-color: silver;
            color: #14213a;
            top: 3px;
            position: relative;
            box-shadow: 3px 0 gray, -3px 0 gray, 0 -3px grey, 0 0px white;
        }      


        #section2{
            background-color: #24448a ;
            background-color: #183672 ;
            background-color: #1e3d7e ;
        }
        #section2 .section-wrapper{
            display: flex;
            flex-direction: column;
            align-content: flex-end;
            align-items: flex-start;
            width: 55vw;
            margin-right: auto;
            margin-left:15vw;
        }
        #section2 h2 {
            font-size: 4rem;
            color: #14213a;
            color: #f38531;
            margin: 0px;
            font-weight: 600;
            max-width: 615px;
            line-height: normal;
        }        
        #section2 p {
            font-size: 2rem;
            color: #fff;
            margin: 0px;
        }
        #section2 p:last-child {
            font-size: 1.25rem;
            /* color: #14213a; */
            margin: 20px 0px 0px;
            font-weight: 600;
            background-color: #3052a1;
            padding: 10px 15px;
            letter-spacing: 1px;
            max-width: 425px;
        }
        #section2 img{
            position: relative;
            width: 50vw;
            right: 14vw;
            bottom: -22vh;
        }
        

        #section3{
            background-color: #1e3d7e ;
            background-color: #14213a ;
            background-color: #183672 ;
        }
        #section3 .section-wrapper {
            display: flex;
            flex-direction: column;
            /* height: -webkit-fill-available; */
            align-content: flex-end;
            align-items: flex-start;
            /*width: 45vw;*/
            max-width: 570px;
            margin: auto;
            /* margin-right: 14vw; */
            /* text-align: center; */
        }
        #section3 h2 {
            font-size: 3rem;
            color: #14213a;
            color: #f38531;
            margin: 0px;
            font-weight: 600;
            max-width: 730px;
            line-height: normal;
        }         
        #section3 p {
            font-size: 2rem;
            color: #fff;
            margin: 0px 0px 15px;
            line-height:normal;
        }
        #section3 p:last-child {
            font-size: 1.25rem;
            /* color: #14213a; */
            margin: 25px 0px 0px;
            font-weight: 600;
            background-color: #3052a1;
            padding: 10px 15px;
            letter-spacing: 1px;
            max-width: 500px;
        }        

        #section4{
            background-color: #183672 ;
            background-color: #14213a ;
        }
        #section4 .section-wrapper {
            display: flex;
            flex-direction: column;
            /* height: -webkit-fill-available; */
            align-content: flex-end;
            align-items: flex-start;
            width: 45vw;
            max-width: 730px;
            margin: auto;
            /* margin-right: 14vw; */
            /* text-align: center; */
        }
        #section4 h2{
            font-size: 3rem;
            color: #14213a;
            color: #f38531;
            margin: 0px 0px 20px;
            font-weight: 600;
            max-width: 730px;
            line-height: normal;
        }
        #section4 label {
                font-size: 2rem;
            color: #fff;
            margin: 0px 0px 15px;
            line-height: normal;
            min-width: 140px;
            display: inline-block;
            vertical-align: top;
        }        
        #section4 input{
            padding: 10px;
            margin: 10px;
            display: inline-block;
            position: relative;
            top: -5px;
            width: 215px;
        }
        #section4 textarea {
            padding: 10px;
            margin: 10px;
            display: inline-block;
            position: relative;
            top: 0px;
            /* column-count: 38; */
            width: 217px;
            height: 60px;
        }
        #section4 button{
            padding: 9px 18px;
            color: white;
            text-decoration: none;
            font-size: 1rem;
            font-weight: 600;
            box-shadow: 3px 0 white, -3px 0 white, 0 -3px white, 0 3px white;
            margin: 6px auto;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.5s ease;
            background-color: transparent;
            margin: 8px 13px;
            border:0px;
        }
        #section4 button:hover {
            background-color: white;
            color: #14213a;
            top: -5px;
            position: relative;
            box-shadow: 3px 0 white, -3px 0 white, 0 -3px white, 0 3px white, #14213a 0px 10px 10px;
            cursor: pointer;
        }
        #section4 button:active {
            background-color: silver;
            color: #14213a;
            top: 3px;
            position: relative;
            box-shadow: 3px 0 gray, -3px 0 gray, 0 -3px grey, 0 0px white;
        }          


        #section5{
            background-color: #14213a ;
        }         

        .movingImage {
            position: absolute;
            top: 30vh;
            left: 10vw;
            transition: all 2s ease-in-out; /* Smooth transition for image movement */
        }

        .subtleShift {
            animation: subtleShiftAnimation 10s infinite ease-in-out; /* Subtle shifting animation */
        }

        @keyframes subtleShiftAnimation {
            0%, 100% {
                transform: translate(-5px, -3px) rotate(0) scale(1);
                -webkit-filter: drop-shadow( 3px 30px 40px rgba(20, 33, 88, .1));
                filter: drop-shadow( 3px 30px 40px rgba(20, 33, 88, .1));
            }
            20% {
                transform: translate(2px, -3px) rotate(1deg) scale(1.025);
                -webkit-filter: drop-shadow( 3px 30px 40px rgba(20, 33, 88, .1));
                filter: drop-shadow( 3px 30px 40px rgba(20, 33, 88, .1));
            }
            40% {
                transform: translate(-5px, 2px) rotate(0) scale(1);
                -webkit-filter: drop-shadow( 3px 3px 5px rgba(20, 33, 88, .7));
                filter: drop-shadow( 3px 3px 5px rgba(20, 33, 88, .7));
            }
            60% {
                transform: translate(2px, -2px) rotate(-1deg) scale(1.025);
                -webkit-filter: drop-shadow( 3px 30px 40px rgba(20, 33, 88, .1));
                filter: drop-shadow( 3px 30px 40px rgba(20, 33, 88, .1));
            }
            80% {
                transform: translate(-2px, 6px) rotate(0) scale(1);
                -webkit-filter: drop-shadow( 3px 3px 5px rgba(20, 33, 88, .7));
                filter: drop-shadow( 3px 3px 5px rgba(20, 33, 88, .7));
            }
        }   

        #backToTopBtn {
            display: none; /* Hide the button by default */
            position: fixed;
            bottom: 20px;
            right: 20px;
            cursor: pointer;
            padding: 8px 12px;
            color: white;
            text-decoration: none;
            font-size: 1rem;
            font-weight: 600;
            box-shadow: 3px 0 white, -3px 0 white, 0 -3px white, 0 3px white;
            margin: 6px auto;
            text-transform: uppercase;
            letter-spacing: 1px;
            background-color:transparent;
            border: 0px;
        }
        #backToTopBtn span{
            transform: rotate(30deg);
            display: inline-block;
            position: relative;
            top: 4px;
        }
        #backToTopBtn:hover {
            background-color: white;
            color: #14213a;
            bottom: 25px;
            box-shadow: 3px 0 white, -3px 0 white, 0 -3px white, 0 3px white, #14213a 0px 10px 10px;
        }
        #backToTopBtn:active {
            background-color: silver;
            color: #14213a;
            bottom: 17px;
            box-shadow: 3px 0 gray, -3px 0 gray, 0 -3px grey, 0 0px white;
        }          

        /* Responsive styling for smaller screens */


        
        @media (min-width: 1440px){
            
            #section2 img {
              position: relative;
              width: 46vw;
              right: 16vw;
              bottom: -18vh;
            }

          .movingImage.s1 {
            left: 8vw;
            }
          .movingImage.s2 {
            left: 6vw;
          }
          .movingImage.s3 {
            left: 5vw;
          }
          .movingImage.s4 {
            left: 0vw;
            transform: translate(53vw, 307vh) scaleX(-1.3) scaleY(1.3) !important;
          }
          #section2 .section-wrapper {
              margin-left: 10vw;
          }
          #section2 img {
              right: 11vw;
          }
            
        }
        
        @media (min-width: 1280px) and (max-width: 1439px){
            
        .skybox {
            height:43px;
         }

            .movingImage img {
            
            width:400px !important;
            }
            #section2 .section-wrapper {
                margin-left: 10vw;
            }
            #section2 img {
                right: 11vw;
                bottom: -8vh;
            }
          .movingImage.s1 {
            left: 9vw;
            }
          .movingImage.s2 {
            top: 23vh;
            left: 5vw;
          }
          .movingImage.s3 {
            left: 10vw;
          }
          .movingImage.s4 {
            left: 5vw;
            transform: translate(53vw, 307vh) scaleX(-1.3) scaleY(1.3) !important;
          }            

        }      

        @media (min-width: 1024px) and (max-width: 1279px){
        .skybox {
            height:37px;
         }        

        #section1 .section-wrapper {
          align-content: flex-end;
          align-items: center;
          width: 70vw;
          margin-left: unset;
          margin-bottom: 20vh;
          margin-top: auto;
        }  
        
        #section1 .section-wrapper>div:first-child {
          align-items: center;
          display: flex;
          flex-direction: column;
        }

        
        #section2{
          flex-direction: column;
        }
        #section2 .section-wrapper {
            margin-left: 10vw;    
            width: 90vw;
        }
        #section2 img {
            right: -13vw;
            bottom: 3vh;
        }     


            

        .movingImage.s1 {
          top: 14vh;
          left: calc(50vw - 200px);
        }
          .movingImage.s2 {
            top: 34vh;
            left: 5vw;
          }
          .movingImage.s3 {
            left: 10vw;
          }
          .movingImage.s4 {
            left: 5vw;
            transform: translate(53vw, 307vh) scaleX(-1.3) scaleY(1.3) !important;
          }             
        
        .movingImage img {
          width:400px !important;
        }  

        h1.logotype {
          font-size: 6vw;
          text-shadow: -7px -7px 0 #14213a, 7px -7px 0 #14213a, -7px 7px 0 #14213a, 7px 7px 0 #14213a, 7px 0px 0 #14213a;
        }      
      }

@media (min-width: 768px) and (max-width: 1023px){
        .skybox {
            height:37px;
         }  
        #section1 .section-wrapper {
          align-content: flex-end;
          align-items: center;
          width: 70vw;
          margin-left: unset;
          margin-bottom: 20vh;
          margin-top: auto;

        }  
        
        #section1 .section-wrapper>div:first-child {
          align-items: center;
          display: flex;
          flex-direction: column;
        }

        
        #section2{
          flex-direction: column;
        }
        #section2 .section-wrapper {
            margin-left: 10vw;    
            width: 90vw;
        }
        #section2 img {
            right: -12vw;
            bottom: 4vh;
            width: 60vw;
        }    
        
        #section3 .section-wrapper {
          width:82vw;
        }

        #section4 .section-wrapper {
          width:82vw;
        }
        #section4 .section-wrapper {
          align-items: center;                
        }

        .movingImage.s1 {
          top: 14vh;
          left: calc(50vw - 200px);
        }
          .movingImage.s2 {
            top: 34vh;
            left: 5vw;
            transform: translate(48vw, 102vh) scaleX(-0.5) scaleY(0.5) rotate(15deg) !important;
          }
          .movingImage.s3 {
            left: 10vw;
          }
          .movingImage.s4 {
            left: 5vw;
            transform: translate(53vw, 307vh) scaleX(-1.3) scaleY(1.3) !important;
          }             
        
        .movingImage img {
          width:400px !important;
        }  

        h1.logotype {
          font-size: 6vw;
          text-shadow: -7px -7px 0 #14213a, 7px -7px 0 #14213a, -7px 7px 0 #14213a, 7px 7px 0 #14213a, 7px 0px 0 #14213a;
        }      
      }      

/*        @media (min-width: 566px) and (max-width: 767px){

        section {
          height: auto;
          padding:20% 10%;
        }
*/


/* simplifying things */
      /*  #section1 .section-wrapper {
          align-content: flex-end;
          align-items: center;
          width: 70vw;
          margin-left: unset;
          margin-bottom: 20vh;
          margin-top: auto;
        }  
        
        #section1 .section-wrapper>div:first-child {
          align-items: center;
          display: flex;
          flex-direction: column;
        }

        #section1 .section-wrapper {
          align-content: flex-end;

          width: unset;
          margin: auto;
          margin-bottom: unset;
          margin-top: unset;
          flex-direction: column-reverse;
        }

        #section1 .section-wrapper>div:first-child {
          align-items: center;
          display: flex;
          flex-direction: column;
        }        

        #section2{
          flex-direction: column;
        }
        #section2 .section-wrapper {
            margin-left: 10vw;    
            width: 90vw;
        }
        #section2 h2{
          max-width: 500px;
          font-size:3rem;
        }
        #section2 p{
          max-width: 500px;
          font-size: 1.25rem;
        }
        #section2 img {
            right: -12vw;
            bottom: 4vh;
            width: 60vw;
        }            

        .movingImage.s1 {
          top: 14vh;
          left: 25vw;
        }
        
        .movingImage img {
          width:400px !important;
        }
          .movingImage.s2 {
            top: 34vh;
            left: 5vw;
            transform: translate(48vw, 102vh) scaleX(-0.5) scaleY(0.5) rotate(15deg) !important;
          }
          .movingImage.s3 {
            left: 10vw;
          }
          .movingImage.s4 {
            left: 5vw;
            transform: translate(53vw, 307vh) scaleX(-1.3) scaleY(1.3) !important;
          }           
/**/
/*        h1.logotype {
          font-size: 6vw;
          text-shadow: -7px -7px 0 #14213a, 7px -7px 0 #14213a, -7px 7px 0 #14213a, 7px 7px 0 #14213a, 7px 0px 0 #14213a;
        }   


      }      */

@media (max-width: 930px){

  #section2 img {
     bottom: 1vh;
  }
}

      @media (max-width: 767px) {/*@media (max-width: 565px) {*/
        .skybox {
            height:44px;
         }   
         .callus {
          padding-top:7px;
         }     
         .callus a{
          font-size: calc(14px + 1vw);
         }

        section {
          height: auto; /* Allow the section to grow based on content */
          padding:20% 10%;
        }

        #section1 .section-wrapper {
          align-content: flex-end;
          align-items: center;
          width: unset;
          margin: auto;
          margin-bottom: unset;
          margin-top: unset;
          flex-direction: column-reverse;
        }

        #section1 .section-wrapper>div:first-child {
          align-items: center;
          display: flex;
          flex-direction: column;
        }

        h1.logotype {
            font-size: 34px;
            text-shadow: -4px -4px 0 #14213a, 4px -4px 0 #14213a, -4px 4px 0 #14213a, 4px 4px 0 #14213a, 4px 0px 0 #14213a;
        } 
        #section1 p {
            font-size: 64px;
            line-height: 1.2em;
            text-align: center;
        } 

        #section2{
          display: block;
        }

        #section2 .section-wrapper {
          align-content: flex-end;
          align-items: center;
          width: unset;
          margin: auto;
          margin-bottom: unset;
          margin-top: unset;
          
        }

        #section2 h2{
          text-align: center;

        }

        #section2 p:last-child{
          text-align: center;
          max-width: 368px;
          padding-bottom: 50px;
        }

        #section2 img{
        position: unset;
    margin-top: -30px;
    width: 100%;

        }

        #section3 .section-wrapper {
          align-content: flex-end;
          align-items: center;
          width: unset;
          margin: auto;
          margin-bottom: unset;
          margin-top: unset;
          text-align: center;
          
        }

        #section4 .section-wrapper {
          align-content: flex-end;
          align-items: center;
          width: unset;
          margin: auto;
          margin-bottom: unset;
          margin-top: unset;
          
        }

        .movingImage {
          position: unset;/*!important;*/
          margin-bottom:30px;
        }
        .movingImage img {
          width:300px !important;
        }          



      }


      @media (max-width: 650px) {

      #section1 p {
          font-size: 48px;
      }

        #section2 h2{
          max-width: 500px;
          font-size:3rem;
        }
        #section2 p{
          max-width: 500px;
          font-size: 1.25rem;
        }

        #section3 h2{
          font-size:2.5rem;
        }
        #section3 p{
          font-size: 1.25rem;
          max-width: 400px;
        }        
        #section3 p:last-child {
        max-width: 310px;
        }

      }

      @media (max-width: 470px) {

        #section1 .section-wrapper {
        }  
        h1.logotype {
            font-size: 32px;
           
        } 
        #section1 p {
            font-size: 40px;
            margin-top:15px;
        }        
        .movingImage {

        }
        .movingImage img {
          width:200px !important;
        }          

#section1 p a {
  display:block;
      line-height: 1.2em;
    margin-bottom: 20px;
}
#section2 h2,
#section3 h2,
#section4 h2{
  font-size:2rem;
}


#section4 label {
    font-size: 1.5rem;
    margin: 0px 0px 0px;
  }

  #section4 .section-wrapper{
    text-align: center;
  }

  #section4 .field:last-child label{
    display: none;
  }

      }      

      @media (max-width: 374px) {

        #section1 .section-wrapper {
        }  
        h1.logotype {
            font-size: 25px;
           
        } 
        #section1 p {
            font-size: 34px;
        }        
        .movingImage {

        }
        .movingImage img {
          width:100px !important;
        }          



      }  

/*
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 100%;
  background: #333;
  -webkit-font-smoothing: antialiased;
}

#page-wrapper {
  width: 640px;
  background: #FFFFFF;
  padding: 1em;
  margin: 1em auto;
  border-top: 5px solid #69c773;
  box-shadow: 0 2px 10px rgba(0,0,0,0.8);
}

h1 {
  margin-top: 0;
}

form .field {
  margin: 1em 0;
}

form label {
  display: block;
  margin-top: 2em;
  margin-bottom: 0.5em;
  color: #999999;
}

form input {
  width: 100%;
  padding: 0.5em 0.5em;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}

form textarea {
  width: 100%;
  height: 200px;
  padding: 0.5em 0.5em;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}

form button {
  display: inline-block;
  border-radius: 3px;
  border: none;
  font-size: 0.9rem;
  padding: 0.5rem 0.8em;
  background: #69c773;
  border-bottom: 1px solid #498b50;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  margin: 0;
  width: 100%;
  text-align: center;
}

button:hover, button:focus {
  opacity: 0.75;
  cursor: pointer;
}

form button:active {
  opacity: 1;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
}

*/

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 0px 0 rgba(255, 255, 255, 0.5);
  color: white;
  font-weight: bold;
  background-color: #f38531;
  border: 0px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 0px 0 rgba(255, 255, 255, 0.5);
  color: #f38531;
  background-color: #3052a1;
  border: 0px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}


/**/

/* info@regeneratesa */
/* SheddyIs1CoolFish  */