body{
    background-image: linear-gradient(to right top, #356b37, #0f48d9);
    min-height: 100vh;
}

nav{
    color: white;
    background-color: #177ca8;
}

#builderCommunitySubdivsion,
#contactForCommunity,
#modelsInCommunity{
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*margin-top: 50px;*/
    border-radius: 10px;
    border: 1px solid gray;
    padding: 10px;
    padding-top: 0px;
    /*background-color: #ebf4f3;*/
}

#builderinfo{
    border-radius: 10px;
    border: 1px solid gray;
    padding: 10px;
    background-color: #b8d5b0;
}

#buildinfotree{
}

#map{
    border-radius: 10px;
    border: 1px solid gray;
    padding: 10px;
}

#modeltable {
      overflow-y: auto;
      /*height: 110px;*/
      width: 100%;
      height: 100%;
    }
#modeltable thead th {
  position: sticky;
  top: 0;
    border: 2px solid #529432;
    z-index: 1;
    border-top-width: 0px;
}
#modeltable table {
  /*border-collapse: collapse;*/
  width: 100%;
}
/*#modeltable th,*/
#modeltable td {
  padding: 8px 15px;
  border: 2px solid #529432;
}
#modeltable th {
    position: sticky;
  background: #ABDD93;
    border: 2px solid #529432;

}

#buildertitle,
#communitytitle,
#subdivisiontitle,
#addresstitle,
#urltitle{
    font-family: "Fira Code";
    font-weight: bolder;
}

#buildertext,
#communitytext,
#subdivisiontext,
#addresstext,
#urltext{
    font-family: "Fira Code";
    font-weight: normal;
}

#subdivisiontext{
    font-size: 2em;
}