@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

body, h1, h2, h3, h4, h5, h6, p, div, span,a span, header, footer {
    font-family: "Nunito Sans", sans-serif;
}

body {
    margin: 0;
    padding: 20;
    
    padding-bottom: 105px;
    background-color: #ffffff;
    background-size: 300%;
    background-repeat: no-repeat;
    color: rgb(0, 0, 0);
    
    
}


form {
    font-size: large;
    font-weight: 600;
    border: 5px solid #000000;
    padding: 1rem;
}

fieldset {
    border: 5px solid #000000;
    margin: 0 0.5rem 2rem 0.5rem;
    padding: 1rem;
}

label, input {
    display: block;
    width: 100%;
}




input[type="text"],
input[type="tel"]{ 
  margin: 0.125rem 0 1.2rem 0;
}

textarea {
    width: 100%;
    margin: 0.125rem 0 1.2rem 0;
}


input[type="submit"]{
margin: 0 0 0.55rem;
background-color: grey;
}

input[type="reset"]{
margin: 0 0 0.55rem;
background-color: rgba(255 0 0 / 0.73);
}

.button{
    width: 5rem;
    color: aliceblue;
    border-radius: 0.5rem;

}

.button:hover {
    filter: opacity(0.5)
}

.align-right{
    display: flex;
    justify-content: end;
}

.image-container {
    position: relative;
    display: inline-block;
  }
  
  .overlay-text {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2em;
    text-shadow: 5px 2px 4px rgba(0,0,0,0.5);
    margin: 3rem 0; 
    padding: 1rem;
    text-align: center;
    line-height: 100px;
    
    
  }





header {
    background-color: #151515;
    font-size: 25px;  
    font-weight: 900;
    padding: 0px;
    text-align: center;
    display: flex;
    color: #ffffff;
    
}

#logo {
    height: 3rem;
    width: auto;
    display: flex;
    padding-top: 1px;
    margin-left: 1rem;
    filter: invert()
    
    
    
}

header div {
margin-top: 1.5rem;
margin-left: 2rem;
}  /* 3 times more space for div than logo */

nav {
    width: 320px;  /* fits in 320px mobile */
    margin: 0 auto;  /* centered */
    height: 2px;
    padding: 0;
    background-color: #151515;
    
}

nav ul.navigation {
    list-style-type: none;
    position: relative;
    margin: 0 auto;
    padding: 0;
    display: flex;  /* Add this line */
    justify-content: space-around;  /* Add this line */
    
}

nav ul.navigation li {
    display: inline-block;  
    margin-right: 20px;  
}



h1 {
        font-size: 1.5rem;
    
        font-weight: 900;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
        background-color: #151515;
        color: #ffffff;
}


h4 {
    font-size: 1.5rem;
    height: 50px;
    font-weight: 900;
    font-size: 20px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: #151515;
    color: #ffffff;
    line-height: 40px;
    text-align: center;

}





img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 1rem;
    /*padding: 0 20px;*/ 
    
}

.lala {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 0rem;
    /*padding: 0 20px;*/ 
    
}



h2 {
    
    font-size: 1.5rem;
    margin: 2rem  0.5rem 0; 
    font-weight: 900;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    
}

figcaption {

margin-top: 0.5rem;
font-weight: 400;
margin-left: 0.5rem;


}



p {
    margin: 0.5rem 0; 
    padding: 1rem;
    font-weight: 500; 
    font-size: 1.10rem; 
    text-align: left; 
    color: #000000; 
    line-height: 1.5; 
}



p1 {
    display: inline-block;
    margin: 1rem 0.5rem 0;
    font-size: 25px;
    font-weight: 900;
}

p2 {
    display: inline-block;
    margin: 1rem 0.5rem 0;
    font-size: 25px;
    font-weight: 900;
    
}

p3 {
    display: inline-block;
    margin: 1rem 0.5rem 0;
    
    font-size: 20px;
    font-weight: 900;
    
}

p10 {
    display: inline-block;
    margin: 1rem 0.5rem 0;
    font-size: 25px;
    font-weight: 900;
}

.icon {
    height: 50px;
    width: 50px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 1px;
}

  svg {
    width: 48px;
    height: 48px;
    filter: invert();
    
  }


.icon svg {
    display: block;
    width: 100%;
    height: auto;
    fill: #000000;
    
}

.home { 
    left: 5px;
}

.download {
    left: 65px;
}

.upload {
    left: 125px;
}

.support {
    left: 185px;
    top: 0.325rem;
}

.support span {
    top: -0.6rem;
    left: -0.25rem;
}

.faq {
    left: 245px;
}


a span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.55rem;
    position: relative;
    top: -0.3rem;
    margin-top: 0.5rem;
    color: #ffffff;
}





/* =========== LoVeHA Rule for Text Links =========== */

a {
    position: relative;
}

a:link {
    color: #131F27;
    text-decoration: none;
}

a:visited {color: #444;}

a:hover {text-decoration: underline;}

a:active {color: rgb(85 255 0);}




/* =========== LoVeHA Rule for SVG Links =========== */

a:link svg {
    fill: #000000;
}

a:visited svg {fill: #000000;}


@keyframes wiggle {
    0% { transform: rotate(0deg); }
    40% { transform: rotate(4deg); }
    95% { transform: rotate(-4deg); }
    100% { transform: rotate(0deg); }
}

a:hover svg  {
    animation: wiggle 0.5s infinite;
}

a:active svg {fill: rgb(255 255 255);}


li.currentPage::before {
    position: center;
    content: " ";
    top: -10px;
    left: -10px;
    display: block;
    z-index: 1;
    
    height: 1rem;
    width: 1rem;
    background-size: contain;
    background-image: url('data:image/svg+xml,<svg fill="%23000000" width="800px" height="800px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M0 16h16V0H0v16zm2-2V2h12v12H2zm9.778-7.697l-1.414-1.414-3.536 3.535L5.414 7.01 4 8.424l2.828 2.829L10.01 8.07l1.768-1.768z" fill-rule="evenodd"/></svg>');
      
    
    
    
}

footer {
    background-color: rgb(22, 22, 22);
    color: white;
    position: relative; 
    bottom: 0;
    left: 0;
    width: 100%; 
    padding: 40px 0;
    font-size: 25px;
    font-weight: 900;
    margin-top: 50px; 
}

footer p {
    text-align: center;
    margin: 0;
    margin-top: 50px; 
    
}


button#menu-button {
    height: 3rem;
    width: 2rem;
   
    display: block;
    border: none;
    background-image: url(../img/hamburger-svgrepo-com.svg); 
    background-repeat: no-repeat;
    background-size: cover;
    filter: invert(100%);
    
}

#menu {
    display: none;
}

#menu.show-nav {
    display: block;
} 

 
    
 #menu.show-nav {
    position: absolute;  
    z-index: 100;
    top: 0;
    right: 0rem;
    height: 500px;
    
    
    background-color: #151515;
    padding: 0rem;
    width: 20%;
    margin: 0 auto;
    border: 7px solid #151515;
}  

#menu-button {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    padding: 0;
    background-color: transparent;
    z-index: 10;
    color:white
    
}

#menu-button:hover {
    cursor: pointer;
    }

    .hide-text {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        padding: 0;
    }

    .icon a img {
        width: 2rem;
        height: auto;
    }


    li.icon {
        width: 100%;
        height: 1.8rem;
        margin: 1.3rem 0;  
      }

      li.icon a {
        display: flex;  
        justify-content: start; 
        align-items: center; 
        
        font-family: arial, helvetica, sans-serif; 
        font-weight: bold;
        text-decoration: none;  
        font-size: 1.5rem;
        margin: 0; 
        height: 1.5rem;
    }

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

        header {

        text-align: center;
        
       }

     

       .lala {
        width: 100%;
        height: auto;
        display: block;
        padding: 0;
        
        
       }
       .overlay-text {
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 2em;
        text-shadow: 5px 2px 4px rgba(0,0,0,0.5);
        margin: 3rem 0; 
        padding: 1rem;
        text-align: center;
        line-height: 300px;
        
        
      }


        h1 {
            font-size: 3rem;
            
        }



        h4 {
            font-size: 1.5rem;
            
            font-weight: 900;
            height: 80px;
            width: 100%;
            box-sizing: border-box;
            background-color: #151515;
            color: #ffffff;
            text-align: center;
            line-height: 60px;
            font-size: 30px;
        }

        header span {
            font-size: 3rem;
            position: relative;
            top: -0.5rem;
        }
        nav {
            margin: 0rem;
            width: auto;
            

        
        }

        p3 {
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-size: 40px;
        }

        #menu.show-nav {
            position: absolute;  
            z-index: 100;
            top: 0;
            right: 0rem;
            height: 2000px;
            
            
            background-color: #151515;
            padding: 0rem;
            width: 60px;
            margin-left: 90rem;
            border: 7px solid #151515;
        }  


        }
        .thumbnails {
            display: flex; 
            max-width: 60rem; 
            margin: 2rem auto 3rem auto;
            border: 1px solid #444;
            padding: 2rem 4rem 3rem 4rem;
            box-shadow: 1px 5px 13px #ccc;
        }
        
        footer {
            max-width: 1024px;
            margin: 0 auto;
            text-align: center;
            margin-top: 50px; 
        }
    
    
    body {
        background-color: #202020;
        margin: 0;
        padding: 0;
    }
    
    .wrapper {
        max-width: 60rem; 
        margin: 1rem auto; 
        border: 1px solid #444;
        background-color: #fff;
    }
    
