html,
body,

.cover {
    height: 80%;
}

.hidden {
    display: none; /* Ensures the text is hidden initially */
}

button {
    border: none;
    background-color: transparent;
    outline: none;
}
button:focus {
    border: none;
}

button:hover {
    background-color: #45a049;
}

<style>
    .hidden {
        display: none;
    }
</style>

<style>
    /* Ensure the content pushes the footer down */
    body {
        display: flex;
        flex-direction: column;
       
        margin: 0;
    }

    .content-container {
        flex: 1; /* Pushes footer to the bottom */
    }

    footer {
        background-color: #222;
        color: white;
        text-align: center;
        padding: 20px 0;
    }
</style>


.doPercentage {
    
transform: scale(0.900); /* Scales the container to 87% of its original size */

}



.features {
  
  transform: scale(0.900); /* Scales the container to 75% of its original size */
  transform-origin: center; /* Centers scaling */  
}


.transForm90 {
  
        transform: scale(0.900); /* Scales the container to 90% of its original size */
}

.cover{
    background: url('img/pfmb1.jpg') top left no-repeat;
    background-size: 100%;
    display: table;
    width: 100%;
    padding: 0 12%;
    box-shadow: inset 0 0 100px #000;
}

.cover-text {
    text-align: center;
    color: white;
    display: table-cell;
    vertical-align: middle;
    padding: 0 150px 500px 0;
}

.cover-text h1 {
    margin: 0,0,0,0;
    font-size: 70px;
    letter-spacing: -3px;
}

.about {
    
     background: url('img/black.jpg') center no-repeat;
         display: table;
    width: 100%;
        box-shadow: inset 0 0 100px #000;
        color: white;
        font-weight: bold;
}

.not {
      transform: scale(0.950); /* Scales the container to 75% of its original size */
  transform-origin: center; /* Centers scaling */  

     background: url('img/justsky.jpg') center no-repeat;
     background-size: 100%;
        box-shadow: inset 0 0 100px #000;
        text-color: white;
}

.body-transformScaler {
    display: inline-block; /* Keeps proper sizing */
    transform: scale(0.5);
    transform-origin: top center;
    width: 200%; /* Double the size to offset scale */
    height: 200%;
}




navbar-inverse {
    background: rgba(0, 0, 0, 0.5);
    border: none;
}

.testimonial {
    background: #222;
}

blockquote {
    border: none;
    margin: 0;
    font-family: Georgia, Times, serif;
    font-style: italic;
    font-size: 32px;
    color: white;
}

blockquote cite {
    display: block;
    text-align: right;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    color: #888;
    margin-top: 20px;
}

section {
    padding: 100px;
}

h2 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 2px;
}

h1 {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 2px;
    padding: 1px;
}


h2 + p {
    text-align: center;
    margin-top: -65px;
}
.csv{
color: black;

}

.sale-banner {
            background-color: yellow;
            color: red;
            text-align: center;
            padding: 10px;
            position: fixed;
            width: 100%;
            top: 0;
            left: 0;
            z-index: 1000;
            font-size: 20px;
            font-weight: bold;
    
}

.return-link2 { * Ensure it is above other content */ background-color: transparent; color: green; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 18px;} 

.return-link2:hover { background-color: transparent; color: red; text-decoration: none; } 



#team {
    background: url('img/fan.jpg') top left no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
}

footer {
    background: #222;
    color: white;
    text-align: center;
    padding: 20px;
    font-family: Georgia, Times, serif;
}

footer a {
    color: hotpink;
}

/* Media Queries */

@media only screen and ( max-width : 568px ) {
    .cover h1 {
        font-size: 40px;
    }
    section {
        padding: 20px;
    }


/* Use flexbox for the body */ body { display: flex; flex-direction: column; min-height: 100vh; margin: 0; } /* Ensure the main content grows to take available space */ .content { flex: 1; } /* Style the footer */ footer { background-color: darkgreen; color: white; padding: 20px; text-align: center; } .return-link { position: fixed; top: 60px; /* Adjust this value if needed */ right: 20px; /* Position from the right edge */ z-index: 9999; /* Ensure it is above other content */ background-color: limegreen; color: white; padding: 10px 20px; border-radius: 5px; text-decoration: none; } .return-link:hover { background-color: darkgreen; color: white; text-decoration: none; }

    
}