body {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #2f2f2f;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
p,
a {
    font-weight: 600;
    padding: 0;
}

h1, 
h2, 
h3, 
h4 {
    font-family:'Alef';
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

.pink{background-color:#CC039A;}
.orange{background-color:var(--masorti-orange);}
.light_green{background-color:#67CB03;}
.light_blue{background-color:#3599CC;}
.light_orange{background-color:#FB9904;}
.deep_pink{background-color:#CC0D35;}
.deep_blue{background-color:#166834;}
.grey{background-color:#166834;}
.purple{background-color:#68039A;}
.water_blue{background-color:#0434CC;}
.blue{background-color: #3568CC;}
.light_purple{background-color: #45a3fe;}
.green_background{background-color:#65CB00}


a {
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

/* Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    header,
    #row_one,
    #row_two,
    #row_four,
    .row_four,
    footer,
    audio {
        display: none;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}