/*body {
    font-family: 'Arial', sans-serif;
}*/

body {
    font-family: 'Noto Sans Myanmar', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 50px; /* Space for the fixed navbar */
    background-color : blanchedalmond !important;
}




html, body {
  height: 100%;
}

.navbar {
    background-color: #FFB81C;
  /*  position: relative; */
}

@media (max-width: 768px) {
    .navbar ul {
        top: 60px;
      
    }
}

.navbar-brand {
    font-weight: bold;
    color: white !important;
}



.nav-links a {
    color: #708090;
    margin-left: 20px;
    text-decoration: none;
}

.nav-links a:hover {
    color: #007bff;
}
.container-fluid a:hover {
    color: #007bff;
}

.navbackgroung {
    position: absolute;
}

.main-section .title {
    font-size: 2.5rem;
    color: #333;
   
}

.main-section .description {
    font-size: 1.2rem;
    color: #777;
    margin-bottom: 20px;
}

.lineheight {
    line-height: normal;
}


.main-section {
    position: relative;
    flex :1 ;
    padding-top: 30px;
}

.overlay-image {
    position: absolute; /* This allows you to position images freely within the container */
}

/* Position the first image */
.image1 {
    top: 50px;
    left: 100px;
    width: 100px; /* Adjust size */
    height: auto;
}
.servicepage img{
    width: 50px;
}
.servicepage p{
    font-size: larger;
    font-weight: bolder;
}

.footer {
    background-color: sandybrown;
    color: #555;
    height: 30px;
}

.footer p{
	padding-top: 7px;
    	padding-bottom: 5px;
    	font-size: small;
	margin-bottom : 0px;
}

