html {
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgb(255, 255, 255);
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

header {
    padding: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center; 
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}
    
.headline{
        background-color: rgb(0, 0, 0);
        padding: 10px 0;
}
    

    
 


    .header-content {
       color: rgb(255, 255, 255);
       text-align: center;
       font-size: 50px;
       margin-top: 10px;
       margin-bottom: 10px;
       text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
       font: 'Raleway', sans-serif;
       position: relative;
       z-index: 1;
       font-family: 'Great Vibes', cursive;
    }
    
    .logoo {
        width: 100px;
        display: block;
    }
    
    .green_image{
        position: absolute; 
        top: -65px; 
        left: 0;
        z-index: -1; 
        background-image: center;
        height: 120%;
        width: 100%;
        object-fit: cover;
    }
    
    .behind-image {
        position: absolute;
        z-index: -1;
        top: 43%;
        left: 50%;
        transform: translate(-50%, -50%); 
    }
    
    .ice-cream {
        font-size: 30px;
        text-align: center;
        transform: translate(0%, -50%);
        -webkit-text-stroke: 0,95px black;
         color: rgb(255, 255, 255);
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    
    .eis {
    text-align: center;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    padding-top: 0px;
    font-family: 'Raleway', sans-serif;
    }
    
    .content-with-image {
    overflow: auto;
    }
    
    .float-left {
    float: left;
    margin-right: 0;
    margin-top: 0;
    width: 600px;

    }
    
    p {
    font: 'Raleway', sans-serif; 
    font-size: 20px;
    text-align: center; 
    margin-top: 10%;  
    line-height: 1.6;
    display: inline-block;
    }
    
    .button {
    display: inline-block;
    padding: 0.5% 1.5%;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #3498db;
    background-color: #fff;
    color: #3498db;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Raleway', sans-serif;
    }

    
    .contact-lactose {
    background-color: #b18655; 
    color: white; 
    padding: 20px; 
    text-align: center;
    font-family: 'Raleway', sans-serif;
    }
    
    .image-container {
    position: relative; 
    text-align: center; 
    }
    
    .center-image {
    max-width: 600px; 
    display: block; 
    margin: 0 auto 10px; 
    }
    
    .overlay-text {
    position: absolute; 
    top: 30%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    background-color: rgba(0, 0, 0, 0); 
    padding: 15px; 
    border-radius: 20px;
    font-size: 100px;
    color: rgb(255, 255, 255);
    text-shadow: 8px 1px 6px rgba(0, 0, 0, 0.5);
    -webkit-text-stroke: 0,99px black;
    
    }
    
    .transparent-button {
    background-color: transparent; 
    border: 2px solid white; 
    color: white; 
    padding: 0.5% 1.5%; 
    font-size: 16px; 
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 5px;
    font-family: 'Raleway', sans-serif;
    }
    
    .transparent-button:hover {
    background-color: rgba(179, 131, 87, 0.3); 
    color: white; 
    }
    
    .location {
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    }
    
    .text-wrapper {
    text-align: center;
    margin-left: 30%;
    font-size: 50%;
    }
    
    .icecream {
        max-width: 100%; 
    height: auto; 
    max-height: 300px; 
    }
    
    .ice-machine{
        font-size: 40px; 
    text-align: center; 
    margin: 20px 0; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    }


    .l-button {
    background-color: transparent; 
    border: 2px solid rgb(0, 0, 0); 
    color: rgb(0, 0, 0); 
    padding: 2.5% 5%; 
    font-size: 16px; 
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 5px;
    font-family: 'Raleway', sans-serif;
    }
    
    
    
.contact-bar {
    background-color: #000000;
    color: rgb(255, 255, 255);
    padding: 20px 0;
    font-family: 'Raleway', sans-serif;
}
    
.container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
    
.row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
    
.col {
    flex: 1;
    text-align: center;
    margin: 10px;
}
    
.col h4 {
    margin-bottom: 5px;
}
    
.col p {
    margin: 0;
    line-height: 1.6;
    font-size: 17px;
}
    
.footer-bar {
    background-color: #000000;
    color: white;
    padding: 20px 0;
}
    
.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
    
.footer-links li {
    margin: 0 10px;
}
    
.footer-links a {
    color: white;
    text-decoration: none;
}
    
.impress {
    background-color: transparent;
    color: white;
    font-size: 16px;
    border: 0px;
    cursor: pointer;
    }
    


    @media only screen and (max-width: 768px) {
        .header-content {
            font-size: 30px;
        }
        .ice-cream {
            font-size: 20px;
        }

        .behind-image {
            position: absolute;
            z-index: -1;
            top: 35%;
            left: 50%;
            transform: translate(-50%, -50%); 
        }

        .eis {
            padding-top: 50px;
        }
        
        .location {
            padding: 10px; 
        }
    
        .text-wrapper {
            margin-left: 0; /
        }

        .float-left{
            width: 300px;
        }

        .center-image{
            width: 300px;
        }

        .float-left {
            float: none;
            width: 100%;
            margin-right: 0;
            margin-bottom: 10px;
        }
    
        p {
            font-size: 15px!important;
            text-align: center!important; 
            margin-top: 100px!important;
            line-height: 1.6!important;
            display: inline-block!important;
        }

        .center-image {
            max-width: 80%; 
        }
        
        .overlay-text {
            font-size: 50px;
        }
    
        .transparent-button {
            font-size: 13px;
        }

    
        .ice-machine {
            font-size: 15px;
            text-align: center; 
            margin-top: 10%;  /* Adjust this value as needed */
            line-height: 1.6;
            display: inline-block;
        }

        .icecream {
            max-height: 250px; 
        }

        .overlay-text{
            font-size: 50px;
        }
    }
    @media only screen and (max-width: 480px) {
        .header-content {
            font-size: 20px;
        }
        .ice-cream {
            font-size: 16px;
        }
        .eis {
            padding-top: 30px;
        }

        .behind-image {
            position: absolute;
            z-index: -1;
            top: 25%;
            left: 50%;
        }
        
        p {
            font-size: 10px!important;
            text-align: center!important;
            margin-top: 5%!important;
            line-height: 1.6!important;
            display: inline-block!important;
        }

        .float-left{
            width: 300px;
        }


        .center-image {
            width: 200px; 
        }
        
        .overlay-text {
            font-size: 40px;
        }
    
        .transparent-button {
            font-size: 10px;
        }

        .l-button {
            padding: 8px 16px; 
        }
    
        .ice-machine {
            font-size: 15px; 
            text-align: center; 
            display: flex; 
            flex-direction: column; 
            justify-content: center; 
            align-items: center; 
        }

        .icecream {
            max-height: 200px; 
        }
    }
