.header {
    display: flex; /* Enable flexbox for layout */
    /*justify-content: flex-end; */
    justify-content: space-between;
    align-items: center; /* Vertically align logo, image, and links */
    background-color: #3a609e; /* Assuming you want the blue background */
    width: 100%;
    }
    .header img:first-child{
    height:189px;
	width:252px;
    margin:0;
    /*display:flex;*/
	float:left;
    order: 0;

    }

    .header-right {
        /*display: flex;  /* Enable flexbox for image & links */
        /*float: right;*/
        order: 2;
        justify-content: flex-end;
        align-items: right;
    }

    .header-right img {
            display: block;
            justify-content: flex-end; /* Align links to the right */
            max-height:78px;
            max-width:257px;

    }
    .header-right .links-container {
        display: flex; /* Enable flexbox for links */
        justify-content: flex-end; /* Align links to the right */
        margin-bottom: 5px;
        margin-top: 5px;
        margin-right: 15px;
        color:#b6cef4;
    }
    .header-right .links-container a{
        
	    text-decoration:none;
    }
    .header-right .links-container a:hover{
        color: #FF0;
	    text-decoration:none;
    }

    .header-right .address {
        display: flex; /* Enable flexbox for links */
        justify-content: flex-end; /* Align links to the right */
        order: 3; /* Ensure links appear after the phone image */   
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 20px;
        color:#b6cef4;
        text-align: right;
        white-space: nowrap;
        vertical-align: middle;
        height:13px;
        width:257px;

    }
  

    body {
        margin: 0;
        background:url(images/body_bg.jpg) 0 0 repeat-x #abc6f4;
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        
    }
    
    ul.topnav {
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      background-color: #44679f;
      background: linear-gradient(to top, #44679f, #44679f 75%, #859dc1 95%);
      /*display: flex; /* Use flexbox for layout */
      justify-content: space-between; /* Distribute links evenly */
      width: 100%; /* Fill the header container */
      flex-wrap: wrap; /* Allow wrapping on smaller screens */
    }
    
    ul.topnav li {float: left; display:inline;}

    ul.topnav li.selected{
      color: #faef21;
      display: block;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
    }
    
    ul.topnav li a {
      display: block;
      color: white;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
    }
    
    ul.topnav li a:hover:not(.active) {color: #faef21;}
    
    /*ul.topnav li a.active {background-color: #44679f; color: #faef21}*/
    
    ul.topnav li.right {float: right;}
    ul.topnav li.rightselected {
      float: right;
      color: #faef21;
      display: block;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
    }
    
    @media screen and (max-width: 768px) {
      ul.topnav li.right, 
      ul.topnav li {float: none;}
      /*.header img {
    width: 70%; 
      }*/
      #home_pic {
    display: none;
  }
  }
  .container{
    background-color: white;
  }

  .body_background{
    background-color: white;
    margin: 0 20px 0 20px;
    display: grid;
    grid-template-rows: auto auto auto auto auto auto 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
 /* 
.home_banner1 .container{
  display: block;
  text-align: left;
  padding: 10px 10px;
  display: inline;
  text-align: center;
  vertical-align: top;
  margin: 10px 5px 10px 5px;
  background-color: #8295b2;
  background: linear-gradient(to top, #012050, #4469a1 55%, #adc4e7 85%);
}*/
.home_banner1{
  grid-row: 1;
  grid-column: 1;
  display: inline;
  text-align: center;
  vertical-align: top;
  margin: 10px 5px 10px 5px;
  background-color: #8295b2;
  background: linear-gradient(to top, #012050, #4469a1 55%, #adc4e7 85%);
  border-radius: 20px;
}
a {
  text-decoration: none; /* Remove underline */
  color: inherit;        /* Inherit color from surrounding text */
  background-color: inherit;  /* Example: Inherit background color */
  display: inherit;
  background: inherit;
  padding: inherit; 
  text-align: inherit;
  vertical-align: inherit;
  margin: inherit;
}
.home_banner1 .price{
    font-size: 28px;
    font-weight: bold;
    color: #fbef1d;
    padding: 5px 0 0 0;
}

.home_banner1 .desc{
    font-size: 18px;
    font-weight: bold;
    color:white;
    padding: 5px 0 5px 0;
}
.home_banner1 .text{
    font-size: 12px;
    color:lightgrey;
    padding: 0 0 5px 0;
}
.home_banner2{
  grid-row: 1;
  grid-column: 2;
  display: inline;
  text-align: center;
  vertical-align: top;
  margin: 10px 5px 10px 5px;
  background-color: #8295b2;
  background: linear-gradient(to top, #012050, #4469a1 55%, #adc4e7 85%);
  border-radius: 20px;
}
.home_banner2 .price{
    font-size: 28px;
    font-weight: bold;
    color: #fbef1d;
    padding: 5px 0 0 0;
}

.home_banner2 .desc{
    font-size: 18px;
    font-weight: bold;
    color:white;
    padding: 5px 0 5px 0;
}
.home_banner2 .text{
    font-size: 12px;
    color:lightgrey;
    padding: 0 0 5px 0;
}
.home_banner3{
  grid-row: 1;
  grid-column: 3;
  display: inline;
  text-align: center;
  vertical-align: top;
  margin: 10px 5px 10px 5px;
  background-color: #8295b2;
  background: linear-gradient(to top, #012050, #4469a1 55%, #adc4e7 85%);
  border-radius: 20px;
}
.home_banner3 .price{
    font-size: 28px;
    font-weight: bold;
    color: #fbef1d;
    padding: 5px 0 0 0;
}

.home_banner3 .desc{
    font-size: 18px;
    font-weight: bold;
    color:white;
    padding: 5px 0 5px 0;
}
.home_banner3 .text{
    font-size: 12px;
    color:lightgrey;
    padding: 0 0 5px 0;
}
.home_title{
    /*height:49px;
	width:700px;*/
    width: 100%;
	/*background:url(images/home_title.gif) no-repeat;*/
	float: left;
	margin:10px 0 0 30px;
    color: #305798;
    grid-row: 2;
    grid-column: 1 / 4;
}
.home_subtitle{
	/*height:49px;
	width:700px;*/
    width: 100%;
	/*background:url(images/home_title.gif) no-repeat;*/
	float: left;
	margin:0 0 0 30px;
    color: #60bbf0;
    grid-row: 3;
    grid-column: 1 / 4;
}

.home_right_pic{
	background:url(images/home_pic.gif) no-repeat;
	height:auto;
	width:100%;
    display: flex;
    justify-content: center;
    vertical-align: top;
	margin:0 10px 0 0;
    grid-row: 4;
    grid-column: 3;
}
.home_text{
	/*height:200px;
	width:580px;*/
	color:#535353;
	margin:0 0 23px 30px;
	float:left;
	/*line-height:17px;*/
    grid-row: 4 / 5;
    grid-column: 1 / 3;
    /*overflow: wrap;*/
    /*width: fit-content;*/
    vertical-align: middle;
    
}
.home_text p{
    margin-top: 0;
    margin-bottom: 0;
    width:fit-content;
}
.nav_space{
	height:11px;
	width:100%;
	margin:0 auto 0 auto;
}
/*
ul.bottomnav {
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      background-color: #2d4c82;
      justify-content: space-between; 
      width: 100%; 
      flex-wrap: wrap; 
    }
    
    ul.bottomnav li {float: left; display:inline;}
    
    ul.bottomnav li a {
      display: block;
      color: white;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
    }
    
    ul.bottomnav li a:hover:not(.active) {color: #faef21;}
    
    ul.bottomnav li a.active {background-color: #44679f; color: #faef21}
    
    ul.bottomnav li.right {float: right;}*/
    

#copyright{
	width:906px;
	height:24px;
	margin:8px auto 0 auto;
	text-align:center;
	color:#2b4774;
	font-size:10px;
}