@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');

@font-face {
    font-family: 'wesleyposterjfregular';
    src: url('wesleyposterjf-webfont.eot');
    src: url('wesleyposterjf-webfont.eot?#iefix') format('embedded-opentype'),
    url('wesleyposterjf-webfont.woff2') format('woff2'),
    url('wesleyposterjf-webfont.woff') format('woff'),
    url('wesleyposterjf-webfont.ttf') format('truetype'),
    url('wesleyposterjf-webfont.svg#wesleyposterjfregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



body {
    background-color: #e9e9e9 !important;
}

h1 {
    text-shadow: rgba(0, 0, 0, .5) 0px 0px 50px;
}

.limegreen {
    color: limegreen;
}
.pink {
    color: #ec008c;
}

.purple {
    color: #662d91;
}

.cyan {
    color: #00aeef;
}

.green {
    color: #2c9d55;
}

.darkblue {
    color: #414f99;
}

.orange {
    color: #f79e45;
}

/* Font Changes */

.navbar-brand,
h1,
h2,
h3,
h4,
.post-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
}

.brand {
    font-family:'wesleyposterjfregular', serif;
    font-weight:400;

}

p,
ul {
    font-family: 'Quicksand', sans-serif;
    font-size: 17px !important;
    line-height:1.6;
}


.navbar {
    background-color: rgba(255, 255, 255, 0.8);
}

.nav a {
    color: #777777;
}

.nav a:hover {
    color: #555 !important;
}

/*.site-heading h1 {background-color:rgba(0,0,0,0.15); border-radius: 15px;}*/

.post-title {
    margin-top: 30px;
}

.navbar-custom .nav li a {
    color: #333;
}

.post-title a:hover {
    text-decoration: none !important;
    color: initial;
}

p {
    margin-top: 10px !important;
}

.header-bg {
    position: relative;
    overflow: hidden;
}

.header-bg::before {
    content: "";
    background-image: url('https://caringpranic.com.au/img/home-bg2.jpg');
    position: absolute;
    width:100%;
    height:100%;
    background-position: center center;
    background-repeat:no-repeat;
    z-index: -1;
    background-color:white;
    transition:2s ease transform;
}

.intro-header:hover .header-bg::before {
    transform: scale(1.1);
}

