/* CUSTOM CSS */

    /* index page css */
    .p-top{
        padding-top: 0px !important;
    }
    p.dark-link{
        background-color: #fe8d0d !important;
        border: 1px solid #fe8d0d !important;
        border-radius: 5px !important;
        padding: 10px !important;
        width: 40% !important;
        margin: 0px auto !important;
        display: table !important;
    }

    .intro-content li,p{
        font-size: 16px;
        line-height: 24px;
    }