

* {
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
  }

.quietSans {
    font-family: "quiet-sans", sans-serif;
    font-style: normal;
}

.bold {
    font-weight: 800;
}

.semi {
    font-weight: 600;
}

.regular {
    font-weight: 400;
}

.white {
    color: white;
}

.gray {
    color: gray;
}

.small {
    font-size: 75%;
}

body {
    /*background:
        linear-gradient(217deg, rgba(71, 0, 109, 0.8), rgba(255, 0, 0, 0) 70.71%),
        linear-gradient(127deg, rgba(0, 34, 171, 0.8), rgba(0, 255, 0, 0) 70.71%),
        linear-gradient(336deg, rgba(35, 35, 122, 0.8), rgba(0, 0, 255, 0) 70.71%);*/
    background: linear-gradient(to bottom right, #2e2646, #2f203c, #0c0c0c);
    min-height: 100vh;
}

header {
    overflow: visible;
    height: auto;
}

footer {
    float: center;
    display: grid;
    justify-items: center;
    text-align: center;    
    gap: 0px;
    padding-bottom: 10px;
}

h1 {
    text-align: center;
    font-size: 5vw;
    color: white;
}

h2 {
    text-align: center;
    font-size: 2.5vw;
    color: white;
}

h3 {
    text-align: center;
    font-size: 1.5vw;
    color: white;
}


.attribution {
    text-align: center;
    font-size: 0.8vw;
    color: gray;
    
    border-radius: 20px;
    height: 10%;
}

#imagesHolder {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    vertical-align: middle;
    width: 100%;
}


#imagesHolder img {
    width: 30vw;
    height: auto;
}

#studioDescription, #contact {
    font-size: 1.5vw;
    padding-inline: 20vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
}

.projectDescription {
    font-size: 1.2vw;
    padding-left: 2vw;
    display: flex;
    text-align: left;
}

.projectDescription > p {
    width: 40%;
}
.projectDescription img {
    width: 15%;
    height: auto;
}

.downloadImagesHolder {
    width: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.downloadImagesHolder img {
    width: 70%;
    height: auto;
}

.recommendations {
    font-size: 70%;
    flex-basis: 100%;
    width: 100%; 
    line-height: 1.2;
}

.leftShadow {
    filter: drop-shadow(-10px 10px 20px rgba(0, 0, 0, 0.6));
}

.downShadow {
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.6));
}

.rightShadow {
    filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.6));
}


.clearfix::after {
    content: "";
    display: block;
    clear: both;
  }

.flexDisplay {
    display: flex;
    flex-wrap: wrap;
}

.gridDisplay {
    display: grid;
}

#logo {
    width: 4vw;
    height: auto;
    margin: 0.6%;
    padding: 10px;
}



.fullWidthSection {
    /*flex-basis: 100%;*/
    width: 100%;
}

.centered {
    text-align: center;
    margin: 0 auto;
}

.legal {
    margin-top: 50px;
    font-size: 120%;
}

.legal a, #contact a {
    text-decoration-color: blue;
    color: yellow;
}

.normalMargin {
    margin-bottom: 50px;
}

.smallMargin {
    margin-bottom: 30px;
}

.bigMargin {
    margin-bottom: 100px;
}

.button {
    background-color: #ffffff83;
    border: none;
    border-radius: 3px;
    color: #000000;
    padding: 0.5vw 1vh; /* 10px 20px */
    text-align: center;
    font-size: 1.3vw; /* 0.75vw  18px*/
    display: flex;
    align-items: center; /* pionowe wyśrodkowanie */
    justify-content: center; /* poziome wyśrodkowanie */
    float: center;
}

.button:hover {
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
}

.buttonsNav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px; /* 0.3vw*/
    width: 92vw;
    margin-top:20px;
}

.buttonsHolder {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3vw;
    width: 90vw;
    margin: 0 auto; /* Center the container itself */
}

#leftNav, #rightNav {
    width: 4vw;
}

nav {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}

#contact {
    margin-bottom: 100px;
}

@media (max-width: 768px) {
    body {
        font-size: 90%; /* Adjust font size for smaller screens */
    }

    .button {
        font-size: 3.5vw; /* Adjust button text size */
        padding: 5px 10px; /* Reduce padding for smaller buttons */
        width: 25vw;
        height: 53px;
    }

    #imagesHolder img {
        width: 90%; /* Make images responsive */
    }

    #balloonOdysseyCenterMockup {
        width: 90%; /* Make the main center mockup responsive */
        height: auto; /* Maintain aspect ratio */
    }

    #studioDescription, #contact {
        padding-inline: 5vw; /* Reduce padding for smaller screens */
    }

    .buttonsHolder {
        flex-direction: column; /* Stack buttons vertically */
        gap: 1vw; /* Adjust spacing */
    }

    .buttonsHolder .button {
        width: 70vw;
        height: auto;
    }

    .buttonsNav {
        flex-direction: wrap; /* Stack buttons vertically */
        gap: 1vw; /* Adjust spacing */
        margin-top: 8vh;
        margin-bottom: 2vh;
    }


    #balloonOdysseyLeftMockup, #balloonOdysseyRightMockup, #mainLeftMockup, #mainRightMockup {
        display: none;
    }

    #logo {
        width: 15vw;
    }

    #balloonOdysseyCenterMockup {
        margin-bottom: 0vh; /* Reduce space below the center mockup */
    }

    .paragraph {
        font-size: 5vw;
    }

    h1{
        font-size: 10vw;
    }
    h2 {
        font-size: 8vw;
    }

    h3 {
        font-size: 6vw;
    }

    .attribution {
        font-size: 3.5vw;
    }

    .flexDisplay {
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center items horizontally */
    }

    .projectDescription > p {
        width: 90vw; /* Make text responsive */
        text-align: center;
    }

    .downloadImagesHolder {
        width: 90vw; 
        margin: 0 auto;
        gap: 2vw; 
        flex-direction: row;
    }
    .downloadImagesHolder img {
        width: 25vw;
        margin: 0;
    }
    .recommendations {
        width: 90vw;
        font-size: 1.5vh;
        line-height: 1.5;
        text-align: left;
    }

    .normalMargin {
        margin-bottom: 25px;
    }
    
    .smallMargin {
        margin-bottom: 15px;
    }
    
    .bigMargin {
        margin-bottom: 50px;
    }

    #contact {
        margin-bottom: 25px;
    }


}