body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #e6f2ff; /* Light blue background */
}

header {
    background-color: #003366; /* Dark blue header background */
    color: #fff;
    padding: 20px;
    text-align: center;
}

/* CSS for index-page page */

/* Add CSS styles for image */
.index-img {
    max-width: 500%; /* Ensure the image does not exceed its container */
    height: auto; /* Maintain the aspect ratio of the image */
    display: block; /* Ensure proper alignment and spacing */
    margin: 0 auto; /* Center the image horizontally */
    left: 100px;
}


.history-photo {width: 30%;}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav ul {
    list-style-type: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 10px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

main {
    padding: 20px;
}


footer {
    background-color: #003366; /* Dark blue footer background */
    color: white;
    text-align: center;
    padding: 10px;
}
      
section {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button[type="submit"] {
    background-color: #003366; /* Dark blue button background */
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button[type="submit"]:hover {
    background-color: #0059b3; /* Darker blue on hover */
}

footer {
    background-color: #003366; /* Dark blue footer background */
    color: #fff;
    padding: 10px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}



    input[type="text"],
    input[type="email"],
    textarea {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    button[type="submit"] {
        background-color: #003366; /* Dark blue button background */
        color: #fff;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    button[type="submit"]:hover {
        background-color: #0059b3; /* Darker blue on hover */
    }

    footer {
        background-color: #003366; /* Dark blue footer background */
        color: #fff;
        padding: 10px 0;
        text-align: center;
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    header {
        background-color: #003366; /* Dark blue header background */
        color: #fff;
        padding: 20px;
        text-align: center;
    }

    nav ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    nav ul li {
        display: inline;
        margin-right: 20px;
    }

    nav ul li a {
        color: #fff;
        text-decoration: none;
    }

    main {
        padding: 20px;
    }

    section {
        margin-bottom: 20px;
    }

    label {
        display: block;
        margin-bottom: 5px;
    }

    input[type="text"],
    input[type="email"],
    textarea {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    button[type="submit"] {
        background-color: #003366; /* Dark blue button background */
        color: #fff;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    button[type="submit"]:hover {
        background-color: #0059b3; /* Darker blue on hover */
    }
	
    section {
        margin-bottom: 20px;
    }

    label {
        display: block;
        margin-bottom: 5px;
    }

    input[type="text"],
    input[type="email"],
    textarea {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    button[type="submit"] {
        background-color: #003366; /* Dark blue button background */
        color: #fff;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    button[type="submit"]:hover {
        background-color: #0059b3; /* Darker blue on hover */
    }

    footer {
        background-color: #003366; /* Dark blue footer background */
        color: #fff;
        padding: 10px 0;
        text-align: center;
        position: fixed;
        bottom: 0;
        width: 100%;
    }
@media only screen and (max-width: 480px) {
	.index-img{
		max-width: 100%;
	}
	.pagoda-photo{
		width: 100%;
	}
	.imag{
		width: 100%;
	}
	.adf{
		width: 100%;
	}
	.visit-photo{
		width: 100%;
	}
}




   