/* Common styles for all screen sizes */
html, body {
    margin:0px;
  }
.header {
    background-image: linear-gradient(#f0adad, #7F7C7C);
    text-align: center;
    padding: 20px 0;
}

.logo img {
    width: 250px;
    max-width: 100%;
    height: auto;
}

.slogan h3 {
    margin: 5px 0;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.slogan p{

    color: white;
}
.info-paragraph {
    margin: 5px auto;
    max-width: 90%;
    line-height: 1.6;
    text-align: center;

}
.info-paragraph p {
  margin-top: 0;
    
}
.contact-info p {
    margin: 5px 0;
}

.social-media img {
    width: 60px;
    margin: 0 5px;
}

.pictures {
    text-align: center;
    margin-top: 2%;
}
.pictures img {
    width: 60px;
    margin: 0 5px;
}


.contact-info {
    text-align: center;
    margin-top: 5%;
}

.social-media {
    text-align: center;
    margin-top: 2%;
   
}
.boookdiv
{
    margin-top: 3%;
    text-align: center;
    
}
.book{
    text-decoration: none;
    font-size: large;
    color: black;
}

/* Styles for the map container */
.map-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border: 2px solid #ccc;
    z-index: 1000;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
}

#map {
    height: 300px;
    width: 100%;
    margin-bottom: 10px;
}

#closeMap {
    display: block;
    text-align: center;
    color: #fff;
    background-color: #333;
    padding: 10px;
    text-decoration: none;
}



.oval-button {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px; /* Half of the height */
    background-color: white;
    color: black;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
    border: 2px solid #000; /* Black border */
}

.oval-button:hover {
    background-color: grey; /* Darker shade of blue */
}

.container
{
    text-align: center;
}


/* Adjustments for smaller screens */
@media only screen and (max-width: 768px) {
    html, body {
        margin:0px;
      }
    .header {
        background-image: linear-gradient(#f0adad, #7F7C7C);
        text-align: center;
        padding: 20px 0;
    }
    
    .logo img {
        width: 250px;
        max-width: 100%;
        height: auto;
    }
    
    .slogan h2 {
        margin: 5px 0;
        color: white;
    }
    .slogan h3 {
        margin: 5px 0;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    
    .info-paragraph {
        margin: 20px auto;
   
        line-height: 1.3;
        text-align: center;
        font-size: 14px;
    }
    
    .contact-info p {
        margin: 5px 0;
    }
    
    .social-media img {
        width: 60px;
        margin: 0 5px;
    }
    
    .pictures {
        text-align: center;
        margin-top: 5%;
    }
    .pictures img {
        width: 60px;
        margin: 0 5px;
    }
    
    .contact-info {
        text-align: center;
        margin-top: 5%;
    }
    
    .social-media {
        text-align: center;
        margin-top: 5%;
    }

    .boookdiv
    {
    margin-top: 3%;
    text-align: center;
    
    }
    .book{
    text-decoration: none;
    font-size: large;
    color: black;
    }

    iframe{
        width: 300px;
        height: 300px;
    }
    
    .oval-button {
        display: inline-block;
        padding: 10px 20px;
        border-radius: 50px; /* Half of the height */
        background-color: white;
        color: black;
        text-decoration: none;
        font-size: 16px;
        transition: background-color 0.3s ease;
        border: 2px solid #000; /* Black border */
    }
    
    .oval-button:hover {
        background-color: grey; /* Darker shade of blue */
    }
    
    .container
    {
        text-align: center;
    }
}
