/* Enter Your Custom CSS Here */

/*Add telephone number in the header*/

div#parallax:before {
    content: "Call us Now! (02) 8880 6530";
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-shadow: 1px 1px #ccc;
    margin-left: 105px;
}
