﻿/* print media */
@media print {
    body {
        font-family: 'd-dinregular';
    }

    @font-face {
        font-family: 'd-dinregular';
        src: url("../fonts/d-din-webfont.woff2") format('woff2'), url("../fonts/d-din-webfont.woff") format('woff');
        font-weight: normal;
        font-style: normal;
    }    

    .brand-logo {
        width: 100%;
        float: left;
        padding-bottom: 18px;
        text-align: left;
        border-bottom:1px solid #d1d1d1;
        margin-bottom:30px;
    }

    .panel-detials {
        border-bottom: 1px solid #d1d1d1;
        padding-bottom:20px;
        margin-bottom:30px;
    }
    
    .brand-logo > img {
        width: 220px;
        height: auto;
    }

    .primary-color {
        color: #9a272b;
    }

    .secondary-color {
        color: #333;
    }

    .text-left {
        text-align: left;
    }

    h1{
        font-size:40px;
    }

    h2 {
        color: #9a272b;
        font-size:29px;
    }

    p {
        font-size: 18px;
    }

    .print-show, .brand-logo.print-show {
        display: block !important;
    }

    .print-hide{
        display:none !important;
    }

    .recipeContainer .copyright.printCopy span, .copyright.printCopy a {
        color: black !important;
    }

    .recipeContainer .printCopy {
        display: block !important;
    }
}
