﻿/*
 *
 * Custom Stylesheet
 *
 */

div.semi-pink-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(232, 184, 182, 0.2) 0%, rgba(232, 184, 182, 7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(232, 184, 182, 0.2)), color-stop(100%, rgba(232, 184, 182, 0.7)));
    background: -webkit-linear-gradient(top, rgba(232, 184, 182, 0.2) 0%, rgba(232, 184, 182, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(232, 184, 182, 0.2) 0%, rgba(232, 184, 182, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(232, 184, 182, 0.2) 0%, rgba(232, 184, 182, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(232, 184, 182, 0.2) 0%, rgba(232, 184, 182, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#99000000',GradientType=0 );
}

