body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
	/* word-wrap: break-word; 
	/* word-break: break-all;*/
}

/*html {scroll-behaviour: smooth;} */


button {
        background-color: #3ac91c;
        border: none;
        color: white;
        padding-top: 20px;
		padding-right: 30px;
		padding-bottom: 25px;
		padding-left: 90px;
        text-decoration: none;
        display: inline-block;
        font-size: 20px;
        margin-top: 4px;
		margin-right: 2px;
		margin-bottom: 4px;
		margin-left: 2px;
        cursor: pointer;
		background-image: URL("WhatsApp.png");
		background-size: 64px 64px; /* Set the size of the image */
		background-repeat: no-repeat;
		background-position: left center; /* Align the image on the left */
		background-position-x: 20px;
		background-position-y: left;
		text-align: left; 
		transition: transform 0.8s ease;
		border-radius: 15px;  
      }


#container {
    position: relative;
}



table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th, td {
  text-align: left;
  padding: 8px;
}



img {
  float: left;
}

header {
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

#logo {
    display: inline-block;
}

.logo-img {
    width: 100px; /* Adjust the width as needed */
    height: auto;
}

#hamburger-menu {
    display: none;
    position: fixed;
    top: 10px;
    left: 10px;
    cursor: pointer;
    z-index: 1001; /* Place it above the header */
}

#hamburger-menu img {
    width: 40px; /* Adjust the width as needed */
    height: auto;
	margin-left: -10px;
	margin-top: -10px;
}

nav {
    display: inline-block;

}

nav a:link, a:hover, a:visited, a:active {
    color: white;
    text-decoration: none;
    padding: 10px;
    margin: 5px;
    font-size: 18px;
    cursor: pointer;
}

#hamburger-menu-content {
    display: none;
    position: fixed;
    top: 50px;
    left: 10px;
    background-color: #333;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1001; /* Place it above the header */
    flex-direction: column; /* Display items vertically */
	color: #fff; /* Set text color to white */
	font-size:5vw;
}

#hamburger-menu-content a {
    display: block; /* Show items as blocks */
    margin: 5px 0; /* Adjust the margin as needed */
    color: #fff; /* Set text color to white */
	text-decoration: none;
	cursor: help;
}


#hamburger-menu-content a:hover, a:visited  {
    display: block; /* Show items as blocks */
    /* margin: 15px 0;  Adjust the margin as needed */
    color: red; /* Set text color to white */
	text-decoration: none;
	font-size: 125%;
}

span#hUp::before {
  content: ">";
  font-size: 13px;
  font-family: monospace;
}
span#hUp:hover::before {
  content: ">>";
} 


section {
    padding: 20px;
    text-align: center;
    min-height: 350px;
    margin-top: 60px; /* Adjust the margin top based on the height of the fixed navigation */
}

#section1 {
    background-color: #ccebed; /* Adjust the color as needed */
}

#section2 {
    background-color: #87CEEB; /* Adjust the color as needed */
}

#section3 {
    background-color: #fff; /* Adjust the color as needed */
}

#section4 {
    background-color: #fff; /* Adjust the color as needed */
}

#section5 {
    background-color: #fff; /* Adjust the color as needed */
}

section p {
    width: 70%; /* Set the width to 60% of the section */
    margin: auto; /* Center the content within the section */
	font-size: 120%;
	
}


/* Adjust the font size for responsive scaling */

@media screen and (max-width: 1024px) {
    section p {
        margin: auto;
		font-size: 100%; /* Adjust the font size for smaller screens */
		
    }
}


@media screen and (max-width: 768px) {
    section p {
        margin: auto;
		font-size: 80%; /* Adjust the font size for smaller screens */
		font-size:3.5vw;
    }
}

@media screen and (max-width: 480px) {
    section p {
        margin: auto;
		font-size: 60%; /* Further adjust the font size for even smaller screens */
    }
}


section h2 {
    width: 60%; /* Set the width to 60% of the section */
    /* margin: auto;  Center the content within the section */
	font-size: 150%;
	
margin-top: auto;
margin-right: auto;
margin-bottom: 50px;
margin-left: auto;
	
}

/* Adjust the font size for responsive scaling */
@media screen and (max-width: 768px) {
    section h2 {
        font-size: 100%; /* Adjust the font size for smaller screens */
    }
}

@media screen and (max-width: 480px) {
    section h2 {
        font-size: 80%; /* Further adjust the font size for even smaller screens */
    }
}


section span {
    width: 60%; /* Set the width to 60% of the section */
    margin: auto; /* Center the content within the section */
	font-size: 120%;
	text-align: left;
}

section UL {
    width: 40%; /* Set the width to 60% of the section */
    margin: auto; /* Center the content within the section */
	font-size: 100%;
	text-align: left;
}

section LI {
    width: 70%; /* Set the width to 60% of the section */
    
	font-size: 100%;
	text-align: left;
}


footer {
    background-color: #333;
    color: #fff;
    /* padding: 40px; */
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 90px; /* Adjust the height as needed */
	opacity: 0.9;
	
}


a.phonelinkwhite:link{color:#fff;text-decoration:underline}
a.phonelinkwhite:visited{color:#fff;text-decoration:underline}
a.phonelinkwhite:hover{color:#fff;text-decoration:underline}
a.phonelinkwhite:active{color:#fff;text-decoration:underline}
