/*! full slider  */

    .carousel-item {
        height: 100vh;
        min-height: 300px;
        background: no-repeat center center scroll;
        background-size: cover;
    }

/* set font-family as Microsoft JhengHei */

    .TC {
        font-family: "Microsoft JhengHei";
        line-height: 2;
    }

/* full page image */

    .full-width-image {
        height: 100vh;
        background: no-repeat center center scroll;
        background-size: cover;
        position: relative;
      }

    .full-width-image-text {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
    }

    .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: .5s ease;
        background-color: rgb(100, 96, 96);
    }

    .full-width-image:hover .overlay {
        opacity: 0.8;
    }

/* Social Media Buttons */

    .fab,.far {
        color: rgb(200, 200, 200);
    }

    .fa-facebook-square:hover {
        color: #3B5998;
    }

    .fa-instagram:hover {
        color: white;
    }

    .fa-youtube:hover {
        color: #ff0000;
    }



    .Avatar {
        border-radius: 50%;
    }
