@charset "utf-8";
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body { 
    background: url(/img/diagonales_decalees.png) repeat 0 0;
}



h1 {
    font-family: Georgia, Times, serif;
    font-size: 36px;
    line-height: 60px;
    font-weight: 300;
    text-shadow: 2px 2px 2px #9d261d;
}
.hero-unit h1 {
    font-size: 40px;
    }

.logo{
    font-family: Georgia;
    font-size: 24px ;
    text-shadow: 1px 1px 1px #fff;
}
 
p {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
}

    p:first-child {  
        padding: 30px;  
        border-left: 5px solid #7f7664;  
        background-color: #f5f4f2;   
        line-height: 32px;  
        box-shadow:  5px 5px 0px 0px rgba(127, 118, 100, 0.2);  
        position: relative;  
    }

        p:first-child:first-letter {  
        font-size: 40px;  
        float: left;  
        padding: 10px;  
        height: 60px;  
        font-family: Georgia;  
        background-color: #7F7664;  
        margin-right: 10px;  
        color: white;  
        border-radius: 5px;  
        line-height: 62px;  
    } 

    p:first-child:first-line {  
    /*font-weight: bold;*/  
    font-size: 20px;  
    color: #7f7664;  
} 

    p:first-child:after {  
        /*background: url("../img/paper-clip.png") no-repeat scroll 0 0 transparent; */ 
        content: " ";  
        display: inline-block;  
        height: 100px;  
        position: absolute;  
        right: -5px;  
        top: -35px;  
        width: 100px;  
    } 

    .hero-unit{
        box-shadow: 10px 10px 20px #002424;
        
    }  


footer {
    background-color: #9d261d;
    border-top: 1px solid #872119;
    color: #ddb3b0;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    margin-top: 40px;
    padding-top: 25px;
    padding-bottom: 30px;
}
