
.caruselDiv{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.caruselImg{
    width: 100%;
min-width: 320px;
padding: 0.5rem;
border: 1rem solid #4444e9;
border-image: repeating-linear-gradient(45deg, #00000073, transparent 10px, #0c0c6c 3px, #b64117 3px, transparent 16px, transparent 12px) 30/0.25rem;        }
.caruselPage{
    margin: 5px 0;
    font-weight: bold;
}


.blue-color { color:rgb(203, 203, 211);}
.green-color { color:green;}
.teal-color {color:teal;}
.yellow-color {color:yellow;}
.red-color { color:red;}



body {
    margin: 0;
    background-color: #f1f1f1;
    font-family: Arial, Helvetica, sans-serif;
    background:  url("images/bg01.png");
}

#navbar {
    background-color: #333;
    position: fixed;
    top: -90px;
    width: 100%;
    display: block;
    transition: top 0.8s;
    z-index: 99;
  }

  #navbar a {
    float: left;
    display: block;
    color: #9bdc22;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    font-size: 17px;
  }

  #navbar a:hover {
    background-color: #c92727;
    color: black;
  }



.center {
    justify-content: center;
}

.peopleImg {
    height: 85px;
    border-radius: 10%;
    margin-top: 0px;
    /* border: groove; */
}

.peoplSpan {
    width: 75px;

}

.wifeImg {
    height: 70px;
    border-radius: 50%;
    border: groove;
}

.wifeSpan {
     padding-top: 30px;
    width: min-content;

}

.tree {
    width: max-content;
    min-width: 100%;

    height: -webkit-fill-available;
    display: flex;
    justify-content: center;

}

.tree p {
    margin: 0px;
}

.tree ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
}

.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 2px 1px 2px;


    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
}


.tree li::before,
.tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid rgb(32, 32, 164);
    width: 50%;
    height: 20px;

}

.tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid black;
}

.tree li:only-child::after,
.tree li:only-child::before {
    display: none;
}

.tree li:only-child {
    padding-top: 0;
}

.tree li:first-child::before,
.tree li:last-child::after {
    border: 0 none;
}

.tree li:last-child::before {
    border-right: 1px solid black;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid black;
    width: 0;
    height: 20px;
}

.tree li div {
    /* background-image: url(/img/tohm/ram5.png);
    background-size: 100%;
    background-repeat: no-repeat; */
    /* width: auto; */
    /* width: min-content; */
    border: 1px solid black;
    /* border: 0px solid #eef0f2eb; */
    padding: 1px 1px;
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    align-items: flex-end;
    display: inline-flex;
    /* display:inline-block; */
    /* background-color: floralwhite; */
    /* background-color: #c4c3b8; */

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li div:hover,
.tree li div:hover+ul li div {
    background: #7f7f7e;
    color: #000;
    border: 1px solid #0d0d0d;
}

.tree li div:hover+ul li::after,
.tree li div:hover+ul li::before,
.tree li div:hover+ul::before,
.tree li div:hover+ul ul::before {
    border-color: #94a0b4;
}


.box {
    cursor: pointer;
    -webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
}

.box::before {
    /*font-size: small;*/
    /*content: "\2713";*/
    /*color: #fffe89;*/

    /*display: inline-block;*/
    /*margin-right: 26px;*/
}

.check-box::before {

    content: "\2707";
    color: black;
    font-size: x-large;
}

.nested {
    display: none;
}

.active {
    display: block;
}




/* ///////////////////////////////////////////// */
.imgcontainer {
    position: relative;
    text-align: center;
    color: white;
  }

  .bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
  }

  .top-left {
    position: absolute;
    top: 8px;
    left: 16px;
  }

  .top-right {
    position: absolute;
    top: 8px;
    right: 16px;
  }

  .bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
  }

  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


