/* Custom CSS */

#family {
    background-image: url("../../images/family.jpg");
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* Tags */
.w3-red, .w3-hover-red:hover {
    color: #fff!important;
    background-color: #f44336!important;
}
.w3-center {
    text-align: center!important;
}
.w3-round-large {
    border-radius: 8px;
}
.w3-badge, .w3-tag {
    background-color: #000;
    color: #fff;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    font-size: 14px;
}

/* Chart */
#chartdiv {
    width: 100%;
    height:600px;
  }

/* blog article  */
article {
    margin-top: 100px;
}