<!DOCTYPE html>
<html lang="en">
<head>
<title>Chapter 13 Trustee Nashville TN Henry E Hildebrand</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
  box-sizing: border-box;}
 	   body {
 	 font-family:malgun gothic semilight;
 	 margin: 0px;
        /* background-image: url("brightbkg.jpg"); */
        /* background-image: url("alt1pic.jpg");*/
          /* background-image: url("jrossphotoedited.jpg");*/
         background-repeat: no-repeat;
 	 background-attachment: scroll;
          /*background-position: 50% 10%; use with brightbkg */
 	
          background-size: 0% 0%; 
       
      /* background-color: #f2f2f2;*/ 
         
          
	}
    
		/* header  */
	.header {
 		 background-color: #f2f2f2;
         	 font-family:malgun gothic semilight;
 		 padding: 1px;
 		 text-align: left;
		}
	
	
	                   

.dropdown-content2 {
  display:  ;
  position: left;
  background-color: ;
  min-width: 250px;
  padding:20px; }


	  /*build navbar and dropdowns*/
.navbar {
   overflow: ;
 		  font-family:malgun gothic semilight;
 		 border-top: solid;
 		 border-width: 3px;
 		 border-color:red;
 		 position:;  /* fixed keeps navbar top visible*/
                 width:100%;
 		 display: flex;   /* use these for equal navbar spacing */
 		 justify-content: space-around; /* use these for equal navbar spacing */
 		 background-color: #25496d;
}

             .navbar a {
  
                font-size: 20px;
 		 color: white;
 		 text-align: center;
 		 padding: 5px;
 		 text-decoration: none;
  
  		text align:center;
    
}

.dropdown {
  float: left;
  overflow: hidden;
 
          }

.dropdown .dropbtn {
  font-size: 20px;  
  border:none;
  outline:none;
  color: white;
  padding: 10px;
  background-color: inherit;
  font-family: inherit;

  
                   }
/* logo button spacing*/
	.dropdown .dropbtna {
 		 font-size: 20px;  
 		 border:none;
 		 outline:none;
  
 		 padding: 1px;
 		 background-color: inherit;
 		 font-family: inherit;

  
                   }

  .navbar a:hover, .dropdown:hover .dropbtn {
  background-color: gray;
                    }

         /* Nav links stack instead of next to each other */
         @media screen and (max-width: 1199px) {
         .dropdown {
    	float: center;
    	display: block;
        font-size: 30px;
    	width: 100%;
                    } }   
        /* Nav links stack instead of next to each other */
         @media screen and (max-width: 1199px) {
         .navbar  {
    	float: center;
    	display:block; 
        font-size: 30px;
        border-top: solid;
        border-width: 3px;
        border-color:red;
    	width: 100%;
        overflow-x:;
        	 overflow-y: ; /*works best with height below 90% * and gives a scroll bar for vertical menu */
                    } }   

           /* Nav links stack instead of next to each other */
         @media screen and (max-width: 1199px){
         .dropdown  .dropbtn {
         font-size: 30px; 
          float: center;  
         border:none;
         outline:none;
         color: ;
         padding: 10px;
         background-color: inherit; /* color behind words for link */
         font-family: inherit;
         width:100%;

  
                   } }
 /* enlarge navbar font for small screens */
         @media screen and (max-width: 1199px){
         .dropdown  a:link {
         font-size: 25px;  
         border:none;
         outline:none;
         color: white;
         padding: 10px;
         background-color:inherit ;
         font-family: inherit;
         width:100%;

  
                   } }

  /* enlarge table for small screen */
         @media screen and (max-width: 1199px){
        .dropdown  table.a {
  	table-layout:  ;
         
        width: 40%;
        height:30%;
        
  	   box-shadow:  10px 4px 8px 8px rgba(2, 2, 2, 0.4), -10px 6px 8px 8px rgba(2, 2, 2, 0.4);
	} }  

/* enlarge table for small screen */
         @media screen and (max-width: 1199px){
        .dropdown  table.b {
  	table-layout:  ;
         
        width: 40%;
        height:30%;
        
  	   box-shadow:  10px 4px 8px 8px rgba(2, 2, 2, 0.4), -10px 6px 8px 8px rgba(2, 2, 2, 0.4);
	} }  

/* test for adding main to small screen */
        @media screen and (max-width: 1199px){
          .main {
          
	  margin-left: 10%; /* Same as the width of the sidenav */
          margin-right:10%;
	  padding: ;
          margin-bottom: 10%;
         /* background-color: #113366;*/
        font-size: 20px;
         width: 80%;
           font-family:malgun gothic semilight;
        background-color: rgba(255, 255, 255, 0.7);
	  border:  rgba(0, 0, 0, 0.8);
          
	}}


/* end test */


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 150px;
 
  
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: gray;
}

.dropdown:hover .dropdown-content {
  display: block;
}
                                                 
 
     /* Table layout */
         table {
       	border-collapse: collapse;
  	 /* border: 2px solid;*/  
       
      /*  border-color: white; */
        font-family: Arial, Helvetica, sans-serif;
            
	        } 

        a.one:link {
              text-decoration: none;
              color:black  ;
                                      }
	a.one:visited {
 		 text-decoration: none;
             color: black;
							}
    
        th{
           /* border-radius:10px 10px 0px 0px;*/   /*  add this for radiused table headings */
             background-color: #113366;
             color: white; 
             text-align: center;
             height:30px;
             
             
             
          }
	
 td.one{ background-color: #f1f1f1;
          }

        
         tr:nth-child(odd) {background-color: #f2f990;}

        table.1 {
  	table-layout:  ;
        width: 200px;
        height: 150px;
  	   
	}table.2 {
  	table-layout:  ;
  	   
	}
        table.a {
  	table-layout:  ;
         
        width: 250px;
        height: 100px;
        
  	   box-shadow:  10px 4px 8px 8px rgba(2, 2, 2, 0.4), -10px 6px 8px 8px rgba(2, 2, 2, 0.4);
	}
	table.b {
  	table-layout:  ;
        
  	 width: 250px;
        height: 100px;
  	   box-shadow:10px 4px 8px 8px rgba(2, 2, 2, 0.4), -10px 6px 8px 8px rgba(2, 2, 2, 0.4);
	}
        table.c {
  	table-layout:  ;
  	   
	}

 @media screen and (max-width: 1199px) {
	table.d {
  	table-layout:  ;
        width: 90%px;
        height: 20%;
        text-align: center;
        box-shadow: 10px 4px 8px 8px rgba(2, 2, 2, 0.4), -10px 6px 8px 8px rgba(2, 2, 2, 0.4); 
         
  	   
	}}
         table.e {
  	table-layout:  ;
        width: 600px;
        height: 220px;
        text-align: left;
        box-shadow: 10px 4px 8px 8px rgba(2, 2, 2, 0.4), -10px 6px 8px 8px rgba(2, 2, 2, 0.4);
  	   
	}
	table.f {
  	table-layout:  ;
        width: 80%;
        /*height: 350px;*/
        text-align: left;
      box-shadow: 10px 4px 8px 8px rgba(2, 2, 2, 0.4), -10px 6px 8px 8px rgba(2, 2, 2, 0.4);
  	  
	}
 @media screen and (max-width: 1199px) {
        table.g {
  	table-layout:  ;
        width: 90%;
        height: 30%;
        border: 2px solid;
        background-color: #f9f9f9;
       
       
        text-align: left;
        
      box-shadow: 10px 4px 8px 8px rgba(2, 2, 2, 0.4), -10px 6px 8px 8px rgba(2, 2, 2, 0.4);
  	  
	}}
          
         .columns {
       column-count: 4;
        
                    }

       /* Grid layout */
 	.grid-container {
 	 display: grid;
 	 grid-template-columns: auto auto auto auto;
 	 background-color:;
 	 padding: 17px;
 	
         }

	.grid-item {
	  background-color: rgba(255, 255, 255, 0.0);
	  border:  rgba(0, 0, 0, 0.8);
	  padding:;
	  font-size: 15px;
 	 text-align: center;
	}
	.grid-container2 {
 	 display: grid;
 	 grid-template-columns: auto auto;
 	 background-color:;
 	 padding:10px;
 	   
	}

	.grid-item2 {
	  background-color: rgba(255, 255, 255, 0.0);
	  border:   rgba(0, 0, 0, 0.8);
 	 padding: ;
 	 font-size: 17px;
 	 text-align: center;
	}

	.grid-container3 {
 	 display: grid;
 	 grid-template-columns: auto;
 	 background-color:;
 	 padding:;
 	  
	}

	.grid-item3 {
	  background-color: rgba(255, 255, 255, 0.0);
	  border:  rgba(0, 0, 0, 0.1);
 	 padding: ;
 	 font-size: 17px;
 	 text-align: center;
	}



     /* columns for contact table */
	/* 3   columns spaced to float next to each other */
	.column {
	  float: left;
 	 width: 25%;
 	 padding: 10px;
 	 margin-left:5%;
	}

	/* Clear   after the columns */
	.row:after {
 	 content: "";
 	 display: table;
 	 clear: both;
	}
                            /* just for vertical spacing */
               .div1 {
                     width: 500px;
                    height:51%;
                    border:;
                     }
==============================not used=========================
	/*   top navigation bar */
	.topnav {
  	 overflow: auto;
       font-size: 20px;
       display: flex;   /* use these for equal navbar spacing */
       justify-content: space-around; /* use these for equal navbar spacing */
       background-color: ;}
	                               /*   topnav links */

      .topnav a {
               
		 font-size: 20px;
 		 color: white;
		 text-align: center;
 		 padding: 10px;
 		 text-decoration: none;
  
 			          }

      .topnav a:hover, .dropdown:hover .dropbtn {
             background-color: ;
                    }

        @media screen and (max-width: 1199px) {
         .topnav  {
    	float: center;
        font size: 40px;
    	display: block;
    	width: 100%;
      
                    } }   


</style>
</head>