* {
    margin: 0;
    padding: 0;
}

.logo {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content:center;
    align-items: center;
    background-color: #5E7516;
    font-family: Dancing Script, sans-serif;
    color: white;
    font-size: 30px;
}

.navbar {
    display: flex;
    flex-direction: row;
    justify-content: center;  
    background-color: #D0F0C0;
}

li {
    display: inline-block;
    list-style: none;
    padding-right: 25px;
    padding-left: 25px;
    margin-top: 5px;
}

a {
    color: #5E7516;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Song Myung', serif;
    text-decoration:underline;
}


.hero {
    display: flex;
      
    justify-content: space-between;
}

.hero .image {
    margin-top: 10px;
    width: 50%;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.hero .write {
    background-image: url('Homepage\ Design.jpg'); /* Replace 'your-image-url.jpg' with the path to your image */
    background-size: cover; /* Adjust the background size to cover the entire div */
    background-position: center; /* Center the background image */
    background-repeat: no-repeat; /* Prevent the background image from repeating */
    width: 50%;
    margin-left: 10px;
    margin-bottom: 10px;
    font-family: 'Song Myung', serif;
    font-size: 30px;
    color: #5E7516;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 1200px) {
    .hero {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .hero .image {
        display:flex;
        justify-content:center;
        margin-top: 10px;
        width: 70%;
        max-height:50%;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .image img {
        max-width: 70%;
        height: 50%;
        display: block;
    }
    .hero .write {
        background-image: url('Homepage\ Design.jpg'); /* Replace 'your-image-url.jpg' with the path to your image */
        background-size: cover; /* Adjust the background size to cover the entire div */
        background-position: center; /* Center the background image */
        background-repeat: no-repeat; /* Prevent the background image from repeating */
        width: 90%;
        margin-left: 10px;
        margin-bottom: 10px;
        font-family: 'Song Myung', serif;
        font-size: 25px;
        color: #5E7516;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
.foot {
    display: flex;
    flex-direction: column;
    background-color: #5E7516;
    font-family: 'Song Myung', serif;
    color: white;
    font-size: 20px;
    font-weight: 300;
    padding: 10px;
}
.Media {
    display: flex;
    justify-content: space-around;
}
.Media img {
    width: 75px;
    height: 75px;
    padding-top: 20px;
}
@media only screen and (max-width: 600px) {
    .hero {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .hero .image {
        display:flex;
        justify-content:center;
        margin-top: 10px;
        width: 100%;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .image img {
        max-width: 80%;
        height: 80%;
        display: block;
    }
    .hero .write {
        background-image: url('Homepage\ Design.jpg'); /* Replace 'your-image-url.jpg' with the path to your image */
        background-size: cover; /* Adjust the background size to cover the entire div */
        background-position: center; /* Center the background image */
        background-repeat: no-repeat; /* Prevent the background image from repeating */
        width: 90%;
        margin-left: 10px;
        margin-bottom: 10px;
        font-family: 'Song Myung', serif;
        font-size: 25px;
        color: #5E7516;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
.foot {
    display: flex;
    flex-direction: column;
    background-color: #5E7516;
    font-family: 'Song Myung', serif;
    color: white;
    font-size: 20px;
    font-weight: 300;
    padding: 10px;
}
.Media {
    display: flex;
    justify-content: space-around;
}
.Media img {
    width: 75px;
    height: 75px;
    padding-top: 20px;
}  
@media only screen and (max-width: 907px){
    .foot {
        display: flex;
        flex-direction: column;
        background-color: #5E7516;
        font-family: 'Song Myung', serif;
        color: white;
        font-size: 20px;
        font-weight: 300;
        padding: 15px;
    }
    .Media img {
        width: 65px;
        height: 65px;
        padding-top: 20px;
    }  

}