
body
{
  font-family: arial
}


#homepage
{
  background-image: url("../../assets/image/homepage.jpg");
  height: 530px;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center; 
}
@media (max-width: 480px) { 
   #homepage { 
  background-image: url("../../assets/image/mobile.jpg");
      background-repeat: repeat; 
   }    
}

.navbar {
  background: #E5E3E3;
}
.navbar .navbar-brand img {
   width: 300px;
}
.navbar .navbar-nav .nav-link {
  color: black;
}
@media screen and (min-width: 1024px) {
  .navbar {
    letter-spacing: 0.1em;
  }
  .navbar .navbar-nav .nav-link {
    padding: 0.5em 1em;
  }
  .search-and-icons {
    width: 50%;
  }
  .search-and-icons form {
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .navbar .navbar-brand img {
    max-width: 7em;
  }
  .navbar .navbar-collapse {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .search-and-icons {
    display: flex;
    align-items: center;
  }
}
.search-and-icons form input:focus {
  background: black;
  box-shadow: none;
}
.search-and-icons .user-icons div {
  padding-right: 1em;
}
.contact-info p,
.contact-info a {
  font-size: 0.9em;
  padding-right: 1em;
  color: black;
}
.contact-info a {
  padding-right: 0;
}
/*end of navbar*/

#content-info #a-pro
{
   font-size: 30px;
   border:1px solid #EB0303;
   transition: transform 4s;
   border-radius: 2%;
}

#content-info #a-pro:hover
{
  background-color: #F13E0E;
  color: #fff;
}


#content-info #a-contact
{
   font-size: 27px;
   border:1px solid black;
   transition: transform 4s;
   border-radius: 2%;

}

#content-info #a-contact:hover
{
  background-color: #0888A5;
  color: #fff;
}

#content-info h2
{
  font-weight: bold;
  color: #EB0303;
  font-size: 40px;

}
/*end of homepage*/

#homepage-2
{
	background-image: url("../../assets/image/back.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	 height: 400px;
	 background-size: calc(100%-200px) auto; 
     background-repeat: no-repeat; 
}

.title-content
{
	border-left: 4px solid rgba(253, 0, 28, 0.64);
}

/*end of about us*/

#homepage-3
{
	background-image: url("../../assets/image/back.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	 height: 400px;
	 background-size: calc(100%-200px) auto; 
     background-repeat: no-repeat; 
}
/*end of about us*/
.content
{
   margin-top: 0px; /* Adjust this value based on the height of your navigation bar */
   padding: 60px;
}
footer
{
  text-align: center;
  position: fixed;
  width: 100%;
  bottom: 0;
}

/*end of footer*/

.about_life1_corp
{
  justify-content: center;
}

