/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14/03/2017, 4:24:33 PM
    Author     : gavin
*/

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,900');
.h3 playfair{
     font-family: 'Playfair Display', serif;
     font-weight: 400;
      text-transform: lowercase;
}

h9 {
    position: relative;
/*    font-size:60px;*/
    text-align: left;
/*    padding-left: 10px;*/
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    text-transform: lowercase;
}

h9 div{
    
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ecfbf3));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
/*    position: absolute; */
    padding-left: 10px;
    
/*    width: 100%;*/
    font-family: 'Playfair Display', serif;
    font-weight: 400;
        text-transform: lowercase;
    }
h9:after  {
    margin-bottom: 70px;
    text-shadow: 2px 2px 2px #000000;
    color: transparent;

    text-transform: lowercase;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

.gradient-shadow:after {
font-family: 'Playfair Display', serif;
   text-transform: lowercase;
 padding-left:10px;
    content: attr(title);
/*     Pulls the text from the 'title' attribute to make the shadow */
}
.playfair{
     font-family: 'Playfair Display', serif;
 }