body{
    font-family: 'Gilroy-Bold', sans-serif;
    font-family: 'Gilroy-Heavy', sans-serif;
    font-family: 'Gilroy-Light', sans-serif;
    font-family: 'Gilroy-Medium', sans-serif;
    font-family: 'Gilroy-Regular', sans-serif;

}

@font-face {
    font-family: 'Ugly Dvae'; 
    src: url('https://1drv.ms/f/s!AvuadUUbjAL9h2m30ps2Xtpe2Hwy?e=Jl0mjc') format('woff2'), 
         url('https://1drv.ms/f/s!AvuadUUbjAL9h2m30ps2Xtpe2Hwy?e=Jl0mjc') format('woff'); 
    font-weight: normal; 
    font-style: normal; 
}

h1 {
    font-family: 'Ugly Dave', Gilroy, sans-serif; 
    font-size: 15rem; 
    font-weight: bold; 
    color: #333; 
}

h2 {
    font-family: 'Ugly Dave', Gilroy, sans-serif; 
    font-size: 15rem; 
    font-weight:bold; 
    color: #333; 
}

/* start reset*/
html, body {
    margin: 30;
    padding: 0;

}
nav{
    margin:3rem;
    display:flex;
    justify-content: space-between;
    align-items: center;
}

* Basic styling for the header */
.header {
    background-color: white;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}


/* Styling for the logo */
.logo img {
    max-width: 100px; 
    height: auto;

}

/* navigation */
.menu { 
    width: 100%;
    display: flex;
    justify-content: right;
    font-size: 200%;
    

}


.menu {
    display: flex;

}

.menu li {
    margin: 8px 24px;
    list-style-type: none;
    
    
}

.menu li a {
    text-decoration: none;
    color:black;
    
}

.menu li a:hover {
    color:#b783f2;
}

.icon_note2 {
    display: flex;
    justify-content: center; 
    align-items: center; 
    width: 300%; 
    height: auto; 
    max-width: 300px; 
    margin-left: 20%;
    margin-top: 30px;
}

.icon_note2 img {
    max-width: 400%; 
    height: auto; 

    
}

h4{
    font-size: 55px;
    margin-left: 20%;
}

/* Ensure images are displayed side by side in one row */
/* Ensure images are displayed side by side in one row */
.Musician_Bio_row1,
.Musician_Bio_row2 {
    display: flex;
    justify-content: space-around;
    align-items:flex-end; /* Align items at the top of the container */
    margin-left: 20%;
    margin-top: 20px; /* Adjust margin between rows */
}

/* Adjust width and styles for each image container */
.About_Musician_images1,
.About_Musician_images2,
.About_Musician_images3,
.About_Musician_images4 {
    width: calc(100% - 10px); /* Two images per row with space between */
    height: auto;
    border-radius: 10px; /* Rounded corners for images */
    
    margin-bottom: 20px; /* Adjust spacing between rows */
    box-sizing: border-box; /* Include padding and border in element's total width and height */
    padding: 5px; /* Add padding to create space around images */
}

/* Ensure images resize properly */
.About_Musician_images1 img,
.About_Musician_images2 img,
.About_Musician_images3 img,
.About_Musician_images4 img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}


.About_JustDoIt_image {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 100%; /* Ensure image does not exceed its container */
    height: auto; /* Maintain aspect ratio */
    border-radius: 10px; /* Rounded corners for a softer look */
}


.About_WePlayJazz {
    display: flex;
    justify-content: space-around; /* Distribute items evenly */
    align-items: flex-start; /* Center items vertically */
    margin-top: 80px;
    margin-bottom: 40px;
    flex-wrap: wrap; /* Allow items to wrap on smaller screens */
}

.About_WePlayJazz_images {
    flex: 0 0 auto; /* Allow images to grow and shrink */
    width: 80%; /* Adjust width for larger screens */
    max-width: 600px; /* Max width for larger screens */
    margin-right: 20px; /* Space between image and text */
}

.About_WePlayJazz_text {
    flex: 0 0 auto; /* Allow text to grow and shrink */
    width: 50%; /* Adjust width for larger screens */
    max-width: 600px; /* Max width for larger screens */
}

.About_WePlayJazz_images img {
    width: 100%; /* Ensure images take full width of their container */
    height: auto; /* Maintain aspect ratio */
    border-radius: 10px; /* Rounded corners for a softer look */
}

.About_WePlayJazz_text h4 {
    font-size: 40px;
    font-weight: bold;
    text-align: left;
}

.About_WePlayJazz_text p {
    font-size: 28px;
    font-weight: normal;
    text-align: left;
}


.Vinapockets_Play .hero_image img{
    display:flex;
    width: 100%;
    border-radius: 10%;
    margin-top: 80px;
}

.footer {
    display: flex;
    justify-content: flex-start;  
}

.footer_column {
    display: flex;
    flex: 1; 
    flex-direction: column;
    font-size: 20px; 
}


.footer_column .word_logo img{
    height:60px

}

.footer_social_media_row img {
    display: inline-block; 
     
    align-items:flex-start; 
    width: 32px;
    text-decoration: none;
    border: 0; 
}

.text_column_footer {
    font-size: 20px;
    font-weight: bold;
}

.footer_social_media_row div a img{
    display:flex;
    max-width: 35px; 
    height: auto; 
     
}

.footer_column {
    font-weight: bold;  
   
}

.footer_column a, .text_column_footer ul a{
    text-decoration: none;

}

.footer_column {
    /* Your column styling */
    width: 200px;
    /* Add more styles as needed */
}

.footer_column p.text_column_footer {
    /* Styling for the "Store" heading */
    font-weight: bold;
}

.footer_column ul {
    /* Remove default list styles */
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer_column ul {
    /* Styling for each list item */
    margin-bottom: 5px; /* Adjust spacing between items */
}

.footer_column ul a {
    /* Styling for each link */
    text-decoration: none; /* Remove underline */
    color: black; /* Link color */
}

.footer_column ul a:hover {
    /* Hover effect for links */
    color:#b783f2 /* Hover color */
}


.footer_column3 {
    display:flex;
    justify-content: flex-start;
    flex-direction: column;
    max-width:300px;
}

.footer_column3 form {
    display: flex;
    align-items:center;
    border: 1px solid black;
    border-radius: 20px;
    padding:5px;
    width: 100%;
    max-width:300px;
    margin-top: 10px; 
}

.footer_column3 input {
    border: none;
    outline:none;
    padding: 5px 10px; 
    flex:1;
    border-radius: 40px;
}

.footer_column3 button {
    padding: 8px 20px; 
    color: black;
    border: 1px solid black; 
    cursor: pointer;
    border-radius: 20px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s; 
}

.footer_column button:hover {
    background-color: #b783f2; 
    color: white; 
    border-color: #333; 
}

@media (max-width: 768px) {
    /* CSS rules for tablets */

    html, body{
        margin: 10px 10px 10px 10px;
    }
    
    /* Adjust header padding */
    .header {
        padding: 10px;
    }

    /* Adjust logo size */
    .logo img {
        max-width: 80px;
    }

    /* Adjust menu font size */
    .menu li {
        margin: 8px 12px;
    }

    .menu li a{
        font-size: 25px;
    }

    /* Adjust h1 and h2 font sizes */
    h1, h2 {
        font-size: 60px;
    }

    /* Adjust margin for h4 */
    h4 {
        font-size: 30px;
        margin: 20px 0;
    }

    .About_Musician_Bio {
        max-width: 600px; /* Adjusted max-width for smaller tablets */
    }

    .About_Musician_images1,
    .About_Musician_images2 {
        width: 100%; /* Full width for images on tablet */
        border-radius: 10px; /* Reduced border-radius for a lighter look */
    }

    .Musician_Bio_row1,
    .Musician_Bio_row2 {
        flex-direction: column; /* Stacked layout for rows on tablet */
        margin-top: 10px; /* Reduced margin for better spacing */
    }

    .About_Musician_images1 img,
    .About_Musician_images2 img {
        max-width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
    }

    .About_JustDoIt_image {
        width: 80%; /* Adjust width for tablets */
    }

    .About_WePlayJazz {
        margin-top: 60px;
        margin-bottom: 20px;
    }
    
    .footer_column {
        display: flex;
        flex-direction: column;
        font-size: 16px; /* Adjust font size for smaller screens */
        width: 100%; /* Full width */
    }
    
    /* Footer column for larger screens (desktop and above) */
    
        .footer_column {
            font-size: 12px; /* Default font size for desktop */
        }
    
    
    /* Optional: Adjust image size for smaller screens */
    .footer_column .word_logo img {
        height: 40px; /* Adjust image height */
    }
    
    /* Adjust copyright text size */
    .footer_copyright {
        font-size: 14px; /* Adjust font size for smaller screens */
    }
    
    
        .footer_copyright {
            font-size: 16px; /* Default font size for desktop */
        }

}




    @media (max-width: 576px) {



        .header {
            padding: 10px; /* Adjusted padding */
        }
    
        .logo img {
            max-width: 40px; /* Further reduced logo size */
        }
    
        .menu li {
            margin: 8px 8px; /* Adjusted margin */
        }
    
        .menu li a{
            font-size: 15px;
        }
    
        h1, h2 {
            font-size: 35px; /* Reduced font size */
        }
    
        h4 {
            font-size: 30px; /* Reduced font size */
        }

        .Musician_Bio_row1,
    .Musician_Bio_row2 {
        flex-direction: column; /* Stacked layout for rows on mobile */
        margin-top: 10px; /* Reduced margin for better spacing */
    }

    .About_Musician_images1,
    .About_Musician_images2,
    .About_Musician_images3,
    .About_Musician_images4 {
        width: 100%; /* Full width for images on mobile */
        border-radius: 10px; /* Reduced border-radius for a lighter look */
        margin-bottom: 20px; /* Increased margin between images */
    }

    .About_Musician_images1 img,
    .About_Musician_images2 img,
    .About_Musician_images3 img,
    .About_Musician_images4 img {
        max-width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
    }

    .About_JustDoIt_image {
        width: 100%; /* Adjust width for mobile */
        max-width: none; /* Ensure image takes full width */
        margin-left: 0;
        margin-right: 0;
    }
    
    .About_WePlayJazz_images {
        max-width: 100%; /* Full width for mobile */
    }

    .footer_column {
        max-width: 100%; /* Full width on smaller screens */
        margin-bottom: 10px; /* Adjusted margin */
    }

    .footer_column3 {
        max-width: 100%; /* Full width on smaller screens */
        margin-top: 10px; /* Reduced margin for spacing */
    }
    
    .footer_column3 .subscribe{
        font-size: 10px;
    }

    .footer_column3 {
        display:flex;
        justify-content: flex-start;
        flex-direction: column;
        max-width:90px;
    }
    
    .footer_column3 form {
        display: flex;
        align-items:center;
        border: 1px solid black;
        border-radius: 20px;
        padding:5px;
        width: 100%;
        max-width:250px;
        margin-top: 10px; 
    }
    
    .footer_column3 input {
        border: none;
        outline:none;
        padding: 5px 8px; 
        flex:1;
        font-size: 10px;;
        border-radius: 40px;
    }
    
    .footer_column3 button {
        padding: 8px 20px; 
        font-size: 10px;
        color: black;
        border: 1px solid black; 
        cursor: pointer;
        border-radius: 20px;
        transition: background-color 0.3s, color 0.3s, border-color 0.3s; 
    }
    
    .footer_column button:hover {
        background-color: #b783f2; 
        color: white; 
        border-color: #333; 
    }

}
